@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500&family=Montserrat&display=swap');

.cta_popup {
    background-image: url(../image/FINAL_BG_POP.svg);
}
.dr_name {
    width: 100%;
    font-size: 1.2rem !important;
}
.cursor-pointer{
    cursor: pointer;
}
#find_doctor .dr_list_card {
    height: 247px;
}

#find_doctor .dr_list_card .user_c_img {
    width: 87px;
    height: 125px;
}

#find_doctor .sidebar_filter .sidebar_filter_inner .checkbox_main {
    margin-top: 8px;
}

#find_doctor .sidebar_filter .sidebar_filter_inner p {
    color: #686868;
}

#find_doctor .sidebar_filter .filter_lable {
    margin-top: 2rem;
}

.sidebar_filter_inner {
    padding-top: 0 !important;
}


#suggestions {
    max-height: 225px;
    overflow-y: scroll;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}

.dr_list_card{
    position: relative;

}

.premium_tag{
    position: absolute;
    right: 0;
    /* width: 200px; */
    height: 100px;
}

.premium_tag img{
width: 80%;
height: 35%;
}

.filepond--root {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.placeholderimage {
    border-radius: 50%;
}

.penEdit {
    position: absolute;
    bottom: 19px;
    right: 19px;
}

.laboratory-list-card {
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(173, 173, 173, 0.25);
    padding: 1rem;
    border: 1px solid #D8D8D8;
}

.laboratory-card-btn {
    width: 180px;
    background-color: var(--primary-btn-bg);
    color: var(--white);
    border: none;
    padding: 5px 0;
    border-radius: 3px;
}
.lab_test_fe{
    border-radius: 8px;
    background: #FFF;
    display: flex;
    gap: 1rem;
    padding: .5rem;
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.lab_test_fe img{
    width: 50px;
}
.lab_test_fe p{
    font-size: 14px;
}



.cta_popup {
    text-align: center;
    width: 200px;
    padding: .7rem;
    background-size: 100%;
    background-repeat: no-repeat;
    position: fixed;
    bottom: -94px;
    right: 0;
    display: none;
}

.uhidCount {
    text-align: center;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #58EDE0;
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 108%;
    /* 119.88px */
    letter-spacing: -2.22px;
    background: linear-gradient(180deg, #D7EAEA 0%, #8ADADA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uhidText {
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    margin-bottom: 0;
    /* 65.88px */
    letter-spacing: 1px;
}

.Join_the_Revolution {
    color: #FFF;

    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    /* 30.24px */
    letter-spacing: -0.56px;
}

.cta_Create_UHID {
    border-radius: 6px;
    background: #3BCAC1;
    color: #080808;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    border: none;
}

.cta_cross {
    width: 20px;
    position: absolute;
    top: 5px;
    right: 9px;
}

.counter-up {
    animation-duration: 1s;
    animation-delay: 0s;
  }

.slide_cta_popup_up {
    display: block;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide_cta_popup_down {
    /* display: none; */
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}



@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}


@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}




@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
