.Client-Body-width {
    width: 100%;
    max-width: 600px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px 0px #0002;
    border-radius: 1em;
    background-color: #fafafa;
}

.Client-Body-height {
    min-height: 100vh;
}

.Clinet-Body-width {
    width: 100%;
    max-width: 800px;
}

.Client-Header {
    border-radius: 5px;
    border: 1px solid #e0e0e0 !important;
    padding: 2px;
    height: 40px;
}

.Client-Logo {
    background-image: url(../../images/Logo-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    max-height: 30px;
    margin-top: 0px;
}

.Client-Body {
    border-radius: 5px;
    border: 1px solid #e0e0e0 !important;
    padding-top: 10px;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    overflow-y: auto;
    height: calc(100vh - 125px);
}

.Client-Footer {
    border-radius: 5px;
    border: 1px solid #e0e0e0 !important;
    background-color: #eee;
    height: 50px;
    margin-top: 0px;
}

.Client-Footer-x {
    text-align: center;
    padding: 10px;
    width: 80px;
    transition: transform 1s linear;
}

    .Client-Footer-x:hover {
        transform: scale(1.2);
        color: #450000;
        cursor: pointer;
    }

.Client-Footer-c {
    text-align: center;
    padding: 10px;
    width: 90px;
    transition: transform 1s linear;
}

    .Client-Footer-c:hover {
        transform: scale(1.2);
        cursor: pointer;
    }

.doctor-profile-image-container {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.doctor-profile-image {
    border-radius: 50%;
    object-fit: cover;
}

form.nosubmit {
    border: none;
    padding: 0;
}

input.nosubmit {
    border-radius: 10px;
    border: 0;
    outline-color: white;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 15%);
    display: block;
    padding: 12px 14px 12px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.doctor-card-container {
    overflow-x: hidden;
}

.doctor-cat-card {
    border-radius: 20px;
    /*box-shadow: 0px 0 25px rgb(0 0 0 / 15%);*/
    height: 160px;
    overflow: hidden;
    position: relative;
}

.doctor-card-1 {
    background-color: #4cd1bc;
}

.doctor-card-2 {
    background-color: #71b4fb;
}

.doctor-card-3 {
    background-color: #f98b74;
}

.doctor-card-4 {
    background-color: #8a78e6;
}

.doctor-card-5 {
    background-color: #969696;
}

.doctor-card-6 {
    background-color: #93655b;
}

.doctor-card-7 {
    background-color: #b0766a;
}

.doctor-card-8 {
    background-color: #4cd1bc;
}

.doctor-card-9 {
    background-color: #f98b74;
}

.doctor-my-card-circle {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    opacity: .3;
    background-color: white;
    position: absolute;
    top: -1.2rem;
    right: -1.2rem;
}

.doctor-card {
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    border-radius: 10px;
    text-decoration: none !important;
}

.doctor-image-container {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}




/*details page*/

.doctor-detail-image-container {
    height: 11em;
    position: relative;
    background-color: #d9eeff;
    background-image: url(/images/Web_ExpressionsHamsara.jpg);
    background-size: cover;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.doctor-detail-image-container-2 {
    display: block;
    margin: 60px auto -46px !important;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 6rem;
}

.doctor-detail-image-container::after {
    content: "";
    background: #000000a1;
    position: absolute;
    inset: 0;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.doctor-detail-image-container * {
    position: relative;
    z-index: 3;
}

.doctor-detail-image {
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 0px 1px 3px #bdbdbd5e;
}

.doctor-detail-image-shadow {
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(10px) opacity(0.7);
    transform: translateY(13px);
    z-index: -1;
}

.doctor-detail-content {
    overflow-x: hidden;
    padding-top: 60px !important;
}

.fa-star:before {
    content: "\f005";
    color: #ced2db;
}

.checked:before {
    color: orange !important;
}

.doctor-detail-line {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    margin: 2rem 0;
}

@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

div[role="progressbar"] {
    --size: 6rem;
    --fg: #8a78e6;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 85%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

    div[role="progressbar"]::before {
        counter-reset: percentage var(--value);
        content: counter(percentage) '%';
    }

.doctor-detail-text-muted {
    color: #a9a9a9 !important;
}

.doctor-detail-my-btn {
    border-radius: 10px;
    background: #ccd0db;
    color: white;
    border: 0;
}

.doctor-detail-my-btn-1 {
    border-radius: 10px;
    background: #8873f2;
    color: white;
    border: 0;
}

.cls-1 {
    fill: #f98b74;
}

doctor-detail-background-image {
    background-image: url(/images/avatar.jpg);
    background-position: center;
    background-size: cover;
}




/* sidebar styles */
.my-sidebar-back {
    width: 100vw;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 1000;
    background-color: #6767679b;
    position: fixed;
}

.my-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px 30px 30px 0;
    height: 100vh;
    width: 303px;
    transform: translateX(0px);
    z-index: 1001;
    background-color: #4E7D96;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    transition: all .3s ease;
}


    .my-sidebar p {
        color: #fff !important;
    }

.my-sidebar-items {
    background-color: #9fc9dd15;
    display: flex !important;
    gap: 1rem !important;
    height: 40px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    padding: 10px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

    .my-sidebar-items p {
        font-size: 16px;
    }

    .my-sidebar-items:hover {
        background-color: #3d6174;
        color: black;
    }

.log-out {
    position: absolute;
    bottom: 2rem;
}

.open-sidebar {
    transform: translateX(0) !important;
    z-index: 10;
}



/*PROFILE*/

.Client-Profile-Container {
    height: 400px;
    position: relative;
    background-color: #f3f3f3;
    border-radius: 20px;
}

.Client-Profile-Container-2 {
    display: block;
    margin: 60px auto 0 !important;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}


.Client-Profile-Container * {
    position: relative;
    z-index: 3;
}

.Client-Profile-image {
    border-radius: 50%;
    object-fit: cover;
    outline: 1px dashed #7d7d7d;
    transition: transform 1s linear;
}

    .Client-Profile-image:hover {
        transform: rotate(1deg);
    }


.Client-Profile-Percent {
    background-color: red;
    color: white;
    text-align: center;
    border-radius: 50px;
    margin-top: -30px;
    padding-top: 4px;
    height: 30px;
    transition: transform 1s linear;
}

    .Client-Profile-Percent:hover {
        transform: scale(1.01);
        cursor: pointer;
    }

.Client-Profile-Name {
    margin-top: 10px;
    color: #212121ff;
    text-align: center;
    border-radius: 5px;
}

.Client-Profile-EditIcon {
    position: absolute;
    background-color: #f3f3f3;
    width: 35px;
    height: 35px;
    top: 17px;
    right: 5px;
    box-shadow: 0px 0px 6px black;
    border-radius: 50%;
    z-index: 4;
    transition: transform 1s linear;
    color: #585858
}

    .Client-Profile-EditIcon:hover {
        background-color: #ffffff;
        transform: rotate(5deg);
        cursor: pointer;
    }

.Client-Profile-BlueIcon {
    color: blue;
    width: 26px;
    height: 27px;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 8px;
    font-size: 25px;
    outline: 1px dashed gray;
    opacity: 0.8;
    transition: transform 1s linear;
}

.Client-Profile-BlueIcon-dis {
    color: gray;
}

    .Client-Profile-BlueIcon-dis:hover {
        color: black;
        transform: scale(1.2);
        cursor: pointer;
    }

.Z_Client_HomeBody {
    color: black;
    width: 100%;
    border: 2px dashed rgba(142, 142, 142, 0.267);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 10px;
}

.Z_Client_HomeBody_Container {
    position: relative;
    border-radius: 10px;
    height: 60vh;
}

.Z_Client_HomeBody_Container2 {
    display: block;
    margin: 20px auto 0 !important;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}

.Z_Client_HomeBody_Image {
    min-width: 300px;
    min-height: 300px;
    border-radius: 50%;
    object-fit: cover;
    outline: 1px dashed #7d7d7d;
    transition: transform 1s linear;
}

.Z_Client_HomeBody_BlueIcon {
    position: absolute;
    background-color: #f3f3f3;
    width: 35px;
    height: 35px;
    top: 80px;
    box-shadow: 0px 0px 6px black;
    border-radius: 50%;
    z-index: 4;
    transition: transform 1s linear;
    color: #585858;
}

    .Z_Client_HomeBody_BlueIcon:hover {
        background-color: #ffffff;
        transform: rotate(5deg);
        cursor: pointer;
    }

.Z_Client_HomeBody_Name {
    background-color: gray;
    color: white;
    text-align: center;
    border-radius: 50px;
    margin-top: -5px;
    padding-top: 4px;
    height: 30px;
    transition: transform 1s linear;
}

.Z_Client_HomeBody_Per {
    position: absolute;
    background-color: #e0e0e0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: -25px;
    top: 40%;
    text-align: center;
    opacity: 0.7;
    box-shadow: 0px 0px 10px 0px #7d7d7d;
    border: solid 2px #787878;
    transition: transform 1s linear;
    font-size: 32px;
    color: #585858;
}


    .Z_Client_HomeBody_Per:hover {
        opacity: 1;
        cursor: pointer;
        transform: scale(1.07);
    }

.Z_Client_HomeBody_Next {
    right: -25px;
}

.Z_Client_HomeBody_More {
    position: absolute;
    background-color: #135500;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    bottom: -30px;
    text-align: center;
    opacity: 0.7;
    box-shadow: 0px 0px 10px 0px #7d7d7d;
    border: solid 2px #787878;
    transition: transform 1s linear;
    font-size: 52px;
    color: #ffffff8c;
}

    .Z_Client_HomeBody_More:hover {
        transform: scale(1.07);
    }

.Z_Client_HomeBody_Back {
    position: absolute;
    background-color: #7d7d7d;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: calc(50% - 20px);
    top: -35px;
    text-align: center;
    opacity: 0.7;
    box-shadow: 0px 0px 10px 0px #7d7d7d;
    border: solid 2px #787878;
    transition: transform 1s linear;
    font-size: 29px;
    color: #ffffff8c;
}

    .Z_Client_HomeBody_Back:hover {
        transform: scale(1.07);
    }

.Z_Client_HomeBody_HeaderMore {
    position: absolute;
    background-color: black;
    width: calc(100% + 10px);
    height: 150px;
    padding: 0 !important;
    margin: 0 !important;
    left: -5px;
    top: -25px;
    z-index: -1;
    border-radius: 10px 10px 50px 50px;
}

.Z_Client_HomeBody_Image_More {
    background-color: white;
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    top: 40px;
    left: calc(50% - 70px);
    object-fit: cover;
    box-shadow: 0px 0px 20px 0px black;
    transition: transform 1s linear;
}

.Z_Client_HomeBody_dtl_More {
    padding-top: 200px;
    width: 100%;
}

.Z_Client_HomeBody_Interests {
    color: white;
    width: 100%;
}

    .Z_Client_HomeBody_Interests * {
        width: auto;
        background-color: #6558a9dc;
        margin: 2px;
        padding: 5px;
        border-radius: 10px;
    }

.Z_Client_HomeBody_More_Btn1, .Z_Client_HomeBody_More_Btn3 {
    background-color: #787878;
    width: 40px;
    height: 40px;
    margin-top: 60px;
    padding-top: 8px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px black;
    text-align: center;
    font-size: 20px;
    color: white;
    transition: transform 1s linear;
}

.Z_Client_HomeBody_More_Btn2 {
    background-color: red;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px black;
    margin: 5px;
    text-align: center;
    color: white;
    padding-top: 20px;
    font-size: 50px;
    transition: transform 1s linear;
}

    .Z_Client_HomeBody_More_Btn1:hover, .Z_Client_HomeBody_More_Btn2:hover, .Z_Client_HomeBody_More_Btn3:hover {
        transform: scale(1.07);
        cursor: pointer;
    }

.Z_Client_Prompt_Body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #767676e4;
}

.Z_Client_Prompt_Alert {
    position: absolute;
    background-color: white;
    margin: 0px;
    height: 30%;
    width: 98%;
    bottom: 1%;
    left: 1%;
    padding: 5px;
    border-radius: 10px;
}

.Z_Client_Prompt_Text {
    margin: 20px;
}
