@import url(_Normalize.css);
/* @import url(_Responsive.css); */
@import url(font.css);
/* @import url(all.min.css); */


* {
    margin: 0 0;
    padding: 0 0;
    box-sizing: border-box;
    text-decoration: none;

}

*:focus {
    outline: none;
}

li {
    list-style-type: none;
}


/* ---------------< Line >-------------- */

.line-x {
    width: 170px;
    height: 2px;
    background-color: #00b87d;
    margin-bottom: 15px;
    border-radius: 2px;
}

.line-xx {
    width: 170px;
    height: 2px;
    background-color: #00b87d;
    margin-bottom: 10px;
    border-radius: 2px;

}

.line-xl {
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 2px;
}

.line-xll {
    width: 7px;
    height: 2px;
    background-color: #4f4c4c;
    margin-bottom: 5px;
    border-radius: 2px;
}

.line-y {
    width: 2px;
    height: 150px;
    background-color: #01d994;
    margin-right: 7px;
    border-radius: 2px;
    margin-top: 55px;
}

.line-yl {
    width: 2px;
    height: 20px;
    background-color: #4f4c4c;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 2px;
    margin-top: 2px;
}
.line-yl-wihte {
    width: 2px;
    height: 20px;
    background-color: #ffffff81;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 2px;
    margin-top: 2px;
}

.line-yll {
    width: 1px;
    height: 30px;
    background-color: #4f4c4c;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 100%;
    margin-top: 2px;
}

.line-w {
    width: 90px;
    height: 1px;
    background-color: #4f4c4c;
    margin: 1px 0;
    border-radius: 100%;
    opacity: 0.7;
}

/* ---------------< Header >-------------- */

body {
    background: #ffffff;
    font-family: 'OS';
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100vh;
}

main {
    width: 95%;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* height: 1080px; */

}

header {
    width: 100%;
    height: 95px;
    background: none;
    display: flex;
    justify-content: center;
    color: white;
    flex-wrap: wrap;
}

.header-up {
    width: 100%;
    height: 33px;
    background: linear-gradient(to right, #0f0a0a, #701010, #0f0a0a);
    z-index: 101;
}

.header-down {
    display: flex;
    width: 95%;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}



header nav {
    width: 89%;
    height: 100%;
    display: flex;
    justify-content: space-between;

}

.nav-left,
.nav-left>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nav-left>div {
    height: 45px;
    /* width: 175px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #000000;

    border-radius: 30px;
    font-size: 20px;
    margin-bottom: 5px;
    ;
}


.menu-link {
    width: auto;
    /* display: inline-block; */
    padding: 1px 15px;
    border-radius: 35px;
    background: transparent;
    /* خالی */
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
    align-items: center;
    justify-content: center;

}

.menu-link.active {
    background: #61a2d1;
    /* آبی */
    color: #fff;
    opacity: 0.9;
}

.nav-right {
    display: flex;
    height: 100%;
    /* width: 2000px; */
    align-items: center;
    justify-content: right;
}

.nav-right-defult {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* width: 110px; */
    padding: 0 5px;
    background-color: #00000099;
    height: 50px;
    border-radius: 40px;
    margin-top: 10px;
}

.nav-right-defult>div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-right-defult img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    margin-left: 3px;
}

.header-task {
    background-color: #1e2325;
    font-size: 12px;
    border: 1px solid #a8610c;
    display: flex;
    padding: 4px 5px 4px 5px;
    transform: rotate(90deg);
    border-radius: 15px;
}

.header-menu {
    width: 90px;
    height: 65px;
    background-color: #050b0d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    margin-top: 20px;
}

.header-menu-left {
    width: 50px;
    height: 50px;
}

.header-menu-left-div {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-top: 5px;
}

.header-menu-left-div>div {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.header-menu-left-div p {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mld-up {
    display: flex;
    justify-content: center;

}

.header-menu-right {
    display: flex;
    width: 35px;
    height: 65px;
    justify-content: center;
    align-items: center;
    font-size: 35px !important;
    padding-right: 5px;
}

.header-menu-right>div {
    width: 8px;
    height: 8px;
    background-color: #ff8a00;
    border-radius: 2px;
}

.nav-menu {
    display: none;
    align-items: center;
    justify-content: space-around;
    width: 430px;
    background-color: #000000;
    height: 53px;
    border-radius: 40px;
    margin-top: 15px;
}

.nav-menu-user {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    /* flex-wrap: wrap; */
}


.nav-menu-user img,
.nav-menu-cash img,
.nav-menu-time img {
    margin: 0px 5px;
    height: 30px;
}

.nav-menu-cash,
.nav-menu-time {
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-menu-cash {
    width: 140px;

}



.menu-cash {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.menu-cash h2 {
    position: relative;
    margin-bottom: 10px;
    margin-left: 30px;
}

.menu-cash>img {
    height: 30px;
    position: absolute;
    margin-left: -100px;

}


.menu-fee {
    width: 100%;
    font-size: 10px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-bottom: -30px;
    margin-left: 30px;
}