﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    background: #F7F7F7;
    margin-bottom: 89px;
    font-size: 16px;
}

header {
    background-color: transparent;
}

footer {
    position: absolute;
    height: 120px;
    bottom: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 89px;
    text-align: center;
}

    footer p {
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        color: #76787A;
    }

.arrow-back {
    padding-top: 20px;
    padding-left: 48px;
}

.steps-list {
    position: relative;
}

    .steps-list ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
        list-style: none;
        padding-top: 9px;
        position: relative;
        max-width: 850px;
        margin: 0 auto;
    }

    .steps-list:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        top: 43px;
        background-color: #FCB53B;
    }

    .steps-list ul li {
        position: relative;
        text-align: center;
    }

        .steps-list ul li span {
            background-color: white;
            width: 70px;
            height: 70px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            border: 3px solid #CDCDCD;
            margin: auto;
            font-weight: 700;
            font-size: 32px;
            line-height: 44px;
            color: #CDCDCD;
        }

        .steps-list ul li strong {
            font-weight: 700;
            font-size: 15px;
            line-height: 20px;
            text-align: center;
            color: #D4D4D4;
            margin-top: 5px;
            display: block;
        }

        .steps-list ul li.active span {
            color: #FCB53B;
            border: 3px solid #FCB53B;
        }

        .steps-list ul li.active strong {
            color: #0075B6;
        }

.pp-box-wrapper {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    max-width: 824px;
    margin: 60px auto 50px;
    padding: 45px 60px;
}

    .pp-box-wrapper h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 41px;
        color: #494747;
        margin-bottom: 20px;
        margin-top: 0;
    }

.col-12 {
    width: 100%;
    margin-bottom: 12px;
}

.pp-box-wrapper form .col-12 {
    margin-bottom: 0;
}

.pp-box-wrapper form input,
.pp-box-wrapper form select {
    background: #FFFFFF;
    border: 2px solid #494747;
    border-radius: 9px;
    padding: 15px;
    height: 64px;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #76787A;
    width: 100%;
}

.pp-box-wrapper form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 50px;
}

.pp-box-wrapper form p, .pp-box-wrapper p {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #76787A;
    margin: 12px 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.btn-wrapper input[type="button"] {
    margin-top: 40px;
    background: #A5CF50;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    border: none;
    height: 56px;
    padding: 10px 20px;
    width: auto;
    cursor: pointer;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
}

.pp-box-wrapper .form-wrapper input[type="button"] {
    border: none;
}

footer img {
    margin-bottom: 30px;
}

.visit-list-wrapper {
    margin: 35px 0;
    padding: 0;
    list-style: none;
}

    .visit-list-wrapper li {
        border-radius: 9px;
        border: 2px solid #C5C0C0;
        margin-bottom: 20px;
    }

        .visit-list-wrapper li:last-child {
            margin-bottom: 0;
        }

        .visit-list-wrapper li a {
            display: flex;
            text-decoration: none;
            align-items: center;
            padding: 12px 50px 12px 21px;
            background-image: url("../../images/visit-arrow.svg");
            background-repeat: no-repeat;
            background-position: 97% center;
        }

    .visit-list-wrapper span {
        width: 70px;
        height: 70px;
        background-color: #FCB53B;
        color: #FFF;
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 20px;
    }

    .visit-list-wrapper p {
        margin: 0;
        display: flex;
        flex-direction: column;
        color: #76787A;
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
    }

        .visit-list-wrapper p strong {
            color: #494747;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 6px;
        }

.link-blue {
    color: #195BBD;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.required-lbl {
    color: #DC2913;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-wrapper label {
    color: #494747;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    display: block;
}

.text-field-validate {
    margin-bottom: 15px;
}

.pp-box-wrapper .form-wrapper input, .pp-box-wrapper .form-wrapper select {
    border: 2px solid #E1D9D9;
}

    .pp-box-wrapper .form-wrapper input[type="button"] {
        margin-bottom: 0;
    }

.btn-wrapper input[type="button"].blue-btn {
    background: #4284DB;
}

.pp-box-wrapper form .btn-wrapper input:nth-child(2) {
    margin-left: 12px;
}

.radio-button-group {
    display: flex;
}

.form-wrapper .radio-button-group label {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    align-items: center;
    margin-bottom: 0;
    margin-right: 15px;
}

    .form-wrapper .radio-button-group label:last-child {
        margin-right: 0;
    }

.pp-box-wrapper form .radio-button-group input {
    margin-top: 0;
    height: 14px;
    width: auto;
    margin-right: 10px;
}

.pd-0 {
    padding: 0;
}

.schedule-calender:first-child {
    margin: 60px auto 0;
}

.schedule-calender {
    max-width: 530px;
    float: none;
    margin: 0 auto;
    width: auto;
    display: block;
    border-radius: 9px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: auto;
}

    .schedule-calender table {
        border: none;
        width: calc(100% - 80px);
        margin: auto;
        margin-bottom: 20px;
    }

.normaltr, #calendarContainer table tr td {
    border: none !important;
}

.card-header {
    border-radius: 9px 9px 0px 0px;
    background: #0075B6;
    padding: 12px 20px;
}

    .card-header p {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
    }

.card-header-transparent {
    background-color: transparent;
    padding-bottom: 10px;
}

.card-header ul li {
    color: #494747;
    font-weight: 600;
    margin: 0 30px;
}

.card-previous-icon, .card-next-icon {
    background-image: url(../../images/left-arrow.svg);
    border-radius: 50%;
    padding: 24px;
}

.card-next-icon {
    background-image: url(../../images/right-arrow.svg);
}

.card-header button {
    position: relative;
    top: auto;
    background-size: 30px;
}

.card-header .card-previous-icon:hover {
    background-image: url(../../images/left-arrow-active.svg);
}

.card-header .card-next-icon:hover {
    background-image: url(../../images/right-arrow-active.svg);
}

.card-header .card-next-icon {
    background-size: 15px;
}

.table .days th {
    text-transform: uppercase;
    padding: 8px;
    padding: 10px 10px;
    width: 40px;
    margin: 0 12px;
}

.card-header button:hover {
    background-color: #EEF5FF;
}

.card-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.normaltr, #calendarContainer table tr td {
    text-align: center;
}

#calendarContainer table tr td {
    border-radius: 50%;
    padding: 10px 10px;
    width: 40px;
    flex-basis: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0 12px;
    justify-content: center;
}

tbody#days {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

.days tr {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}

.today {
    background: transparent;
    color: black;
    position: relative;
}

    .today:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #195BBD;
        border-radius: 50%;
        bottom: -3px;
    }

td.active.activetr {
    background: #0075B6;
    color: white;
    font-weight: 600;
}

footer {
    background-color: transparent;
    border: none;
}

.mb-40 {
    margin-bottom: 40px;
}

.schedule-main-wrapper {
    display: flex;
}

.available-time-wrapper {
    margin-top: 60px;
    width: 360px;
    display: flex;
    flex-direction: column;
}

.schedule-main-wrapper {
    display: flex;
    justify-content: center;
    max-width: 950px;
    margin: auto;
}

#slotsContainer {
    margin-top: auto;
    margin-bottom: auto;
}

.slotsdiv {
    height: auto;
}

    .slotsdiv p {
        color: #494747;
        text-align: center;
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        padding: 43px;
    }

.appointment_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .appointment_list_wrapper div {
        width: 48%;
    }

.calenderslots {
    border: none;
    text-align: center;
    border-radius: 47px;
    background: #B7C8E2;
    font-weight: bold;
    color: #195BBD;
}

    .calenderslots.active, .calenderslots:hover {
        background: #0075B6;
        color: #FFF;
    }

.slotsdiv {
    padding-right: 10px;
    height: 373px;
}

    .slotsdiv::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .slotsdiv::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .slotsdiv::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #9A9494;
    }

.slot-orange-button a {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    border-radius: 10px;
    background: #FCB53B;
    padding: 14px 10px;
    margin-top: 30px;
    pointer-events: none;
}

.text-center {
    text-align: center;
}

.v-detail-list-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.v-detail-listing {
    width: 48%;
    display: flex;
    min-height: 120px;
}

    .v-detail-listing figure {
        margin: 0 5px 0 0;
        width: 52px;
        text-align: center;
    }

.pd-25 {
    padding: 25px;
}

.v-detail-listing h2 {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #0075B6;
    margin: 0;
}

.v-detail-listing div p {
    margin: 0 0 0 10px;
    font-size: 18px;
}

    .v-detail-listing div p:first-child {
        margin-top: 5px;
    }

.btn-wrapper input.green-btn {
    margin-right: 15px;
}

p.invalid-field {
    display: flex;
    align-items: center;
    color: #DC2913 !important;
}

    p.invalid-field img {
        margin-right: 8px;
    }

.pp-box-wrapper form p.invalid-field {
    margin: 0;
}

.OptionPopup, .simplePoup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(9, 9, 9, 0.67);
    z-index: 1;
}

.popup {
    width: 820px;
    padding: 45px 65px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    background: #fff;
    text-align: center;
    z-index: 3;
}

    .popup .btn-wrapper {
        justify-content: flex-end;
    }

    .popup h2 {
        color: #494747;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: left;
        margin-top: 0;
    }

    .popup .btn-wrapper input[type="button"] {
        font-size: 20px;
        margin-top: 30px;
    }

        .popup .btn-wrapper input[type="button"]:last-child {
            margin-left: 15px;
        }

.animationOpen, .animationClose {
    display: block;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.animationOpen {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.animationClose {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
}

.swal2-popup {
    width: 100%;
    padding: 0;
}

.swal2-icon-success {
    border-radius: 15px;
    border-left: 14px solid #A5CF50;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.swal2-icon-error {
    border-radius: 15px;
    border-left: 14px solid #DC2913;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.swal2-popup .swal2-title {
    color: #9A9494;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 34px 25px;
}

.swal2-icon-error .swal2-actions {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 27.5px 20px;
    border-left: 1px solid #C5C0C0;
}

.swal2-icon-error button.swal2-cancel.swal2-styled, .swal2-icon-error button.swal2-cancel.swal2-styled:hover, .swal2-icon-error button.swal2-cancel.swal2-styled:focus {
    margin: 0;
    color: #D4D4D4;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    box-shadow: none;
}

.swal2-container {
    background: rgba(0,0,0,.65) !important;
}
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

    .loader img {
        border-radius: 12px;
        background: white;
        padding: 15px;
    }
@media (max-width:991px) {
    .swal2-popup.swal2-icon-error .swal2-title {
        padding: 34px 185px 34px 25px;
    }
}

@media (max-width:880px) {
    .pp-box-wrapper {
        overflow: auto;
    }

    .popup {
        width: 80%;
    }

    .arrow-back {
        padding-left: 30px;
    }

    .steps-list ul {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pp-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pp-box-wrapper {
        margin: 60px auto 60px;
    }

    footer img {
        margin-bottom: 20px;
    }

    footer {
        position: relative;
        margin-top: 30px;
    }

        footer img {
            margin-bottom: 20px;
            width: auto;
            margin-top: 40px;
        }
}

.disabled-field {
    background-color: #f2f2f2 !important; /* Your desired background color for disabled fields */
}

.errorFields {
    color: red;
    display: none;
}
input, select {
    text-transform: uppercase;
}
@media(max-width:992px){
    .schedule-main-wrapper {
        flex-direction: column;
    }
    .schedule_second #calendarContainer, .schedule_second #organizerContainer {
        float: none;
    }
    .available-time-wrapper {
        width: 100%;
        max-width: 530px;
        margin: 20px auto 0;
    }
} 

@media(max-width:640px) {
    .steps-list:before {
        top: 34px;
    }

    .steps-list ul li span {
        width: 50px;
        height: 50px;
    }

    .steps-list ul li strong {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    .pp-box-wrapper {
        padding: 20px;
    }

    .pp-box-wrapper form p, .pp-box-wrapper p {
        font-size: 18px;
    }

    .btn-wrapper input[type="button"],
    .pp-box-wrapper form .btn-wrapper input:nth-child(2) {
        display: block;
        width: 100%;
        font-size: 18px;
        margin: 0;
    }

    .btn-wrapper input[type="button"],
    .pp-box-wrapper form .btn-wrapper input:nth-child(2) {
        margin-top: 20px;
    }

    .pp-box-wrapper form .col-12 {
        flex-direction: column;
    }

    .swal2-popup.swal2-icon-error .swal2-title {
        padding: 20px;
    }

    .swal2-icon-error .swal2-actions {
        position: relative;
        border-top: 1px solid #C5C0C0;
        border-left: none;
    }

    .schedule-calender {
        max-width: 100%;
    }

    .schedule-calender table {
        width: calc(100% - 0px);
    }

    #calendarContainer table tr td {
        font-size: 12px;
    }

    .card-header p {
        font-size: 16px;
    }

    .btn-wrapper input[type="button"].blue-btn {
        margin-top: 20px;
    }

    .schedule-main-wrapper {
        flex-direction: column;
    }

    .available-time-wrapper {
        width: 100%;
    }

    .btn-wrapper {
        flex-direction: column;
    }

    footer img {
        width: 100%;
    }

    .v-detail-list-wrapper {
        flex-direction: column;
    }
    .v-detail-listing {
        width: 100%;
    }
    .table .days th,
    #calendarContainer table tr td {
        padding: 0px;
        margin: 0 18px;
    }
    .popup .btn-wrapper input[type="button"]:last-child {
        margin-left: 0;
    }
    .visit-list-wrapper li a {
        flex-direction: column;
        text-align: center;
        background-image:none;
    }
    .visit-list-wrapper span {
        margin-bottom: 10px;
    }
    .visit-list-wrapper p strong{
        font-size: 18px;
    }
}
@media(max-width:550px){
    .table .days th {
        width: 100%;
        margin: 0 5px;
        font-size: 12px;
    }
    #calendarContainer table tr td {
        width: 100%;
        margin: 0 14px;
    }
}
@media(max-width:350px) {
    #calendarContainer table tr td {
        margin: 0 5px;
    }
}