:root{
    --transform: ;
}

.overflow-auto{
    overflow: auto;
}

.mt-23{
    margin-top: 23px;
}

.mt-40{
    margin-top: 40px;
}

.ml-14{
    margin-left: 14px;
}

.ml-15{
    margin-left: 15px;
}

.px-35{
    padding-left: 35px;
    padding-right: 35px;
}

.line-h-12{
    line-height: 12px;
}

.fs-10{
    font-size: 10px;
}

.fs-32{
    font-size: 32px;
}

.fs-36{
    font-size: 36px;
}

.pb-240{
    padding-bottom: 240px;
}

.max-w-310{
    max-width: 310px;
}

.black-color--3{
    color: #434343;
}

.transform{
    -webkit-transform: var(--transform);
    -ms-transform: var(--transform);
        transform: var(--transform);
}

.app-container .second-bg{
    position: absolute;
    --transform: translateX(-39px) rotate(2deg);
    width: calc(100% + 72px);
    transition: top 600ms ease-in;
    z-index: 999;
}

.reverse-rotate{
    --transform: rotate(-2deg)
}

.big-icon{
    margin-top: 93px;
    margin-bottom: 48px;
}

.big-icon i{
    font-size: 135px;
}

.app-info-text{
    max-width: 352px;
    line-height: 18px;
    margin-bottom: 35px;
}

.explore-btn{
    border-radius: var(--radius-10);
    max-width: 276px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 35px;
}

.hide-overlay{
    top: 780px !important;
    /* bottom: -780px; */
}

.cards{
    padding: 42px 0px 60px;
}

.card-name{
    margin-bottom: auto;
}

.bottom-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    --shadow: 0px 2px 16px 13px var(--white-color);
}

.user-doctor-icon{
    margin-left: 15px;
}

.user-doctor-icon i{
    width: 28px;
    height: 32px;
    font-size: 32px;
}

.app-back-btn{
    -webkit-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    transform: translateX(-55px);
     width: 35px;
}

.app-back-btn i{
    width: 35px;
    height: 35px;
    font-size: 35px;
    --fa-secondary-color: var(--white-color);
    --fa-primary-color: var(--main-color);
    --fa-secondary-opacity: 1;
}

.empty-bg {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    top: -10px;
    width: 65px;
    height: 34px;
    background-color: var(--white-color);
}

.empty-bg::before{
    content: '';
    position: absolute;
    top: 9px;
    left: -18px;
    width: 24px;
    height: 20px;
    border-top-right-radius: 25px;
    box-shadow: 0px -6px 0 0 var(--white-color);
}

.empty-bg::after{
    content: '';
    position: absolute;
    top: 9px;
    right: -18px;
    width: 24px;
    height: 20px;
    border-top-left-radius: 25px;
    box-shadow: 0px -6px 0 0 var(--white-color);
}

.home-btn{
    width: 48px;
    height: 48px;
    bottom: 33px;
    --shadow: 0px 0px 2px #00000052;
    border-radius: 18px;
}

.home-btn i{
    width: 29px;
    height: 26px;
    font-size: 26px;
}

.header-icon{
    max-width: 66px;
    max-height: 50px;
    height: 50px;
    font-size: 46px;
}

.header-icon i{
    color: var(--main-color);
}

.button--long{ 
    width: 98%;
    height: 75px;
    padding-right: 17px;
    padding-left: 20px;
    border-radius: 15px;
    --shadow: 0px 0px 10px #00000029;
    margin: 10px auto 0;
}

.section-change-btn{
    font-size: 32px;
    --fa-secondary-opacity: 1;
}

.section-change-btn{
    --fa-secondary-color: var(--white-color);
    --fa-primary-color: var(--main-color);
}

.app-section .section-change-btn{
    --fa-secondary-color: var(--main-color);
    --fa-primary-color: var(--white-color);
}

.hide-section{
    display: none;
}

.ShowInfoBtn i{
    --fa-secondary-color: var(--white-color);
    --fa-primary-color: var(--main-color);
    --fa-secondary-opacity: 1;
    --shadow: 0 0 1px 0.5px var(--main-color);
    border-radius: 100px;
}

.active-pop-up::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    z-index: 999;
}

.InfoPopUp{
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    bottom: 30px;
    margin: auto;
    --shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #F5F6F7;
    border-radius: 10px;
    max-width: 354px;
    max-height: 309px;
    background-color: var(--white-color);
    padding: 20px 16px 20px 20px;
    z-index: 999;
}

.active-pop-up .InfoPopUp{
    display: block;
}

.PopUpCloseBtn{
    position: absolute;
    top: -10px;
    right: -11px;
    border-radius: 100px;
    overflow: hidden;
    max-height: 32px;
    max-width: 32px;
}

.PopUpContent{
    line-height: 18px;
    overflow: auto;
    height: 100%;
    padding-bottom: 20px;
    max-height: 263px;
    color: var(--black-color);
}

@media screen and (max-width: 330px) {
    .cards{
        padding: 42px 40px 0px;
    }

    .small-card:nth-child(2n+0) {
        margin-left: 0;
    }
}
