body {
    font-family: 'Roboto', sans-serif!important;
}

.btn-default {
    border: 1px solid #ddd;
}

.datepicker .new {
    color: inherit !important;;
}

.datepicker .old {
    color: inherit !important;
}

.datepicker .disabled {
    color: #999 !important;
}

.bg-primary {
    background: linear-gradient(90deg, #51247a 0%, #56247a 60%, #61257d 80%, #962a8b 100%)!important;
}

.patient-registration-form {
    margin-top: 20px;
}

.card-header.light {
    font-weight: 700;
    background-color: #fff;
    color: #143980
}

.age-warning-text {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.tile-container {
    width: 100%;
}

.invalid-studentId-indicator {
    border-color: #dc3545!important;
    background-repeat: no-repeat!important;
    background-position: right calc(.375em + .1875rem) center!important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;
}

input,
select {
    border-radius: 0!important;
}

/*select.form-control {
    height: 50px;
}*/

#modal-terms-conditions {
    padding-right: 0px!important;
}

.btn-queue {
    padding: 20px 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .form-title {
        text-align: center;
    }

    .logo-container {
        width: 40%;
        text-align: center;
        height: auto!important;
    }
}

.error-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #007dc0; /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    overflow-y: auto;
}

.body-w-o-scroll {
    overflow-y: hidden;
}
