/*
Theme Name : CRM Afrozwewb
Author : Vahab Mohammadi
Vesrion : 1.0.0
*/

/*********** include fonts **************/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../font/eot/IRANSansWeb_Black.eot');
    src: url('../font/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../font/eot/IRANSansWeb_Bold.eot');
    src: url('../font/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../font/eot/IRANSansWeb_Medium.eot');
    src: url('../font/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../font/eot/IRANSansWeb_Light.eot');
    src: url('../font/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../font/eot/IRANSansWeb_UltraLight.eot');
    src: url('../font/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../font/eot/IRANSansWeb.eot');
    src: url('../font/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../font/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
/********* reset style *************/
*,*::after,*::before{
    padding: 0;
    margin: 0;
}
a,a:hover{
    text-decoration: none;
}
li{
    list-style-type: none;
}
body{
    font-family: IRANSans;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
button, input, optgroup, select, textarea{
    font-weight: 500;
}
/************ index style*********/
#main{
    display: flex;
    justify-content: space-between;
    background: #ecedf2;
    min-height: 100vh;
}
#main .set-timer,#main .set-timer-end{
    position: fixed;
    left: 20px;
    bottom: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #1927c5;
    color: #36c55c;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 999;
}
#main .set-timer-end{
    border-color:orange;
    color:#333;
}
#main .set-timer-end i::before{
    content:"\f04d";
}
#main .set-timer-end .counter{
    position: absolute;
    right: -52px;
    direction: ltr;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    padding: 0 5px;
    font-size: 12px;
    border-radius: 5px;
    min-width: 45px;
    display: none;
    color:#333;
}
#main .set-timer-end{
    display:none;
}
#main .timer-box{
    position: fixed;
    background: #fff;
    top:0;
    left:0;
    bottom:0;
    right:0;
    max-width: 27%;
    max-height: 450px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    z-index: 99999;
    display: none;
}
#main .timer-box h2{
    padding: 10px 15px;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
}
#main .timer-box h2 i{
    float: left;
    margin-top: 3px;
    color: #636363;
    font-size: 16px;
    cursor: pointer;
}
#main .timer-box h2 i:hover{
    color:red;
}
#main .timer-box .form-timer .form-item{
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px;
}
#main .timer-box .form-timer .form-item label{
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
}
#main .timer-box .form-timer .form-item select,#main .timer-box .form-timer .form-item textarea{
    width:100%;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px;
    border:1px solid #ccc;
    outline: 0;
    resize: none;
    color:#636363;
}
#main .timer-box .form-item:last-of-type{
    justify-content: flex-end;
    align-items: flex-end;
}
#main .timer-box .form-item input[type=submit]{
    background: #00dafc;
    border: none;
    color: #fff;
    display: block;
    width: 35%;
    padding: 5px 0;
    border-radius: 5px;
    outline: 0;
}
#main .right{
    min-height: 100vh;
    overflow: hidden;
    width: 15%;
    background: rgb(26,17,124);
    background: linear-gradient(180deg, rgba(26,17,124,1) 0%, rgba(34,42,105,1) 100%);
    box-shadow: -2px 0 10px rgb(0 0 0 / 20%);
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
    position: relative;
}
#main .right.open{
    width:5%;
}
#main .right .header{
    background: #070159;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main .right .header h1{
    font-size: 0;
    margin: 0;
}
#main .right .header h1 img{
    max-width: 130px;
}
#main .right .header .colapse{
    max-width: 16px;
    cursor: pointer;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
}
#main .right .header .colapse:hover{
    -webkit-filter: brightness(3.5);
    -moz-filter: brightness(3.5);
    -ms-filter: brightness(3.5);
    -o-filter: brightness(3.5);
    filter: brightness(3.5);
}
#main .right.open .header{
    justify-content: center;
}
#main .right.open .header h1{
    display: none;
}
#main .right.open .header .colapse{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#main .right .profile{
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}
#main .right .profile .avatar{
    margin-left: 14px;
}
#main .right .profile .avatar img{
    max-width: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(255 255 255 / 20%);
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
}
#main .right.open .profile .avatar{
    margin: 0;
}
#main .right.open .profile .avatar img{
    max-width: 45px;
}
#main .right .profile .name p{
    margin: 0;
}
#main .right .profile .name span{
    font-size: 12px;
}
#main .right.open .profile .name{
    display: none;
}
#main .right.open .profile{
    justify-content: center;
}
#main .right .main-menu ul{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#main .right .main-menu ul li{
    margin-bottom: 0;
    position: relative;
}
#main .right .main-menu ul li i{
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
    position: absolute;
    top: 14px;
    right: 15px;
    pointer-events: none;
}
#main .right .main-menu ul li.active,#main .right .main-menu ul li:hover{
    background: #070159;
}
#main .right .main-menu ul li a{
    color: #ffffff;
    display: block;
    padding: 10px 3em 10px 0;
}
#main .right.open .main-menu ul li{
    justify-content: center;
    position: relative;
}
#main .right.open .main-menu ul li a{
    font-size: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
}
#main .right.open .main-menu ul li i{
    right: 26px;
    top: 13px;
}
#main .right .main-menu ul li.has-child .dropdown{
    cursor: pointer;
    padding: 8px 14px 3px 14px;
    position: absolute;
    left: 0;
    top: 5px;
}
#main .right .main-menu ul li.has-child .dropdown i{
    position: static;
    margin: 0;
    pointer-events: auto;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
#main .right .main-menu ul li.has-child.open .dropdown i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#main .right .main-menu ul li.has-child .submenu{
    display: none;
    font-size: 12px;
    padding-right: 13px;
    padding-bottom: 12px;
}
#main .right .main-menu ul li.has-child .submenu li a{
    padding: 7px 3em 7px 0;
}
#main .right .main-menu ul li.has-child .submenu li i{
    font-size: 12px;
    top: 13px;
}
#main .right .main-menu ul li.has-child .submenu li a:hover,#main .right .main-menu ul li.has-child .dropdown i:hover,#main .right .main-menu ul li.has-child.open .dropdown i,#main .right .main-menu ul li.has-child.open .submenu li.current a,#main .right .main-menu ul li.has-child.open .submenu li.current i{
    color:#e18d07;
}
#main .right .logout{
    display: block;
    text-align: center;
    width: 70%;
    margin: 20px auto;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #fff;
}
#main .right .logout:hover{
    background: #ffffff;
    color: rgb(26,17,124);
}
/******* left sidebar style********/
#main .left{
    width: 85%;
    padding: 15px 35px;
    transition: all ease 300ms;
}
#main .left.detail-project{
    padding-top: 172px;
}
#main .left.cc{
    width: 95%;
}
#main .left::-webkit-scrollbar {
    /* width: 5px; */
}
.nice-select .list::-webkit-scrollbar{
    width:2px;
}
#main .left::-webkit-scrollbar-thumb,.nice-select .list::-webkit-scrollbar-thumb{
    background: #1c1878;
    border-radius: 30px;
}
#main .left::-webkit-scrollbar-thumb:hover{
    background: #07015a;
}
#main .left .header-section{
    position: fixed;
    width: 85%;
    top: 0;
    padding: 15px 35px 15px 50px;
    left: 0;
    z-index: 999;
    background: #ecedf2;
    transition: all ease 300ms;
}
#main .left .header-section.cc{
    width: 95%;
}
#main .left .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .left .header .breadcrumbs ul{
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 12px;
}
#main .left .header .breadcrumbs ul li{
    margin-left: 10px;
}
#main .left .header .breadcrumbs ul li a{
    color: #070159;
    padding-left: 5px;
}
#main .left .header .breadcrumbs ul li.current a{
    color: #636363;
}
#main .left .header .breadcrumbs ul li i{
    vertical-align: middle;
}
#main .left .header .notification > ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}
#main .left .header .notification > ul li{
    margin-right: 12px;
}
#main .left .header .notification > ul li a{
    color: #636363;
    position: relative;
    cursor: pointer;
}
#main .left .header .notification > ul li a .ifhas{
    position: absolute;
    right: 0;
    top:0;
    width: 5px;
    height: 5px;
    background: red;
    display: block;
    border-radius: 50%;
}
#main .left .header .notification{
    position: relative;
}
#main .left .header .notification .notif-box{
    position: absolute;
    width: 300px;
    background: #fff;
    left: 0;
    z-index: 99999;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    max-height: 400px;
    overflow: auto;
    display: none;
}
#main .left .header .notification .notif-box .title{
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    color: #636363;
}
#main .left .header .notification .notif-box .title span{
    float:left;
    font-size:12px;
    color:red;
    cursor: pointer;
}
#main .left .header .notification .notif-box ul{
    padding: 0;
    margin: 0;
}
#main .left .header .notification .notif-box ul li{
    background: #eee;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}
#main .left .header .notification .notif-box ul li p{
    margin-bottom: 5px;
}
#main .left .header .notification .notif-box ul li p.notif-title{
    color:blue;
}
#main .left .header .notification .notif-box ul li p.notif-content{
    text-align: justify;
}
#main .left .items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
#main .left .items .box{
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    height: 62px;
    position: relative;
}
#main .left .items .box.open{
    border-radius: 5px 5px 0 0;
}
#main .left .items .box h2{
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}
#main .left .items .box img{
    max-width: 40px;
}
#main .left .items .box h2 i{
    vertical-align: middle;
    padding-right: 6px;
    color: #636363;
    transition: all ease 300ms;
}
#main .left .items .box h2 i.turn{
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
#main .left .items .box .details{
    position: absolute;
    top: 62px;
    background: #fff;
    width: 100%;
    right: 0;
    padding: 15px;
    font-size: 12px;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
    border-radius: 0 0 5px 5px;
    display: none;
}
#main .left .items .box .details p{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
#main .left .items .box .details p .name{
    font-weight: bold;
}
#main .left .items .box .details p a.file{
    background: #ceffb4;
    color: #333333;
    padding: 0 5px;
    border-radius: 5px;
}
#main .left .items .box .details p a.nofile{
    color:#f99ba0;
}
#main .left .items .box .details p .edit{
    color:#f33030;
    cursor: pointer;
    font-size: 10px;
    font-weight: 300;
}
#main .left .items .box.project-status span{
    background: #fee4cb;
    padding: 5px;
    font-size: 16px;
}
#main .left .items .box.project-name{
    background: rgb(212,208,228);
    background: linear-gradient(180deg, rgba(212,208,228,1) 0%, rgba(211,214,238,1) 100%);
}
#main .left .items .box.customer-info{
    background: rgb(221,229,243);
    background: linear-gradient(180deg, rgba(221,229,243,1) 0%, rgba(213,225,244,1) 100%);
}
#main .left .items .box.project-deadline{
    background: rgb(239,228,226);
    background: linear-gradient(180deg, rgba(239,228,226,1) 0%, rgba(239,228,226,1) 100%);
}
#main .left .items .box.project-status{
    background: rgb(221,236,239);
    background: linear-gradient(180deg, rgba(221,236,239,1) 0%, rgba(207,230,233,1) 100%);
}
#main .left .steps{
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
#main .left .steps .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ebf6ff;
    padding: 5px;
}
#main .left .steps .title img{
    max-width: 25px;
}
#main .left .steps .title h3{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    margin-right: 11px;
}
#main .left .steps .content ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    padding: 20px 10px;
    white-space: nowrap;
    overflow-x: auto;
}
#main .left .steps .content ul::-webkit-scrollbar {
    height: 5px;
}
#main .left .header .notification .notif-box::-webkit-scrollbar{
    width:5px;
}
#main .left .steps .content ul::-webkit-scrollbar-thumb,#main .left .header .notification .notif-box::-webkit-scrollbar-thumb {
    background: #1c1878;
    border-radius: 30px;
}
#main .left .steps .content ul::-webkit-scrollbar-thumb:hover{
    background: #07015a;
}
#main .left .steps .content ul li{
    position: relative;
    border-radius: 10px;
    padding: 10px 5px;
    margin-left: 10px;
}
#main .left .steps .content ul li .number-step{
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
}
#main .left .steps .content ul li .name-step{
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
#main .left .steps .content ul li p{
    margin: 0;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}
#main .left .steps .content ul li.done{
    background: #ecfce2;
}
#main .left .steps .content ul li.doing{
    background: #fff9e6;
}
#main .left .steps .content ul li.pending{
    background: #f5f5f5;
}
#main .left .steps .content ul li.done .status-step .check-status-step{
    background: #c5f8a9;
    padding: 0 5px;
    border-radius: 5px;
    background: #e8e8e8;
    margin-right: 10px;
}
#main .left .steps .content ul li.doing .status-step .check-status-step{
    background: #f8dba9;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
}
#main .left .steps .content ul li.pending .status-step .check-status-step{
    background: #e8e8e8;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
}
#main .left .all{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#main .left .all .tickets{
    width:70%;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
#main .left .all .tickets.ticket-w{
    width: 70%;
}
#main .left .all .tickets.ticket-w.no-note{
    width:100%;
}
#main .left .all .tickets .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f8fbd1;
    padding: 5px;
    position: relative;
}
#main .left .all .tickets .title img{
    max-width: 25px;
}
#main .left .all .tickets .title h3{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    margin-right: 11px;
}
#main .left .all .tickets .title h3 .show-tooltip{
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    color: #636363;
}
#main .left .all .tickets .content{
    overflow: auto;
    padding: 8px;
}
#main .left .all .tickets .content .ticket-page{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .left .all .tickets .content .ticket-page .number{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#main .left .all .tickets .content .ticket-page .number label{
    font-size: 12px;
    color: #636363;
    margin-left: 5px;
}
#main .left .all .tickets .content::-webkit-scrollbar {
    height: 5px;
}
#main .left .all .tickets .content::-webkit-scrollbar-thumb {
    background: #1c1878;
    border-radius: 30px;
}
#main .left .all .tickets .content table{
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
#main .left .all .tickets .content table thead tr th{
    padding: 10px 5px;
    font-size: 12px;
}
#main .left .all .tickets .content table thead tr th[id]{
    cursor: pointer;
}
#main .left .all .tickets .content table thead tr th[id]:hover i,#main .left .all .tickets .content table thead tr th[id].sort i{
    color: #d86363;
}
#main .left .all .tickets .content table tbody{
    font-size: 12px;
    text-align: center;
}
#main .left .all .tickets .content table tbody tr,#main .left .all .tickets .content table thead tr{
    border-bottom: 1px solid #ccc;
}
#main .left .all .tickets .content table tbody tr.closed{
    background: #dbdbdb;
}
#main .left .all .tickets .content table tbody tr.open{
    background: #fff;
}
#main .left .all .tickets .content table tbody tr.w1{
    background: #FFF4DE;
}
#main .left .all .tickets .content table tbody tr.w2{
    background: #FFE2E5;
}
#main .left .all .tickets .content table tbody tr td{
    padding: 5px 10px;
}
#main .left .all .tickets .content table tbody tr td.ticket-subject{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
#main .left .all .tickets .content table tbody tr td.ticket-subject a:hover{
    text-decoration: underline;
    color:#070159;
}
#main .left .all .tickets .content table tbody tr td.ticket-status.open{
    color:#b97c83;
}
#main .left .all .tickets .content table tbody tr td.ticket-status.open span{
    display: inline-block;
    padding: 0 15px;
    background: #E1F0FF;
    border-radius: 5px;
}
#main .left .all .tickets .content table tbody tr td.ticket-status.closed{
    color:#55b5b1;
}
#main .left .all .tickets .content table tbody tr td.ticket-status.closed span{
    background: #ccf6f5;
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
}
#main .left .all .tickets .content table tbody tr td.ticket-action,#main .left .all-ticket-tb tbody tr td.ticket-action{
    display: flex;
    justify-content: space-between;
}
#main .left .all .tickets .content table tbody tr td.ticket-action a,#main .left .all-ticket-tb tbody tr td.ticket-action a{
    background: #eee;
    border-radius: 2px;
    color: #636363;
    padding: 1px 6px;
    font-size: 10px;
}
#main .left .all .tickets .content table tbody tr td.ticket-action a.done,#main .left .all .tickets .content table tbody tr td.ticket-action a:hover,#main .left .all-ticket-tb tbody tr td.ticket-action a.done,#main .left .all-ticket-tb tbody tr td.ticket-action a:hover{
    background: #e3fed4;
}
#main .left .all-ticket-tb tbody tr td.ticket-action a:hover,#main .left .all .tickets .content table tbody tr td.ticket-action a:hover{
    background: rgb(33 41 105);
    color:#fff;
}
#main .left .all .users{
    width: 27%;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
#main .left .all .users .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fee8ff;
    padding: 5px;
}
#main .left .all .users .title img{
    max-width: 34px;
}
#main .left .all .users .title h3{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    margin-right: 11px;
}
#main .left .all .users .content ul{
    padding: 0;
    margin: 0;
}
#main .left .all .users .content ul li{
    padding: 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
#main .left .all .users .content ul li:last-child{
    border: none;
}
#main .left .all .users .content ul li img{
    max-width: 50px;
    border-radius: 50%;
    margin-left: 10px;
}
#main .left .all .users .content ul li .username{
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 48%;
}
#main .left .all .users .content ul li .username span:first-child{
    font-weight: bold;
}
#main .left .all .users .content ul li .username span:last-child{
    font-size: 10px;
}
#main .left .all .users .content ul li a{
    color: #2c2685;
}
#main .left .all .users .content ul li a:hover{
    color:orange;
}

/***************** Ticket details page style *******************/
.left.detail-ticket .header{
    margin-bottom: 30px;
}
#main .left{
    position: relative;
}
#main .left .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vw;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 99999;
}
#main .left.detail-ticket .all .tickets .title{
    background: #ddecfe;
}
#main .left .all .tickets .title .new-ticket{
    position: absolute;
    left: 7px;
    top: 5px;
    font-size: 10px;
    cursor: pointer;
}
#main .left .all .tickets .title .new-note{
    position: absolute;
    left: 78px;
    top: 5px;
    font-size: 10px;
    color: #fff;
    background: #070159;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}
#main .left .all .tickets .title .new-ticket:hover,#main .left .all .tickets .title .new-note:hover{
    text-decoration: underline;
    color:#ffc107;
}
#main .left .all .tickets .title .new-ticket i,#main .left .all .tickets .title .new-note i{
    font-size: 7px;
    vertical-align: middle;
}
#main .left .all .tickets .title .new-reply{
    font-size: 12px;
    margin-right: 10px;
    background: #1b1677;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}
#main .left .all .tickets .title .new-reply:hover{
    opacity: 0.95;
    background: orange;
}
#main .left .all .tickets .title .new-reply i{
    font-size: 8px;
    vertical-align: middle;
}
#main .left .all .tickets .content-ticket{
    background: #ffffff;
    padding: 15px 10px;
    position: relative;
}
#main .left .all .tickets .content-ticket .info-ticket{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 12px;
}
#main .left .all .tickets .content-ticket .info-ticket li{
    border-left: 1px solid #ccc;
    padding: 0 10px;
    min-width: 12.5%;
}
#main .left .all .tickets .content-ticket .info-ticket li .nice-select .list li{
    max-width: 100%;
    border:none;
}
#main .left .all .tickets .content-ticket .info-ticket li:first-child{
    max-width: 13.5%;
}
#main .left .all .tickets .content-ticket .info-ticket li:last-child{
    border:none;
}
#main .left .all .tickets .content-ticket .info-ticket li p{
    margin: 0;
}
#main .left .all .tickets .content-ticket .info-ticket li p:first-child{
    font-weight: bold;
}
#main .left .all .tickets .content-ticket .info-ticket li p:last-child{
    font-size: 11px;
}
#main .left .all .tickets .content-ticket .info-ticket li p.info-ticket-task-value{
    width: auto;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#main .left .all .tickets .content-ticket .info-ticket li p.info-ticket-task-value input{
    width: 100%;
    border: none;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 8px 10px;
    outline: 0;
    font-weight: 500;
}
#main .left .all .tickets .content-ticket .info-ticket li p.info-ticket-priority-value{
    /* color: #0cb50c; */
    font-weight: bold;
}
#main .left .all .tickets .content-ticket .info-ticket li p.info-ticket-status-value{
    border-radius: 5px;
}
#main .left .all .tickets .content-ticket .info-ticket li p.info-ticket-status-value.open{
    background: #a6efa6;
}
#main .left .all .tickets .content-ticket .info-ticket li p.info-ticket-status-value.closed{
    background: #efa6a6;
}
#main .left .all .tickets .content-ticket .messages{
    margin-top: 30px;
}
#main .left .all .tickets .content-ticket .messages .message{
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
}
#main .left .all .tickets .content-ticket .messages .message .message-cta{
    position: absolute;
    left: 20px;
    bottom: 10px;
    display: flex;
    font-size: 12px;
    z-index: 4;
}
#main .left .all .tickets .content-ticket .messages .message .message-cta a{
    margin-right: 5px;
    color: #636363;
}
#main .left .all .tickets .content-ticket .messages .message .message-cta a:hover{
    color:red;
}
#main .left .all .tickets .content-ticket .messages .message .send-message,#main .left .all .tickets .content-ticket .messages .message .audience-message{
    display: flex;
    justify-content: space-between;
}
#main .left .all .tickets .content-ticket .messages .message.odd{
    background: #f2f2f2;
}
#main .left .all .tickets .content-ticket .messages .message.even{
    background: #f2f8fe;
}
#main .left .all .tickets .content-ticket .messages .message .send-message .user-info{
    width: 15%;
    font-size: 11px;
    border-left: 1px dashed #ccc;
}
#main .left .all .tickets .content-ticket .messages .message .send-message .user-info .user-details{
    margin-bottom:10px;
    display: flex;
    flex-direction: column;
    line-height: 20px;
}
#main .left .all .tickets .content-ticket .messages .message .send-message .user-info .user-details .name{
    font-weight: bold;
}
#main .left .all .tickets .content-ticket .messages .message .send-message .user-info img{
    max-width: 87%;
    border-radius: 10px;
}
#main .left .all .tickets .content-ticket .messages .message .send-message .user-content-message{
    width: 83%;
    text-align: right;
    font-size: 12px;
}
#main .left .all .tickets .content-ticket .messages .message .send-message .user-content-message .message-date{
    margin-bottom: 10px;
}
#main .left .all .tickets .content-ticket .messages .message .send-message .user-content-message .user-main-message{
    text-align: justify;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message{
    margin-top: 10px;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message .right-audience{
    width:15%;
    font-size: 11px;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message .right-audience .audience-info{
    display: flex;
    align-items: center;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message .right-audience p{
    margin-bottom: 10px;
    font-weight: bold;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message .right-audience p .audience-name{
    margin-right: 2px;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message .right-audience img{
    max-width: 30%;
    border-radius: 10px;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message .left-audience{
    width: 85%;
    text-align: right;
    position: relative;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message .left-audience input[type=text],#main .left .all .tickets .content-ticket .messages .message .bottom-message input[type=text]{
    width: 100%;
    margin-top: 36px;
    border: none;
    background: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
    outline: 0;
}
#main .left .all .tickets .content-ticket .messages .message .audience-message .left-audience input[type=submit],#main .left .all .tickets .content-ticket .messages .message .bottom-message input[type=submit]{
    position: absolute;
    left: 7px;
    top: 41px;
    background: #e3fcd6;
    border: none;
    padding: 0 10px;
    font-size: 10px;
    border-radius: 2px;
    outline: 0;
}
#main .left .all .tickets .content-ticket .messages .message .top-message{
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
}
#main .left .all .tickets .content-ticket .messages .message .top-message .message-date,#main .left .all .tickets .content-ticket .messages .message .top-message .message-user-name{
    margin: 0;
    position: absolute;
    left: 0;
    top: -6px;
}
#main .left .all .tickets .content-ticket .messages .message .top-message .message-user-name{
    right:0;
    left:auto;
}
#main .left .all .tickets .content-ticket .messages .message .top-message img{
    max-width: 40px;
    margin-left: 10px;
    border-radius: 5px;
}
#main .left .all .tickets .content-ticket .messages .message .top-message .message-content{
    text-align: justify;
    line-height: 22px;
    margin: 0;
}
#main .left .all .tickets .content-ticket .messages .message .top-message .message-content p{
    margin-bottom: 5px;
}
#main .left .all .tickets .content-ticket .messages .message .top-message .message-content ul li{
    list-style-type: disc;
}
#main .left .all .tickets .content-ticket .messages .message .top-message .message-content ol li{
    list-style-type: persian;
}
#main .left .all .tickets .content-ticket .messages .message .bottom-message{
    position: relative;
}
#main .left .all .tickets .content-ticket .messages .message a::before{
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    margin-left: 5px;
}
#main .left .all .tickets .content-ticket .messages .message .message-content a{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 15px;
    border-radius: 5px;
    background: #1e1e71;
    color: #fff;
}
#main .left .all .tickets .content-ticket .messages .message .message-content a:hover{
    background:orange;
}
#main .left .all .tickets .content-ticket .messages .message .message-content a.pdf::before{
    content:"\f1c1";
}
#main .left .all .tickets .content-ticket .messages .message .message-content a.zip::before{
    content:"\f1c6";
}
#main .left .all .tickets .content-ticket .messages .message .message-content a.image::before{
    content:"\f1c5";
}
#main .left .all .tickets .content-ticket .messages .message .bottom-message input[type=text]{
    margin-top: 8px;
}
#main .left .all .tickets .content-ticket .messages .message .bottom-message input[type=submit]{
    top:13px;
}
#main .left .all .tickets .content-ticket #reply{
    position: fixed;
    padding: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    max-width: 750px;
    margin: auto;
    max-height: 500px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    display: none;
    z-index: 9999999;
}
#main .left .all .tickets .content-ticket #reply.show{
    display: block;
}
#main .left .all .tickets .content-ticket #reply .ck-editor__main{
    overflow: auto;
    height: 200px;
}
#main .left .all .tickets .content-ticket #reply .reply-h,#main .left .all #new-note .note-h{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 10px;
}
#main .left .all .tickets .content-ticket #reply .reply-h p:first-child,#main .left .all #new-note .note-h p:first-child{
    font-weight: bold;
}
#main .left .all .tickets .content-ticket #reply .reply-h p,#main .left .all #new-note .note-h p{
    margin: 0;
}
#main .left .all .tickets .content-ticket #reply .reply-info{
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul{
    padding: 0;
    margin: 0;
    display: grid;
    text-align: right;
    font-size: 12px;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul > li{
    border-radius: 5px;
    width: auto;
    padding: 5px;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul > li .name{
    margin-bottom: 5px;
    font-weight: bold;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul > li .value{
    margin-bottom: 0;
    font-weight: bold;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul > li:first-child{
    background: #e3fed4;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul > li:nth-child(2){
    background: #e4fafc;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul > li:nth-child(3){
    background: #ebebeb;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul > li:last-child{
    background: #ffebeb;
}
#main .left .all .tickets .content-ticket #reply .reply-info > ul > li select{
    width: 100%;
    outline: 0;
}
#main .left .all .tickets .content-ticket #reply textarea{
    width: 100%;
    padding: 10px;
    background: #fafed4;
    font-size: 12px;
    color: #333333;
    text-align: justify;
    border-radius: 5px;
    border:none;
    outline: 0;
    resize: none;
}
#main .left .all .tickets .content-ticket #reply .all-text-reply{
    margin-bottom: 10px;
}
#main .left .all .tickets .content-ticket #reply .all-text-reply .trumbowyg-box{
    max-height: 320px;
}
#main .left .all .tickets .content-ticket #reply .all-text-reply .trumbowyg-editor{
    direction: rtl;
    min-height: 245px;
}
.trumbowyg-modal{
    z-index: 9999999 !important;
}
.trumbowyg-dropdown-backColor button,.trumbowyg-dropdown-foreColor button{
    font-size: 0;
}
#reply .trumbowyg-dropdown-formatting {
    left:441px !important;
}
#reply .trumbowyg-dropdown-foreColor{
    left: 300px !important;
}
#new-note .trumbowyg-dropdown-formatting{
    left: 334px !important;
}
#main .left .all .tickets .content-ticket #reply .reply-action{
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}
#main .left .all .tickets .content-ticket #reply .reply-action input[type=file]{
    display: none;
}
#main .left .all .tickets .content-ticket #reply .reply-action label{
    margin-left: 10px;
    border-radius: 5px;
    padding: 2px 10px;
    background: #e3e3e3;
    color: #333333;
    cursor: pointer;
}
#main .left .all .tickets .content-ticket #reply .reply-action input[type=submit],#main .left .all #new-note .note-content input[type=submit]{
    border-radius: 5px;
    padding: 2px 10px;
    background: #cefbb5;
    border: none;
    outline: 0;

}
#main .left .all .tickets .content-ticket #reply i,#main .left .all #new-note i,#main .left .all .tickets .content-ticket .history-ticket i{
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
#main .left .all .tickets .content-ticket .history-ticket{
    position: fixed;
    width: 80%;
    height: auto;
    background: #fff;
    left: 30px;
    top: 40px;
    margin: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    z-index: 9999999;
    display: none;
}
#main .left .all .tickets .content-ticket .history-ticket i{
    top: 4px;
    left: 4px;
    right: auto;
    z-index: 999;
    color: #333333;
}
#main .left .all .tickets .content-ticket .history-ticket table thead{
    text-align: center;
    background: #e5fafd;
    font-size: 12px;
}
#main .left .all .tickets .content-ticket .history-ticket table thead tr th,#main .left .all .tickets .content-ticket .history-ticket table tr td{
    padding: 5px;
}
#main .left .all .tickets .content-ticket .history-ticket table tbody{
    max-height: 460px;
    overflow: auto;
    display: block;
}
#main .left .all .tickets .content-ticket .history-ticket table tr{
    display: grid;
    grid-template-columns: 20% 20% 60%;
    font-size: 12px;
    text-align: center;
}
#main .left .all .tickets .content-ticket .history-ticket table tr td.text-ticket{
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    padding: 5px;
    overflow: hidden;
    text-align: right;
}
#main .left .all .tickets .content-ticket .history-ticket table tr td.text-ticket:hover{
    /* white-space: normal;
    text-align: right; */
}
#main .left .all .tickets .content-ticket .history-ticket table tbody tr.odd{
    background: #eeeeee;
}
#main .left .all .tickets .content-ticket .history-ticket table tbody tr.even{
    background: #fff;
}
#main .left .all .notes{
    position: static;
    /* left: 10px; */
    z-index: 10;
    border-radius: 5px;
    overflow: hidden;
    width: 28%;
    display:block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
#main .left .all .notes.note-closed{
    display: none;
}
#main .left .all .notes .title,#main .left .all .tickets .content-ticket .history-ticket .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e6fed9;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
}
#main .left .all .tickets .content-ticket .history-ticket .title{
    background: #fedfc2;
    padding: 10px 5px;
    margin: 0;
    border-radius: 5px 5px 0 0;
}
#main .left .all .tickets .content-ticket .history-ticket .title h3{
    font-size: 12px;
    margin: 0;
}
#main .left .all .tickets .content-ticket .history-ticket table{
    width: 100%;
}
#main .left .all .notes .title h3{
    margin: 0;
    font-size: 14px;
}
#main .left .all .notes .title h3 i{
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}
#main .left .all .notes .title h3 i:hover{
    color:red;
}
#main .left .all .notes .title a{
    font-size: 12px;
    color: #212969;
}
#main .left .all .notes .title a i{
    font-size: 8px;
}
#main .left .all .notes .list-notes{
    padding: 15px;
    overflow: auto;
}
#main .left .all .notes .list-notes::-webkit-scrollbar,#main .left .all .tickets .content-ticket .history-ticket tbody::-webkit-scrollbar{
    width: 5px;
}
#main .left .all .notes .list-notes::-webkit-scrollbar-thumb,#main .left .all .tickets .content-ticket .history-ticket tbody::-webkit-scrollbar-thumb{
    background: #1c1878;
    border-radius: 30px;
}
#main .left .all .notes .list-notes::-webkit-scrollbar-thumb:hover,#main .left .all .tickets .content-ticket .history-ticket tbody::-webkit-scrollbar-thumb:hover{
    background: #07015a;
}
#main .left .all .notes .list-notes .note{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
#main .left .all .notes .list-notes .note .n-subject{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 10px;
}
#main .left .all .notes .list-notes .note .n-subject .n-right,#main .left .all .notes .list-notes .note .n-subject .n-left{
    margin: 0;
}
#main .left .all .notes .list-notes .note .n-subject .n-right{
    cursor: pointer;
}
#main .left .all .notes .list-notes .note .n-subject .n-right:hover{
    color: #c208a3;
}
#main .left .all .notes .list-notes .note .n-subject .n-left a{
    color: #636363;
    margin-left: 5px;
}
#main .left .all .notes .list-notes .note .n-subject .n-left a:hover{
    color: red;
}
#main .left .all .notes .list-notes .note .n-subject .n-right i{
    vertical-align: middle;
}
#main .left .all .notes .list-notes .note .n-subject .n-right i.show{
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
#main .left .all .notes .list-notes .note .n-subject .n-left img{
    max-width: 25px;
    border-radius: 50%;
    vertical-align: text-bottom;
}
#main .left .all .notes .list-notes .note .n-subject .n-left .date{
    font-size: 10px;
}
#main .left .all .notes .list-notes .note .n-content{
    padding: 10px;
    text-align: justify;
    font-size: 12px;
    white-space: pre-line;
}
#main .left .all .notes .list-notes .note .n-content p{
    margin-bottom: 5px;
}
#main .left .all #new-note{
    max-width: 500px;
    max-height: 400px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #ffffff;
    border-radius: 10px;
    display: none;
    z-index: 999999;
    padding: 15px;
}
#main .left .all #new-note .note-content input[type=text],#main .left .all #new-note .note-content textarea{
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    color: #333333;
    width: 100%;
    outline: 0;
}
#main .left .all #new-note .note-content .trumbowyg-box {
    min-height: 200px;
    max-height: 262px;
    margin-bottom: 10px;
}
#main .left .all #new-note .note-content .trumbowyg-box .trumbowyg-editor{
    min-height: 185px;
    direction: rtl;
}
#main .left .all #new-note .note-content input[type=text]{
    background: #f5f5f5;
}
#main .left .all #new-note .note-content textarea{
    background: #f9fed5;
    resize: none;
    text-align: justify;
}
#main .left .all #new-note .note-content .note-footer{
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
}
#main .left .all #new-note .note-content .note-footer p{
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main .left .all #new-note .note-content .note-footer p input[type=radio]{
    display: none;
}
#main .left .all #new-note .note-content .note-footer p label{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-left: 3px;
    vertical-align: text-bottom;
    cursor: pointer;
    position: relative;
}
#main .left .all #new-note .note-content .note-footer p label[for=color1]{
    background: #cdfaba;
}
#main .left .all #new-note .note-content .note-footer p label[for=color2]{
    background: #fcd2ff;
}
#main .left .all #new-note .note-content .note-footer p label[for=color3]{
    background: #c3f5f9;
}
#main .left .all #new-note .note-content .note-footer p label[for=color4]{
    background: #f8ef9d;
}
#main .left .all #new-note .note-content .note-footer p label i{
    top: 0;
    font-size: 10px;
    color: #333;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#main .left .all #new-note .note-content input[type=submit]{
    font-size: 12px;
}
#main .left .all #new-note .note-content input[type=submit]:hover{
    box-shadow: 2px 2px 10px rgba(0,0,0,.25);
}
.nice-select{
    font-size: 12px;
    padding-right: 0;
    width: 100%;
    font-weight: 500;
}
#main .left .all #new-note .nice-select{
    padding-right: 28px;
    margin-right: 5px;
}
.nice-select.open .nice-select-dropdown{
    background: #ffffff;
    width: 100%;
}
.nice-select .option{
    padding: 0 !important;
    text-align: center;
    font-weight: 500;
}
.nice-select .list{
    margin: 0;
    font-weight: 500;
}
/*all tickets page*/
#main .left .all-ticket{
    flex-direction: column;
}
#main .left .all-ticket .content-ticket{
    padding: 8px !important;
}
#main .left .all-ticket .content-ticket::-webkit-scrollbar{
    width:5px;
}
#main .left .all-ticket .content-ticket::-webkit-scrollbar-thumb {
    background: #1c1878;
    border-radius: 30px;
}
#main .left .all-ticket .tickets{
    width:100%;
}
#main .left .all-ticket .create-ticket{
    margin-bottom: 15px;
    background: none;
}
#main .left .all-ticket .create-ticket a{
    padding: 8px 25px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    background: rgb(33 41 105);
    background: linear-gradient(  180deg, rgba(26,17,124,1) 0%, rgb(33 41 105) 100%);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
#main .left .all-ticket .create-ticket a:hover{
    background: #e28e07;
}
#main .left .all-ticket .create-ticket a i{
    vertical-align: middle;
}
#main .left .all-ticket .filter-tickets{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
}
#main .left .all-ticket .filter-tickets .select2-container .select2-selection--single{
    height: 38px;
    outline: 0;
}
#main .left .all-ticket .filter-tickets .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
#main .left .all-ticket .filter-tickets .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
}
#main .left .all-ticket .filter-tickets .filter{
    width: calc(96% / 6);
}
#main .left .all-ticket .filter-tickets .filter .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main .left .all-ticket .filter-tickets .filter h3{
    font-size: 13px;
}
#main .left .all-ticket .filter-tickets .filter .nice-select{
    border:0;
    text-align: right !important;
    padding-right: 8px !important;
}
#main .timer-box .nice-select,#main .left .all .tickets .content-ticket .info-ticket li p .nice-select,#main .left .create-ticket .form-create-ticket .form-item .nice-select,#main .left .create-project .form-create-project .step .form-item .nice-select{
    text-align: right !important;
    padding-right: 8px !important;
}
#main .left .all-ticket .filter-tickets .filter .nice-select::after,#main .timer-box .nice-select::after,#main .left .create-ticket .form-create-ticket .form-item .nice-select::after,#main .left .create-project .form-create-project .step .form-item .nice-select::after{
    right:auto !important;
    left:15px;
}
#main .left .all .tickets .content-ticket .info-ticket li p .nice-select::after{
    left: 8px;
    right:auto !important;
}
#main .left .all-ticket .filter-tickets .filter .nice-select .option,#main .timer-box .nice-select .option{
    font-weight: 300 !important;
}
#main .left .all-ticket .filter-tickets .filter .nice-select .option:hover,#main .left .all-ticket .filter-tickets .filter .nice-select .option.focus, .nice-select .option.selected.focus{
    background: #1b1578;
    color: #fff;
}
#main .left .all-ticket .filter-tickets .filter input{
    width: 100%;
    height: 38px;
    border: none;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 12px;
    outline: 0;
}
#main .left .all-ticket .tickets .title{
    background: #f8fbd1 !important;
    position: sticky;
    top: 0;
}
#main .left .all-ticket-tb{
    white-space: nowrap;
}
#main .left .all-ticket-tb tr{
    border-bottom: 1px solid #ccc;
}
#main .left .all-ticket-tb thead{
    font-size: 12px;
    text-align: center;
    background: #fff;
    z-index: 2;
}
#main .left .all-ticket-tb thead th{
    padding: 8px 5px;
}
#main .left .all-ticket-tb tbody tr td{
    text-align: center;
    font-size: 12px;
    padding: 10px 5px;
}
#main .left .all-ticket-tb tbody tr td.ticket-action{
    justify-content: space-around;
}
#main .left .all-ticket-tb tbody tr td.open{
    color:#b97c83;
}
#main .left .all-ticket-tb tbody tr td.open span{
    display: inline-block;
    padding: 0 15px;
    background: #E1F0FF;
    border-radius: 5px;
}
#main .left .all-ticket-tb tbody tr td.close{
    color:#55b5b1;
}
#main .left .all-ticket-tb tbody tr td.close span{
    background: #ccf6f5;
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
}
#main .left .all-ticket-tb tbody tr td.pending{
    color:#bf7e08;
}
#main .left .all-ticket-tb thead tr th[id]{
    cursor: pointer;
}
#main .left .all-ticket-tb thead tr th[id]:hover i{
    color:red;
}
#main .left .all-ticket-tb tbody tr td.subject-ticket{
    /* max-width: 85px; */
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
#main .left .all-ticket-tb tbody tr td.subject-ticket a:hover{
    text-decoration: underline;
    color: #070159;
}
#main .left .all-ticket-tb tbody tr.open{
    background: #fff;
}
#main .left .all-ticket-tb tbody tr.w1{
    background: #FFF4DE;
}
#main .left .all-ticket-tb tbody tr.w2{
    background: #FFE2E5;
}
#main .left .all-ticket-tb tbody tr.closed{
    background: #dbdbdb;
}
#main .left .all-ticket .filter-shape .filter{
    width:calc(96% / 5);
}
#main .left .all-ticket .filter-shape .filter input,#main .left .all-ticket .filter-shape .filter:first-child .nice-select{
    margin-left: 5px;
}
/* all ticket time style page*/
#main .left .ticket-time .tickets{
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}
#main .left .all-ticket-time{
    white-space: nowrap;
}
#main .left .all-ticket-t .time-header ul{
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 4.7% 10% 10% 10% 10% 10% 31% 10% 4.3%;
    width: 100%;
    background: #ddd;
    border-radius: 5px;
}
#main .left .all-ticket-t .time-header ul li{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding: 5px 10px;
    position: relative;
}
#main .left .all-ticket-t .time-header ul li:first-child{
    min-width: 32px;
}
#main .left .all-ticket-t .time-header ul li:last-child{
    background: orange;
    color: #fff;
    border-radius: 5px 0 0 5px;
    min-width: 44px;
}
#main .left .all-ticket-t .time-header ul li span{
    position: absolute;
    left: -20px;
    top: 2px;
    color: orange;
    transform: rotate(-90deg) translateY(-1px) translateX(-4px);
    font-size: 10px;
}
#main .left .all-ticket-t .time-main{
    display: flex;
    justify-content: flex-start;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}
#main .left .all-ticket-t .time-main .right-t{
    width: calc(100% - 46px);
    background: #fff;
    border-radius: 3px 0 0 3px;
    margin-left: -2px;
    z-index: 2;
    padding: 15px 0;
    position: relative;
}
#main .left .all-ticket-t .time-main .right-t .desc{
    position: absolute;
    width:50%;
    background: rgba(0,0,0,0.7);
    font-size: 12px;
    color: #fff;
    padding: 3px;
    right: 0;
    top: 0;
}
#main .left .all-ticket-t .time-main .right-t ul{
    display: grid;
    grid-template-columns: 4% 10% 10% 10% 10% 10% 35% 9%;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
#main .left .all-ticket-t .time-main .right-t ul li{
    /* overflow: hidden; */
    text-overflow: ellipsis;
    text-align: right;
    padding: 5px 10px;
    white-space: nowrap;
    color: #636363;
}
#main .left .all-ticket-t .time-main .right-t ul li.description{
    overflow: hidden;
}
#main .left .all-ticket-t .time-main .right-t ul li:first-child{
    text-align: center;
}
#main .left .all-ticket-t .time-main .right-t ul li:last-child{
    text-align: center;
}
#main .left .all-ticket-t .time-main .left-t{
    width: 48px;
    padding: 10px;
    background: #1927c5;
    color: #fff;
    align-items: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*profile page style*/
#main .left .profile{
    margin-top: 45px;
}
#main .left .profile .profile-menu{
    width: 25%;
    padding: 10px;
    background: #fff;
    border-radius:5px;
    margin-bottom: 20px;
}
#main .left .profile .profile-menu .user-info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
}
#main .left .profile .profile-menu .user-info .user-avatar{
    max-width: 50px;
    border-radius:50%;
    margin-left: 10px;
}
#main .left .profile .profile-menu .user-info .user-name{
    font-size: 16px;
    margin: 0;
}
#main .left .profile .profile-menu .user-info .user-name a{
    color: #070159;
}
#main .left .profile .profile-menu .user-info .user-name a:hover{
    text-decoration: underline;
}
#main .left .profile .profile-menu .user-info .user-name a span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background: green;
    padding: 0 15px;
    border-radius: 10px;
    margin: auto;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .left .profile .profile-menu .user-info .user-name a span.inactive{
    background: red;
}
#main .left .profile .profile-menu .user-detail{
    margin-bottom: 20px;
    border-bottom:1px solid #eee;
    padding-bottom: 20px;
}
#main .left .profile .profile-menu .user-detail .detail-item{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}
#main .left .profile .profile-menu .user-detail .detail-item .name{
    font-weight: bold;
}
#main .left .profile .profile-menu .user-detail .detail-item .value{
    color:#807e7e;
}
#main .left .profile .profile-menu .user-detail .detail-item .value:hover{
    color: #00bcd4;
}
#main .left .profile .profile-menu .user-detail .detail-item .value a{
    background: #03a9f4;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
}
#main .left .profile .profile-menu .user-detail .detail-item .value a:hover{
    background: #070159;
}
#main .left .profile .profile-menu .main-menu{
    padding: 0;
    margin: 0;
}
#main .left .profile .profile-menu .main-menu li{
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    transition: all ease 300ms;
}
#main .left .profile .profile-menu .main-menu li a{
    display: block;
    padding: 10px;
    color: #070159;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#main .left .profile .profile-menu .main-menu li:hover,#main .left .profile .profile-menu .main-menu li.current{
    background: #070159;
}
#main .left .profile .profile-menu .main-menu li:hover a,#main .left .profile .profile-menu .main-menu li.current a{
    color: #fff;
}
#main .left .profile .profile-menu .main-menu li a i{
    color: #ccc;
    margin-left: 20px;
    font-size: 18px;
}
#main .left .profile .profile-menu .main-menu li.current a i{
    color:#fff;
}
#main .left .profile .profile-content{
    width: 73%;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
#main .left .profile .profile-content .title{
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
#main .left .profile .profile-content .title span{
    position: absolute;
    left: 0;
    font-size: 12px;
    font-weight: 300;
    top: 5px;
    color:#636363;
}
#main .left .profile .profile-content .alert-profile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #c4eef4;
    padding: 20px 10px;
    border-radius: 10px;
    color: #000;
    position: relative;
}
#main .left .profile .profile-content .alert-profile i:first-child{
    width: 10%;
    display: block;
    text-align: center;
    font-size: 40px;
}
#main .left .profile .profile-content .alert-profile .alert-content{
    width: 90%;
}
#main .left .profile .profile-content .alert-profile .alert-content p{
    margin-bottom: 5px;
}
#main .left .profile .profile-content .alert-profile .alert-content p a{
    font-weight: bold;
    color: var(--bs-danger);
}
#main .left .profile .profile-content .alert-profile .alert-content p a:hover{
    text-decoration: underline;
}
#main .left .profile .profile-content .alert-profile i:last-child{
    position: absolute;
    left: 9px;
    top: 9px;
    color: #636363;
    cursor: pointer;
}
#main .left .profile .profile-content .fprofile{
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 40px;
}
#main .left .profile .profile-content .fprofile .right-form{
    width: 80%;
}
#main .left .profile .profile-content .fprofile .right-form .form-item{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#main .left .profile .profile-content .fprofile .right-form .form-item label{
    width: 30%;
    font-size: 13px;
    color: #636363;
}
#main .left .profile .profile-content .fprofile .right-form .form-item input,#main .left .profile .profile-content .fprofile .right-form .form-item .nice-select{
    width: 61%;
    border: none;
    background: #f5f5f5;
    padding: 5px 8px;
    border-radius: 5px;
    outline: 0;
    font-size: 12px;
}
#main .left .profile .profile-content .fprofile .right-form .form-item .nice-select{
    line-height: 29px !important;
    text-align: right !important;
    padding-right: 10px !important;
}
#main .left .profile .profile-content .fprofile .right-form .form-item .nice-select::after{
    right: auto !important;
    left: 15px;
}
#main .left .profile .profile-content .fprofile .right-form .form-item small{
    position: absolute;
    left: 30px;
    top: 34px;
    font-size: 11px;
    color: #636363;
}
#main .left .profile .profile-content .fprofile .left-form{
    width: 20%;
}
#main .left .profile .profile-content .fprofile .left-form label{
    position: relative;
}
#main .left .profile .profile-content .fprofile .left-form img{
    border-radius: 50%;
    cursor: pointer;
}
#main .left .profile .profile-content .fprofile .left-form label span{
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 50%;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all  ease 300ms;
    -moz-transition: all  ease 300ms;
    -ms-transition: all  ease 300ms;
    -o-transition: all  ease 300ms;
    transition: all  ease 300ms;
}
#main .left .profile .profile-content .fprofile .left-form label:hover span{
    opacity: 1;
}
#main .left .profile .profile-content .fprofile .left-form .form-item{
    /* margin-bottom: 0; */
    margin-top: 20px;
    text-align: center;
}
#main .left .profile .profile-content .fprofile .left-form .form-item input{
    border: 0;
    background: #070159;
    border-radius: 30px;
    color: #fff;
    outline: 0;
    font-size: 13px;
    padding: 5px 17px;
}
#main .left .profile .profile-content .show-connection table tr td a{
    color:red;
}
#main .left .profile .profile-content .show-connection table tr td a:hover{
    color:orange;
}
#main .left .profile .user-info .fprofile{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#main .left .profile .user-info .fprofile .right-form,#main .left .profile .user-info .fprofile .left-form{
    width: 100%;
}
#main .left .profile .user-info .fprofile .right-form .form-item{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#main .left .profile .user-info .fprofile .right-form .form-item .trumbowyg-editor{
    direction: rtl;
}
#main .left .profile .user-info .fprofile .right-form .form-item label{
    width: 100%;
    margin-bottom: 8px;
}
#main .left .profile .user-info .fprofile .right-form .form-item label.rq .star{
    font-size: 14px;
    color: red;
    margin-right: 5px;
}
#main .left .profile .user-info .fprofile .right-form .form-item input{
    width: 100%;
}
#main .left .profile .user-info .fprofile .right-form .form-item small{
    position: static;
}
#main .left .profile .show-contract table{
    font-size: 12px;
}
/*create ticket style*/
#main .left .detail-ticket .create-ticket,#main .left .detail-ticket .create-project{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
#main .left .create-ticket .title h2,#main .left .create-project .title h2{
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
#main .left .create-ticket .form-create-ticket .form-item,#main .left .create-project .form-create-project .step .form-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#main .left .create-project .form-create-project .form-item .select2-container .select2-selection--single,#main .left .create-project .form-create-project .form-item .select2-container .select2-selection--multiple{
    height: 38px;
    border: none;
    background: #f8f8f8;
    outline: 0;
}
#main .left .create-project .form-create-project .form-item .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
#main .left .create-project .form-create-project .form-item .select2-selection__arrow{
    height: 35px;
}
#main .left .create-project .form-create-project .form-item .select2-container .select2-selection--multiple .select2-selection__rendered{
    line-height: 27px;
    white-space: nowrap;
}
#main .left .create-project .form-create-project .step3 .select2-container{
    width: auto !important;
    min-width: 348px;
}
#main .left .create-ticket .form-create-ticket .form-item label,#main .left .create-project .form-create-project .step .form-item label{
    margin-bottom: 10px;
    color: #333333;
}
#main .left .create-ticket .form-create-ticket .form-item input,#main .left .create-project .form-create-project .form-item input{
    width: 100%;
    border:none;
    background: #f8f8f8;
    color: #636363;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    outline: 0;
}
#main .left .create-ticket .form-create-ticket .form-item .nice-select-dropdown{
    z-index: 9999;
}
#main .left .create-ticket .form-create-ticket .form-item .trumbowyg-editor{
    direction: rtl;
    background: #f8f8f8;
}
#main .left .create-ticket .form-create-ticket .form-item input[type=submit],#main .left .create-project .form-create-project .form-item input[type=submit]{
    background: #1e1f70;
    color: #fff;
    padding: 10px;
}
#main .left .create-ticket .form-create-ticket .form-item input[type=submit]:hover,#main .left .create-project .form-create-project .form-item input[type=submit]:hover{
    background: orange;
}
/*create project style*/
#main .left .create-project .title h2{
    margin-bottom: 5px;
}
#main .left .create-project .form-create-project .step-title{
    font-size: 1rem;
    background: #00bcd4;
    padding: 10px 5px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin-bottom: 0;
}
#main .left .create-project .form-create-project .step{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 0.5%;
    grid-row-gap: 20px;
    border: 1px solid #00bcd4;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    margin-bottom: 20px;
}
#main .left .create-project .form-create-project .step .form-item input{
    padding: 8px 5px;
}
#main.hl{
    align-items: center;
    justify-content: center;
}
#main .login-box{
    padding: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 10px;
    width: 40%;
}
#main .login-box .title{
    text-align: center;
    margin-bottom: 40px;
    color: #673ab7;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    padding-bottom: 25px;
}
#main .login-box .login-form{
    width: 100%;
}
#main .login-box .login-form .form-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#main .login-box .login-form .form-item label{
    color: #636363;
    margin-bottom: 10px;
    font-size: 1rem;
}
#main .login-box .login-form .form-item input{
    width: 100%;
    border:none;
    background: #ecf2f3;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    outline: 0;
    direction: ltr;
}
#main .login-box .login-form .cta-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .login-box .login-form .cta-form .form-item{
    flex-direction: row;
    align-items: center;
}
#main .login-box .login-form .cta-form .form-item label{
    margin: 0;
    font-size: 13px;
}
#main .login-box .login-form .cta-form .form-item input{
    width: auto;
    margin-left: 10px;
}
#main .login-box .login-form .form-item input[type=submit]{
    color: #fff;
    background: #673ab7;
}
#main .login-box .login-form .form-item input[type=submit]:hover{
    background: orange;
}
.select2-container--open{
    z-index: 9999999;
}
.select2-container{
    width: 100% !important;
}
.select2-results__option{
    font-size: 12px;
}
.fprofile .select2-container{
    width: 61% !important;
}
/*month panel page styles*/
#main .month-panel .title{
    margin-bottom: 40px;
}
#main .month-panel .panel-details{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#main .month-panel .panel-details .right-panel{
    width: 65%;
}
#main .month-panel .panel-details .right-panel .section1,#main .month-panel .panel-details .right-panel .section2{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #fff;
    padding: 15px 0;
    overflow: hidden;
    margin-bottom: 22px;
}
#main .month-panel .panel-details .right-panel .section1 h3{
    text-align: center;
    font-size: 1.3rem;
    margin: 0;
    padding: 20px 0 50px 0;
    position: relative;
    font-weight: bold;
}
#main .month-panel .panel-details .right-panel .section1 h3::before,#main .month-panel .panel-details .right-panel .section1 h3::after{
    content: " ";
    width: 100px;
    height: 4px;
    background: #232474;
    position: absolute;
    top: 35%;
    right: 25%;
}
#main .month-panel .panel-details .right-panel .section1 h3::after{
    right: auto;
    left: 25%;
}
#main .month-panel .panel-details .right-panel .section1 .user-info-month{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px;
}
#main .month-panel .panel-details .right-panel .section1 .user-info-month .item{
    width: 49%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 20px;
}
#main .month-panel .panel-details .right-panel .section1 .user-info-month .item:nth-child(2n){
    justify-content: flex-end;
}
#main .month-panel .panel-details .right-panel .section1 .user-info-month .item i{
    font-size: 20px;
    color: #704dea;
    background: #eeecf9;
    padding: 7px;
    border-radius: 5px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
}
#main .month-panel .panel-details .right-panel .section1 .user-info-month .item .desc{
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 60%;
}
#main .month-panel .panel-details .right-panel .section1 .user-info-month .item .desc .dtitle{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
#main .month-panel .panel-details .right-panel .section1 .user-info-month .item .desc .dvalue{
    color: #636363;
    font-weight: 600;
}
#main .month-panel .panel-details .right-panel .section1 .notice{
    text-align: center;
    color: red;
    margin-bottom: 15px;
}
#main .month-panel .panel-details .right-panel .section1 .request{
    text-align: center;
}
#main .month-panel .panel-details .right-panel .section1 .request button{
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 5px;
    color: #fff;
    background: #1e1f71;
    padding: 10px 30px;
}
#main .month-panel .panel-details .right-panel .section1 .request button:hover{
    background: #e28e07;
}
#main .month-panel .panel-details .right-panel .section1 .total-price{
    text-align: center;
    background: #eeecf9;
    padding: 10px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    margin-top: 20px;
    margin-bottom: 15px;
}
#main .month-panel .panel-details .right-panel .section1 .total-price p{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #704dea;
}
#main .month-panel .panel-details .right-panel .section1 .download-fish{
    text-align: center;
}
#main .month-panel .panel-details .right-panel .download-fish a{
    border-bottom: 2px solid #876bed;
    color: #333;
    font-weight: 600;
}
#main .month-panel .panel-details .right-panel .download-fish a:hover{
    color:#e28e07;
}
#main .month-panel .panel-details .right-panel .section2{
    padding: 15px;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #7cb1df;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item{
    width: 33%;
    border-left: 1px solid #7cb1df;
    padding: 10px 5px;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item:last-child{
    border-left: 0;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item h3{
    font-size: 0.75rem;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    position: relative;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item h3::before{
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item:nth-child(1) h3::before{
    background: #1678f2;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item:nth-child(2) h3::before{
    background: #f3af49;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item:nth-child(3) h3::before{
    background: #f76e76;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item .value{
    text-align: center;
    font-size: 1.8rem;
    margin-top: 25px;
    margin-bottom: 15px;
}
#main .month-panel .panel-details .right-panel .section2 .leave-details .item .desc{
    font-size: 0.7rem;
    text-align: center;
    color: #959292;
    font-weight: 600;
}
#main .month-panel .panel-details .right-panel .section2 .vacations h3{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
}
#main .month-panel .panel-details .right-panel .section2 .vacations .vacations-list{
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#main .month-panel .panel-details .right-panel .section2 .vacations .vacations-list li{
    background: #1678f2;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px #1678f2;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 13px;
}
#main .month-panel .panel-details .right-panel .section2 .vacations .vacations-list li .day{
    margin-left: 10px;
}
#main .month-panel .panel-details .left-panel{
    width: 33%;
}
#main .month-panel .panel-details .left-panel .section1{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #1e1f71;
    padding: 15px;
    margin-bottom: 22px;
}
#main .month-panel .panel-details .left-panel .section1 .circle-time{
    padding: 20px;
}
#main .month-panel .panel-details .left-panel .section1 .circle-time canvas{
    margin-bottom: 47px;
}
#main .month-panel .panel-details .left-panel .section1 .circle-time .desc{
    color: #fff;
    font-size: 0.70rem;
    text-align: right;
    margin-bottom: 5px;
    position: relative;
}
#main .month-panel .panel-details .left-panel .section1 .circle-time .desc::before{
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: -20px;
}
#main .month-panel .panel-details .left-panel .section1 .circle-time .desc.more::before{
    background: #68a5db;
}
#main .month-panel .panel-details .left-panel .section1 .circle-time .desc.less::before{
    background: #e46844;
}
#main .month-panel .panel-details .left-panel .section2{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #ffffff;
    padding: 26px 15px;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li{
    margin-bottom: 10px;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:last-child{
    margin: 0;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li a{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border: 2px solid;
    border-radius: 5px;
    color: #333;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li a img{
    padding: 6px;
    margin-left: 10px;
    border-radius: 5px;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(1) a{
    background: #fdfafa;
    border-color: #fde1d7;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(2) a{
    background: #f9fafc;
    border-color: #d9e7fc;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(3) a{
    background: #f8fffd;
    border-color: #e0fcf5;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(1) a img{
    background: #f7e7e6;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(2) a img{
    background: #e1e7f2;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(3) a img{
    background: #e0fff7;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(1) a:hover{
    background: #fde1d7;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(2) a:hover{
    background: #d9e7fc;
}
#main .month-panel .panel-details .left-panel .section2 .user-menu li:nth-child(3) a:hover{
    background: #e0fcf5;
}
#main .month-panel .panel-tickets{
    margin-bottom: 40px;
}
#main .month-panel .panel-tickets .sub-title{
    margin: 30px 0 45px 0;
    text-align: center;
    position: relative;
    font-weight: bold;
}
#main .month-panel .panel-tickets .sub-title::before,#main .month-panel .panel-tickets .sub-title::after,#main .info-user .title::after,#main .info-user .title::before{
    content: " ";
    width: 100px;
    height: 4px;
    background: #232474;
    position: absolute;
    top: 35%;
    right: 26%;
}
#main .month-panel .panel-tickets .sub-title::after{
    right: auto;
    left: 26%;
}
#main .month-panel .panel-tickets .ticket-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    padding: 30px 45px 20px 45px;
    text-align: center;
}
#main .month-panel .panel-tickets .ticket-list .item{
    width: 20%;
}
#main .month-panel .panel-tickets .ticket-list .item .item-title{
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    font-weight: bold;
}
#main .month-panel .panel-tickets .ticket-list .item .item-value{
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
}
#main .month-panel .panel-tickets .ticket-list .item:nth-child(1) .item-title{
    background: #6c757d;
}
#main .month-panel .panel-tickets .ticket-list .item:nth-child(1) .item-value{
    color:#6c757d;
}
#main .month-panel .panel-tickets .ticket-list .item:nth-child(2) .item-title{
    background: #0d6efd;
}
#main .month-panel .panel-tickets .ticket-list .item:nth-child(2) .item-value{
    color: #0d6efd;
}
#main .month-panel .panel-tickets .ticket-list .item:nth-child(3) .item-title{
    background: #198754;
}
#main .month-panel .panel-tickets .ticket-list .item:nth-child(3) .item-value{
    color:#198754;
}
#main .month-panel .panel-tickets .ticket-list .item:nth-child(4) .item-title{
    background: #dc3545;
}
#main .month-panel .panel-tickets .ticket-list .item:nth-child(4) .item-value{
    color:#dc3545;
}
/*Info user new page style*/
#main .info-user .title{
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}
#main .info-user .title::after{
    right: auto;
    left: 32%;
    top:39%;
}
#main .info-user .title::before{
    right: 32%;
    top:39%;
}
#main .info-user .info-user-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
#main .info-user .info-user-header .info-user-header-avatar,#main .info-user .info-user-header .info-user-header-notice{
    width: 45%;
}
#main .info-user .info-user-header .info-user-header-avatar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .info-user .info-user-header .info-user-header-avatar .avatar{
    display: flex;
    align-items: center;
}
#main .info-user .info-user-header .info-user-header-avatar .avatar img{
    border-radius: 50%;
    margin-left: 20px;
}
#main .info-user .info-user-header .info-user-header-avatar .user-status a{
    background: #c0ded0;
    padding: 5px 30px;
    border-radius: 30px;
    border: 2px solid #198754;
    color: #198754;
}
#main .info-user .info-user-header .info-user-header-notice{
    text-align: center;
    padding: 24px 30px;
    background: #bdd4e9;
    border-radius: 10px;
    line-height: 1.7;
    font-weight: 300;
}
#main .info-user .info-user-form .user-form .col3,#main .info-user .info-user-form .user-form .col1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main .info-user .info-user-form .user-form .col3 .item{
    width: 32%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
}
#main .info-user .info-user-form .user-form .col3 .item label{
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 7px;
    width: 100%;
}
#main .info-user .info-user-form .user-form .col3 .item label span{
    font-size: 11px;
    color: #636363;
    float: left;
}
#main .info-user .info-user-form .user-form .col3 .item label span i{
    color: #4c67ff;
    vertical-align: middle;
}
#main .info-user .info-user-form .user-form .col3 .item input,#main .info-user .info-user-form .user-form .col3 .item #select2-user-marrige-container,#select2-user-graduate-container,#select2-user-off-day-container,#select2-user-vacation-kind-container,#main .info-user .info-user-form .user-form .col1 .item textarea{
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    outline: 0;
    border:2px solid #e6e1e1;
}
#main .info-user .info-user-form .user-form .col3 .item input:focus,#main .info-user .info-user-form .user-form .col1 .item textarea:focus{
    border-color:#1b1578;
}
#main .info-user .info-user-form .user-form .col3 .item .select2-selection--single{
    border:0;
}
#main .info-user .info-user-form .user-form .col3 .item .select2-selection__arrow{
    top: 9px;
}
#main .info-user .info-user-form .user-form .col3 .item input#user-idcard{
    border-color: red;
}
#main .info-user .info-user-form .user-form .col3 .item input[type=file]{
    border:2px dashed #ffc963;
    color: transparent;
}
#main .info-user .info-user-form .user-form .col1 .item{
    width: 100%;
}
#main .info-user .info-user-form .user-form .col1 .item label{
    margin-bottom: 10px;
}
#main .info-user .info-user-form .user-form .col1 .item textarea{
    resize: none;
}
#main .info-user .info-user-form .user-form .submit{
    text-align: center;
    margin: 30px 0 80px 0;
}
#main .info-user .info-user-form .user-form .submit .submit-user-info{
    background: #1b1578;
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 0.85rem;
    border: none;
}
#main .info-user .info-user-form .user-form .submit .submit-user-info:hover{
    background: orange;
}
#main .info-user .info-user-bank .title::before{
    right: 29%;
}
#main .info-user .info-user-bank .title::after{
    left: 29%;
}
#main .info-user .info-user-bank .info-user-bank-content{
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank{
    background: #fff;
    padding: 15px 40px;
    width: 70%;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-header img{
    padding-left: 15px;
    margin-left: 15px;
    border-left:1px solid #899bff;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-header .user-desc-bank{
    width: 50%;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-header .user-desc-bank p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    margin-bottom: 25px;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-header .user-desc-bank p:last-child{
    margin-bottom: 0;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-header .user-desc-bank p span:last-child{
    font-weight: 600;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-middle{
    margin-top: 50px;
    width: calc(50% + 105px);
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-middle .item{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-middle .item.submit-info{
    justify-content: center;
    margin-top: 30px;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-middle .item .pvalue{
    direction: ltr;
    font-weight: 600;
    color: #006fb8;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-middle .item.submit-info button{
    color: #fff;
    background: #1e1f71;
    border: none;
    border-radius: 5px;
    padding: 8px 50px;
    margin-top: 30px;
    font-size: 0.875rem;
    margin-bottom: 10px;
}
#main .info-user .info-user-bank .info-user-bank-content .right-bank .right-bank-middle .item.submit-info button:hover{
    background: orange;
}
#main .info-user .info-user-bank .info-user-bank-content .left-bank{
    width: 30%;
    padding: 15px;
    background: #98bdf5;
    position: relative;
}
#main .info-user .info-user-bank .info-user-bank-content .left-bank .card-bank{
    position: absolute;
    right: -168px;
    top: 24%;
    width: 360px;
    height: 236px;
}
#main .info-user .info-user-bank .info-user-bank-content .left-bank .card-bank img{
    width: 100%;
    height: 100%;
}
#main .info-user .info-user-bank .info-user-bank-content .left-bank .card-bank .card-number{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: normal;
    padding-bottom: 75px;
    color: darkblue;
}
#main .info-user .info-user-bank .info-user-bank-content .left-bank .card-bank .card-user{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 92px 66px 0 0;
    font-size: 1.1rem;
    color: #006fb8;
}
#main .info-user .info-user-description{
    position: relative;
    max-width: 90%;
    margin: 115px auto 40px auto;
}
#main .info-user .info-user-description::before{
    content: " ";
    width: 180px;
    height: 180px;
    position: absolute;
    left: -65px;
    top: -47px;
    z-index: 9999;
    background: url('../images/tag-edit.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-transform: rotateZ(106deg);
    transform: rotateZ(106deg);
    pointer-events: none;
}
#main .info-user .info-user-description .trumbowyg-box{
    border-radius: 5px;
    overflow: hidden;
}
#main .info-user .info-user-description .trumbowyg-box .trumbowyg-editor{
    background: #f5f5f5;
    direction: rtl;
}
