#modal-customers .modal-dialog {
    max-width: 700px;
}

.modal-header {
    padding: 1.594rem 1.813rem;
    display: flex;
    align-items: center;
    height: 85px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    background-color: var(--third);
    font-family: Exo;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: var(--white);
}

.modal-header > button.btn-close.btn-close-white {
    font-size: 14px;
}

.modal-title {
    font-size: 1.375rem;
    font-weight: normal;
}

.modal-body {
    padding: 1.594rem 1.813rem;
}

.modal-body #confirm-delete-label {
    font-size: 18px;
}

.modal-footer {
    padding: 1.594rem 1.813rem;
    border-top: 1px solid var(--fourth);
}

.modal-footer > * {
    margin: unset;
}

.modal-custom-z-index {
    z-index: 1040;
}

.line-header {
    padding: 1.1rem 1rem;
    font-family: Exo;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    background-color: var(--grey-alpha);;
}

.modal .modal-dialog.modal-top-right {
    top: 88px;
    right: 0;
}

.modal .modal-dialog.modal-top-right.modal-dialog-scrollable {
    height: calc(100% - 10.5rem);
}

.modal .form-control {
    font-weight: var(--font-bold);
    color: var(--primary);
}

.modal table tbody td {
    font-weight: var(--font-bold);
    color: var(--primary);
}

#searchDriverDialogMDB{
    overflow-y: hidden;
}