/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


a {
    text-decoration: none !important;
}

ul {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.profileScreen {
    width: 100%;
    padding: 10px;
    float: left;
    background-color: transparent;
    min-height: 100px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.imageWrapper {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dee5ed;
    padding: 10px;
    border: 1px solid #d0d9df;
    min-width: 100px;
    min-height: 100px;
    position: relative;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ffffff;
}

    .imageWrapper:hover .imgEditHover {
        display: flex;
        background: #ecf0f3;
        box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ffffff;
        opacity: 1;
        transition: 0.8s;
    }


    .imageWrapper .imgEditHover svg {
        fill: #000;
    }

.imgEditHover {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    opacity: 0;
    background-color: rgb(66 66 66 / 50%);
    justify-content: center;
    align-items: center;
    transition: 0.8s;
}

.PopupZindex {
    z-index: 9999999 !important;
}

.profileContentWrapper {
    float: left;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

    .profileContentWrapper h4 {
        font-weight: 700;
        font-family: "Poppins", Helvetica, sans-serif;
        color: #383838;
    }

    .profileContentWrapper p {
        font-size: 14px;
        color: #6f7580;
        font-weight: 500;
        font-family: "Poppins", Helvetica, sans-serif;
    }

.form_title h3 {
    font-weight: 700;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #383838;
}
.Add_form_title h3 {
    margin-top: 20px;
    font-weight: 700;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #383838;
}

.imageWrapper img {
    width: auto;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
}

.bg-white {
    background-color: #fff;
}

.profileSection {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#logo_home img, #logo_home svg {
    /*    width: 75px;
*/ width: 176px;
}

.main-menu > ul > li > a {
    padding: 0 8px !important;
}

.medicationDetails {
    float: left;
    width: 100%;
    padding: 10px;
    padding-left: 0px;
    color: #767676;
    font-size: 14px;
    font-family: "Poppins", Helvetica, sans-serif;
}

    .medicationDetails p {
        margin-bottom: 0px;
        font-size: 14px;
    }

.activeMedication .detailsView {
    font-weight: 500;
    width: 108px;
    float: left;
    background: #a6f3d0;
    padding: 0px 0px 0px 0px;
    border-radius: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #000;
    /*box-shadow: 4px 9px 24px #c6f3de, -1px 3px 5px #ffffff;*/
}

.inActiveMedication .detailsView {
    font-weight: 500;
    width: 108px;
    float: left;
    background: #ffa7ab;
    padding: 0px 0px 0px 0px;
    border-radius: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #000;
    /*box-shadow: 4px 9px 24px #ffa7ab, -1px 3px 5px #ffffff;*/
}

.refillMedication .detailsView {
    font-weight: 500;
    width: 108px;
    float: left;
    background: #fbb89a;
    padding: 0px 0px 0px 0px;
    border-radius: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #000;
    /*box-shadow: 4px 9px 24px #fbb89a, -1px 3px 5px #ffffff;*/
}

    .activeMedication .detailsView svg, .inActiveMedication .detailsView svg, .refillMedication .detailsView svg {
        width: 40px;
        height: 40px;
        background: transparent;
        padding: 9px;
    }

.activeMedication .detailsView svg {
    border-right: 1px solid #89d1b0;
}

.inActiveMedication .detailsView svg {
    border-right: 1px solid #df8186;
}

.refillMedication .detailsView svg {
    border-right: 1px solid #e7926e;
}

.font12 {
    font-size: 14px;
}

.fontHeadingMedium {
    font-weight: 600;
    font-size: 22px;
}

.activeMedication {
    border: 2px solid #15af68;
    border-top: 2px solid #15af68;
    /*background: #b0ffdb !important;*/
    /*    background-color: #fff !important;
*/
}

.refillMedication {
    border: 2px solid #f7733a;
    border-top: 2px solid #f7733a;
    background: #fff !important;
}

.inActiveMedication {
    border: 2px solid #fd3039;
    border-top: 2px solid #fd3039;
    /*    background: #fff !important;*/
}

.ActiveMedicationLegend {
    border: 2px solid #15af68;
    border-top: 2px solid #15af68;
    background: #b0ffdb !important;
    width: 15px;
    height: 15px;
}

.InactiveMedicationLegend {
    border: 2px solid #fd3039;
    border-top: 2px solid #fd3039;
    background: #ffa7ab !important;
    width: 15px;
    height: 15px;
}

.RefillMedicationLegend {
    border: 2px solid #f7733a;
    border-top: 2px solid #f7733a;
    background: #feccb6 !important;
    width: 15px;
    height: 15px;
}

.legendMedication {
    font-size: 14px;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.trForMyMedication tr {
    border-width: 1px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: solid 1px #ebebeb;
    font-size: 12px;
    color: #3D3D3D;
    padding: 4px;
}

.BlogHeading {
    display: -webkit-box;
    font-weight: 600;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bookAppointmentWrapper {
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
}

    .bookAppointmentWrapper img {
        width: 100%;
        float: left;
    }












.signup_v4 .social-area {
    text-align: center;
    padding-top: 14px;
}

    .signup_v4 .social-area .title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        color: #007bff;
        position: relative;
    }

    .signup_v4 .social-area .text {
        font-size: 17px;
        font-weight: 400;
        color: #143250;
    }

    .signup_v4 .social-area .title::before {
        position: absolute;
        content: '';
        width: 40px;
        height: 1px;
        background: rgba(0, 0, 0, .2);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 100%;
        margin-left: 7px;
    }

    .signup_v4 .social-area .title::after {
        position: absolute;
        content: '';
        width: 40px;
        height: 1px;
        background: rgba(0, 0, 0, .2);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 100%;
        margin-right: 7px;
    }

.signup_v4 ul.social-links {
    padding: 0;
    margin: 0;
}

.signup_v4 .social-area .social-links li {
    display: inline-block;
}

    .signup_v4 .social-area .social-links li a i {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        display: inline-block;
        color: #fff;
        margin: 0 5px;
        -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
        box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    }

        .signup_v4 .social-area .social-links li a i.fa-facebook-f {
            background: #0069f7;
        }

        .signup_v4 .social-area .social-links li a i.fa-google-plus-g {
            background: #d1062c;
        }

.signup_v4 .nav-tabs .nav-link.active {
    background: #007bff;
}

.signup_v4 .nav-tabs .nav-link {
    background: #143250;
}

.signup_v4 .nav-tabs .nav-link {
    border: 0;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border-radius: 0;
    color: #fff;
}

.signup_v4 .nav-tabs li.nav-item {
    width: 50%;
}

.signup_v4 .card-body {
    padding: 0px;
}

    .signup_v4 .card-body .tab-content {
        padding: 0 1.25rem 1.75em;
    }










/*visit history timeline*/



.tracking-detail {
    padding: 3rem 0
}

#tracking {
    margin-bottom: 1rem
}

[class*=tracking-status-] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

[class*=tracking-status-] {
    padding: 1.6rem 0
}

.tracking-status-intransit {
    background-color: #65aee0
}

.tracking-status-outfordelivery {
    background-color: #f5a551
}

.tracking-status-deliveryoffice {
    background-color: #f7dc6f
}

.tracking-status-delivered {
    background-color: #4cbb87
}

.tracking-status-attemptfail {
    background-color: #b789c7
}

.tracking-status-error, .tracking-status-exception {
    background-color: #d26759
}

.tracking-status-expired {
    background-color: #616e7d
}

.tracking-status-pending {
    background-color: #ccc
}

.tracking-status-inforeceived {
    background-color: #214977
}

.LoginAsUserPanel ul li {
    cursor: pointer;
}

.tracking-list {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.tracking-item {
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding: 2rem 1.5rem .5rem 2.5rem;
    font-size: .9rem;
    margin-left: 3rem;
    min-height: 5rem
}

    .tracking-item:last-child {
        padding-bottom: 4rem
    }

    .tracking-item .tracking-date {
        margin-bottom: .5rem
    }

        .tracking-item .tracking-date span {
            color: #888;
            font-size: 85%;
            padding-left: .4rem
        }

    .tracking-item .tracking-content {
        padding: .5rem .8rem;
        background-color: #f4f4f4;
        border-radius: .5rem
    }

        .tracking-item .tracking-content span {
            display: block;
            color: #888;
            font-size: 85%
        }

    .tracking-item .tracking-icon {
        line-height: 2.6rem;
        position: absolute;
        left: -1.3rem;
        width: 2.6rem;
        height: 2.6rem;
        text-align: center;
        border-radius: 50%;
        font-size: 1.1rem;
        background-color: #fff;
        color: #fff
    }

        .tracking-item .tracking-icon.status-sponsored {
            background-color: #f68
        }

        .tracking-item .tracking-icon.status-delivered {
            background-color: #4cbb87
        }

        .tracking-item .tracking-icon.status-outfordelivery {
            background-color: #f5a551
        }

        .tracking-item .tracking-icon.status-deliveryoffice {
            background-color: #f7dc6f
        }

        .tracking-item .tracking-icon.status-attemptfail {
            background-color: #b789c7
        }

        .tracking-item .tracking-icon.status-exception {
            background-color: #d26759
        }

        .tracking-item .tracking-icon.status-inforeceived {
            background-color: #214977
        }

        .tracking-item .tracking-icon.status-intransit {
            color: #e5e5e5;
            border: 1px solid #e5e5e5;
            font-size: .6rem
        }

@media(min-width:992px) {
    .tracking-item {
        margin-left: 10rem
    }

        .tracking-item .tracking-date {
            position: absolute;
            left: -10rem;
            width: 7.5rem;
            text-align: right
        }

            .tracking-item .tracking-date span {
                display: block
            }

        .tracking-item .tracking-content {
            padding: 0;
            background-color: transparent
        }
}















.timeLineFrameWrapperList {
    --timeline: 50%;
    --box-shadow: -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
    --background: #ecf0f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

    .timeLineFrameWrapperList::before {
        position: absolute;
        content: '';
        width: 0.5em;
        height: 100%;
        background: #f8f2f2;
        box-shadow: inset -0.3em -0.3em 0.5em #fff, inset 0.3em 0.3em 0.5em #a3b1c6;
        left: var(--timeline);
        /*left: calc(65% - 0.5em);*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.timeLineFrameWrapperListElement {
    z-index: 1;
    position: relative;
    display: flex;
    opacity: 1;
    flex-direction: column;
    border-radius: 0.5em;
    width: 16em;
    min-height: auto;
    padding: 0.5em;
    border: 1px solid transparent;
    transition: opacity 2s ease-in-out,transform 1.4s ease-in-out;
    margin-left: 300px;
    margin-top: 20px;
    background-color: #ecf0f3;
    box-shadow: -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
    position: relative;
}

.timeLineFrameWrapperListElementLeft {
    z-index: 1;
    position: relative;
    display: flex;
    opacity: 1;
    flex-direction: column;
    border-radius: 0.5em;
    width: 16em;
    min-height: auto;
    padding: 0.5em;
    border: 1px solid transparent;
    transition: opacity 2s ease-in-out,transform 1.4s ease-in-out;
    margin-right: 300px;
    margin-top: 20px;
    background-color: #ecf0f3;
    box-shadow: -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
    position: relative;
}

    .timeLineFrameWrapperListElementLeft::before {
        content: '';
        opacity: 1;
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1.5px solid white;
        box-shadow: 0.3em 0.3em 0.5em #0c4b6f inset, -0.3em -0.3em 0.3em #0c4b6f inset, -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
        transition: opacity 2.5s ease-in-out,transform 1.4s ease-in-out;
        right: -29px;
    }

.timeLineFrameWrapperListElement::before {
    content: '';
    opacity: 1;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px solid white;
    box-shadow: 0.3em 0.3em 0.5em #0c4b6f inset, -0.3em -0.3em 0.3em #0c4b6f inset, -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
    transition: opacity 2.5s ease-in-out,transform 1.4s ease-in-out;
    left: -29px;
}

.timeStampList {
    background: rgba(255,255,255,0.4);
    padding: 0.3em 0.5em;
    border-radius: 0.5em;
    box-shadow: inset -0.15em -0.15em 0.3em #fff, inset 0.2em 0.2em 0.3em #a3b1c6;
    float: left;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    color: #7b7980;
}

.timeLineFrameWrapperList p {
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 5px;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #7b7980;
}

.timeLineFrameWrapperList span {
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 5px;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #7b7980;
}

.CardQueueSlide {
    /*   box-shadow: -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
    background-color: #ecf0f3;*/
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.CardQueueSlideWrapper .slick-slide {
    padding: 10px !important;
}

.labelName {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #646464;
    font-family: "Poppins", Helvetica, sans-serif;
}

.contentName {
    float: left;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid #b4c3cf;
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #7390b4;
    font-family: "Poppins", Helvetica, sans-serif;
}

.CardQueueSlide .tokenDetails {
    float: left;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #646464;
    width: 100%;
}

    .CardQueueSlide .tokenDetails span {
        font-family: "Poppins", Helvetica, sans-serif;
        float: left;
        width: 100%;
        font-size: 3rem;
        font-weight: 600;
    }

.boxLabel {
    float: left;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 2;
}

.tokenNumberShow {
    font-size: 65px;
    float: left;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    border-left: 1px solid #d1d3d5;
    margin-left: 10px;
    flex: 1;
    color: #0c4c6f;
    font-weight: 600;
    font-family: "Poppins", Helvetica, sans-serif;
}

.currentTimeWatch {
    width: auto;
    float: left;
    padding: 10px;
    background: transparent;
    box-shadow: -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
    background-color: #ecf0f3;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    .currentTimeWatch .CurrentHour, .currentTimeWatch .CurrentMinutes {
        float: left;
        width: auto;
        padding: 4px;
        font-size: 24px;
        font-family: "Poppins", Helvetica, sans-serif;
        color: #114c6e;
        font-weight: 600;
    }

.currentTimeWatchWrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.CardCurrentItemWrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.CardCurrentCard {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
}

.flex-2 {
    flex: 2;
}

.CardCurrentItem {
    float: left;
    max-width: 600px;
    width: 100%;
    padding: 10px;
    box-shadow: -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
    background-color: #ecf0f3;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

    .CardCurrentItem p {
        margin-bottom: 0px;
        font-size: 21px;
        font-weight: 700;
        color: #114c6e;
    }

.CardCurrentItemToken {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

    .CardCurrentItemToken p {
        font-size: 7rem;
        font-weight: bold;
    }

.CardCurrentItemDetails {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 2;
    flex-direction: column;
}

.CurrentCardDetails {
    float: left;
    width: 100%;
    padding-left: 10px;
    display: flex;
    font-size: 17px;
    justify-content: flex-start;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #114c6e;
    margin-bottom: 10px;
    flex-direction: column;
}

    .CurrentCardDetails label {
        font-weight: 600;
        margin-bottom: 0px;
    }

.CardCurrentItemDetails p:nth-child(1) {
    /*border-bottom: 2px solid #d1d3d5;*/
    padding-bottom: 20px;
}

.CardCurrentItemDetails p:nth-child(2) {
    padding-top: 20px;
}

.flashCurrentItem {
    animation: flash 3s infinite linear;
    margin-top: -2px;
   
}

@keyframes flash {
    50%, 90% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.tableAppointment .slick-slider {
    min-height: 300px;
}
.k-scheduler-toolbar .k-scheduler-views {
    display: none;
}
.k-scheduler-toolbar .k-scheduler-navigation button, .k-scheduler-toolbar .k-datepicker button {
    font-size: 12px !important;
}
.formKendoAppointment .k-datepicker .k-picker-wrap .k-dateinput .k-dateinput-wrap .k-input:not(:-webkit-autofill), .formKendoAppointment .k-datepicker .k-picker-wrap .k-dateinput .k-dateinput-wrap input.k-input {
    font-size: 12px !important;
    padding: 0px 10px !important;
}
.formLabelAppointment {
    float: left;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 13px;
}
.formKendoAppointment .k-input, .formKendoAppointment .k-input:focus-within, .formKendoAppointment .k-input.k-dateinput, .formKendoAppointment .k-button {
    background-color: transparent;
    margin-bottom: 0px !important;
    border: 0px !important;
    border-right: 0px !important;
    box-shadow: none;
}

    .formKendoAppointment .k-input .k-input-inner {
        margin-bottom: 0px !important;
        font-family: "Poppins", Helvetica, sans-serif;
    }

.bookAppointmentForm li.list-group-item {
    background: transparent;
    font-family: 'Poppins';
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #d2d6d9 !important;
    border: 0px;
    border-left: 0px solid #d2d6d9 !important;
    border-radius: 0px;
}

.bookAppointmentForm li.list-group-item.active {
    /* color: #686868;*/
    /* background: #d9e1e7;*/
    /* background: #135d89;*/
    color: #fff;
    font-weight: 600;
    background-color: rgb(40 40 40);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
}

.bookAppointmentForm ul#doctor_list {
    overflow-y: scroll;
    height: 600px;
    cursor: pointer;
    border-top: 0px solid #d2d6d9 !important;
    border-radius: 12px;
    border-bottom: 0px solid #d2d6d9 !important;
    box-shadow: 8px 8px 8px #e3e3e3, -8px -8px 8px #ffffff;
    border-radius: 8px;
}

.bookAppointmentForm li.list-group-item sup {
    font-style: italic;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.k-toolbar.k-toolbar-md.k-scheduler-toolbar:nth-child(-n+2) {
    display: none;
}

ul#doctor_list {
    overflow-y: scroll;
    height: 600px;
    cursor: pointer;
}

.CardQueueSlideWrapper .slick-track {
    display: flex !important;
}

.CardQueueSlideWrapper .slick-slide {
    height: inherit !important;
}


    .CardQueueSlideWrapper .slick-slide > div {
        box-shadow: -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
        background-color: #ecf0f3;
        border: 1px solid transparent;
        border-radius: 5px;
        padding: 10px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.CardQueueSlideWrapper {
    float: left;
    width: 100%;
    padding: 10px;
}
/*clock css start */
.boxClickGlassWrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 106px;
    margin-bottom: 20px;
}

.boxClickGlass {
    position: relative;
    -ms-transform: translate(-50%, -50%);
    float: left;
    width: 307px;
}

    .boxClickGlass .containerGlass {
        width: 320px;
    }

    .boxClickGlass .clock {
        height: 100%;
        width: 100%;
        /*   background-color: rgba(255, 255, 255, 0.06);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);*/
        padding: 10px;
        /*  -webkit-box-shadow: 0 -1px 39px rgb(0 0 0 / 15%);
        box-shadow: 0 -1px 39px rgb(0 0 0 / 15%);
        border: 1.5px solid rgb(239 239 239);*/
        border-radius: 8px;
        min-height: 106px;
        font-family: "Poppins", Helvetica, sans-serif;
    }

    .boxClickGlass .shape1 {
        height: 50px;
        width: 50px;
        position: absolute;
        background: -o-linear-gradient(315deg, #ff5b84, #eb3461);
        background: linear-gradient(135deg, #ff5b84, #eb3461);
        border-radius: 50%;
        bottom: 46px;
        right: 0px;
        z-index: -1;
    }

    .boxClickGlass .shape2 {
        height: 50px;
        width: 50px;
        position: absolute;
        background: -o-linear-gradient(315deg, #426cf8, #3ebdf0);
        background: linear-gradient(135deg, #426cf8, #3ebdf0);
        border-radius: 50%;
        top: 54px;
        left: 10px;
        z-index: -1;
    }

    .boxClickGlass .wrapper {
        text-align: center;
    }

    .boxClickGlass #time {
        font-size: 40px;
        display: inline-block;
        color: #114c6e;
        font-weight: 600;
        font-family: "Poppins", Helvetica, sans-serif;
    }

    .boxClickGlass #day {
        position: relative;
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        color: #114c6e;
        font-weight: 600;
        font-family: "Poppins", Helvetica, sans-serif;
    }

    .boxClickGlass #TodayDate {
        position: relative;
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        color: #114c6e;
        font-family: "Poppins", Helvetica, sans-serif;
        font-weight: 600;
    }

    .boxClickGlass #midday {
        display: inline-block;
        font-size: 30px;
        color: #114c6e;
        font-weight: 600;
        font-family: "Poppins", Helvetica, sans-serif;
    }

    .boxClickGlass a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        font-size: 18px;
        background-color: rgba(255, 255, 255, 0.06);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        padding: 10px 0;
        margin-top: 20px;
        -webkit-box-shadow: 0 25px 23px rgba(0, 0, 0, 0.15);
        box-shadow: 0 25px 23px rgba(0, 0, 0, 0.15);
        border: 1.5px solid rgba(255, 255, 255, 0.06);
        border-radius: 8px;
        font-family: "Poppins", Helvetica, sans-serif;
    }

    .boxClickGlass i.fab {
        color: #ff0000;
    }


/*clock css end */


/*table css start */
.table-neu {
    padding: 10px;
    height: 600px;
    overflow-x: auto;
    overflow-y: auto;
}

    .table-neu table thead th {
        padding: 10px;
        font-size: 18px;
        color: #393c48;
        font-family: "Poppins", Helvetica, sans-serif;
    }

    .table-neu table tr td {
        padding: 10px;
        font-size: 13px;
        color: #6f7592;
        font-family: "Poppins", Helvetica, sans-serif;
        border-right: 1px solid #c0c8cf;
    }

        .table-neu table tr td:nth-last-child(1) {
            border-right: 0px solid #c0c8cf;
            cursor: pointer;
        }

.shadow-soft {
    box-shadow: 6px 6px 12px #b8b9be,-6px -6px 12px #fff !important;
    border-radius: 8px;
    background-color: #ecf0f3;
    padding: 10px;
}

.communicationFilter {
}
/*table css end*/

.shedulerappointmentBook {
    float: left;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: transparent;
    border: 0px;
}

    .shedulerappointmentBook button {
        float: left;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background: #ecf0f3;
        border: 0px;
        box-shadow: 11px 5px 20px #cbced1, -13px -13px 20px #ffffff;
    }

    .shedulerappointmentBook .k-scheduler-footer {
        background: transparent;
        background-color: #ecf0f3;
        float: left;
        width: 100%;
        padding-bottom: 11px;
    }

.filterButton {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 10px;
    margin-bottom: 20px;
}

    .filterButton button {
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        outline: 0px;
        background-color: transparent;
        font-size: 13px;
        box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
        padding: 6px 10px;
        border-radius: 5px;
        border: 1px solid #daefff;
        gap: 8px;
        color: #3b3c42;
    }

#ModalCenterCommunication {
    background: #ecf0f3;
    position: fixed;
    z-index: 9999999;
}

    #ModalCenterCommunication .modal-content {
        background-color: transparent !important;
        box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
        border-radius: 10px;
        border: 0px;
    }

    #ModalCenterCommunication .modal-header, #ModalCenterCommunication .modal-footer {
        border-bottom: 0px !important;
        border-top: 0px !important;
    }

        #ModalCenterCommunication .modal-header .close {
            background: transparent;
            border: 0px;
            font-size: 24px;
            color: #828d95;
        }

.modal-header .close {
    cursor: pointer;
}

#ModalCenterCommunication .modal-header .modal-title {
    color: #7e838e !important;
    font-weight: 600;
}

.tagHtmldangerously {
    float: left;
    width: 94.5%;
    border: 1px solid #7e838e38;
    padding: 12px;
    border-radius: 10px;
    box-sizing: content-box;
    overflow-x: auto;
    overflow-y: auto;
}


.CardQueueHorizontalWrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #dfdfdf;
    overflow-y:auto
}

.CardQueueHorizontal {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

    .CardQueueHorizontal .labelName {
        width: 75px;
    }

    .CardQueueHorizontal .tokenDetails {
        width: 100px;
        margin-bottom: 0px;
    }

    .CardQueueHorizontal .contentName {
        border-bottom: 0px;
        width: 57%;
        margin-bottom: 0px;
    }

    .CardQueueHorizontal .tokenNumberShow {
        border-left: 0px !important;
        font-size: 44px;
    }

.CardQueueHorizontal {
    background: #ecf0f3;
}

.tokenQueueWrapper {
    float: left;
    width: 100%;
    background: #ecf0f3;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ffffff;
    padding: 38px;
    border-radius: 10px;
}

.boxClickGlass .wrapper {
    background: #ecf0f3;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.boxClickGlass #midday {
    margin-left: 10px;
}

.pateintQueueSelected .CardCurrentItemWrapper {
    justify-content: center !important;
}

/*.box_list figure {
    padding: 15px;
}*/

.box_list .wrapper h3 {
    min-height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.box_list .wrapper p {
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.box_list .wrapper {
    padding-top: 0px;
}

.ChartAndGraphContainer .cardGraph {
    margin-left: 20px;
    font-weight: 700;
    text-align: center;
}

.loaderNeumorphismWrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.loaderNeumorphism {
    position: relative;
    height: 50px;
    width: 50px;
    border: 4px solid var(--color);
    overflow: hidden;
    border-radius: 50%;
    box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), 10px 10px 10px rgba(0, 0, 0, 0.4), inset -5px -5px 5px rgba(255, 255, 255, 0.1), inset 10px 10px 10px rgba(0, 0, 0, 0.4);
}

    .loaderNeumorphism::after {
        content: "";
        position: absolute;
        top: 7px;
        right: 10px;
        bottom: 25px;
        left: 7px;
        z-index: 10;
        background-color: var(--color);
        border: 2px solid var(--color);
        border-radius: 50%;
        box-shadow: inset -2px -2px 5px rgb(255 255 255 / 10%), inset 3px 3px 5px rgb(0 0 0 / 40%);
        background-color: #ecf0f3;
        margin-left: 1px;
        width: 35px;
        height: 35px;
    }

    .loaderNeumorphism span {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 50%;
        background: linear-gradient(#14ffe9, #ffeb3b, #ff00c0);
        filter: blur(20px);
        animation: animate 0.5s linear infinite;
    }

.selectNeumorphism, .selectNeumorphism:focus-visible {
    border: 0px;
    outline: 0px;
    font-size: 13px;
    background: #ecf0f3;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ffffff;
    padding: 5px 10px;
    color: #154c6d;
    border-radius: 5px;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bookAppointmentForm .k-input-button {
    margin-left: 5px;
    box-shadow: inset 8px 8px 8px #e3e3e3, inset -8px -8px 8px #ffffff;
    border-radius: 8px;
}

.ModalCenterCommunicationProfile {
    background: #ecf0f3;
    position: absolute;
}

    .ModalCenterCommunicationProfile .modal-content {
        background-color: transparent !important;
        box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
        border-radius: 10px;
        border: 0px;
    }

    .ModalCenterCommunicationProfile .modal-header, .ModalCenterCommunicationProfile .modal-footer {
        border-bottom: 0px !important;
        border-top: 0px !important;
    }

    .ModalCenterCommunicationProfile .modal-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ModalCenterCommunicationProfile .modal-title {
        font-size: 1rem;
        font-weight: 700;
    }

    .ModalCenterCommunicationProfile .modal-body, .ModalCenterCommunicationProfile .modal-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

        .ModalCenterCommunicationProfile .modal-footer button.btn {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
            width: auto;
            outline: 0px;
            background-color: transparent;
            font-size: 13px;
            box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
            padding: 6px 10px;
            border-radius: 5px;
            border: 1px solid #daefff;
            gap: 8px;
            color: #3b3c42;
        }

        .ModalCenterCommunicationProfile .modal-body input {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
            width: auto;
            outline: 0px;
            background-color: transparent;
            font-size: 13px;
            box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
            padding: 6px 10px;
            border-radius: 5px;
            border: 1px solid #daefff;
            gap: 8px;
            color: #3b3c42;
            height: 45px;
        }

    .ModalCenterCommunicationProfile .close {
        background: transparent;
        border: 0px;
        font-size: 24px;
        color: #828d95;
        right: 0;
        position: absolute;
        padding: 0px 10px;
    }






    .ModalCenterCommunicationProfile .imgUploadProfile::-webkit-file-upload-button {
        visibility: hidden;
    }

    .ModalCenterCommunicationProfile .imgUploadProfile::before {
        content: 'Select some files';
        display: inline-block;
        background: linear-gradient(top, #f9f9f9, #e3e3e3);
        border: 1px solid #cdcfd1;
        border-radius: 3px;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        font-weight: 700;
        font-size: 10pt;
        text-align: center;
    }

    .ModalCenterCommunicationProfile .imgUploadProfile:hover::before {
        border-color: black;
    }

    .ModalCenterCommunicationProfile .imgUploadProfile:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }

    .ModalCenterCommunicationProfile .imgUploadProfile:hover::before {
        border: 1px solid #cdcfd1;
    }

.visitHistoryView {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 5px;
    background-color: #ecf0f3;
    box-shadow: -0.3em -0.3em 0.5em #fff, 0.3em 0.3em 0.5em #a3b1c6;
    margin: 5px;
    border-radius: 50%;
    margin-bottom: 5px !important;
}

    .visitHistoryView svg {
        width: 13px !important;
        height: 13px !important;
        display: flex;
        fill: #4f5258;
    }

.table-height-auto {
    height: auto !important;
}

.ModalCenterAppointemnt {
    background: #ecf0f3 !important;
    position: absolute !important;
    /*z-index: 9999999 !important;*/
}

    .ModalCenterAppointemnt .k-overlay {
        background: #ecf0f3 !important;
    }

    .ModalCenterAppointemnt .k-dialog-titlebar {
        border-bottom: 0px !important;
        border-top: 0px !important;
        background-color: transparent;
    }

    .ModalCenterAppointemnt.k-dialog-wrapper .k-dialog {
        background-color: transparent !important;
        box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
        border-radius: 10px;
        border: 0px;
    }

    .ModalCenterAppointemnt .k-dialog-titlebar .k-window-title {
        color: #7e838e !important;
        font-weight: 600;
        font-size: 1.25rem;
    }

    .ModalCenterAppointemnt .customFormButton {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

        .ModalCenterAppointemnt .customFormButton button {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
            width: auto;
            outline: 0px;
            background-color: transparent;
            font-size: 13px;
            box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
            padding: 6px 10px;
            border-radius: 5px;
            border: 1px solid #daefff;
            gap: 8px;
            font-weight: 600;
            color: #3b3c42 !important;
        }


    .ModalCenterAppointemnt .k-form-field-wrap .k-input-inner {
        float: left;
        outline: 0px;
        width: 100%;
        padding: 7px 14px !important;
        border-radius: 0.375rem;
        border: 1px solid #ecf0f3;
        margin-bottom: 10px;
        background-color: transparent;
        display: flex;
        box-shadow: inset 8px 8px 8px #e3e3e3, inset -8px -8px 8px #ffffff;
        font-family: "Poppins", Helvetica, sans-serif;
        color: #6f7580 !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        margin-bottom: 0px;
        background-color: transparent;
    }

    .ModalCenterAppointemnt .k-input-solid {
        background-color: transparent;
        border: 0px !important;
    }

    .ModalCenterAppointemnt .k-input-button {
        margin-left: 5px;
        box-shadow: inset 8px 8px 8px #e3e3e3, inset -8px -8px 8px #ffffff;
        border-radius: 8px;
    }



.loaderWrapper {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    min-height: 300px;
}

    .loaderWrapper::before {
        content: "";
        position: absolute;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        box-shadow: -10px -10px 15px rgb(255 255 255), 10px 10px 10px rgb(0 0 0 / 10%);
        left: calc(50% - 25px);
        top: calc(50% - 25px);
    }

    .loaderWrapper span {
        height: 50px;
        width: 50px;
        position: absolute;
        animation: rotate 0.7s linear infinite;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.loaderWrapper span::before {
    content: "";
    position: absolute;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    background: linear-gradient(45deg, #0b4a6c, #0c5379);
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}

.currentIconSelected {
    float: left;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 42px;
    position: relative;
    border-radius: 11px;
}

    .currentIconSelected span.iconSelected {
        background-color: rgb(17 75 110);
        --indicator: rgb(17 75 110);
        position: absolute;
        width: 8px;
        height: 8px;
        top: 44px;
        transition: 0.3s ease-in-out;
        border-radius: 50%;
        transform-origin: center 20px;
        left: 15px;
        z-index: 9999;
    }

.iconSelected {
    /*animation: scale-animation normal  2s;*/
}

.iconSelectedCircle {
    /*animation: fill-animation normal 2s;*/
}


/*@keyframes fill-animation {
    from {
        clip-path: circle(0% at 50% 100%);
    }

    to {
        clip-path: circle(110% at bottom);
        fill: var(--white);
    }
}*/


@keyframes fill-animation {
    from {
        transform: rotate(45deg)
    }

    to {
        transform: rotate(0deg)
    }
}


@keyframes scale-animation {
    0% {
        transform: scaleY(0.7) scaleX(1.2);
    }

    50% {
        transform: scaleY(1.9) scaleX(1.7);
        width: 10px;
        height: 10px;
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

.tableAppointment.table-neu {
    height: calc(100vh - 140px);
    width: 95% !important;
    display: flex;
    flex-direction: column;
}

    .tableAppointment.table-neu table thead th {
        font-size: 14px;
    }

.flashCurrentItem {
    background-color: #4a9376;
    color: #fff !important;
}

    .flashCurrentItem .CurrentCardDetails, .flashCurrentItem p {
        color: #fff !important;
    }

.CardQueueHorizontal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .CardQueueHorizontal span {
        display: flex;
        padding: 10px 0px;
        flex: 1;
        padding-left: 10px;
        font-size: 0.9rem;
    }

.CardQueueHorizontalWrapper.headingQueue .CardQueueHorizontal span {
    font-weight: bold;
}

.CardQueueHorizontal span:nth-child(1) {
    flex: 1.1;
}

.CardQueueHorizontal span:nth-child(2), .CardQueueHorizontal span:nth-child(3), .CardQueueHorizontal span:nth-child(4), .CardQueueHorizontal span:nth-child(6) {
    flex: 2;
}

.CardQueueHorizontal span:nth-child(6) {
    flex: 1.3;
}

.CardQueueHorizontal span:nth-child(5) {
    flex: 2.5;
}

.tokenQueueWrapper table thead th {
    width: 25%;
}

.tableAppointment.table-neu table thead th {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.shadow-soft.visitHostoryDetailsWrapper {
    float: left;
    width: 100%;
    height: auto;
}

.visitHostoryDetails {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.visitHostoryDetailsCol {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
}

.visitHostoryDetailsLabel {
    display: flex;
    width: auto;
    min-width: 250px;
    margin-bottom: 0px;
    min-height: 40px;
    align-items: center;
    padding-left: 12px;
    font-weight: 600;
}

.visitHostoryDetailsValue {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
}

.visitHostoryDetailsLabel::after {
    content: ':';
    margin-left: 5px;
}

.visitHostoryDetailsWrapper h5 {
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}

.popupDetailsContent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

    .popupDetailsContent p, .popupDetailsContent label {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .popupDetailsContent label {
        font-weight: bold;
        margin-right: 10px;
        min-width: 140px;
    }

.fc-view-harness {
    max-height: 60vh;
    margin-bottom: 20px;
}

.fc .fc-timegrid-slot-label {
    width: 120px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    /*font-size: 12px;*/
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: left;
    font-size: 12px;
}

.fc .fc-timegrid-axis-cushion {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    width: auto;
    font-size: 12px;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(209 226 239);
}

.fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion {
    color: #1a252f !important;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
    flex-direction: column;
    font-size: 25px !important;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.fc .fc-toolbar.fc-header-toolbar {
    justify-content: center !important;
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2), .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
        display: none;
    }

.table-neu.tableAppointment .slick-track {
    height: auto !important;
}

@keyframes flashGrid {
    0% {
        opacity: 1;
    }

    35% {
        opacity: 1;
    }

    45% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }

    55% {
        opacity: 0.5;
    }

    65% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


.timeBatch {
    width: 100%;
    float: left;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-direction: row;
    gap: 10px;
    background: #ecf0f3;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 600;
}
.center-data{
width: calc(100% - 200px);
justify-content: flex-end;
display: flex;
flex-direction: row;
justify-content: center;
}

.logo-left img{
    width:200px;
    padding: 5px 10px;

}

    .timeBatch .wrapper {
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

.btnClose {
    float: left;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: #ecf0f3;
    border: 2px solid #114b6e;
}

#logo_home {
    position: relative;
}


@media (min-width: 300px) and (max-width: 767px) {
    .profileScreen {
        flex-direction: column;
    }

    .sideBarDashboard {
        display: none;
        overflow-y: auto
    }

    .sidebarDashboardContent {
        margin-top: 80px !important;
    }

    .medicationTableGrid {
        margin-left: 0px !important;
        width: 100%;
    }

    .sidebarDashboardContent {
        width: 100% !important;
        margin-left: 0px !important;
    }

        .sidebarDashboardContent .medicationTableGrid {
            width: 100%;
            float: left;
            margin: 0px !important;
            margin-top: 50px !important;
        }

    .legendMedication {
        flex-direction: column;
    }

    .bookAppointmentForm ul#doctor_list {
        height: 200px !important;
    }

    .ChartAndGraphContainer {
        width: 100% !important;
        overflow: scroll;
    }

    .resTableGrid {
        overflow: auto;
    }

    .imageWrapper {
        margin-bottom: 20px;
    }
}

.tabsMyHealth {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .tabsMyHealth ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .tabsMyHealth li {
        display: flex;
        flex: 1;
        background-image: linear-gradient(to top, #f1f2f5, rgba(255, 255, 255, 0)), linear-gradient(to bottom, #f6f6f9, #f6f6f9);
        box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 8%), -5px -4px 10px 0 rgb(253 253 253 / 90%);
        -webkit-box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 8%), -5px -4px 10px 0 rgb(253 253 253 / 90%);
        -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.08), -5px -4px 10px 0 rgba(253, 253, 253, 0.9);
        -ms-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.08), -5px -4px 10px 0 rgba(253, 253, 253, 0.9);
        border: 1px solid #d9e4ed;
        border-radius: 5px;
    }

        .tabsMyHealth li button, .tabsMyHealth li button:hover {
            float: left;
            width: 100%;
            border-radius: 0px;
            color: #15628d;
            font-weight: 700;
            text-transform: uppercase;
        }

            .tabsMyHealth li button.active {
                background-color: #0e618e !important;
                color: #fff !important;
                float: left;
                width: 100%;
                border-radius: 0px;
                z-index: 999;
                border: 0px;
            }

    .tabsMyHealth .tab-content {
        float: left;
        width: 100%;
        padding: 10px;
        min-height: 200px;
        background-image: linear-gradient(to top, #f1f2f5, rgba(255, 255, 255, 0)), linear-gradient(to bottom, #f6f6f9, #f6f6f9);
        box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 8%), -5px -4px 10px 0 rgb(253 253 253 / 90%);
        -webkit-box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 8%), -5px -4px 10px 0 rgb(253 253 253 / 90%);
        -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.08), -5px -4px 10px 0 rgba(253, 253, 253, 0.9);
        -ms-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.08), -5px -4px 10px 0 rgba(253, 253, 253, 0.9);
        border: 1px solid #d9e4ed;
    }
/*
.tableAppointment .slick-slider {
    overflow-y: scroll;
}*/

/*Kendo Grid CSS Override*/
.k-grid .k-grid-header-wrap {
    background-color: #ecf0f3 !important;
}

.k-grid .k-alt {
    background-color: #ecf0f3 !important;
}

.k-grid {
    border-color: #dee2e6 !important;
}

.k-pager-numbers .k-link {
    color: #848484 !important;
    border: none !important;
}


.k-pager-nav.k-link.k-pager-nav:hover {
    border-color: #ecf0f5 !important;
    transition: 0.4s !important;
}


.k-pager-numbers .k-link:focus,
.k-pager-numbers .k-link.k-state-focus,
.k-pager-nav.k-link:focus,
.k-pager-refresh:focus,
.k-state-focus.k-pager-nav.k-link,
.k-state-focus.k-pager-refresh {
    box-shadow: none !important;
}

.k-pager-nav.k-link, .k-pager-refresh {
    border-color: none !important;
    color: #848484 !important;
    border: none !important;
}

.k-pager-numbers .k-link.k-state-selected,
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-link.k-state-hover {
    color: #848484 !important;
    background-color: #ecf0f3 !important;
    font-weight: 600 !important;
    transition: 0.4s !important;
    border: none !important;
}

.k-dialog-wrapper .k-dialog {
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ecf0f2 !important;
    border-radius: 5px !important;
}

.loaderWrapperProfile {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #ecf0f3;
    border-radius: 0px;
    filter: hue-rotate(191deg);
}

    .loaderWrapperProfile::before {
        content: '';
        box-shadow: 0px 0px 0px transparent !important;
    }
.fakeimg figure iframe {
    height: auto;
    width: auto;
    border-radius: 5px;
    min-width: 500px;
    min-height: 436px;
}
@media only screen and (min-width: 200px) and (max-width: 991px) {
    .fakeimg figure iframe {
        height: auto;
        width: 100%;
        border-radius: 5px;
        min-width: auto;
    }
    .blog__card .fakeimg {
        border-radius: 5px;
        min-width: auto;
        float: left;
        margin-bottom: 40px;
    }
    .mainMenuMobileRes {
        right: -102%;
        left: auto;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        display: flex;
        top: 78px;
        transition: 0s;
    }

        .mainMenuMobileRes .loginAsUser {
            display: none;
        }

        .mainMenuMobileRes .LoginAsUserPanel {
            display: block;
            position: relative;
            width: 100%;
            padding: 0px;
            top: 0;
        }

    .resTimeLineFrameWrapperList {
        height: auto;
        padding-left: 28px;
    }

        .resTimeLineFrameWrapperList .timeLineFrameWrapperListElement, .resTimeLineFrameWrapperList .timeLineFrameWrapperListElementLeft {
            position: relative;
            left: 0;
            right: 0;
            margin-left: 0px;
            margin-right: auto;
        }

    .timeLineFrameWrapperList::before {
        position: relative !important;
        height: auto !important;
    }

    .timeLineFrameWrapperListElementLeft::before {
        right: 36px !important;
        position: relative !important;
    }

    .filterButton {
        max-width: 100%;
    }

    .communication-filter-off .pagination {
        margin-bottom: 0px;
        overflow: auto;
    }

    .box_list .videoPlaceholder {
        min-height: auto !important;
    }

    .fakeimg {
        width: 100% !important;
        height: auto;
        max-height: fit-content !important;
        min-height: auto !important;
    }

        .fakeimg figure {
            height: auto;
            width: 100%;
        }

            .fakeimg figure .iframe {
                height: auto;
                border-radius: 5px;
            }
    .sidebarDashboardContent {
        width: 100%;
        margin-left: 0px;
    }
    .customPopup iframe {
        min-width: 100% !important;
        min-height: calc(100vh - 200px);
        height: calc(100vh - 200px);
    }
    .sideBarDashboard {
        height: calc(100vh - -4px) !important;
        overflow: auto !important;
    }
}

@media only screen and (min-width: 991px) {
    .sideBarDashboard.d-none {
        display: block !important;
    }
    .menuIconRes {
        display: none !important;
    }
}
.bookAppointmentLoaderWrapper {
    position: absolute;
    z-index: 99999;
    width: 100% !important;
    height: 100%;
    background: #ecf0f3;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ffffff;
    display:flex !important;
    justify-content:center;
    align-items:center;
}
.loaderBookAppointment {
    width: 48px;
    height: 48px;
    border: 5px solid #154b6d;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.box_general_3 .k-datepicker .k-picker-wrap, .box_general_3 .k-combobox .k-dropdown-wrap {
    float: left;
    outline: 0px;
    width: 100%;
    padding: 3px 3px !important;
    border-radius: 0.375rem;
    border: 1px solid #ecf0f3;
    margin-bottom: 10px;
    background-color: transparent;
    display: flex;
    box-shadow: inset 8px 8px 8px #e3e3e3, inset -8px -8px 8px #ffffff;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #6f7580 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.box_general_3 .k-picker-wrap .k-dateinput .k-dateinput-wrap {
    background-color: transparent !important;
}
.cardActiveOrInActive {
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    width: auto !important;
}
    .cardActiveOrInActive.active {
        background: #154b6d;
    }
    .cardActiveOrInActive.inActive {
        background: #f09242;
    }


.box_general_3 input::placeholder {
    color: #c1c1c1;
    opacity: 1; /* Firefox */
}

.box_general_3 input::-ms-input-placeholder {
    color: #c1c1c1;
}
.appointments {
    font-family: Arial, sans-serif;
    /* padding: 20px; */
  }
  
  .appointments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .appointments-header h3 {
    margin: 0;
  }
  
  .see-all {
    background-color: transparent;
    border: none;
    color: #114b6e;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .see-all:hover {
    text-decoration: underline;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
  }
  
  .appointment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  
  .appointment-details {
    display: flex;
    align-items: center;
  }
  
  .appointment-info {
    margin-left: 15px;
  }
  
  .appointment-info span {
    font-weight: bold;
  }
  
  .appointment-info p {
    margin: 5px 0;
  }
  
  .appointment-arrow {
    cursor: pointer;
    color: #114b6e;
    font-size: 1.5em;
  }
  .diagnosis-chart {
    font-family: Arial, sans-serif;
  }
  
  .diagnosis-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .diagnosis-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 65%; /* Adjust this width as needed to keep the items aligned and in a row */
  }
  
  .label {
    font-weight: bold;
  }
  
  .value {
    margin-top: 5px;
    font-weight: 600;
  }
  
  .diagnosis-info .diagnosis-item:first-child {
    margin-right: 10px; /* Add spacing between left and right items */
  }
  .diagnosis-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .show-more {
    background: none;
    border: none;
    color: #114b6e; /* Blue link color */
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  
  .show-more:hover {
    text-decoration: underline;
  }
  .document-item {
    display: flex;
    justify-content: space-between;
    /* Left content and right icon */
    align-items: center;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2), 0px 6px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
    margin: 5px;
  }
  
  .document-left {
    display: flex;
    align-items: center;
    gap: 20px;
    /* Spacing between icon and text */
  }
  
  .document-details {
    display: flex;
    flex-direction: column;
  }
  
  .document-name {
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
  }
  
  .file-size {
    font-size: 16px;
    color: gray;
  }
  
  .document-icon {
    font-size: 26px;
    /* Adjust icon size */
    color: #3392ff;
    /* Example color for PDF icon */
  }
  
  .download-icon {
    cursor: pointer;
    font-size: 24px;
    color: #114b6e;
  }
  
  .download-icon:hover {
    color: #114b6e;
  }
  .health-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .stat-container {
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap;
    padding: 10px;
    display: flex;
    width: 100%;
  }
  
  .stat-box-wrapper {
    display: flex;
    gap: 15px;
    width: max-content; /* Ensures it expands based on content */
  }
  
  .stat-box {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2 - 10px);
    min-width: 150px;
    max-width: 250px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2), 0px 6px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.stat-box:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}
  
  /* Adjust for smaller screens */
  @media (max-width: 1024px) {
    .stat-box {
      flex: 0 0 calc(100% / 3 - 10px); /* Show 3 items at a time */
    }
  }
  
  @media (max-width: 768px) {
    .stat-box {
      flex: 0 0 calc(100% / 2 - 10px); /* Show 2 items at a time */
    }
  }
  
  @media (max-width: 480px) {
    .stat-box {
      flex: 0 0 calc(100% - 20px); /* Show 1 item at a time */
    }
  }
  .stat-icon {
    font-size: 3em;
    color: #007bff; /* Adjust the color of the icon */
  }
  
  .stat-box h3 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0;
  }
  
  .stat-value {
    font-size: 1.1em;
    margin: 0;
    font-weight: 500;
  }
  
  .stat-trend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  
  .trend-text {
    font-size: 0.9em;
    margin: 0;
    font-weight: 400;
  }
  
  .trend-icon {
    font-size: 1em;
    font-weight: bold;
  }
  
  .up {
    color: green;
  }
  
  .down {
    color: red;
  }
  
  .normal {
    color: #007bff;
  }
  
  
  .charts-container {
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap;
    padding: 10px;
    display: flex;
}

.charts-row {
    display: flex;
    gap: 20px; /* Space between charts */
    width: max-content; /* Expands to fit all charts */
}
.chart {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 2 - 10px);
  min-width: 300px;
  max-width: 400px;
  background: white;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2), 0px 6px 20px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.chart:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
}



/* Responsive Design */
@media (max-width: 1024px) {
    .chart {
        flex: 0 0 calc(100% / 2 - 10px); /* Show 2 items at a time */
    }
}

@media (max-width: 768px) {
    .chart {
        flex: 0 0 calc(100% - 20px); /* Show 1 item at a time */
    }
}
.profile-card {
    margin-top: 10px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2), 0px 6px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
  }
  
  .profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
  }
  
  .profile-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Ensures 2 items per row */
    gap: 20px; /* Space between the items */
    width: 100%; /* Ensures full width usage */
}

.profile-item {
    display: flex;
    align-items: center;
    justify-content: center; /* Align content properly */
    flex: 1;
    /* min-width: 150px;  */
}

.icon {
    font-size: 1.5em;
    color: #1e3e86;
    margin-right: 10px; /* Space between icon and text */
}

.icon-label {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%; /* Ensures equal width for text */
}

.label {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 5px;
}

.profile-item p {
    margin: 0;
    font-weight: 500;
}

/* Responsive design */
@media (max-width: 600px) {
    .profile-info {
        grid-template-columns: repeat(1, 1fr); /* Stack items in 1 column on small screens */
    }
}

  /* Show All Information Button */
.show-info-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 5px; /* Adjust the gap from the top */
    margin-left: auto; /* Center horizontally */
    margin-right: auto; /* Center horizontally */
    display: block; /* Ensure it's a block element for centering */
    transition: background-color 0.3s;
  }
  
  .show-info-button:hover {
    background-color: #0056b3;
  }
  
/* NewDesign.css */
  
.NewDesign-lower {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.NewDesign-content{
    flex: 1;
    padding-bottom: 20px;
}

/* Top section (HealthStats + Diagnosis + Documents) takes more space */
.containerBox {
    width: 70%;
}

/* ProfileView (ProfileCard + Appointments) takes less space & moves right */
.ProfileView {
    width: 30%;
    display: flex;
    flex-direction: column;
}

/* Responsive: Stack ProfileView below on smaller screens */
@media (max-width: 768px) {
    .NewDesign-lower {
        flex-direction: column;
    }
    .ProfileView {
        align-items: center;
        width: 100%;
    }
}
.box {
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2), 0px 6px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
    flex: 1; /* Ensures equal width */
    width: auto;
    margin-top: 10px; /* Adds spacing around elements */
}

/* Responsive: Stack elements on smaller screens */
@media (max-width: 768px) {
    .ProfileView {
        flex-direction: column;
        align-items: center;
    }
    
    .box {
        width: 100%; /* Full width for smaller screens */
        margin: 10px 0; /* Adjust margin for stacked layout */
    }
}
.horizontal-buttons {
    display: flex;
  }
  
  /* Set up a gradient background with animation */
@keyframes gradientChange {
    0% {
      background: linear-gradient(45deg, #1f4988, #8e44ad);
    }
    50% {
      background: linear-gradient(45deg, #4caf50, #3498db);
    }
    100% {
      background: linear-gradient(45deg, #3498db, #8e44ad);
    }
  }
  
  /* Button styling */
  .horizontal-buttons .btn {
    margin: 10px;
    color: white;
    border: none;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: gradientChange 10s ease infinite; /* Apply the gradient change animation */
  }
  
  .horizontal-buttons .btn:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
  }
  .sidebar {
    width: 250px;
    height: 100vh;
    background-color: #1e293b;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    position: fixed;
  }
  
  .sidebar-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .sidebar-menu, .sidebar-bottom-menu {
    list-style: none;
    padding: 0;
  }
  
  .sidebar-menu li, .sidebar-bottom-menu li {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
  }
  
  .sidebar-menu li:hover, .sidebar-bottom-menu li:hover {
    background-color: #334155;
  }
  
  .sidebar-icon {
    margin-right: 10px;
    font-size: 18px;
  }
  
  .sidebar-user {
    text-align: center;
    margin-top: 35px;
    padding: 15px;
    border-top: 1px solid #334155;
    margin-bottom: 0px;
    padding-bottom: 2px;
  }
  
  .sidebar-user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;

  }
  
  .sidebar-user-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    color: white;
  }
  
  .sidebar-user-email {
    font-size: 16px;
    color: white;
    margin-bottom: 55px;
  }
  .no-data-chart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .no-data-content {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .no-data-icon {
    width: 50px;
    height: 50px;
    opacity: 0.8;
  }
  
  .no-data-chart h3 {
    color: #555;
    font-size: 20px;
    margin-top: 10px;
  }
  
  .no-data-chart p {
    color: #777;
    font-size: 16px;
  }
  .no-diagnosis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .no-diagnosis-content {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .no-diagnosis-icon {
    width: 60px;
    height: 60px;
    opacity: 0.7;
    margin-bottom: 10px;
  }
  
  .no-diagnosis h3 {
    color: #555;
    font-size: 20px;
    margin-top: 10px;
  }
  
  .no-diagnosis p {
    color: #777;
    font-size: 16px;
  }
  .schedule-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  .schedule-btn:hover {
    background-color: #153b6a;
  }
  .no-data-text {
    font-size: 14px;
    color: gray;
    margin-bottom: 15px;
  }
/* Main Container */
.articles-container {
    margin-top: 10px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2), 0px 6px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
  }
  
  /* Section Title */
  .section-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  /* Scrollable Horizontal Container */
.articles-scroll {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    scrollbar-width: auto; /* Show scrollbar */

  }
  
  /* For Chrome, Safari, and Opera */
  /* .articles-scroll::-webkit-scrollbar {
    height: 5px;
  }
  
  .articles-scroll::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
  }
  
  .articles-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
  } */
  
  /* Article Card */
  .article-card {
    min-width: 100%; /* Ensures scrolling works */
    max-width: 100%;
    background: white;
    border-radius: 10px;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    /* overflow: hidden; */
    /* transition: transform 0.3s ease-in-out; */
  }
  
  .article-card:hover {
    /* transform: scale(1.05); */
  }
  
  /* Thumbnail Container */
  .thumbnail-container {
    position: relative;
    width: 100%;
    height: 140px;
  }
  
  /* Article Thumbnail */
  .article-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
  }
  
  /* Campaign Tagline Overlay */
  .campaign-tagline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
  }
  
  /* Article Title */
  .article-title {
    font-size: 16px;
  font-weight: bold;
  margin: 10px;
  text-align: center;
  max-width: 100%; /* Ensures it doesn't overflow */
  white-space: normal; /* Allows text wrapping */
  word-wrap: break-word; /* Ensures long words break properly */
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; Show only 2 lines  */
  -webkit-box-orient: vertical;
  height: 40px; /* Adjust based on font size */
  }
  .episode-screening-container {
    display: flex;
    align-items: center; /* Align items vertically */
    justify-content: space-between; /* Space between text and button */
    padding: 10px 15px;
   
  }
  
  .episode-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0; /* Remove default margin */
  }
  
  .cancel-button {
    background-color: #11345a; /* Modern red color for cancel button */
    color: white;
    border: none;
    padding: 8px ;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .cancel-button:hover {
    background-color: #303bd6; /* Darker red on hover */
  }
  @media (max-width: 600px) {
    .episode-screening-container {
      flex-direction: column; /* Stack items vertically */
      text-align: center;
    }
  
    .cancel-button {
      width: 100%; /* Full width on mobile */
      margin-top: 10px;
    }
  }

  .custom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background-color: #f8f9fa;
  }
  
  .custom-logo-container {
    margin-bottom: 20px;
  }
  
  .custom-logo {
    width: 150px;
  }
  
  .custom-otp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
  }
  
  .custom-otp-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .custom-otp-input {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .custom-submit-btn {
    background-color: #295687;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .custom-submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }
  
  .custom-table-container {
    margin-top: 20px;
    width: 90%;
    overflow-x: auto;
  }
  
  .custom-table-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .custom-prescription-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .custom-prescription-table th, 
  .custom-prescription-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
  }
  
  .custom-prescription-table th {
    background-color: #295687;
    color: white;
  }
  
  @media (max-width: 600px) {
    .custom-otp-container {
      width: 90%;
    }
    
    .custom-prescription-table th, 
    .custom-prescription-table td {
      font-size: 14px;
      padding: 8px;
    }
  }
  /* Container styles */
.privacy-container {
    display: flex;
    min-height: 100vh;
    background: #f8f9fa;
    padding: 20px;
  }
  
  /* Content Box */
  .privacy-content {
    background: white;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Title */
  .privacy-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
  }
  
  /* Version Number */
  .privacy-version {
    font-size: 14px;
    text-align: center;
    color: #555;
    margin-bottom: 20px;
  }
  
  /* Text Content */
  .privacy-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }
  
  /* Responsive Design */
  @media (max-width: 600px) {
    .privacy-content {
      padding: 15px;
    }
  
    .privacy-title {
      font-size: 20px;
    }
  
    .privacy-text {
      font-size: 14px;
    }
  }
  
  


  
    

  
  