﻿

.alert-danger {
    font-size: 14px !important;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 8px !important;
}


#callbackForm input[type="datetime-local"] {
    font-size: 13px !important;
}

#callbackForm input,
#callbackForm textarea {
    font-size: 13px !important; /* For typed text */
}

#callbackModal label {
    font-size: 13px;
}

#callbackForm ::placeholder {
    font-size: 13px;
}

#callbackModal.modal.fade {
    z-index: 1050 !important;
}

#callbackModal .modal-content {
    border-radius: 14px !important;
    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    background-color: #fff !important;
}

#callbackModal .modal-header {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 15px 20px !important;
    background-color: #fff !important;
}

#callbackModal .modal-body {
    background-color: #fff !important;
}

#callbackModal input.form-control,
#callbackModal textarea.form-control {
    display: block !important;
    visibility: visible !important;
    border-radius: 4px !important;
    /*border: 1px solid #ced4da !important;*/
    padding: 8px 12px !important;
    width: 100% !important;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    opacity: 1 !important;
}

#callbackModal input.form-control {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

#callbackModal textarea.form-control {
    height: auto !important;
    min-height: 100px !important;
    max-height: 200px !important;
    resize: vertical !important;
}

#callbackModal .form-control:focus {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    outline: none !important;
    background-color: #fff !important;
}

#callbackModal label {
    font-weight: 500 !important;
    color: #495057 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

#callbackModal .btn-primary {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    padding: 8px 16px !important;
    min-width: 100px !important;
    color: #fff !important;
}

#callbackModal .btn-secondary {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    padding: 8px 16px !important;
    min-width: 100px !important;
    color: #fff !important;
}

#callbackModal .modal-footer {
    border-top: none !important;
    padding: 0 20px 20px 20px !important;
    justify-content: flex-end !important;
    background-color: #fff !important;
}

#callbackModal .close {
    font-size: 1.5rem !important;
    color: #000 !important;
    opacity: 0.5 !important;
    outline: none !important;
}

    #callbackModal .close:hover {
        opacity: 0.75 !important;
    }

#callbackModal .col-form-label {
    padding-top: calc(0.375rem + 1px) !important;
    padding-bottom: calc(0.375rem + 1px) !important;
}

#callbackModal .p-3 {
    background-color: #f8f9fa !important;
    border-radius: 4px !important;
    padding: 20px !important;
}

#callbackModal .invalid-feedback {
    display: none !important;
    color: #dc3545 !important;
    font-size: 0.7rem !important;
    margin-top: 0.25rem !important;
}

#callbackModal .form-control.is-invalid ~ .invalid-feedback {
    display: block !important;
}

#callbackModal .form-group.row {
    margin-bottom: 1rem !important;
    align-items: center !important;
}

@media (max-width: 576px) {
    #callbackModal .modal-dialog {
        margin: 1rem !important;
    }

    #callbackModal .col-form-label {
        margin-bottom: 0.25rem !important;
    }

    #callbackModal .form-group.row {
        margin-bottom: 0.5rem !important;
    }

    #callbackModal .col-sm-9 {
        padding-left: 15px !important;
    }
}
