@font-face {
    font-family: 'PeydaRegular';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Regular.ttf');
}

@font-face {
    font-family: 'PeydaMedium';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Medium.ttf');
}

@font-face {
    font-family: 'PeydaBold';
    src: url('/taski/fonts/Peyda/PeydaFaNum-Bold.ttf');
}

body{
    background: #f5f5f5 !important;
    max-width: 550px;
    margin: 0px auto;
    /*height: 100vh;*/
}

.content-all{
    background: linear-gradient(1deg, #2e5b9d, #bde9f4, #fff);
}

.logo_a_img img{
    width: 50%;
    margin: 50px auto;
    display: block;
}

.img_a_taski img{
    width: 80%;
    margin: 0 auto 20px;
    display: block;
}

.box-a_login{
    background: #fff;
    border-radius: 55px 55px 0px 0px;
    text-align: right;
    padding: 0px 15px 40px;
    direction: rtl;
}

.title-alogin{
    font-family: 'PeydaBold';
    font-size: 20px;
    margin:30px 0 15px;
}

.box_input_mobile {
    width: 100%;
    border: unset;
    background: #EFEFEF;
    box-shadow: 0px 1px 6px 0px #0000001A;
    padding: 8px 12px 8px 0px;
    border-radius: 45px;
    font-family: 'PeydaRegular';
}
.swal2-html-container{
    direction: rtl;
    font-family: 'PeydaBold';
}
.swal2-styled{
    font-family: 'PeydaBold';
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
*:focus,*:active {
    outline: none!important;
    box-shadow:none!important;
}
.btn-group{
    width:100%;
    margin: 5px auto;
}

.peyda-submit{
    background: #1A5FD8;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #1A5FD8;
    font-family: 'PeydaRegular';
}
.peyda-submit:hover{
    color:#1A5FD8;
    background: #fff;
    border:1px solid #1A5FD8;
}

input::placeholder{
    font-family: 'PeydaRegular';
}
.code-box {
    width: 60%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto;
}
.code-box input {
    border: 0;
    border-bottom: 1px solid #1A5FD8 !important;
    background: transparent;
    text-align: center;
    direction: rtl;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.link_again{
    text-align: center;
    margin: 15px auto 0px;
    display: block;
    font-family: 'PeydaRegular';
}

.text-alogin{
    font-family: 'PeydaRegular';
}

/*main page*/
.main-page{
    margin-top: 10px;
}

.box-icon-menu{
    background: unset;
    display:block;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px #00000033;
    margin: 0 auto;
}

.box-icon-menu i{
    font-size:30px;
    color:#000;
}

.box-icon-menu img{
    width:100%;
}

.box-widgets{
    display: flex;
    align-items: center;
    direction: rtl;
    justify-content: space-around;
    font-family: 'PeydaRegular';
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0px 2px 8px 0px #00000033;
}

.box-widgets img{
    width: 35%;
}

.box-widgets p{
    margin: 0;
    font-weight: 900;
    font-size: 14px;
}

.box-bg-widgets{
    direction: rtl;
    font-family: 'PeydaRegular';
    padding: 15px 8px;
    border-radius: 15px;
    box-shadow: 0px 2px 8px 0px #00000033;
    background: unset;
}

.box-bg-widgets h4{
    text-align: center;
    font-size: 14px;
    margin:0;
}

.box-bg-widgets h4 span{
    font-weight: 900;
    font-size: 28px;
    margin-left: 3px;
}

.box-time{
    display: flex;
    direction: rtl;
    justify-content: space-between;
    box-shadow: 0px 2px 8px 0px #00000033;
    margin: 15px 0px;
    padding: 20px 20px;
    border-radius: 20px;
}

.box-time p{
    margin:0;
    font-size: 16px;
    font-family: 'PeydaRegular';
}

.box-time h4 span{
    font-size: 12px;
    font-weight: 200 !important;
    font-family: 'PeydaRegular';
    color: gray;
    margin-right: 3px;
}

.box-time h4{
    font-family: 'PeydaBold';
    margin:0;
    font-size: 20px;
}

.blue-bg-color{
    background: linear-gradient(100deg, #5f8dfb, #5fa9fb);
    width: 100%;
    display: block;
    height: auto;
    padding: 20px;
    border-radius: 15px;
}

.blue-bg-color img , .yellow-bg-color img{
    width:100%;
}

.yellow-bg-color{
    background: linear-gradient(100deg, #f2a30f, #f2c60f);
    width: 100%;
    display: block;
    height: auto;
    padding: 20px;
    border-radius: 15px;
}

.title-bg-color{
    margin: 5px auto;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: 'PeydaRegular';
    color: #000;
}

.items-text{
    text-align:right;
    list-style-type:none;
}

.menu-hamburger{
    float: right;
    width: 25%;
    height: 100%;
    clear: both;
    background: rgba(255, 255, 255, 0.87);
    padding: 15px 0px 0px;
    border-top: 0;
    position: fixed;
    right: 415px;
    top: 0;
    bottom: 0;
}

.mobile-btn-close i{
    font-size: 20px;
    color:red;
}

.items-text li a{
    font-size: 16px;
    font-family: 'PeydaBold';
    color: #000;
}
.items-text li a i{
    margin-left: 5px;
}

.items-text li{
    margin:5px 0;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 30px auto;
}

.avatar-upload {
    & .avatar-edit {
        input {
            display: none;
        }
    }
}

.avatar-upload {
    .avatar-preview {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        position: relative;
        border-radius: 100%;
        border: 2px solid #F8F8F8;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
}

.avatar-upload {
    & .avatar-preview {
        >div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
    }
}

.avatar-upload {
    & .avatar-edit {
        & input {
            +label {
                display: inline-block;
                width: 28px;
                height: 28px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all .2s ease-in-out;
            }
        }
    }
}

.avatar-upload {
    & .avatar-edit {
        & input {
            & + label {
                &:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }
            }
        }
    }
}

.avatar-upload {
    .avatar-edit {
        position: absolute;
        left: 58px;
        z-index: 1;
        bottom: 20px;
    }
}

.arrow-right{
    text-align:right;
    font-size:25px;
}

.title-name{
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
    font-family: 'PeydaMedium';
    color:#000;
}

.box-score{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 8px 0px #00000033;
    padding: 18px 15px;
    border-radius: 25px;
    margin: 10px 0px;
    direction: rtl;
}

.box-score p{
    margin: 0;
    text-align: right;
    font-size: 16px;
    font-family: 'PeydaMedium';
}

.box-score p img{
    width: 20%;
    margin-left: 4px;
}

.box-score h4{
    margin: 0;
    font-family: 'PeydaBold';
    font-size: 20px;
}

.btn-result-score{
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #1A5FD8;
    border-radius: 25px;
    padding: 10px;
    font-family: 'PeydaMedium';
    font-size: 16px;
    margin: 10px 0px 25px;
    border:1px solid #1A5FD8;
}

.btn-result-score:hover{
    background: unset;
    border:1px solid #fff;
}

.box-profile-bottom{
    background: #fff;
    border-radius: 50px 50px 0px 0px;
    padding: 10px 5px 60px;
}

.item-box-profile{
    width: 100%;
    display: flex;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    font-family: 'PeydaMedium';
    color: #000;
    justify-content: space-between;
    margin: 30px 0px;
    position: relative;
}

.item-box-profile:not(:last-child)::after{
    content:'';
    display:block;
    background-color: #c3c3c3;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -12px;
}

.nav-tab-per{
    border-bottom: none;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

.item-nav-per{
    background: #ccd0d6;
    font-size: 16px;
    font-family: 'PeydaRegular';
    color: #fff;
    font-weight: 600;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0px 2px 8px 0px #00000033;
}

.item-nav-per.active{
    background: #fff;
    color:#000;
}

li.nav-item {
    padding-right: 30px;
}

.time-update{
    display: flex;
    direction: rtl;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-radius: 35px;
    margin: 40px auto 20px;
    padding: 5px 0px;
    width: 65%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.time-update p{
    margin: 0;
    font-size: 12px;
    font-family: 'PeydaRegular';
    color:#6b6b6b;
}

.time-update h5{
    margin: 0;
    font-size: 14px;
    font-family: 'PeydaMedium';
    color:#000;
}

#myTabContent{
    width: 100%;
}

.box-operation{
    background: #fff;
    direction: rtl;
    border-radius: 30px 30px 0px 0px;
    padding: 25px 20px 40px;
    margin: 30px 0px 0px;
}

.nav-tab-main{
    justify-content: center;
    border-bottom: none;
}

.item-nav-operation{
    border: none !important;
    background: #bcbcbc;
    color: #fff;
    font-size: 14px;
    width: 100px;
    font-family: 'PeydaRegular';
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.item-nav-operation.active{
    background: #f7a600 !important;
    color: #fff !important;
}

.nav-tab-main li:first-child button {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.nav-tab-main li:last-child button {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.nav-tab-main li.nav-item {
    padding:0px;
}

.nav-tab-main li.nav-item:not(:first-child) {
    padding: 0px 4px 0px 0px;
}

.nav-tab-per li.nav-item:first-child{
    padding:0px;
}

.item-hour{
    margin-top: 20px;
}

.item-hour h5{
    margin: 0px;
    text-align: right;
    font-size: 16px;
    font-family: 'PeydaMedium';
    font-weight: 600;
}

.item-hour p{
    text-align: right;
    font-size: 12px;
    font-family: 'PeydaRegular';
}

.item-hour .pure-box p{
    margin: 0;
    background: #a5abaf;
    color: #fff;
    border-radius: 25px;
    padding: 2px 8px;
}

.pure-box{
    text-align: right;
    display: flex;
    justify-content: space-around;
    margin: 20px 0px 0px;
    align-items: center;
}

.pure-box h4{
    font-size: 16px;
    font-family: 'PeydaMedium';
    font-weight: 600;
    margin: 0;
}

.pure-box-price{
    text-align: center;
    border: 1px solid #b9c2d5;
    width: 55%;
    margin: 15px auto 0;
    border-radius: 25px;
    padding: 5px 0px;
}

.pure-box-price h3{
    margin: 0;
    font-size: 20px;
    font-family: 'PeydaMedium';
    font-weight: 900;
}
.pure-box-price h3 span{
    font-size: 12px;
    margin-right: 5px;
    color: #a5abaf;
    font-weight: 100;
}
#operationTabContent{
    background: #f7f7f8;
    padding: 10px;
    border-radius: 15px;
    margin-top: 12px;
    margin-bottom: 20px;
}

#owl-carousel-hour .owl-nav .owl-prev{
    float: left;
    margin-top: -100px;
    margin-left: -8px;
    line-height: 2;
    padding: 0px 10px 0px 8px;
    background: #f7a600;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    z-index: 102;
    position: sticky;
}

#owl-carousel-hour .owl-nav .owl-next{
    float: right;
    margin-top: -100px;
    margin-right: -8px;
    line-height: 2;
    padding: 0px 8px 0px 10px;
    background: #f7a600;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    z-index: 102;
    position: sticky;
}

#owl-carousel-hour .owl-nav .owl-prev.disabled , #owl-carousel-hour .owl-nav .owl-next.disabled{
    background: #bcbcbc !important;
}

.main-box-mission{
    position: relative;
    /*height: 85vh;*/
    z-index: 99999;
}

.box-mission{
    position: absolute;
    bottom: 100px;
    text-align: right;
    width: 100%;
    background: #fff;
    border-radius: 20px !important;
    box-shadow: 0px 2px 8px 0px #00000033;
    padding: 20px 15px;
}

.box-mission h4{
    font-size: 18px;
    direction: rtl;
    font-family: 'PeydaRegular';
    font-weight: 900;
    color: #000;
}

.box-mission h4 span{
    font-size: 14px;
    color: gray;
    margin-right: 3px;
    font-weight: 100;
}

.box-origin , .box-goal{
    display: flex;
    align-items: center;
    direction: rtl;
    margin-top: 15px;
    position:relative;
}

.box-origin img , .box-goal img{
    width: 20px;
    z-index: 102;
}

.origin-text{
    margin: 0px 15px 0px 0px;
}

.origin-text h5{
    font-size: 14px;
    font-family: 'PeydaRegular';
    font-weight: 600;
    margin: 0;
}

.origin-text p{
    margin: 0;
    font-size: 12px;
    font-family: 'PeydaRegular';
}

.btn-accept{
    text-align: center;
    background: blue;
    border-radius: 25px;
    padding: 5px;
    margin-top: 10px;
}

.btn-accept a{
    color: #fff;
    font-family: 'PeydaRegular';
    font-size: 14px;
}

.box-origin:after{
    content: '';
    border: 1px dashed #a5abaf;
    display: block;
    height: 45px;
    position: absolute;
    top: 65%;
    right: 9px;
    z-index: 100;
}

.roll-call-title{
    margin: 30px 0px 20px;
    text-align: center;
    font-family: 'PeydaRegular';
    font-weight: 900;
    font-size: 20px;
}

.margin-top-10 {
    margin-top: 5px !important;
}

.todo-tasklist-date {
    color: #637b89 !important;
    margin-left: 12px;
}
.todo-tasklist-controls{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#mysalarylist strong{
    font-size: 18px;
    font-weight: 900;
    font-family: 'PeydaBold';
}

.todo-tasklist-date i {
    color: #abbfca !important;
    margin-left: 5px;
}

.todo-tasklist-item-border-red {
    border-right: none;
}

.todo-tasklist-item {
    background: #f6fbfc;
    padding: 10px 15px;
    margin-bottom: 3px;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    border-radius: 35px;
    position: relative;
}
.todo-tasklist-item a{
    position: relative;
}

.todo-tasklist-item a:before{
    content:' ';
    display:block;
    width: 1px;
    height: 65%;
    background: gray;
    position: absolute;
    right: 2.5px;
    top: 18px;
}

.todo-tasklist-item a .todo-tasklist-item-title:before{
    content:' ';
    display:block;
    width:5px;
    height:5px;
    border-radius: 50px;
    background:gray;
    position: absolute;
    right: 0;
    top: 10px;
}

.badge{
    padding: 5px !important;
    line-height: 1 !important;
    width: 49%;
    border-radius: 25px;
}

.todo-tasklist-item-text{
    font-weight: 900;
}

.item-enter-exit{
    width: 30%;
}

.todo-tasklist-badge {
    background-color: #b3bfcb;
    font-weight: 100 !important;
    line-height: 1 !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px 2px 6px !important;
    font-size: 12px !important;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    height: 18px;
}

.title-financial{
    margin: 25px 0px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    font-family: 'PeydaBold';
}

.performance-page{
    padding-bottom: 95px;
}

.todo-tasklist-item-border-green {
    border-right:none;
}

.todo-tasklist-item-title , .todo-tasklist-item-text , .todo-tasklist-controls{
    font-family: 'PeydaMedium';
    padding-right: 12px;
}

.form-dp{
    font-family: 'PeydaRegular';
}

.pure-box p{
    margin:0px;
    font-family: 'PeydaMedium';
}

.title_edit{
    font-family: 'PeydaBold';
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}

/*.edit_page{*/
/*    padding-top: 20px;*/
/*}*/

@media only screen and (min-width: 320px) and (max-width: 599px) {
    body {
        padding-bottom: 0 !important;
    }
    .menu-hamburger{
        float: right;
        width: 60%;
        height: 100%;
        clear: both;
        background: rgba(255, 255, 255, 0.87);
        padding: 15px 0px 0px;
        border-top: 0;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
    }
}