body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
#app{
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.logo{
    position: absolute;
    z-index: 1000;
    top: 30px;
    left: 30px;
    height: 60px;
    object-fit: contain;
}
.status_btns{
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    left: 30px;
    bottom: 150px;
    top: 100px;
    z-index: 1000;
    gap: 12px;
}

.status_mobile{
    position: absolute !important;
    left: 15px;
    bottom: 150px;
    z-index: 1000;
}
.status_btns .status,.status_mobile{
    background-color: var(--white);
    display: flex;
    align-items: center;
    width: 150px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px #0000001A;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.status_btns .status .icon_box,.status_mobile .icon_box{
    width: 45px;
    height: 45px;
    /*border-radius: 10px;*/
    /*background-color: var(--Primary);*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.status_btns .status .icon_box img,.status_mobile .icon_box img{
    max-height: 45px;
}
.status_btns .status span,.status_mobile span{
    width: calc(100% - 55px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'yekanBakh';
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    text-align: center;
    color: var(--TextColor1);
    position: relative;
    z-index: 10;
}
.status_btns .status:after,.status_mobile:after{
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: var(--Primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0px;
    transition: 0.5s;
}
.status_btns .status:hover:after,.status_mobile:hover:after{
    width: 100%;
}
.status_btns .status:hover span,.status_mobile:hover span{
    color: var(--white);
}
.status_btns .status.active:after,.status_mobile.active:after{
    width: 100%;
}
.status_btns .status.active span,.status_mobile.active span{
    color: var(--white);
}
.bottom_box_desktop{
    display: flex;
    justify-content: space-between;
    z-index: 5000;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(0deg, #FFFFFF 25.48%, rgba(217, 217, 217, 0) 98.88%);
    padding: 0 30px;
    gap: 20px;
}
.swiper_box_mobile{
    z-index: 5000;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: var(--white);;

    gap: 20px;
}
.range_time_box{
    width: 70%;
    align-items: center;
    left: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;

}

/*.range_time_box span:before{*/
/*    content: '';*/
/*    width: 10px;*/
/*    height: 30px;*/
/*    background-color: #3C3C3C40;*/
/*    display: inline-block;*/
/*    border-radius:0 0 10px 10px;*/
/*    margin-top: 9px;*/
/*}*/
.range_time_box .circle{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--Primary);
    position: absolute;
    top: 10px;
    cursor: pointer;
    transition:0.5s;
    border: 3px solid var(--white);
}
.step:last-child .line{

    border-radius: 0px 5px 5px 0px;
}
.step:nth-child(2)  .line{
    border-radius: 5px 0 0 5px;
}
.step{
    /*position: absolute;*/
    /*z-index: 1000;*/
    /*bottom: 50px;*/
    /*right: 50px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex: 1;
    margin: 0;
}
.step .line{
    width: 100%;
    height: 10px;
    display: flex;
    background: #3C3C3C40;
    justify-content: center;
    transition: 0.3s;

}
.step.active .line{
    background-color: var(--Primary);
}
.step.active .line span{
    background-color: var(--Primary);
}
.step .line span{
    width: 10px;
    height: 30px;
    display: inline-block;
    background: #3C3C3C40;
    margin-top: 10px;
    transition: 0.3s;
    border-radius: 0 0 5px 5px;
}
.bottom_box_desktop .btn_next,.bottom_box .btn_prev{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}
.bottom_box_desktop .btn_next span,.bottom_box_desktop .btn_prev span{
    font-family: 'yekanBakh';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;

}
.bottom_box_desktop .btn_prev button,.bottom_box_desktop .btn_next button{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--Primary);
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 3px solid #109FDA4D;
    border: none;
    transition: 0.3s;
}
.bottom_box_desktop .btn_prev button:hover, .bottom_box_desktop .btn_next button:hover{
    outline: 8px solid #109FDA4D;
}
.bottom_box_desktop .btn_next img{
    transform: rotate(180deg);
}
.parent_select .select_box{

    border: 1.5px solid var(--borderColor);
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    padding:  15px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--white);
}
.parent_select .select_box .item_chosen{
    font-family: 'yekanBakh';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: var(--TextColor1);
    display: flex;
    align-items: center;
    gap: 5px;

}
.parent_select .list_items{
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--borderColor);
    position: absolute;
    bottom: 50px;
    width: -webkit-fill-available;
    width: -moz-available;
    /*max-height: 25vh;*/
    overflow: auto;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);

}
.parent_select .list_items .item{
    padding: 10px 20px;
    font-family: 'yekanBakh';
    font-size: 16px;
    font-weight: 400;
    color: var(--TextColor1);
    cursor: pointer;
    word-break: break-word;
    display: flex;
    gap: 5px;
    align-items: center;
}
.parent_select .list_items .item:hover{
    background-color: var(--borderColor);
}
.dontShow{
    display: none !important;
}
.dontVisibel{
    visibility: hidden !important;
}
.parent_select{
    display: flex;
    max-width:240px;
    gap: 5px;
    flex: 1;
    height: fit-content;
    position: relative;
}
.level_box{
    display: flex;
    flex-direction: column;
    width: 55px;
    position: absolute;
    bottom: 130px;
    right: 30px;

    z-index: 1000;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}
.level_box .cell{
    height: 30px;

    font-family: "yekanBakh";
    font-size: 15px;
    font-weight: 400;
    color: var(--TextColor2);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
.level_box .cell:first-child{
    border-radius: 5px 5px 0 0;
}
.level_box .cell:last-child{
    border-radius: 0px 0px 5px 5px;
}
.top_box{
    position: absolute;
    z-index: 1000;top: 10px;
    right: 30px;
    top: 30px;
}
.top_box .close_map{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    width: 55px;
    height: 55px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper_box_mobile{
    display: none;
}
.swiper_box_mobile .swiper-slide{
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    font-family: 'yekanBakh';
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;

}
.swiper_box_mobile .swiper-slide.active{
    background-color: var(--Primary);
    color: var(--white);
}
.back_sidebar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.57);
    z-index: 6000;

}
.sidebar_status{
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 7000;
    background-color: var(--white);
    min-width: 300px;
    width: max-content;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
    transition: 0.3s;
}
.sidebar_status .status{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;

}
.sidebar_status .status .icon_box{
    width: 50px;
    height: 50px;
    background-color: var(--Primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.sidebar_status .status:hover{
    background-color: var(--Primary);
    color: var(--white);;
}
.status_mobile{
    display: none;
}
@media screen and (max-width: 600px){
    .swiper_box_mobile{
        display: flex;
    }
    .bottom_box_desktop .btn_next,.bottom_box_desktop .btn_prev, .bottom_box_desktop .range_time_box,.level_box{
        display: none;
    }

    .bottom_box_desktop .parent_select{
        width: 100%;
        max-width: 100%;
    }
    .status_btns{
        display: none;
    }
    .status_mobile{
        display: flex;
        bottom: 140px;
    }
    .top_box{
        top: 15px;
        right: 15px;
    }
    #app{
        height: calc(100vh - 65px);
    }
    .logo{
        top: 15px;
        left: 15px;
    }
    .bottom_box_desktop{
        position: fixed;
        bottom: 80px;
        padding: 0 15px;
        background: unset;
    }
}


.parentDiv .my-div-span{
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 12px;
    font-family: Yekan;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rebeccapurple;
    border-radius: 5px;
    justify-content: center;
    align-items: end;
    width: fit-content;
    margin-right: 10px;
    text-wrap: nowrap;
    display: flex;
    flex-direction: column;
    gap: 5px;

}