.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #2060e4;
}

.bg-white-10 {
    background-color: rgb(255 255 255 / 0.1);
}

.navbar-collapse .nav-item .nav-link svg {
    width: 25px;
    height: 22px;
}

ol li::marker {
    font-size: 20px;
    font-weight: bold;
}

.text-tiny {
    font-size: .7em !important;
}

.text-small {
    font-size: .85em !important;
}

.text-big {
    font-size: 1.4em !important;
}

.text-huge {
    font-size: 1.8em !important;
}

.appstore-button,
.playstore-button {
    width: 196px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 3px solid rgb(189, 189, 189);
    background-color: rgb(15, 15, 15);
    border-radius: 12px;
    gap: 5px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0px 0px 100px -30px rgb(255, 255, 255);
}

.appstore-button svg,
.playstore-button svg {
    width: 35px;
}

.appstore-button svg path {
    fill: white;
    transition: all 0.3s;
}

.playstore-button svg path {
    transition: all 0.3s;
}

.button-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

.top-text {
    font-size: 12px;
    font-weight: 600;
    color: rgb(138, 138, 138);
}

.bottom-text {
    font-size: 18px;
    font-weight: 600;
}

.appstore-button:hover,
.playstore-button:hover {
    background-color: rgb(236, 236, 236);
    border: 3px solid rgb(138, 138, 138);
}

.appstore-button:hover .button-text,
.playstore-button:hover .button-text {
    color: black;
}

.appstore-button:hover svg path {
    fill: black;
}

.slick-slide img {
    border-radius: 10px;
}

h5 {
    text-decoration: none;
}

#template-medical-price .input-group-text a {
    color: #6c757d !important;
}

.card-logo {
    width: 80px;
    height: 3rem;
}

.card-logo img {
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
    max-height: 100%
}

footer {
    padding-top: 30px;
}

.rounded-full {
    border-radius: 9999px;
}

#template-medical-price .input-group-text {
    display: flex !important;
    align-items: center !important;
    padding: 0.688rem 0.938rem !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #6c757d !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: #e9ecef !important;
    border: 1px solid #000 !important;
    border-radius: 0.313rem !important;
}

@media (max-width:767.98px) {
    .about-image-box img {
        height: 500px;
    }
}

.w-md-100 {
    width: 50%;
}

@media (min-width:768px) {
    .about-image-box img {
        height: 200px;
    }

    .w-md-100 {
        width: 100%;
        height: 48px;
    }
}

.btn-dark {
    color: #fff !important;
}

/* Style the asterisk to be red */
.required-asterisk {
    color: red;
    position: absolute;
    left: 95%;
    top: 30%;
    transform: translate(-50%);
    /* Adjust as needed to position the asterisk */
}

@media (max-width: 991.98px) {
    .logopic {
        width: 48px !important;
    }
}

@media (max-width: 576px) {

    .appstore-button,
    .playstore-button {
        width: 212px;
        height: 74px;
        border-radius: 12px;
        gap: 3px;
    }

    .top-text {
        font-size: 12px;
        font-weight: 500;
    }

    .bottom-text {
        font-size: 18px;
        font-weight: 500;
    }
}

@media (max-width: 500px) {
    #toast-container>div {
        max-width: 350px !important;
        min-width: 350px !important;
        left: 5%;
    }

    .toast-message {
        font-size: 14px;
        line-height: 1.5;
    }

    #toast-container {
        padding: 10px !important;
    }
}

@media (max-width: 400px) {
    #toast-container>div {
        max-width: 300px !important;
        min-width: 300px !important;
    }
}

/* @media (min-width: 576px) { */
.g-recaptcha {
    display: flex;
    justify-content: flex-end;
}

/* } */

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }

    /* .logopic {
        max-width: 100% !important;
        height: auto !important;
    } */
    .logopic {
        width: 70px !important;
        height: auto !important;
    }

}

@media (min-width: 1200px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

@media (min-width: 1400px) {
    .w-xl-75 {
        width: 75% !important;
    }

    /* .slots-box th,
    .slots-box td {
        min-width: 185px !important;
    } */
}

.nav-item .svg-inline--fa {
    height: 1.3em;
}

.form-check-input,
.form-check-input:focus {
    border: 1px solid #2060e4 !important;
}

.form-check-input:checked {
    border: 1px solid #2060e4 !important;
    background-color: #2060e4 !important;
}

.form-control:not(.form-control-transparent),
.select2-container .select2-selection--single,
.form-select {
    border-color: #000 !important;
}

.form-check label,
.form-check input {
    cursor: pointer !important;
}

.form-control:not(.form-control-transparent):focus,
.select2-container .select2-selection--single:focus,
.form-select:focus {
    border-color: #2060e4 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-color: #000 !important;
}

.select2-container--default .select2-selection--single {
    border-color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2060e4 !important;
}

.dots {
    padding-bottom: 9px;
    line-height: 0;
}
