.filter-sarch-box{
    background-color: white;
    padding: 1vmax;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100vh;
    overflow: scroll;
}
.filtter-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 55%;
    margin-bottom: 1vmax;
}
.filtter-top i{
    font-size: 20px;
}
.phone-short-menu ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.phone-short-menu{
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding: 2vmax 0;
}
.phone-short-menu ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    gap: .5vmax;
}
.phone-short-menu ul li i{
    font-size: 20px;
}
.card-button{
    /* margin-top: 10px; */
    gap: 10px;
}
.card-button a {
    padding: 9px 15px;
    font-weight: 500;
    font-size: 13px;
    /* line-height: 15px; */
    border-radius: 120px;  
    background-color: var(--Primary);
    color: var(--dark);
}
.card-button .lite {
    background-color: var(--Fourth);
    color: var(--White);
}
.list-icons-page .item .icon{
    background-color: var(--Primary);
}

.form-login-new{
    display: flex;
    gap: 1vmax;
    padding: 1vmax;
}
.content-right-new{
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}
.content-right-new img{
    height: 15vmax;
    margin-bottom: 2vmax;
}
.swiper-slide-new img{
    height: 15vmax;
    margin-bottom: 2vmax;
}
.content-right-new-dual{
    justify-content: space-between;
}
.button-submit{
    display: flex;
    align-items: flex-end;
}
.button-submit a{
    border-radius: initial;
}
.button-submit-new a{
    border-radius: 10px !important;
}
.swiper-slide-new p{
    margin-top: .5vmax;
    line-height: initial;
    font-size: 12px;
}
.content-right-sma{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-new-page{
    background-color: #4C4849;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skip-doe{
    border: 1px solid black;
    padding: .5vmax;
    border-radius: 3px;
    background-color: #4C4849;
    color: white;
}
.button-submit-one{
    padding: 0 3vmax;
}
.button-submit-one a{
    border-radius: 10px !important;
}
.heda-icont-menu{
    gap: 2vmax;
}
.heda-icont-menu i{
    font-size: 18px;
}

.refer-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed black;
    padding-left: 2vmax;
    border-right: none;
}
.refer-main span{
    font-size: 15px;
    background-color: green;
    padding: 2vmax 4vmax;
    color: white;
}
