﻿html {
    font-size: 14px;
}

/* General styles for all headings (h1 to h6) */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lexend";
    letter-spacing: 0px;
    line-height: 1.25;
}

/* Specific styles for h2 */
h2 {
    font-size: 42px;
    letter-spacing: -2px;
    font-weight: 600;
    color: var(--bricks-color-rdhkwy);
}

/*Displaying CC number content header*/
.nav-mob-link {
    width: 300px;
    height: 40px;
    border-radius: 30.105px;
    background: #009ADE;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: right;
}

/*Displaying CC number */
.head-callcenter-number {
    color: #FFF !important;
    font-family: Lexend;
    font-size: 20.526px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

/*Submit button wrapper used in patient details*/
.div-submit-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    gap: 10px;
}

/*Submit button used in patient details*/
.submit-btn {
    width: 20%;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7.086px;
    flex-shrink: 0;
    border-radius: 4px;
    color: var(--Grey-100, #FAFAFA);
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 35px;
    letter-spacing: 0.25px;
    border: none;
}


/* Media query for devices with a minimum width of 768px */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Styles for the root HTML element */
html {
    position: relative;
    min-height: 100%;
}

/* Styles for the body element */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Roboto, Arial, sans-serif;
    background-color: #ddeff3;
    padding: 0px 2%;
}

/* Styles for the content area */
.content {
    margin-top: 98px;
}
/* Hides the scrollbar in mobile */
.content::-webkit-scrollbar{
    display: none;
}

/* Additional styles for the footer container */
.container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}
/* Styles for header */
.layout-nav-div {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 96%;
    padding: 10px 0px;
    background: none;
    height: 61px;
}

.nav-bar {
    display: flex;
    flex-direction: row;
    height: 61px;
    background-color: #ffffff !important;
    border-radius: 50px;
    box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.27);
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

/*Styles for pinnacle icon on header*/
.img-icon {
    height: 35px;
    width: auto;
}

/* Home Page CSS starts*/
.flex-container {
    display: flex;
    flex-direction: column;
}

.control-height {
    height: 50px !important;
}

#description {
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

/*Styles for vertical card*/
.pac-card {
    background-color: #efefef;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    font: 400 18px;
    overflow: hidden;
    padding-bottom: 10px;
    border: 1px solid #f0f0f0;
    width: 100%
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
    width: 100%;
}

.pac-controls label {
    font-size: 15px;
}

/*Styles for view more button vertical card list*/
.btn-view-more {
    width: 45%;
    margin-left: 10px;
    background-color: #d9c58a !important;
    border: 0px;
    border-radius: 2px;
    padding: 5px;
    color: black;
}

/*Display titles content each page*/
#title {
    color: #000000b8;
    background: #e2d6c2d6;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
    border-radius: 2px 2px;
    width: 100%;
    display: flex;
}

.locationsInfoDiv {
    width: 50%;
}


/*Styles for Paging*/
.locationPagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 100%;
}

    .locationPagination > button {
        margin-right: 10px;
        margin-left: 0px;
    }

        .locationPagination > button:last-child {
            margin-right: 0px;
            margin-left: 10px;
        }

.locationPageBtn {
    height: 40px;
    line-height: 30px;
    width: 47%;
    padding: 5px;
    background: var(--PTC-Blue, #009ADE);
    backdrop-filter: blur(15px);
    border-radius: 4px;
    border: 1px #c641414f;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%;
    color: white;
    text-align: center;
    cursor: default;
}

    /*.locationPageBtn:not(:disabled):hover {
        color: #000;
        background-color: #5f9fe4;
    }*/

    .locationPageBtn:disabled {
        background: var(--PTC-Headline, #919AA9);
        backdrop-filter: blur(15px);
    }

/* Media query */
@media only screen and (max-width: 768px) {

    .btn-view-more {
        width: 95%;
        margin-top: 10px;
    }

    .location-filter-div {
        padding-top: 10px !important;
        text-align: left;
    }

    /* Style for the iframe inside the .video-container */
    .video-container iframe {
        width: 75% !important;
        height: 150px !important;
    }

}
/* Home/Appointment CSS Ends*/


/* Style for the iframe inside the .video-container */
.video-container iframe {
    width: 560px;
    height: 315px;
}

/* BookAppointment.cshtml Styles  start*/

.slide_heading {
    font-weight: bold;
    font-size: 14px;
    color: #212529d9;
    display: block
}

/* Styling for app slots*/
.app-slot {
    padding: 10px 15px;
    background-color: lightgray;
    border: 1px solid black;
    border-radius: 70px;
}

/*Container for selected location details*/
.sel-location-details {
    width: 60%; /* Centered width for desktop */
    margin: 0 auto; /* Centering the container */
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.slotsDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.slotsDivMob {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.item {
    width: 100px;
}

.dispDesktop {
    display: block
}

.dispMobile{
    display: none;
}

/* Media query for tablet devices*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .dispDesktop {
        display: none
    }

    .dispMobile {
        display: block;
    }
    .locationsInfoDiv {
        width: 100%; /* Full width for mobile */
        height: 80%;
    }

 
    #divListMap {
        height: 100% !important;
    }
    .submit-btn {
        width: 40%;
    }
}

/*Media query for mobile devices*/
@media only screen and (max-width: 768px) {
    .sel-location-details {
        width: 100%; /* Full width for mobile */
    }
    .locationsInfoDiv {
        width: 100%; /* Full width for mobile */
        height: 80%;
    }
  

    .weekDayDiv {
        width: 100% !important;
    }

    .dispDesktop {
        display: none
    }

    .dispMobile {
        display: block;
    }

    #divListMap {
        height: 100% !important;
    }
    .submit-btn {
        width: 40%;
    }

    .footer-mob-pad {
        padding: 10px 0px 45px 0px !important;
    }

    /* Style for the loader element in mobile view */
    /* loader after form submission*/
    .big-loader {
        top: 50%;
        left: 35% !important;
        transform: translate(-50%, -50%);
        position: fixed;
    }
}

/*Styling for arrow buttons*/
.arrow-style {
    padding: 3px 8px;
    color: #575656;
}

 /* Hover effect for arrow buttons with cursor change */
.arrow-style:hover {
    cursor: pointer !important;
}

/* Selected slot styling with background color */
.selSlot {
    background-color: #5c95c587 !important;
}

.slideFlex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 12px;
}

/*Header div*/
.headDiv {
    height: 75px;
    background-color: #4d90fe;
    color: white !important;
    padding-top: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.leftButtonDiv {
    width: 5%
}

.reightButtonDiv {
    width: 5%
}

.slotsListDiv {
    width: 90%
}

.slideGrpDiv {
    display: flex;
    flex-direction: row;
}

.empty-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100px;
}
/* BookAppointment.cshtml Styles  end*/

/* PatientDetails.cshtml Styles Start */

.btnNavMob {
    width: 100%;
    min-width: 150px;
    height: 100%;
    background: var(--PTC-Blue, #009ADE);
    backdrop-filter: blur(15px);
    border-radius: 4px;
    border: 1px #c641414f;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%;
    color: white;
}
.btnNavNext::after {
    content: "→";
    margin-left: 10px;
    font-size: inherit;
    display: inline-block;
    transition: transform 0.3s ease;
}
.btnNavPrevious::before {
    content: "←";
    margin-right: 10px;
    font-size: inherit;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .btnNavMob:disabled {
        background: var(--PTC-Headline, #919AA9);
        backdrop-filter: blur(15px);
    }

.mob-nav-btns {
    display: flex;
    gap: 5px;
}

.divNavMobWrapper {
    
    height: 35px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.required:after {
    content: "*";
    color: #f00;
}

/*styles for validation messages */
.validationMsg {
    color: red !important;
    padding-left: 10px;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.erroMsgClosetBtn {
    position: absolute;
    right: 80px;
}

.med-type-dd-width {
    width: 48%;
}

.patMobCheckTbCell {
    padding-top: 3px;
}

@media only screen and (max-width: 768px) {
    .patMobCheckTbCell {
        vertical-align: top;
        padding-right: 10px;
        padding-top: 0px;
    }

    .erroMsgClosetBtn {
        right: 9%;
    }

    .med-type-dd-width {
        width: 100%;
    }
}

#divNewUserDetails .row {
    margin-top: 7px;
}

.form-group > label {
    margin-bottom: 5px;
}

.lblInfo > div {
    margin-bottom: 10px;
}

/*Submit button Loader*/
.loader {
    display: none;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid blue;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    position: absolute;
    left: 47%;
}

/* Style for the loading overlay container after form submit*/
.loading-div {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fbfbfbe0;
    display: none;
}

/* Style for the loader element in desktop view */
/* This loader appears after a form submission */
.big-loader {
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-top: 10px solid blue;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    height: 100px !important;
    width: 100px !important;
    top: 50% !important;
    left: 48% !important;
    transform: translate(-50%, -50%);
    position: fixed;
    display: none;
}

/* Style for the loading text displayed during form submission */
.wait-text-span {
    font-size: 24px;
    font-weight: bold;
    color: black;
    top: 35% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed;
    display: none;
    text-align: center
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    background-color: #ccc;
    pointer-events: none;
}

.btn-container {
    display: flex;
    align-items: center;
}
/* PatientDetails.cshtml Styles End */


/* Appointment Confirmation Styles Start */

/*Phone icon on confirmation page*/
.phone-icon {
    font-size: 16px; /* Adjust the size of the icon */
}

/* Styles for the footer section */
.footer-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top:120px;
}

    .footer-div hr {
        width: 100%;
        height: 1px;
        background: #C8D0DD;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-div .recovery-text {
        color: var(--PTC-Headline, #919AA9);
        font-family: Lexend;
        font-size: 41.93px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 95.397% */
        letter-spacing: -2.097px;
        width: 100%;
        padding: 20px;
    }

    .footer-div .address-other-div {
        display: flex !important;
        flex-direction: row;
        width: 100%;
        padding: 10px 20px;
    }

        .footer-div .address-other-div div {
            flex: 1;
            width: 359.179px;
        }

            .footer-div .address-other-div div h5 {
                color: var(--PTC-Headline, #919AA9);
                font-family: Lexend;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 22px; /* 137.5% */
            }

            .footer-div .address-other-div div address {
                color: var(--PTC-Headline, #919AA9);
                font-family: Lexend;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
            }

            .footer-div .address-other-div div a {
                color: var(--PTC-Blue, #009ADE);
                font-family: Lexend;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                text-decoration-line: underline;
                text-decoration-style: solid;
                text-decoration-thickness: auto;
                text-underline-offset: auto;
                text-underline-position: from-font;
            }

/*Copy right text block*/
    .footer-div .copy-right-div {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 10px 20px;
    }

        .footer-div .copy-right-div p {
            color: var(--PTC-Headline, #919AA9);
            font-family: Lexend;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            text-decoration: none;
            padding-top: 10px;
        }
            .footer-div .copy-right-div p a {
                color: var(--PTC-Headline, #919AA9) !important;
                text-decoration: none !important;
            }


/* Appointment Confirmation Styles End */
.img-footer {
    width: 100%;
    height: 1111px;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url("../images/footer-image.png") lightgray 50% / cover no-repeat;
    text-align: center;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
}

    .img-footer .title {
        width: 100%;
        color: #FFF;
        text-align: center;
        font-family: Lexend;
        font-size: 99.51px;
        font-style: normal;
        font-weight: 700;
        line-height: 122px; /* 122.601% */
        letter-spacing: -5.971px;
        padding: 200px 50px 50px;
    }

    .img-footer .info-row-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .img-footer .info-row-wrapper .phone {
            display: flex;
            width: 342px;
            padding: 30.488px 46.535px;
            justify-content: center;
            align-items: center;
            gap: 21px;
            border-radius: 16.047px;
            background: rgba(67, 67, 67, 0.60);
            box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.27);
            backdrop-filter: blur(10px);
            color: #FFF;
            text-align: center;
            font-family: Lexend;
            font-size: 23px;
            font-style: normal;
            font-weight: 600;
            line-height: 110%; /* 25.3px */
            margin-bottom: 20px;
            text-decoration: none;
        }

        .other-info-div-gap {
            gap: 20px !important;
        }

            .img-footer .info-row-wrapper .other-info-div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 216px;
                height: 196px;
                flex-shrink: 0;
                border-radius: 10px;
                background: rgba(67, 67, 67, 0.60);
                box-shadow: 0px 10.904px 29.356px 0px rgba(0, 0, 0, 0.27);
                backdrop-filter: blur(8.387457847595215px);
                gap: 20px;
            }

            .img-footer .info-row-wrapper .other-info-div img {
                width: 85px;
                height: 85px;
                flex-shrink: 0;
            }

            .img-footer .info-row-wrapper .other-info-div p {
                width: 213px;
                color: #FFF;
                text-align: center;
                font-family: Lexend;
                font-size: 15.097px;
                font-style: normal;
                font-weight: 600;
                line-height: 110%;
            }

.nav-bar-mob {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px 15px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    position: relative;
    top: 10px;
    display: flex;
    gap: 20px;
}

    .nav-bar-mob .mob-view-phone-icon {
        width: 50px;
        height: 50px;
        border: 5px solid #ccc7bc;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        background-color: #f2f2f2;
        display: flex;
    }

    .nav-bar-mob .brand-icon {
        flex: 1;
        text-align: center;
        margin-left: -30px;
    }

        .nav-bar-mob .brand-icon img {
            height: 35px;
            width: auto;
            margin-left: -30px
        }

.link-text a{
    color: var(--PTC-Blue, #009ADE) !important;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.7%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


.div-header-call-back {
    width: 300px;
    height: 40px;
    border-radius: 8px;
    transition: 0.15s all ease-in-out;
    background-color: #009ADE;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .div-header-call-back:hover {
        background-color: #0075a9;
    }

.btn-call-back-link {
    font-size: 20.526px;
    line-height: normal;
    color: #ffffff !important;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px; /* space between text and arrow */
    text-decoration: none;
    transition: color 0.2s ease;
}

    .btn-call-back-link:hover .arrow-icon {
        transform: translateX(4px);
        transition: transform 0.2s ease;
    }

/* Media query mobile*/
@media only screen and (max-width: 768px) {
    body {
        padding: 0px;
    }

    .layout-nav-div {
        width: 100%;
        padding: 0px;
    }

    .nav-bar {
        border-radius: 2px;
    }

    .content{
        margin-top: 20px;
    }

    .img-footer {
        height: none !important;
        padding: 15px;
    }

        .img-footer .title {
            font-size: 25px !important;
            line-height: normal !important;
            letter-spacing: normal !important;
            padding: 75px 0px;
        }

        .img-footer .info-row-wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .img-footer .info-row-wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

    .footer-div .address-other-div,
    .footer-div .copy-right-div {
        flex-direction: column !important;
    }


}

/* Media query for tablet devices*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        padding: 0px;
        width: 100%;
    }

    .layout-nav-div {
        width: 100% padding: 0px;
    }

    .nav-bar {
        border-radius: 2px;
    }

    .content {
        margin-top: 85px;
    }

    .img-footer {
        height: none !important;
        padding: 15px;
    }

        .img-footer .title {
            font-size: 25px !important;
            line-height: normal !important;
            letter-spacing: normal !important;
            padding: 75px 0px;
        }

        .img-footer .info-row-wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .img-footer .info-row-wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

    .footer-div .address-other-div,
    .footer-div .copy-right-div {
        flex-direction: column !important;
    }
}