:root{
    --pure-grey:#b6b6b6;
    --pure-light-grey:#f1f2f7;
    --pure-blue:#39F;
    --pure-light-blue:rgba(51, 153, 255, 0.2);
    --pure-white:#ffffff;
    --pure-black:#000000;    
    --pure-green:#33cc00;    
    --pure-red:#db1919;    
    --pure-light-red:#db191940;    
    --pure-orange:#ff9900;    
    --pure-light-orange:#ff990040;    
    
}
.word_wrap {
    word-wrap: break-word;
}

.color_blue {
    color: #3f73be;
}

.color_red {
    color: red;
}

.color_orange {
    color: #fdb300;
}

.color_green {
    color: #55ce63;
}

.color_black {
    color: #000;
}
.color_grey {
    color: #b6b5b5;
}
.white_color{
    color: white;
}
.semibold {
    font-weight: 600;
}

.bg_gray {
    background-color: #f1f2f7;
}
.bg_white {
    background-color: white;
}
.resize_none {
    resize: none;
}

.font12 {
    font-size: 12px;
}
.font_14 {
    font-size: 14px;
}
.font_15 {
    font-size: 15px;
}
.font_16 {
    font-size: 16px;
}
.font19 {
    font-size: 19px;
}.font20 {
    font-size: 20px;
}
.text_center{
    text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
a,.pointer{
    cursor:pointer;
}
.action_listing ul li a {
    color: #505050;
}

.action_listing ul li {
    padding-left: 5px !important;
}

#profile_view {
    background-color: #f1f2f7 !important;
}

.small_box_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.progress_exp_block {
    position: relative;
}

.circle_exp,
.line_exp {
    background-color: #dddddd;
}

.circle_exp {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.progress_exp_block {
    width: 10px;
}

.line_exp {
    height: 48px;
    width: 2px;
    position: absolute;
    left: 4px;
}

.experiance_wrap {
    float: left;
    padding-top: 15px;
}

.comp_name {
    font-weight: bold;
}

.exp_year {
    color: #7f7f7f;
    margin-top: 5px;
}

.exp_comp_name {
    margin-top: -14px;
    margin-left: 25px;
}

.block_exp {
    height: 55px;
}

.box_heading {
    height: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.small_font {
    font-size: 13px !important;
    color: #575757;
}

.resource_search_btn {
    margin-left: 33px;
}
.res_element.list_resource .actions.dropdown .action_listing{
    width: 225px;
}
.filter_input_wrap.first_input_wrap {
    margin-left: 10px;
}

.edit_icon_wrapper {
    position: absolute;
    color: #000;
    right: -10px;
    top: -11px;
}

.common_main_wrap {
    /*background-color: #ffffffd9;*/
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 70px;
}

.leave_date_field {
    height: 29px;
    margin-right: 15px;
}

.leave_filter_inner,
.leave_count_div {
    width: 100%;
}

.date_leave_filter_btn {
    margin-right: 50px;
}

.leave_cnt_block {
    padding: 30px 40px 30px 40px;
    width: 50%;
    border-radius: 0.4em;
    text-align: center;
    color: #333;
    font-weight: 600;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px #ccc;
}

.leave_count_div .leave_cnt_block:last-child(4) {
    margin-right: 0px !important;
}
/* .leave_count_div .leave_cnt_block.request_cnt_block:nth-child(5) {
    margin-right: 0px !important;
}
.leave_count_div .leave_cnt_block.request_cnt_block:nth-child(4) {
    margin-right: 4.9% !important;
} */
.leave_count_div {
    padding-top: 18px;
    margin-bottom: 20px;
    display: flex;
    gap: 50px;
}

.block_title {
    padding-bottom: 13px;
}

.list_leaves {
    border-radius: 0.4em;
    margin-top: 10px;
}

.leave_req_info {
    padding: 15px 15px;
    margin-bottom: 15px;
    border-radius: 0.4em;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 6px 6px -6px #333;
    -moz-box-shadow: 0 6px 6px -6px #333;
    box-shadow: 0 6px 6px -6px #333;
    border: 1px solid #e5e5e5;
}
#leave_list .leave_req_info {
    min-height: 175px;  
}
.boxs_shadows{
    -webkit-box-shadow: 0 6px 6px -6px #333;
    -moz-box-shadow: 0 6px 6px -6px #333;
    box-shadow: 0 6px 6px -6px #333;
    border: 1px solid #e5e5e5;
}
.today_date {
    width: 11%;
    display: inline-block;
            /* float: right; */
            text-align: center;
}
.leave_info_title_block{
    width: 88% !important;
    display: inline-block;
}

.leave_info_title_block .title_block {
    color: #333;
    font-weight: 600;
}

.dec_title {
    line-height: 2.5;
}

.dec_title i {
    font-size: 14px;
}

.leave_date_list {
    font-weight: 600;
    color: #3399FF;
    font-size: 15px;
}
.left_leave_block,.leave_status_wrapper{
    display: inline-block;
}
.left_leave_block{
    width: 90%;
}
.leave_pending{
    color: #686868;
}
.leave_approved{
    color:#00d01d;
}
.leave_reject{
    color: #686868;
}
.leave_view_txt{
    color: #1565c0;
    font-size: 11px;
    text-align: right;
}
.leave_status_circle{
    font-size: 40px;
    border-radius: 1em;
    width: 58px;
    height: 58px;
    text-align: center;
    float: right;
}
.leave_status_circle.leave_pending{
     border: 2px solid #686868;
     line-height: 1.3;
}
.leave_status_circle.leave_approved{
     border: 2px solid #00d01d;
     line-height: 1.2;
}
.leave_status_circle.leave_reject{
     border: 2px solid #686868;
     line-height: 1.4;
}
.leave_status_txt{
     font-size: 13px;
    line-height: 1.4;
}
.today_date i{
    padding-right: 0px;
}
.leave_status_circle i{
    padding: 0px;
}
/* .leave_status_wrapper{
    float: right;
    margin-top: -15px;
} */
.leave_reason {
    padding-top: 10px;
    line-height: 1.4;
    font-size: 14px;
    min-height: 20px;
}

.add_request_wrapper {
    width: 600px;
}

.title_add_req {
    /* padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px; */
    padding: 16px;
    margin: -16px;
}

.add_request_form_wrapper {
    padding: 10px;
}

.add_leave_form_input_wrapper,
.add_leave_form_title,
.add_leave_filed_warp {
    display: inline-block;
}

.add_leave_filed_warp {
    width: 55%;
}

.add_leave_form_title, .width35 {
    width: 35%;
}

.add_leave_form_input_wrapper {
    margin-top: 15px;
    width: 100%;
}

.add_leave_btn_wrap {
    text-align: center;
    padding-top: 20px;
}

.reason_field {
    resize: none;
    border: 1px solid #ccc !important;
}

.profile_dropdownbtn {
    border: 0px;
    background-color: #fff;
}

.action_request_trigger {
    margin-right: -8px !important;
    margin-top: -7px;
    font-size: 20px;
    color: #808080;
}

.todaydate_wrap {
    text-align: right;
    font-size: 14px;
    display: inline-block;

}
.request_resign_wrap{
    display: inline-block;
    float: right;
}

.user_icon {
    font-size: 56px;
    color: #e6e6e6;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.register_block,
.popup_wrapper {
    width: 800px;
}

.title_details {
    color: #3399FF;
}

.main_registration_wrapper {
    padding: 15px;
}

.details_inner {
    margin-top: 15px;
}

.main_registration_wrapper .filed_input {
    margin-top: 10px;
}

.main_registration_wrapper .field_row {
    width: 48%;
    display: inline-block;
    margin-top: 10px;
}
.main_registration_wrapper .field_row .sub_group{
    width: 48%;
    display: inline-block;
}


.field_row_left_margin {
    margin-left: 25px;
}
.address_reg_block.field_row_left_margin{
    margin-left: 30px;

}

.full_name_input {
    width: 100% !important;
}

.address_main_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.address_reg_block {
    width: 48% !important;
}

.address_reg_block .field_row {
    width: 100% !important;
}

.address_text_area {
    height: 83%;
    border-color: #D0D0D0 !important;
}

.address_row {
    height: 95%;
}

.address_input {
    height: 87%;
}

.address_text_area {
    height: 100%;
}

.edit_icon_wrap {
    position: relative;
    float: right;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url(../images/down_arrow.png) no-repeat 98% !important; */
    background-color: #fff !important;
}

.top_content {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.date_request_wrapper {
    display: inline-block;
    width: 50%;
    margin-right: 12px;
}
.date_request_wrapper_btn {
    display: inline-block;
}

.date_request_wrapper .leave_date_field {
    width: 98%;
}

.action_icons {
    width: 22px;
    float: left;
    font-size: 11px;
    margin-top: 4px;
}

.area_register.drop_area {
    min-width: 98%;
}

.anchore_photo_view {
    font-size: 13px;
    float: right;
    clear: right;
    margin-top: -30px;
}

.photo_browser_file {
    min-width: 75% !important;
    width: 75% !important;
}

.pagination_link {
    font-size: 20px;
    float: right;
}

.education_container {
    padding-top: 10px;
}

.add_more_education {
    margin-top: 20px;
}

a[rel~="start"] {
    display: none
}

a[rel~="prev"],
a[rel~="next"],a[rel~="start"]{
    border: 0px !important;
    width: auto !important;
    /*background-color: #f1f2f7 !important;*/
    color: #000 !important;
    background: none !important;
}
a[rel~="next"] + a{
    border: 0px !important;
    width: auto !important;
    /*background-color: #f1f2f7 !important;*/
    color: #000 !important;
    background: none !important;
}
a[rel~="prev"] + a[rel~="start"]{
    background-color: #3399FF !important;
    color: #fff !important;
    line-height: 27px;
    height: 31px;
    width: 31px !important;
    border: 2px solid #3399FF !important;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.pagination a,
.active_page {
    height: 31px;
    width: 31px;
    border: 2px solid #3399FF;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
}
#container #header_main .header_left_text_box .action_listing span {
	font-size: 15px;
	display: unset;
}

.pagination a {
    background-color: #3399FF;
    color: #fff;
    line-height: 27px
}

.active_page {
    background-color: #fff;
    color: #3399FF;
    line-height: 27px;
}

.add_skill_field {
    width: 91% !important;
}

.add_skill_input {
    border: 0px !important;
    margin-bottom: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 98%;
    height: 100%;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

label.switch {
    line-height: 2 !important;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b6b5b5;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    top: 2px;
    /*bottom: 2px;*/
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    /*border: 1px solid #ccc;*/
}
.slider::after{
   font-weight: 600;
   line-height: 1.3;
}
input:checked+.sign_in_out::after{
   content: "Stop Work";
   color:#fff;
   padding-left: 6px;
    font-size: 14px;
    position: absolute;
    left: 11px;
    top: 1px;
}
#session_text{
    position: absolute;
    font-size: 8px;
    font-weight: 600;
}
.sigin_session{
    color: #000;
    /* left: 48px; */
    left: 28px; /* remove session time*/
    top: 15px;
}
.sigout_session{
    color: #fff !important;
    top: 16px !important;
    left: 28px !important;
}
/* Session */
input:not(:checked)+.sign_in_out::after{
   content: "Start Work";
   color:#000;
   /* padding-left: 39px; */
   padding-left: 11px;  /* remove session time*/
   top: 2px;
   position: absolute;
   font-size: 11px;
}
input:checked+.slide_break::after{
   content: "On Break";
   color:#fff;
   padding-left: 6px;
   font-size: 14px;
    position: absolute;
}

input:not(:checked)+.slide_break::after{
   content: "Break";
   color:#000;
   padding-left: 44px;
}
input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
}
input:checked+.slider.slide_break:before {
    -webkit-transform: translateX(94px);
    -ms-transform: translateX(94px);
    transform: translateX(94px);
}
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sign_in_toggle .slider.round::before {
    visibility: hidden;/* remove session time*/
}
.sign_in_toggle .time_hr{
    display: none;/* remove session time*/
}

/*table css start*/

table.comman_table {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}

table.comman_table tr:nth-child(odd) {
    background-color: #fff;
}

table.comman_table td,
table.comman_table th {
    /*border-top: 1px solid #dee2e6;*/
    border-bottom: 1px solid #dee2e6;
    padding: 20px 15px;
    text-align: left;
}
.attendance_table.attendance_my_table td,
.attendance_table.attendance_my_table th{
    border-bottom: 0px !important;
    font-size: 13px;
}
table.comman_table th{
    font-weight: 600;
}
.fix_th_emp{
width: 200px !important;
text-align: left !important;
}
.name_list_emp{
   font-size: 13px;
   line-height: 2;
   margin-left: 10px;
   width: 80px;
   padding-right: 1px;
}
table.comman_table_att th{
    min-width: 50px;
    max-width: 50px;
    border-left: 1px solid #dee2e6;
}
.fix_att_width_td{
    background-color: #fff;
    padding: 15px 1px 15px 5px;
    width: 100%;
    float: left;
}
.title_shift{
    font-size: 11px;
}
.general_shift{
/*    padding-right: 8px;table.comman_table_att th
    border-right: 1px solid #ccc;*/
}
.shift_status{
    text-align: center;
}
.attendance_symbol{
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
}
.comman_table_att.comman_table_attendance1 tbody td{
    border-left: 1px solid #dee2e6;
}
.comman_table_att tbody td{
   min-width: 50px;
   max-width: 50px;
}
.comman_table_att tbody td.fix_td{
    min-width: 200px !important;
}
.total_sum{
    font-size: 14px;
}
.fix_td_inner{
    width: 65%;
    display: inline-block;
    float: left;
}
.shift_work_name{
    width: 35%;
   display: inline-block;
   font-size: 11px;
   background-color: #fff;
   height: 60px;

}
tr.header_tr th{
    text-align: center;
}
.general_shift,.night_shift{
    display: inline-block;
}
/*table css stop*/


.attendance_main_wrapper {
    /* padding: 20px; */
/*    margin-top: 15px;*/
}
.attendance_month{
    display: block;
    width: 100%;
    float: left;
    /* padding-left: 25px; */
    margin-bottom: 10px;

}
.attendance_table>tbody>tr:nth-of-type(2n+1) {
    background-color: #f1f2f7 !important;
    color: #000;
}

.attendance_table tr {
/*    background-color: #fff;
    box-shadow: 0 0 3px #e5e5e5;*/
}

.all_attendence_listing {
    margin-top: 20px;
}

.filter_input_wrap.first_input {
    margin-left: 0px;
}

.attendence_filter .filter_input_wrap {
    width: 19.7%;
}

.Sign_in_wrapper {
    display: inline-block;
    /* line-height: 2; */
    /* border: 1px solid #ccc; */
    /* padding-top: 3px;    */
    vertical-align: baseline;
}

.switcher_title {
    width: 50%;
    float: left;
    text-align: center;
    color: #a7abc3;
    font-size: 17px;
    line-height: 1.4;
}
.signin_title.switcher_title{
    width: 60%;
}
.switching_toggle.sign_in_toggle, .switching_toggle,
.switching_toggle_break{
    width: 140px;
    height: 36px;
}


.table_emp_request {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.education_detail_wrap {
    margin-bottom: -3px;
}

.att_emp_img,
.att_emp_icon {
    border-radius: 1em;
    border: 1px solid #c9c9cb;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    color: #ccc;

}
.att_emp_icon{
    padding-right: 0px;
}

.att_emp_img.att_emp_detail {
    width: 30px;
    float: left;
    margin-bottom: 35px;
    margin-right: 10px;
}
.cross_att{
    color:#686868;
}
.att_emp_detail {
    float: left;
}

.att_emp_name {
    padding-left: 11px;
    font-size: 14px;
    width: 107px;
}

.att_emp_name {
    line-height: 2;
}

.education_view_main_wrap {
    width: 100%;
    border-radius: 0.4rem;
}

.education_containet {
    width: 100%;
    margin-right: 0px;
    border-top: 4px dotted #ccc;
}

.education_containet.first_education_containet {
    border-top: 0px !important;
    padding: 0px !important;
    padding-bottom: 15px !important;
}
.education_containet{
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-top: 5px dotted #ccc !important;
}
.education_view_main_wrap .education_containet:nth-child(1) {
    border-top: 0px;
}

/*#education_wrapper .education_container:first-child .remove_education {
    display: none;
}*/
.remove_education{
    width: 100%;
    float: left;
}
.bank_wrapper {
    float: left;
    display: block;
    margin-top: 39px;
}

.comman_table_attendance .header_tr th,.comman_table_attendance tbody td {
    text-align: center;
    background-color: white;
}
.comman_table_att .header_tr{
    position: sticky !important;
    width: 100%;
    overflow: visible;
    top: 0 !important;
    z-index: 5;
}
.fix_th_emp{
    width: 184px;
    left: 0px;
    position: relative;
    background-color:rgb(255, 255, 255);
    display: block;
}
.comman_table_att{
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #dee2e6;
    table-layout: fixed;
    width: 100%;
}
.attendance_common_wrap{
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}
.symbole_wrapper{
    vertical-align: top;
    /*padding-top: 34px !important;*/
}
.fix_td_inner{
    background-color: #fff;
    height: 60px;
}

.comman_table_att tbody{
    position: relative;
    display: block;
    /*width: 1055px;*/
    max-height: 400px;
    min-height: 125px;
    overflow: scroll;
}
table.comman_table_attendance {
  position: relative;
  /*width: 400px;*/
  width: 100%;
  overflow: hidden;
}
.comman_table_attendance .header_tr {
  position: relative;
  display: block;
  width: 400px;
  overflow: visible;
}
.comman_table_attendance .header_tr th {
  min-width: 86px;
  height: 40px;
}
.comman_table_attendance .header_tr th:nth-child(1) {
  position: relative;
  display: block;
  height: 40px;
  padding-top: 20px;
}
.comman_table_attendance tbody {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  overflow: scroll;
}
.comman_table_attendance tbody td {
  min-width: 80px;
}
.comman_table_attendance tbody tr td:nth-child(1) {
  position: relative;
  display: block;
}

.all_attendence {
    overflow-y: hidden;
    max-height: 400px;
}

.fix_th {
    position: sticky;
    left: 0px;
    background-color: #fff;
    min-width: 170px;
}

.fix_td {
    position: sticky;
    left: 0px;
    /*background-color: #eef1f2;*/
    min-width: 170px;
    line-height: 1.3;
}
.attendance_sticky {
border-collapse: separate;
border-spacing: 0;
}
.attendance_sticky tbody,.attendance_sticky tbody .header_tr{
    border-collapse: separate;
    border-spacing: 0;
}

.attendance_sticky thead{
    border-collapse: separate;
    border-spacing: 0;
}
.attendance_sticky tr td:nth-child(1),.attendance_sticky tr th:nth-child(1){
    position: sticky; 
    background-color: #fff;
    left: 0px ;
    border-left:none;

}

.attendance_sticky tr td:nth-child(2),.attendance_sticky tr th:nth-child(2){
    position: sticky; 
    background-color: #fff;
    left: 50px ;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    min-width: 200px !important;
    max-width: 200px !important;
    width: 200px !important;

    z-index: 1;
}
.attendance_sticky .td_date1{
    border-left: none !important;
}
.attendance_sticky tr td:nth-last-child(1),.attendance_sticky tr th:nth-last-child(1){
    position: sticky; 
    background-color: #fff;
    right: 0;
    min-width: 65px;
    border-left: 1px solid #dee2e6;
    z-index: 1;
}
.attendance_sticky tr td:nth-last-child(2) ,.attendance_sticky tr th:nth-last-child(2){
    position: sticky;
    background-color: #fff;
    right: 65px;
    min-width: 90px;
    border-left: 1px solid #dee2e6;
    z-index: 1;

}

.attendance_sticky tr td:nth-last-child(3),.attendance_sticky tr th:nth-last-child(3){
    position: sticky;
    background-color: #fff;
    right: 155px;
        width: 50px;
    max-width: 50px;
    min-width: 50px;
    border-left: 1px solid #dee2e6;
    z-index: 1;

}

.attendance_sticky tr th:nth-last-child(1){
    right: 0;
    min-width: 65px;

}
.attendance_sticky tr th:nth-last-child(2){
    right: 65px;
    min-width: 90px;
}

.attendance_sticky tr th:nth-last-child(3){
    right: 155px;
}
.request_view_wrapper {
    max-width: 500px;
    min-width: 495px;
}
.request_list_row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.request_list_col {
    width: 49%;
    display: inline-block;
}

.blank_educ .education_containet {
    border-top: 0px !important;
}

.blank_educ .edit_icon_wrapper.education_icon {
    right: -13px !important;
    top: -11px !important;
}

.producation_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    top: -8px;
    width: 0px;
}

.producation_list {
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    -webkit-box-shadow: 0px 0px 10px #8bb5e0;
    -moz-box-shadow: 0px 0px 10px #8bb5e0;
    -ms-box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    list-style-type: none;
    margin: 0;
    /* min-width: 179px; */
    min-width: fit-content;
    width: fit-content;

    padding: 5px;
    position: absolute;
    right: 0;
    top: 35px;
    text-decoration: none;
    z-index: 10;
    font-size: 14px;
}
/* .sticky-table  .producation_list {

top: 25px;
} */

.producation_list.break_list{
   right: 83px;
}
.list_production li {
    padding-top: 5px;
}
.list_production{
    list-style: none;
}
.personal_wrapper,.bank_wrapper{
    background-color: #fff;
    border-radius: 0.4em;
    padding: 20px;
}
.personal_wrapper{
   width: 100%;
   float: left;
   min-height: 256px;
}
.edit_icon_wrapper.personal_edit_icon{
    right: 10px;
    top: 6px;
}
.requset_status_btn{
    width: 10%;
    margin: 0 auto;
}
.bank_wrapper.exp_wrapper{
    width: 100%;
}
.eucat_box{
   margin-right: 0px !important;
   margin-bottom: 40px !important;
}

.resorces_not_found {
    width: 93.7%;
    margin-left: 17px;
    background-color: #ffffffd9;
    border-radius: 0.2em;
    margin-top: 25px;
}

.resorces_not_found_wrapper{
    width: 93.7%;
    margin-left: 17px;
    background-color: #ffffffd9;
    border-radius: 0.2em;
    margin-top:50px;
}


.leave_added_by_wrap{
    text-align: right;
    color: #a7abc3;
    font-size: 14px;
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.comment_text{
    vertical-align: top;
}
.text_comment{
    border: 1px solid #e1e1e1 !important;
}
#comment_box{
    display: none ;
}
.cehkbox_leave{
    width: 100%;
    display: inline-block;
    line-height: 2
}
.comman_table.comman_table_attendance tbody{
    display: block;
    /*overflow-x: hidden;*/
    height: 330px;
}
.comman_table.comman_table_attendance .header_tr{
    display: block;
}
table.comman_table_att td, table.comman_table_att th{
    padding: 15px 5px 15px 5px ;
    background: white;
}
table.comman_table_att th.fix_th_emp,table.comman_table_att td.fix_td .fix_td_inner{
   padding-left: 15px !important;
}
table.comman_table_att td.fix_td{
    padding: 0px !important;
    /*background-color: #fff;*/
}
.Sign_in_wrapper .display_inline_block{
    border: 1px solid  #D8D4D4;
    /*#A9A5A5;*/
    padding: 3px;
    border-radius: 2em;
    padding-right: 0px;
    background-color: #fff;
}


.attendance_table tbody tr :nth-child(4),.attendance_table tbody tr :nth-child(5){
    position: relative;
}
/* .attendance_table tbody tr :nth-child(4):hover>.producation_list,.attendance_table tbody tr :nth-child(5):hover>.producation_list {
    display: block;
} */
.attendance_table tbody tr td{
    position: relative;
}
/* .attendance_table tbody tr td:hover>.producation_list {
    display: block;
} */
/*.attendance_table tbody tr td,.attendance_table thead tr th{
    text-align: center;
}*/
.attendance_table.attendance_my_table thead tr th{
    color: #fff;
    font-size: 14px;
}
.producation_list li{
    padding-top: 3px;
}
.info_btn_wrap .profile_emp .info_wrapper .info_icons{
    padding-right: 0px !important;
}
.button_wrap_back{
    float: right;
    width: 100%;
    padding-left: 10px;
}
.bank_wrapper{
    width: 100%;
}
#list_resources{
    width: 100%;
}
.list_wrapper.resources_list_wrapper{
    /*padding-bottom: 135px;*/
    margin-bottom: 30% !important;
}
.image_block_profile{
    width: 50px;
    float: right;
    margin-top: -45px;
}
.image_block_profile img{
    border-radius: 1.5em;
}
#profile_view1 #list_resources .list_wrapper{
    margin-left: 8px;
}
.field_exp{
    width: 100%;
}
.resorces_not_found.leave_record{
    width: 100% !important;
    margin-left: 0px !important;
}
.all_attendance_serch_btn,.attend_info{
    margin-left: 15px;
}
.td_total{
    text-align: center !important;
    vertical-align: top;
    padding-top: 20px !important;
    min-width: 50px !important;
}

/*mi54*/

.s_table{
    width:100%;
    /* margin:10px; */
}
.work_profile_table .section{
    width: 20%;
    float: left;
    margin:0 4px;
}
.work_profile_table .shift_info{
     width: 34%;
    float: left;
    margin: 15px;
}
.work_profile_table .section select, .work_profile_table .section input[type="text"]{
    font-size: 12px !important;
    padding-left: 0px !important;
}
.work_profile_head .add_button{
    margin-left: 10px;
}
.work_profile_table table th .section:last-child, .work_profile_table table td .section:last-child{
    float: right;
    width: 4%;
    text-align: center;
}
.work_profile_table .section select{
height: 25px!important;
}
.work_profile_table .shift_block{
    height: 40px;
    border-bottom: 1px solid gray;
}
.work_profile_table table{
  width:100%;
  /* margin:10px auto;   */
}
#Work_profile_block form{
    width: 98%;
    margin: auto;
}
#Work_profile_block .content{
    padding: 10px 0px 10px 0px;
}

.work_profile_table sup{
    font-size:10px;
}
.work_profile_table table th{
  background-color:#fafafa;
  font-weight:600;
  color:#000;
}
.work_profile_table table tr th,.work_profile_table table tr td,.work_profile_table table tr{
  width : auto;
  border: 1px solid gray;
  padding:10px;
  font-size:14px;
}
.work_profile_table table tr th:first-child,.work_profile_table table tr td:first-child{
  width:10%;
  text-align:left;
  font-weight:600;
}

#work_profile_containor{
    background: white;
    padding: 10px;
    padding-top: 0px;
    border-radius: 10px;
}
.accordion-container{
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #d4d8db;
    background-color: #f5f5f5;
}
.set > a{
    background:#ebebeb;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}

.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.profile_ul li .anchore_action{
    padding-left: 3px !important;
}
.filter_all_btn_wrap{
    width: 13%;
}
.Add_exp_btn_wrap{
    margin-top: 15px;
}
.exp_content{
    padding-top: 15px;
}
.exp_submit_wrapper{
    display: none;
}
.currenttime_wrap,.header_profile_warpper{
    display: inline-block;
}
.currenttime_wrap{
  width: 100%;
  text-align: center;
  color: #000 !important;
  font-size: 14px;
}
/*.dropdownbtn.header-button{
    background: url(../images/user_icon.png) no-repeat left;
    background-position-x: 3px;
    background-position-y: 24px;
}*/
.exp_main_wrap{
   padding-top: 15px;
}
.profile_ul .action_icons .fa.fa-edit,.profile_ul .action_icons .fas.fa-trash-alt{
    font-size: 16px;
}
.dashboard_title{
    /* padding: 30px 0px 20px 0px; */
    margin-left: 0;
    margin-top: 10px;
}
.dashboard_content{
    border: 1px solid #dfdfdf;
    border-radius: 0.3em;
   background-color: #fff;
   width: 100%;
   float: left;
   -webkit-box-shadow: 0 6px 6px -6px #333;
   -moz-box-shadow: 0 6px 6px -6px #333;
   box-shadow: 0 6px 6px -6px #333;
   margin-bottom: 15px;
}
.dashboard_main_wrappers_left_right{
    padding-bottom: 30px;
    display: block;
    float: left;
    margin-left: 10px;
    width: 100%;
}
.dashboard_block{
    /*display: inline-block;*/
    float: left;
}
.dashboard_block_left{
    width: 99%;
}
.dashboard_block_right{
    width: 99%;
    /*float: right;*/
}
.corner_content{
    padding: 19px 0px 50px 30px;
}
.corner_image{
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 40px;
    border-radius: 4em;
    box-shadow: 0px 0px #c0c0c0;
    border: 0.1px solid #c0c0c0;
    text-align: center;

}
.corner_image img{
    border-radius: 4em;

}
.award_title{
    width: 80%;
    display: inline-block;
}
.award_logo{
    width: 18%;
    display: inline-block;
    float: right;
    margin-top: 9px;
    color: #fde430;
    font-size: 40px;
}
.trophy_profile{
    position: absolute;
    right: 11px;
    top: 15px;
    color:
    #fee932;
}
.corner_detail_name,.leave_dashboard_no,.leave_dashboard_title{
    font-size: 17px;
    font-weight: bold;
    color:#333;
    padding-bottom: 5px;
}
.leave_dashboard_no{
   font-size: 19px !important;
}
.leave_dashboard_title{
    color:#6c6c6c !important;
    font-weight: 600 !important;
    line-height: 2;
}
.corner_detail_text{
    line-height: 2;
    color:#6c6c6c;
    font-size: 14px;
}
.leave_dashboard{
    width: 100%;
    padding-bottom: 20px;
}
.leave_dashboard_wrapper{
    padding-top: 18px;
    padding-bottom: 20px;
    min-height: 148px;
}
.leave_dashbord_button_wrap{
    margin: 0 auto;
    width: 59%;
    float: left;
    margin-bottom: 14px;
}

.leave_dashboard_right_border{
/*    border-right: 1px solid #c0c0c0;*/
    height: 66px;
}
.pro_action_list{
    float: right;
    position: relative;
    /*background: url(../images/Emp-Grid-View_03.png) no-repeat;*/
    width: 26px;
    height: 19px;
    padding-right: 17px;
}
.project_block{
    padding: 8px;
    border-bottom: 1px solid #dfdfdf;
}
.project_name,.pro_action{
    font-weight: 600;
    color:
    #333;
}
.project_sub_title{
    color: #6c6c6c;
    font-size: 12px;
    line-height: 2;
}
.project_no{
    color: #333;
}
.last_project_block{
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0px !important;
}
.bold_title{
    color:#333;
}
.title_list_award{
    font-size: 16px;
    line-height: 2;
}
.award_block{
    padding: 10px 10px 23px 10px;
}
.upcoming_wrapp{
    padding: 11px 5px 15px 9px;
}
.upcoming_wrapp_view_all{
    text-align: right;
    color:
    #2196f3;
    font-weight: 600;
}
.upcoming_circle{
    width: 40px;
    height: 40px;
    background-color: #1565c0;
    float: left;
    border-radius: 1.2em;
    margin-right: 11px;
}
.upcoming_no{
    text-align: center;
    /*line-height: 2;*/
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    margin-top: 5px;
}
.upcoming_main_title{
    font-size: 16px;
}
.upcoming_sub_title{
    color: #cccc;
color:
#6c6c6c;
font-size: 14px;
line-height: 2;
}
.upcoming_block{
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.sprint_title{
    padding-top: 17px;
    padding-bottom: 17px;
}
.active_log_dashboard{
    clear: right;
}
.activity_main_title{
    font-size: 16px;
}
.activity_time_title{
    font-size: 12px;
    color: #6c6c6c;
    line-height: 1.6;
}
.activity_details_title{
    color: #6c6c6c;
    font-size: 14px;
    line-height: 2.4;
}
.activity_icon, .process_icon{
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 2em;
    margin-right: 15px;
/*    border: 1px solid #dfdfdf;*/
    line-height: 2;
    text-align: center;
    padding-left: 3px;
    color: #3399ff;
}
.border_line_activity{
    height: 38px;
    border-left: 3px dotted #dfdfdf;
    position: absolute;
    left: 17px;
    top: 40px;
}
.activity_dashboard_wrap{
    padding: 7px;
}
.actinity_list_dashboard{
    margin-bottom: 11px;
    float: left;
    width: 100%;
}
.activity_title_wrap{
    width: 88%;
    float: right;
}
.profile_award_list{
    line-height: 2;
}
.symbole_status{
    width: 62px;
    height: 18px;
    border-radius: 0.4em;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    float: right;
}
.online_sys{
    background-color:
    #7fe000;
}
.on_leave{
    background-color:
    #437600;
}
.on_absent{
    background-color: #ff0000;
}
.login_profile_img img{
    width: 100%;
    border-radius: 2em;
    border: 1px solid
    #e6e6e6;
}
.today_login_blk {
    width: 45%;
    display: inline-block;
    border: 1px solid #dfdfdf;
    font-size: 12px;
    margin: 10px 5px 5px 10px;
    padding: 6px;
}
.last_login_wrap,.last_login_sign{
    display: inline-block;
    width: 49%;
}
.login_profile_img{
    width: 37px;
    height: 37px;
    border: 1px solid #e6e6e6;
    border-radius: 2em;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5px;
}
.login_txt{
    display: inline-block;
    width: 75%;
    padding-left: 6px;
}
.login_profile_img i{
    font-size: 25px;
    line-height: 1.5;
    color: #e6e6e6;
}
.login_name_usr{
    font-size: 14px;

}
.login_id_usr,.login_place_usr{
    font-size: 11px;
    line-height: 1.2;
}
.bottom_login_blk{
    font-size: 11px;
}
.top_login_blk{
    padding-bottom: 9px;
}
.login_time_date{
    line-height: 2;
}
.switching_toggle_break{
    width: 135px;
}
.pro_action_list_action{
    padding-top: 0px;
    padding-right: 21px;
    margin-top: -3px;
}
.pro_action_list.menu-parent .menu.active-menu{
    width: 250px !important;
}

fieldset{ border:1px solid #3399FF;
          padding:8px;
          border-radius: 8px;
}
fieldset legend{
    padding:4px;
    color:#3399FF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.header_light_blue th, .header_light_blue span{ background-color:rgba(51,153,255,0.5)!important;}

/*i{ padding:0px 8px 0px 0px;}*/
.profile_ul li i{
   padding-right: 8px;
}
.dropdown-menu li i{
   padding-right: 8px;
}
.leave_action_menu{
    padding: 8px;
    list-style-type: none;
    line-height: 1.4;
}
.edit_profile_details a{
    padding: 10px;
}
.skill_btn{
    margin-left: 0px !important;
}
.remove_education_btn{
    width: 19px;
    height: 19px;
    display: block;
    float: right;
    border: 1px solid;
    border-radius: 2em;
    text-align: center;
}
.education_input_wrap{
    display: block;
    float: left;
}
.changepass_popup{
    width: 600px;
   
}
.popup_600{
    width: 600px;

}

.popup_850{
    width: 850px;

}

.popup_900{
    width: 900px;

}
.mi-modal{
    position: fixed;
}
.popup_Action{
    height: 15px;
    width: 100%;
}
.mi-modal.ui-widget-content .register_block,.changepass_popup,.mi-modal .add_request_form_wrapper 
,.mi-modal .request_view_wrapper,.mi-modal .main_registration_wrapper,.small_popup_wrapper,#task_issue_add_and_save_wrapper
,.popup_wrapper,.document_wrapper,.popup_600,.popup_850 {
    height: auto;
    max-height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
}
.resign_request_popup{
    height: calc(100vh - 190px);
}
.pop_width_90hw{
    width: ;
}

/* .salary-slip {
    height: auto;
    max-height: calc(50vh );
    overflow-x: hidden;
    overflow-y: auto;
} */
/* .big_popup_wrapper{
    height: auto;
    max-height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
} */
.changepass_popup.password_popup{
    width: 400px;
}
.ui-widget-overlay{
    z-index: 5 !important;
    /* background: transparent !important; */
    background: black !important;
    opacity: 0.5;


}

/* .ui-widget-overlay.ui-front:last-child{
display: block;
opacity: 0.5;

} */
.resources_top{
   margin-top: 20px !important;
}
.menu.leave_action_menu{
    right: 29px;
    top: 56px;
}
.emp_info .info_wrapper .shoe_inf{
    width: 420px;
    line-height: 1.4;
    z-index: 9;
}
.profile_emp .info_wrapper{
    padding-top: 4px;
    padding-bottom: 4px;
}
.width70 {
    width: 70%;
}
.width65 {
    width: 65%;
}
.width60 {
    width: 60%;
}
.width300 {
    width: 300px;
}
.w90p_center{
    width: 90%;
    margin: 0px auto;
}
.w95p_center{
    width: 95%;
    margin: 0px auto;
}
.w98p_center{
    width: 98%;
    margin: 0px auto;
}
.miloader {

  border: 3px solid rgba(51,153,255,0.7);
  border-radius: 60px;
  width:70px;
  height:70px;
  background:rgba(255,255,255,1);
  padding:10px;
  text-align:center;
  -moz-box-shadow:    inset 0 0 5px rgba(51,153,255,0.4),2px 3px 8px #a4b3bc;;
   -webkit-box-shadow: inset 0 0 5px rgba(51,153,255,0.4),2px 3px 8px #a4b3bc;;
   box-shadow:         inset 0 0 5px rgba(51,153,255,0.4),2px 3px 8px #a4b3bc;;
}
#loader .loader_img{
    width:50px;
}

.checklistbox td{ padding:5px 5px 12px 5px;}
.checklistbox label{font-size:14px;}
.checklistbox .offtext{font-size:13px;color:#CCC;font-style:italic;}
.checklistbox .disabled{color:#CCC;}


.profile_emp .pos_relative i{
    color:#3399FF;
}
.info_btn_wrap{
    float:right;
    display: inline-block;
}
.total_dates_calculation{
    font-size: 12px;
    line-height: 2;
    color: #39f;
}
.skill_type,.skill_title_wrap{
    display: inline-block;
}
.skill_type{
    width: 30%;
    font-weight: bold;
}
.skill_title_wrap{
    width: 100%;
    padding-top: 12px;
}
.skill_list{
    padding-top: 20px;
}
.skill_title{
    line-height: 2;
    width: 75px;
    width: 150px;
    display: inline-block;
}
.filed_input_other_skills,.field_row_skills{
    width: 100%;

}
.field_row_skills{
    padding-top: 20px;
}
.filed_input_other_skills textarea{
    resize: none;
}
input[type="checkbox"][readonly] {
    pointer-events: none;
}
.skill_list_view{
   margin-bottom: 8px;
}
.user_view_skills .skill_type{
   width: 100%;
}
.comment_view_block{
  min-height: 100px;
}
.attendance_list_filter{
    width: 100%;
    padding-right: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.profile_icon{
    font-size: 24px;
}
.header_link i{
    padding-right: 4px !important;
}
.leave_action_menu li i{
    padding-right: 8px;
}
.attendance_table tr:nth-child(1){
    background-color: #3399FF !important;
    color:white;
}
.login_time_date sup{
    font-size: 11px !important;
}
.salary_filters .filter{
    margin-left: 10px;
    width: 16%;
    display: inline-block;
}
.salary_filters .filter.first{
    margin-left: 0px!important;
}
/* .salary_filters input[type="text"], .salary_filters input[type="button"],.salary_filters select{
    height: 40px!important;
    float: left;
} */
.icon_profile{
    line-height: 1.8 !important;
}
.award_listing{
    width: 100%;
    float: left;
    margin: 0px 7px;
    display: flex;
    flex-wrap: wrap;
}
.award_listing_block{
    width: 32%;
    display: inline-block;
    border-radius: 0.3em;
    padding: 7px 10px;
    margin: 5px;
    -webkit-box-shadow: 0 6px 6px -6px #333;
    -moz-box-shadow: 0 6px 6px -6px #333;
    box-shadow: 0 6px 6px -6px #333;
    border: 1px solid #e5e5e5;
}
.award_list{
    /* width:60%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.award_icon,.award_list_title{
display:inline-block;
}
.award_icon{
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 1em;
    border: 2px solid #fee530;
    color:#fee530;
    text-align: center;
    line-height: 1.5;
    margin-right: 10px;
}
.award_list_title{
    vertical-align: text-top;
    font-size: 17px !important;
    width: calc(100% - 40px);
}
.award_benefits{
    list-style-type: lower-roman;
    list-style-position: inside;
}
.listing_containt_award{
    font-size: 14px;
    padding-top: 10px;
}
.award_description{
    line-height: 1.6;
}
.listing_containt_award .bold_title{
    font-size: 14px !important;
}
.desrption_text{
    border-color: #e1e1e1 !important;
}
.button_add_award{
    width: 12%;
    margin: 0 auto;
}
.desc_title{
    margin-right: 5px;
}

table.salary_table tr th{
    font-weight:600;
}
table.salary_table tr th, table.salary_table tr td{
    text-align: left;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.add_emp_list_year{
    width: 45%;
}
.award_img{
    width: 28px;
    height: 28px;
    border: 1px solid
    #979696;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.award_img i{
    width: 28px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    color:
    #979696;

}
.emp_name_award{
    width: 56%;
    display: inline-block;
}
.emp_select_list{
    margin-top: 12px;
}
.emp_list_wrapper{
    max-height: 251px;
    overflow: scroll;
    overflow-x: scroll;
    width: 100%;
    overflow-x: hidden;
    margin-top: 18px;
}
.edit_icon_wrapper.plus_sign{
    font-weight: bold;
    color:#999;
    font-size: 24px;
    width: 25px;
    text-align: center;
    left: -54px;
    top: 3px;
}
.plus_sign a span::after{
    content: '+';
    font-weight: bold;
    color:#999;
    font-size: 24px;
}
.benefit_added_field{
    margin-left: 36%;
}
#activity .activity_icon{
    border-radius:0px;
    border:0px;
}
.attendance_symbol .fa-dollar-sign{
    font-size: 13px !important;
}
.weekend_symb{
    font-weight: bold;
}

.activity_icon .line_exp , .process_icon .line_exp{
    background-color: #fff;
    border-left: 3px dotted #dddddd;
}
.symbole_list_symb,.symbole_desc{
    /* display: inline-block; */
}
.symbole_list{
   
    padding-top: 15px;
    line-height: 1.4;
    display: flex;
    gap: 5px;

}
.symbole_desc{
    /* width: 30px; */
}
.month_year{
    padding-bottom: 15px;
}
.symboles_list{
    width: 50%;
    display: inline-block;
    /* text-align: center; */
}

.salary-header{
    text-align:center;
}
span.salary-slip-header{
    font-weight: 600;
    /* text-decoration: underline; */
    font-size: 22px;
    width: 100%;
}
.company-block span, .salary-slip span{
    font-weight: 600;
}
.salary-slip span{
    padding-top: 10px;
    padding-bottom: 10px;
}

.company-block{
    line-height: 22px;
    min-height: 90px;
    position: relative;
}
.salary-slip-container{
    border: 1px solid #000;
    max-height: 65vh;
    overflow: auto;

}

.salary-slip-container.salary-slip-container-mult{
    border: 1px solid #000;
    max-height: fit-content;
    overflow: auto;

}

.salary-slip-container .salary-slip{
    /* border: 1px solid #000; */
    display: flex;
    flex-direction: column;
    /* min-height: 100vh; */
    width: 100%;
    padding:15px;
}

.salary-slip-container .salary-slip table{
    width:100%;
    margin-top:10px;
    margin-bottom: 10px;
}
.salary-slip-container .salary-slip table tr td{
    border: 1px solid #000;
    padding:10px;
}
.salary-slip-container .salary-slip table tr td:first-child{
    /* border-right:none!important; */
    font-weight: 600;
    /* width:50%; */
}
.salary-slip-container .salary-slip table tr td:last-child{
    /* border-left:none!important; */
}
.salary-slip .personal-block, .salary-slip .bank-block, .salary-slip .earning-block, .salary-slip .deduction-block{
    width: 50%;
}
.salary-slip .deduction-block table tr  td:first-child {
    border-left: none;

}


.salary-slip-container .salary-slip table tr td:first-child{
    /* border-right:none!important; */
    font-weight: 600;
    /* width:50%; */
}

.salary-slip-container .salary-slip table tr td:nth-child(1){
    font-weight: 600;
    width:40%;
}
.salary-slip-container .salary-slip table tr td:nth-child(2){
    width:60%;
}

.salary-slip .info-block table tr  td:nth-child(1),.salary-slip .info-block table tr  td:nth-child(3){
    font-weight: 600;
    width:20%;
}
.salary-slip .info-block table tr  td:nth-child(2),.salary-slip .info-block table tr  td:nth-child(4){
    width:30%;
    text-align: right;
}


.notify_header_wrapper{
    margin-left: 8px;
}
/*    mi52    */
.profile_header_dropdown{
    border: 1px solid #A9A5A5;
    border-radius: 2em;
    display: inline-block;
    padding: 3px;
    margin: 0px 8px;

}
.profile_pic_header{
    width: 26px;
    height: 26px;
    border-radius: 2em;
    border: 1px solid #A9A5A5;
    line-height: 1;
    text-align: center;
    font-size: 26px;
}
.profile_pic_header img{
    width: 100%;
    height: 100%;
    border-radius: 2em;
}
.haeder_user_name{
    padding-left: 4px;
    padding-right: 10px;
}
.notifcation_header_wrapper, .pending_wrk_wrapper{
    height: 36px;
    width: 36px;
    background-color: #b6b5b5;
    border-radius: 2em;
    position: relative;
}

.password_icon {height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;margin: 0 !important;color: #fff;}
.import_email_icon {display: inline-flex;align-items: center;justify-content: center;width: 100%;height: 100%;padding: 0 !important;margin: 0 !important;color: #fff;}


.switching_toggle.sign_in_toggle{
   margin-right: 10px;
}
.switcher_checkbox.active_nav:before{
   content: 'dsf';
}
.time_hr,.time_brk_hr {
    float: right;
    position: absolute;
    right: 2px;
    width: 30px;
    text-align: center;
    word-break: break-word;
}
.time_brk_hr.break_time_hour{
    right: 95px;
    line-height: 1;
    font-size: 8px;
    top: -10px;
}
.time_hr.deactive_sigin{
    right: 96px;
}
.time_brk_hr{
    font-size: 7px;
    line-height: 1;
   margin-top: 8px;
}
.time_hr{
    line-height: 1;
    font-size: 10px;
}
.upcoming_right_block{
    width: 87%;
}
.added_fields{
   margin-top: 15px;
}
.award_add_btn{
  padding-right: 12px;
}
.winner_link{
    width: 100px;
    line-height: 2;
}
.award_top_content{
    padding-left: 12px;
}

.award_member_title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.award_member_filter_outer {
	display: flex;
    margin: 0px 0px 12px 12px;
}
.award_member_filter_outer .award_member_filter {
	width: 30%;
	margin-right: 10px;
}
.award_member_title_outer {
	margin: 0px 0px 12px 12px;
}

.winner_listing_block{
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.winner_blocks .fa-crown{
   color: #ffd200;
   font-size: 40px;
}
.winner_blocks{
    /*width: 24.5%;*/
    display: inline-block;
    text-align: center;
    width: 207px;
    margin-right: 67px;
    margin-top: 15px;
}
.winner_circle_block{
    width: 160px;
    border: 3px solid
    #39f;
    height: 160px;
    border-radius: 7em;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.winner_deatil_text{
    position: absolute;
    width: 100%;
    bottom: 0px;
    color:#fff;
    background-color:#39f;
    padding-bottom: 6px;
    padding-top: 4px;
    text-align: center;
    padding-left: 7px;
    padding-right: 8px;
    opacity:0.8;
}
.name_id_winner{
    font-size: 8px;
    font-weight: 600;
    line-height: 1.4;
}
.winner_award_name{
    padding-top: 5px;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 33px;
}
.winner_title{
    display: block;
    width: 100%;
    color:#000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.winner_block{
    margin-left: 12px;
    margin-right: -15px;
    padding-bottom: 40px;
}
.winner_top_content{
    padding-right: 25px;
}
.winner_photo img{
    width: 100%;
}
.award_list_wrapper{
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.winner_photo{
    font-size: 113px;
    color:#b6b5b5;
}
.online_symbole{
    width: 18px;
    height: 18px;
    border-radius: 2em;
    padding-top: 4px;
    float: left;
}
.gray_offline{
     background-color:
    #a7a7a7;
}
.green_online{
    background-color: #0bc502;
}
.white_center_circle{
    width: 10px;
    height: 10px;
    background-color:
    #fff;
    margin: 0 auto;
    border-radius: 2em;

}
.break_time,.signin_time{
    font-size: 1px;
    color: #2196F3;
}
.shift_name sup{
    font-size: 9px !important;
}
.wrap_switch{
    display: inline-block;
    pointer-events: none;
}
.filter_wrapper.resource_filteres .filter_input_wrap{
    width: 19%;
}
.chk_box{
    margin-right: 10px;
}
.emp_list_title{
    /* color: #fff !important; */
}
.work_profile_name{
    position: absolute;
    padding: 4px;
    width: 122px;
    top: 45px;
    display: none;
    box-shadow: 0.5px 1px 2px 1px #3399FF85;
    font-size: 10px;
    background-color: #fff;
}
.work_profile_name.total_reason_wrap{
    right: 4px;
    top: 21px;
    background-color: #fff;
    z-index: 999;
}
.work_profile_name.total_reason_wrap::before{
    right: 0px;
    top: -8px;
}
/* .shift_name:hover > .work_profile_name{
    width: 139px;
    display: block;
    text-align: left;
    width: 119px;
    line-height: 1.2;
} */
.work_profile_name::before{
    border-color: white
    transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 68px;
    top: -8px;
    width: 0px;
}
.shift_line_height.shift_name .work_profile_name{
    top: 30px !important;
}
.add_work_wrap{
    padding-top: 50px;

}
.input_addtional_date{
    padding-right: 20px;
    width: 89%;
    display: inline-block;
}
.minus_sign{
   top: -5px;
    color:
    #999 !important;
    font-size: 34px;
    width: 10px;
    display: inline-block;
    float: right;
    position: absolute;
    right: -21px;
}
.green_attendance{
    color: #0bc502;
}
#total_working_num{
    padding-left: 15px;
}
.attendance_symbol sup{
    font-size: 10px !important;
}
.total_dates_res_wrp{
    text-align: center;
}
.attendance_pagination{
    margin-top: 15px;
}
.education_box_wrappers{
    clear: right;
}
.main_left_block_wrapper,.main_right_block_wrapper{
    width: 48%;
}
.login_as_dropdown{
    font-size: 26px;
    display: block;
    width: 81%;
    margin: 0 auto;
}
.login_as_dropdown_ul li{
    font-size: 16px;
}
.login_as_dropdown_ul_action{
   top: 51px !important;
}
.login_as_dropdown_ul{
    width: 263px;
    top: 55px;
}
.login_as_dropdown_wrap{
    height: 50px;
    width: 50px;
    border-radius: 2em;
    background-color: #3399ff !important;
    margin-right: 5px;
}
.login_users{
    color: #fff;
}
.login_button{
    padding: 0px !important;
}
.award_not_found{
   width: 97.2%;
}
.winner_not_found{
    width: 95%;
}
.departed_wrapper{
    padding-bottom: 21%;
    margin-bottom: 0px !important;
}
.activity_view_all{
    margin-top: 5px;
    margin-right: 5px;
}
.activity_wrap{
    margin-left: 10px;
    padding-bottom: 25px;
}
.img_wrapper_dashboard img{
    width: 100%;
    border-radius: 0.2em;

}

.img_wrapper_dashboard{
    -webkit-box-shadow: 0 6px 6px -6px #333;
	   -moz-box-shadow: 0 6px 6px -6px #333;
	        box-shadow: 0 6px 6px -6px #333;
}

.symbole_wrapper .attendance_symbol:nth-child(1){
    margin-top: 2px !important;
}
.traning_status{
    line-height: 1 !important;
}
.display_none{
    display: none !important;
}
.activity_block_content,.today_login_wrapper{
    /*height: 125px;*/
    max-height: 500px;
    overflow-y: scroll;
}
.visibility_hidden{
    visibility: hidden
}
#bell_wrapper1,#user_icon_header{
    padding: 0px !important;
}
.document_details{
    width: 50%;
    float: left;
}
.document_details_right{
    line-height: 2;
}
.document_title{
    margin-bottom: 25px;
}
.document_title_right{
    color:#5F5F5F;
    font-weight: 600;
}
.width_title{
    width: 95px;
}
.document_wrapper{
    width: 900px;
}
.img_document{
    width: 100px;
    height: 100px;
}
.document_list{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.document_list_wrap table{
    width: 100%;
    margin-top: 10px;
    border: 1px solid;
    text-align: left;
}
.document_list_wrap table td,.document_list_wrap table th{
    border: 1px solid;
    padding: 10px;
}
.doc_action .actions.dropdown{
    margin: 0 auto;
    width: 50%;
}
#doc_content{
    width: 100%;
    float: left;
}
.document_content_wrapper{
    margin-top: 10px;
    margin-bottom: 10px;
}
.document_content_wrapper fieldset legend{
    color: #000;
}
.document_content_wrapper fieldset{
    border: 1px solid #000;
}
.add_leave_form_input_wrapper.add_doc_field_warp{
    width: 50%;
}
.doc_btn_wrap{
    margin: 0 auto;
    /* width: 90px; */
    margin-bottom: 10px;
    text-align: center;
}
.upload_title{
    float: left;
    line-height: 3;
}
#total_working_num{
    float: right;
    margin-right: 20px;
    line-height: 20px;
    text-align: end;
}
.exp_main_wrap fieldset{
    padding-bottom: 19px !important;
}
#education_wrapper fieldset{
    padding-bottom: 23px;
    margin-top: 10px;
}
.doc_downbtn{
    padding: 0px !important;
    border: 0px !important;
}
.doc_menu{
    width: 200px !important;
    right: 18px !important;
    top: 17px !important;
}
.task_wrapper{
    background-color: #fff;
    padding: 12px 10px;
    width: 100%;
    float: left;
    margin-top: 25px;
    border-radius: 0.3em;

}
.task_left_side{
    width: 24%;
    display: inline-block;
    float: left;
}
.task_right_side{
    display: flex;
    min-height: 250px;
    overflow-y: scroll;
    overflow-x: scroll;
}
.task_block_wrapper{
    border: 1px solid #a7a7a7;
    border-radius: 0.3em;
    padding: 5px;
}
.task_block_right_wrapper{
    display: inline-block;
    margin-left: 3px;
    margin-right: 4px;
    min-height: 350px;
    margin-bottom: 10px;
    min-width: 250px;
}
.kanban_report_listing .task_block_right_wrapper{
    min-height: 470px !important;
}
.task_center_border{
    border-left: 1px dashed #959595;
    height: 250px;
    border-width: 2px;
    margin-left: 8px;
    margin-right: 8px;
    float: left;
}
.team_task_icon{
    color: #8f8f8f;
    font-size: 14px;
}
.info_task_block{
    padding: 0px 4px;
    width: 87.3%;
    float: left;
}
.task_title{
    color: #1565c0;
    font-weight: bold;
}
.task_info_top{
    margin-bottom: 10px;
}
.task_info_top .title_shift{
    line-height: 2;
}
.task_content_list .font600{
    font-size: 13px;
}
.task_content_list{
    line-height: 1.3;
    float: left;
    width: 100%;
}
.meeting_block_width,#list_task{
    width: 100%;
}
.meeting_table_icon{
    width: 38px;
    display: inline-block;
    float: left;
}
.meeting_table{
    width: 45%;
    float: left;
}
.meeting_sub_title{
    color: #39f;
    font-size: 17px;
    margin-bottom: 7px;
}
.meeting_td td{
    padding: 6px !important;
}
.meeting_member{
    width: 30px !important;
    height: 30px !important;
}
.meeting_member img{
    width: 100% !important;
    height: 100%;
}
.meet_agenda_wrapper{
    float: left;
    width: 49%;
    margin-top: 35px;
}
.action_meeting_wrap{
    width: 10px;
    float: left;
}
.agenda_title{
    width: 170%;
    float: left;
}
.agenda_content_list{
    width: 61%;
    float: right;
    line-height: 1.5;
}
.online_symbole_task{
    width: 10px !important;
    height : 10px !important;
}
.shift_time_text{
    text-transform: uppercase;
}
.team_not_found{
    width: 99% !important;
}
.meeting_block_wrap{
    margin-left: 15px;
}
.shift_time_text{
    line-height: 1;
}
.meeting_btns{
    margin-top: 10px;
}
.button_box_comment_meeting.button_box{
    width: 13%;
}
.icon-circle.bg_blue.pos_relative{
    padding-top: 4px;
}
.info_doc_sect{
    margin-top: 4px;
}
.hidetime_hr,.hidebreak_time{
    display: none;
}
.comment_meet_table{
    margin-left: 50px;

}
.comment_table_meeting{
    width: 100%;
    float: left;
    border-top: 1px solid #8C8C8C;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 12px;
}





.mioffline {
    background: #000;
    padding: 20px 30px;
    border-radius: 6px;
    color: #fff;
}


.mioffline  a {
    color:#3399ff;
}

.slash {
	display: block;
	position: absolute;
	width: 21px;
	border: 1px solid;
	transform: rotate(60deg);
	margin-top: -11px;
}
.task_pagination_link{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.desription_notice_wrap{
    padding-left: 0px;
}
.radio_bnt_notice{
    display: inline-block;
    width: 70%;
}
#notice{
    width: 100%;
    position: relative;
    z-index: 99;
}
.notice_message{
    width: 100%;
    padding: 10px;
    text-align: center;
    float: left;
    -webkit-box-shadow: 0 6px 6px -6px #333;
    -moz-box-shadow: 0 6px 6px -6px #333;
    box-shadow: 0 6px 6px -6px #333;
    border: 1px solid #e5e5e5;
}
.notice_description{
    color: #fff;
    font-weight: 500;
    width:98%;
    display: inline-block;
    float: left;
    /* line-height: 1.4; */
    font-weight: 500;
    text-align: left;
}
.remove_notice{
    width: 2%;
    display: inline-block;
}
.remove_notice a{
    color: #fff !important;
}
.remove_notice .close-btn:hover{
    background: none !important;
}
.notice_add_btn{
    margin-bottom: 18px;
}
.notice_list_filter{
    padding-right: 6px !important;
}
.notice_main_wrapper{
    width: 100%;
    float:left;
    padding-bottom: 10px;
}
.notice_block{
    width: 23.9%;
    background-color: #fff;
    display: inline-block;
    border-radius: 0.2em;
    margin-left: 6px;
    margin-right: 5px;
    margin-bottom: 20px;
    padding: 8px;

}
.notice_main_list{
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
.notice_block_date{
    font-size: 14px;
}
.notice_block_desc{
    font-size: 14px;
    line-height: 1.3;
}
.notice_contain_title{
    padding-top: 8px;
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: 700;
}
.remove_notice .close-btn{
    border: 0px !important;
}
.sprint_title_view{
    width: 96%;
    display: inline-block;
}
.sprint_meeting_action{
 float: right !important;
}
#notice_list{
    width: 99%;
    float: left;
}
.notice_list_wrapper{
    width: 99%;
}
.notice_list_wrapper .resorces_not_found{
    width: 100% !important;
}
.note_list{
    margin-top: 25px;
    font-size: 15px;
}
.note_list.myatt_notice{
    font-size: 15px;
    line-height: 1.4;
    margin-left: 18px
}
.note_list ol{
    margin-left: 15px;
    line-height: 25px;
    font-size: 15px;
}

.note_list ol p{
    line-height: 13px;
    padding-bottom: 5px;
    font-size: 14px;}
.note_att_title {
    font-size: 16px;
    margin-bottom: 10px;
}
.attendance_calendar{
    position: absolute;
    right: 0px;
    font-size: 18px;
    top: 0px;
    color: #686868;
}
.attendance_popup_wrapper{
    height: 500px;
    overflow-y: scroll;
    width: 100%;
}
.signout.symbole_status{
    background-color: #026440;
}
.on_break.symbole_status,.online_symbole.orange_break{
    background-color: #FF8C00;
}
.popup_attenadnce_filter{
    padding-right: 48px;
}
.timer_popup{
    line-height: 2;
}
.timer_text{
    text-align: center;
}
#timer_att{
    color: red;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 85px;
    height: 80px;
    border: 1px solid;
    border-radius: 4em;
    line-height: 2.5;
    margin-top: 2px;
    margin-bottom: 6px;
}
.timer_button{
    width: 15%;
    margin: 0 auto;
}
.emp_name_log{
    line-height: 2;
}
.emp_name_log .att_emp_icon{
    margin-right: 5px;
}
.work_log_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.log_blog{
    width: 43.5%;
    border: 1px solid #a7a7a7;
    padding: 10px;
    border-radius: 0.3em;
    margin: 11px;
}
.log_blog_title {
    width: 25%;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
}
.log_blog_content{
    width: 73%;
    display: inline-block;
    font-size: 14px;
}
.work_main_wrapper{
    width: 97%;
    float: left;
    margin-left: 10px;
    padding: 5px;
    border-radius: 0.3em;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 6px 6px -6px #333;
	   -moz-box-shadow: 0 6px 6px -6px #333;
	        box-shadow: 0 6px 6px -6px #333;
}
.work_main_wrapper h3{
    margin-left: 14px !important;
    color: #3399FF !important;
    padding-top: 10px;
}
.work_log_not_found{
    width: 96.5% !important;
    float: left !important;
}
.right_status_dot{
    margin-right: 8px;
}
.time_hr{
    -webkit-margin-before: 9px;
}
.time_brk_hr.break_time_hour{
    -webkit-margin-before: 16px;
}
.online_status_wrap{
    float: left !important;
}
.online_symbole_login_tooltip{
    right: -95px !important;
    top: 25px !important;
    background-color: #Fff;
}
.comment_work_log_wrapper{
    width: 100%;
    border: 1px solid #a7a7a7;
    margin-top: 5px;
    padding: 5px;
    min-height: 50px;
}
.work_log_times{
    line-height: 1.5;
    margin-left: 5px;
}
.attendance_halfday{
    top: 19px;
    background: #fff;
    color: #000;
}
.work_log_comment{
    width: 100%;
    float: left;
}
.inner_task_block{
    margin-left: 4px;
    width: 97%;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 0.2em;
    border: 1px solid #a7a7a7;
    -webkit-box-shadow: 0 6px 6px -6px #333;
	   -moz-box-shadow: 0 6px 6px -6px #333;
	        box-shadow: 0 6px 6px -6px #333;
}
.todo_task_block{
    border: 1px solid #db1919;
}
.inprogress_task_block{
    border: 1px solid #008aff;
}
.completed_task_block{
    border: 1px solid #33cc00;
}
.outter_task_block{
    padding: 0px;
}
.meeting_inner_block{
    width: 97%;
}
.meeting_main_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-bottom: 30px;
}
.meeting_blocks{
    position: relative;
    margin-left: 5px;
    width: 32.3%;
    border-radius: 0.2em;
    margin-right: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 6px -6px #333;
	   -moz-box-shadow: 0 6px 6px -6px #333;
	        box-shadow: 0 6px 6px -6px #333;
}
.meeting_inner_content_block{
    margin-top: 10px;
}
.icon_meeting .color_white{
    font-size: 11px;
}
.task_info_top{
    width: 96%;
    float: left;
}
.meeting_circle{
    width: 38px;
    height: 38px;
}
.meeting_circle .color_white{
    font-size: 11px;
    line-height: 11px;
}
.meeting_held_wrapper{
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 8px;
}
.inner_block_meeting{
    overflow-y: scroll;
    height: 1050px;
    max-height: 1050px;
    min-height: 438px; 
}
#container #project_list .search_fileds.meeting_filters{
 width: 14% !important;
}
.meeting_btns.sprint_meeting_btn{
/*    float: left;*/

    display: inline-block;
}
.meeting_list_pagination{
    margin-top: 10px;
    margin-bottom: 10px;
}
.meeting_block_wrapper{
    /* margin-left: 10px; */
} 
.question_input_type{
    margin-bottom: 8px;
}
textarea.question_input_type{
    resize: none;
    border-radius: 0.2em;
    border: 1px solid #e1e1e1 !important;
}
.project_report_block{
    border-radius: 0.3em;
    /*margin-left: 15px;*/
    padding: 10px;
    width: 99%;
    float: left;
    -webkit-box-shadow: 0 6px 6px -6px #333;
	   -moz-box-shadow: 0 6px 6px -6px #333;
	        box-shadow: 0 6px 6px -6px #333;
}
#summary_block{
    margin-left:15px;
}

.listing_project_reports{
    margin-top: 15px;
}
.team_title_project_report{
    float: left;
    width: 17%;
}
.member_report{
    border: 1px solid #e6e6e6;
    border-radius: 5em;
    width: 50px;
    height: 50px;

    margin-right: 8px;
    margin-top: 6px;
}
.proj_rep_icon{
    font-size: 38px;
    color: #e6e6e6;
    margin-left: 7px;
    margin-top: 3px;
}
.project_rep_info{
    height: auto !important;
    bottom: 31px !important;
    top: auto !important;
}
.member_reporting {
    width: 50px !important;
    height: 100% !important;
    margin-left: 0px !important;
}
.ticket_report_block{
    margin-left: 0px !important;
}
.log_blog_title.report_blog_title{
    width: 38% !important;
}
.report_blog_content{
    width: 60% !important;
}
.kanban_report_list{
    height: 500px;
    overflow-y: scroll;
    overflow-x: scroll;
}
.kanban_report_listing{
    display: flex;
}
.report_task_info{
    width: 100% !important;
}
.dropdown_project_rep{
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-left: -10px;
}
.board_listing{
    width: 102%;
    float: left;
    background: #fff;
    overflow: scroll;
    border-radius: 0.5em;
    overflow: scroll;
    height: 500px;
    -webkit-box-shadow: 0 6px 6px -6px #333;
	   -moz-box-shadow: 0 6px 6px -6px #333;
	        box-shadow: 0 6px 6px -6px #333;
}

table.comman_table.report_table{
    width: 1900px !important;
    z-index:1;
}
.board_listing_wrapper{
    margin-left: 15px;
}
.team_session_list.member_report{
    margin-bottom: 5px;
    width: 30px;
    height: 31px;
}
table.comman_table.sprint_report_table{
    width: 1830px !important;
}
.member_list_reporting .proj_rep_icon{
    font-size: 20px;
    margin-left: 5px;
}
.member_list_info{
    height: 89px !important;
    font-size: 13px;
    top: -94px !important;
    left: 30px !important;
    width: 165px;
}

table.comman_table.report_table td,
table.sprint_report_table td{
    vertical-align: top;
}
.member_list_reporting.member_reporting {
    width: 30px !important;
}

.attendance_table.report_table th,.sprint_report_table.attendance_table th{
    position: sticky;
    background-color: #3399FF;
    top: 0px;
    z-index: 99;
}
.main_left_sumry,.main_right_sumry{
    Width: 50%;
}
.task_content_list.meet_content_list .font600{
    font-size: 14px !important;
}
.meeting_deatils_title{
    font-size: 20px !important;
}
.meet_content_list{
    margin-bottom: 4px;
}
.meet_rep_icon{
    font-size: 17px;
    margin-left: 6px;
    margin-top: 4px;
}
.filter_input_wrap.limit_input_field{
    width:10%;
}
.date_td_block{
    width: 140px;
}
.comment_block_list{
    width: 420px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.listing_blocks_reports{
    width: 18.7%;
    display: inline-block;
    background: #fff;
    margin-left: 6px;
    margin-right: 3px;
    padding: 8px;
    border-radius: 0.2em;
    -webkit-box-shadow: 0 6px 6px -6px #333;
	   -moz-box-shadow: 0 6px 6px -6px #333;
	        box-shadow: 0 6px 6px -6px #333;
}

.listing_blocks_reports_wrap{
    margin-top: 17px;
    width: 100%;
    float: left;
    margin-left: 10px;
    padding: 7px;
}
.project_report_title{
    font-weight: bold;
}
.listing_blocks_reports .project_report_title{
    margin-bottom: 10px;
}
.project_report_suptitle,.project_report_counts{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 7px;
}
.project_report_suptitle{
    width: 49%;
}
.project_report_counts{
    width: 50%;
    text-align: center;
}
.first_listing_blocks_reports{
    margin-left: 0px !important;
}
.last_listing_blocks_reports{
    margin-right: 0px !important;
}
.project_resp_info{
    bottom: 53px !important;
}

.sprint_list_ul{
    padding-left: 17px !important;
}
.add_leave_filed_warp.customer_field{
    width: 61% !important;
    line-height: 1.3;
}
.invoice_wrapper_block{
    margin-top: 15px;
}
.info_div.sprint_div_info{
    width: 670px !important;
}
#customer_list{
    width: 100%;
    float: left;
    padding-bottom: 75px;
}
.client_billing_field{
    height: 100%;
}
.notice_listing{
    width: 22.7%;
}
.notice_msg{
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 0.5em;
}
.notice_msgs{
    margin-left: 50px;
}
.user_info_client{
    margin-bottom: 11px;
}
.message_box_customer{
    margin-top: -14px;
}
.btn_wrapper_client{
    margin: 0 auto;
    width: 80px;
    margin-top: 18px;
}
.user_client_country{
    font-size: 12px;
    width: 75%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 13px;

}
.photo_logo_block{
    height: 50px;
}
.notice_listing{
    min-height: 100px;
    background-color: #fff;
    padding: 5px 5px 15px 5px;
    border-radius: 5px;
}
.sprint_meeting_btn.sprint_white_btn .btn-primary{
    background: #fff !important;
    color: #686d76 !important;
    border: 1px solid;
}
.sprint_meeting_btn.sprint_white_btn .btn-primary:hover{
    background: #3399FF !important;
    color: #fff !important;
}
.task_wrapper.task_wrapper_height{
    height: 500px;
    overflow: scroll;
}
#list_project_report{
    margin-top: 15px;
}
.sprint_meeting_btn_wrapper{
    width: 100%;
    float: left;
    clear: both;
}
.client_add_btn{
    margin-top: 10px;
}
.work_log_message_body{
    line-height: 1.5;
}
.work_log_label{
    width: 25%;
    float: left;
}
.work_log_input{
    width: 75%;
    float: left;
    line-height: 2;
}
input[type="email"].email_input_fields{
    width: 100%;
    height: 33px;
    border: 1px solid #e1e1e1;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 0.3rem;
}
.work_log_btn_edit{
    width:50px !important;
}
.work_log_btns{
    color:#fff;
}
.reson_wrapper{
    line-height: 1.8;
    margin-top: 8px;
}
.other_reason{
    line-height: 2;
}
.resign_status{
    margin-top: 8px;
}
.request_resign_wrap .actions .dropdownbtn{
    transform: rotateZ(90deg);
    margin-top: 1px;
}
.request_listing_status{
    /* float:right;
    clear:right; */
    margin-top: 10px;
}
/* .leave_cnt_block.request_cnt_block{
    width:15.75% !important;
    padding: 30px 25px 30px 25px !important;
} */
.left_request_block.left_leave_block{
    width:93% !important;
    vertical-align: top;
}
.user_client_list_pro{
    display: inline-block;
}
.user_client_list_pro_line{
    width: 1%;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
.user_client_list_pro.user_client_list_proj{
    margin-left: 48px;
}
.action_invoice_wrapper .actions.dropdown{
    float: none;
    margin-left: 20px;
}
.invoice_add_btn{
    margin-right:4px;
}
.form_left_invoice{
    width: 43%;
    display: inline-block;
    margin-top: 20px;
}
.form_right_invoice{
    width: 43%;
    float: right;
    margin-top: 20px;
    margin-bottom:15px;
}
.invoice_address_block{
    float: right;
    margin-right: 13px;
    margin-top: 10px;
}
.invoice_field{
    margin-bottom: 12px;
}
.invoice_total_tab{
    border:1px solid #999;
}
.invoice_table{
    margin-top:25px;
    border:1px solid #999;
    width:100%;
}
.invoice_table tr th{
    background-color:#e1e1e1;
    padding: 10px;
    font-weight:bold;

}
.invoice_table tr th,.invoice_table tr td{
    padding: 7px;
    border-right: 1px solid #999;
}
.description_width{
    width:50%;
}
.invoice_hidden_row{
    border-top: 1px solid #999;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff !important;
}
.input_field_invoice{
    border-radius: 0px !important;
}
.invoice_hidden_row_last_row{
    border-right: 1px solid #999 !important;
}
.not_found_record_invoice{
    width:100%;
    float:left;
}
.pendingtsk_icon{
    padding: 8px 14px !important;  /* MI73 add proper !important*/
    font-size: 23px;
}
.download_invoice_btn .small{
    margin-right: 10px;
}
.first_invoice_input{
    margin-left: 0px;
}
.memebers_listing{
    float: left;
    width: 95%;
    padding-right: 10px;
}
.attendance_admin_wrap{
    padding-left: 0px;
}
.project_list_name_dash{
    width: 94%;
    float:left;
}
.sprint_block_dash{
    float: left;
    width: 100%;
}
.member_list_info.prorep_info{
    top: -35px !important;
    left: 97px !important;
}
.member_list_info.prorep_info.member_info::after{
    top:54%;
    left:-4% !important;
    transform:rotate(92deg);
}
.att_punch_in_wrap,.att_punch_out_wrap{
    float: left;
    width:49%;
    margin-top: 11px;
}
.work_edit_wrap{
    width: 450px;
}
.att_work_btn{
    width:100%;
    float: left;
    margin-top: 10px;
}
.att_punch_in_wrap{
    margin-right: 9px;
}
.att_work_btn .small{
    margin-left: 180px;
}
.input_addtional_date.work_hr_date{
   width: 81%;
   margin-top: 20px;
}
.attendance_actions{
    padding-right:50px !important;
}
.worklog_btn{
    border-radius: 2em;
    height: 100%;
    width: 97%;
    /*position: absolute;*/
    cursor: pointer;
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    background-color: #b6b5b5;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2em;
    text-align: center
}
.worklog_btn_wrap{
    width: 140px;
    height: 36px;
    float: left;
    border-radius: 2em;
    /*float: left;*/
    border-radius: 2em;
    border: 1px solid #D8D4D4;
    padding: 3px;
        padding-right: 4px;
    padding-right: 3px;
    border-radius: 2em;
    padding-right: 0px;
    background-color: #fff;
    margin-left: 10px;
}
.worklog_btn .switch{
    font-weight: 600;
    color:#000;
}
.view_invoice_popup{
    width:800px;
    height: 60vh;
    overflow: scroll;
}
.work_logs_title{
    width:100%;
}
.permission_blocks{
    display:inline-block;
    width:24%;
}
.permission_title.permission_blocks{
    width:9%;
}
.permission_title.permission_blocks.permission_designation{
    padding-left: 10px;
    width: 10%;
}


.pagination_links{
    width: 100%;
    font-size: 25px;
}
.pagination_dropdown{
    width: 135px;
    line-height: 1.5;
    display:inline-block;
    margin-bottom:10px;
    margin-left: -48px;
}
.pagination_arrow{
    width: 77px !important;
    float: right;
    display:inline-block;
    /* margin-right: 50px; */
}
.page_counts{
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    vertical-align: middle;
}
.left_pagination_block{
    width: 35px;
    float: left;
    position:relative;
    height: 33px;
    padding-left: 7px;
    border: 1px solid #b6b5b5;
    border-radius: 0.1em;
    padding-top: 2px;
 
}
.right_pagination_block{
    width: 35px;
    float: right;
    position:relative;
    height: 33px;
    padding-left: 11px;
    border: 1px solid #b6b5b5;
    border-radius: 0.1em;
    padding-top: 2px;
    margin-left: 13px;
}
.page_link{
    display: inline-block;
    position: relative;
    float: right;
}
.left_pagination_white,.right_pagination_white{
    position: absolute;
    cursor: pointer;

}
.left_pagination_black,.right_pagination_black{
    display:none;
    opacity: 2;
    position: absolute;
    cursor: pointer;
}

.left_pagination_white2,.right_pagination_white2{
    position: absolute;
    cursor: pointer;

}
.left_pagination_black2,.right_pagination_black2{
    display:none;
    opacity: 2;
    position: absolute;
    cursor: pointer;
}
.white_left,.white_right{
    color:#D8D4D4;
}
.pagination_link{
    width: 100%;
    display:none;
}
.pagination_wrapper{
    float: right;
}
.leave_list_wrapper{
    padding-bottom: 50px;
}
/*.pagination_link::before {
	content: "<";
	position: absolute;
	font-size: 21px;
	opacity: .5;
	left: 0px;
}
.pagination_link_right::after {
	content: ">";
	position: absolute;
	font-size: 21px;
	opacity: .5;
	right: 0px;
	top: 0;
}*/
/*.pagination_link :first-child{
    padding-left: 17px;
    float: right;
}
.pagination_wrapper .pagination_link a{
    font-size: 20px;
    color: black;
    position: relative;
    z-index: 5;
}*/
.pagination_link_right{
    font-size:25px;
}
/*.right_pagination_block .black_right,.right_pagination_block .white_right,
.left_pagination_block .white_left,.left_pagination_block .black_left{
    display:none;
}
.white_left,.white_right{
    color:#D8D4D4;
}*/

#notice_list .pagination_wrapper{
    padding-bottom: 100px;
}
.top_content_pro_report .filter_input_wrap{
    margin-left: 3px;
}
.main_right_block_wrapper.main_right_sumry{
   padding-bottom:30px;
}
.top_content_pro_report.top_content_wrap_report{
    margin-left: 25px;
}
.kanban_board_title.title_listing{
    margin-top: 30px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.open_ticket_block,.ticket_report_block{
    box-shadow: none;
}
.kanban_board_blocks{
    width:30%;
}
.block_internal{
    display:inline-block;
    width:30%;
}
.right_full_blk{
    /*border: 1px solid;*/
    padding: 10px;
    margin-top: 10px;
}
.team_price_tab{
    width:100%;
}
.team_price_tab tr td,
.team_price_tab tr th{
    padding:5px;
}
.team_price_tab tr th{
    font-weight:bold;
    text-align: left;
    font-size: 19px;
}
.team_price_tab tr td{
    text-align: left;
    font-size: 15px !important;
    line-height: 19px;
}
.input_for_price{
    width: 50% !important;
    
}
.hr_options{
    padding-left: 6px;
}
.block_internal_lable{
    font-size: 12px;
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
.block_internal_title{
    padding-bottom: 10px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.navigation .leftsidebar_option_wrapper ul li.module:nth-child(odd){
    background-color:#dfdfdf33;
}
.titles_employees{
    width: 50%;
    float: left;
    line-height: 2;
}
.emp_block_internal{
    display: inline-block;
    width: 23%;
}
.block_internal_blk{
    border:1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.block_internal_task{
    background: white;
    margin-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:30px;
    margin-top:10px;
}
.overdue_table{
    /*margin-left: 15px;*/
    width: 99%;
    /*margin-bottom: 44px;*/
    background-color:#fff;
}
.list_project_report11{
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
.emp_status_header_tr{
    border-bottom: 1px solid #b6b5b5;
}
.users_emp_status tr:nth-child(1){
    color: #000 !important;
    background-color: #fff !important;
}
.emp_status_sub_header td,.status_emp_tds{
    text-align:center;
}
.users_emp_status.pos_relative thead .emp_status_header_tr th{
    color:#000 !important;
}
.status_emp_list{
    margin-right:5px !important;
}
.emp_status_img{
    line-height:2;
}
.projects_reports_wrapper fieldset{
    margin-left: 16px;
    border: 1px solid #000;
    margin-bottom: 30px;
}

.projects_reports_wrapper fieldset legend{
    color:#000;
}
.expences_wrapper{
    margin-left: -20px;
}
.exp_field_row{
    width: 50%;
    float: left;
    padding-left: 20px;
}

.add_leave_btn_wrap.add_exp_btn,
.add_leave_filed_warp.expenses_field{
    float: left;
    width: 100%;
}
.expenses_wrap{
    margin-left: 15px;
    background-color:#fff;
}
.expensese_tab{
    margin-bottom: 21px;
}
.add_bill_warp{
    width: 99%;
}
.add_bill_warp .drop_container{
    width: 100%;
    margin-top: 0px;
}
.add_bill_warp .drop_container #drop_area{
    width: 100%;
    height: 10px;
}
.note_field_row{
    width:50%;
    padding-left:20px;
    float:left;
}
.exp_name_field_row{
    width:100%;
}
#container textarea.reason_note_exp{
    height: 33px;
    width: 100%;
    border: 1px solid #e1e1e1 !important;
}
.expensese_count{
   margin-left: 15px;
}
.expenses_filter .filter_input_wrap{
   width:12.7%;
}
.filter_wrapper.expenses_filter{
    width: 100%;
    float: left;
    margin-left: 7px;
}
.block_titles_exp{
    font-size:10px;
    margin-bottom: 14px;
}
.exp_count_block{
    padding-bottom: 24px;
}
.download_exp{
    margin-left:15px;
}
.leave_cnt_block.recur_cnt_block{
    padding:10px ;
}
.count_block{
    font-size: 14px;
}
.notice_header_wrap{
    position:relative;
}
.anchore_notific{
    display: block;
    width: 100%;
    float: left;
}
.holiday_pagination_wrap{
    margin-top:25px;
}



/* added by MI73 5 9 2022*/
.collapse_menu.display_none_1{
    display:none;
}

h5.group_header{
    color: white;
background-color: #b6b5b5;
padding: 4px;
line-height: 25px;
margin-bottom: 3px;
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
font-size: 16px;
position: relative;
padding-left: 6px;
height: 33px;
cursor: pointer;
}
h5.group_header i{
    /* float: right;
    padding-right: 4px; */
    
}

.group_header_outer .hide_if_empty {display: none !important;}
.group_header_outer:has(a) .hide_if_empty {display: block !important;}


.navigation ul li ul.collapse.tabcontent{
    display: none;
}
.active.blue{
background-color: #39F;    
}

.select_project{
    position: relative;
    margin-top: -3px;
    margin-right: -17px;
    width: 345px;
    display: flex;
    justify-content: space-between;
    height:30px;
}
.select_project i.project_info_circle{
    z-index: 2;
    top: 3px;
    font-size: 23px;
    color: #39f;

}

.project_tool_permission_module i{

    padding: 0px 10px;
}

.width30{
    width:30%;

}

select { 
    background-image: url('../images/black_drop_arrow.png');
    background-repeat: no-repeat;
    background-position: right center ; 
    background-position: 97% 50%;
    padding-right: 27px;
  }
  .line_height25{
    line-height: 25px;
  }

  .navigation ul li a.active_nav_imp {
    color: #3399FF;
    border-right: 2px solid;
}
.project_role p{
        color: white;
        /* position: fixed; */
        bottom: 0px;
        left: 8px;
        background: #b6b5b5;
        padding: 5px 10px;
        height: auto;
        overflow: auto;
        width: 180px;
        margin-bottom: 3px;
}

.w88P{
width:88% !important;
}
.w335p{
    width: 460%;
}
.project_info{
    display:none;
    width: calc(51vw);
    position: absolute ;
    top: 100%;
}

.w30p{
    width:30%;
}

.w60p{
    width:60%;
}
.w70p{
    width:70%;
}
.w17p{
    width:17%;
}
.w24p{
    width:24%;
}
.w25p{
    width:25%;
}
.w7p{
    width:7%;
}
.h33{
    height: 33px;
}

.display_block{
    display: block !important;
}

.project_info .display_block{
display: block !important;
}
.mar30{
    margin:30px
}
.mar_right-65{
margin-right: 65px;
}
.mar-top-5{
    margin-top: 5px;
}
.mar-top-10{
    margin-top: 10px;
}
.mar-top-15{
    margin-top: 15px;
}
.mar-top-20{
    margin-top: 20px;
}
.mar-top-32{
margin-top: 32px;
}
.mar-bottom-5{
    margin-bottom: 5px;
}
.mar-bottom-42{
    margin-bottom: 42px;
}
.mar-bottom-10{
    margin-bottom: 10px;
}
.mar-bottom-15{
    margin-bottom: 15px;
}
.mar-bottom-30{
    margin-bottom: 30px;
}

.mar-right-10{
    margin-right: 10px;
}
.mar-right-5{
    margin-right: 5px;
}
.mar-right-34{
    margin-right: 34px;
}
.mar-right-20{
    margin-right: 20px;
}
.mar-left-20{
    margin-left: 20px;
}
.mar-left-50{
    margin-left: 50px
}
.mar-left-5{
    margin-left: 5px
}
.mar-left-60{
    margin-left: 60px
}

.mar-left-30{
    margin-left: 30px;
}
.mar-top-5{
    margin-top: 5px;
}
.mar-top-10{
    margin-top: 10px;
}
.mar-top-15{
    margin-top: 15px;
}
.mar-top-20{
margin-top: 30px;
}
.mar-top-30{
    margin-top: 30px;
}
.mar-right-1p{
    margin-right: 1%;
}
.mar-right-2p{
    margin-right: 2%;
}
.mar_0_auto{
    margin: 0px auto;
}
.pad-3{
    padding: 3px;
}
.pad-5{
    padding: 5px;
}
.pad-top-0{
    padding-top:0px;
}
.pad-bottom-0{
    padding-bottom:0px;
}
.pad-left-0{
    padding-left:0px;
}
.pad-right-0{
    padding-right:0px;
}
.pad10{
    padding:10px;
}
.pad-top-bottom-5{
    padding:5px 0px;
}
.pad-left-right-5{
    padding:0px 5px;
}
.pad-left-5{
    padding-left:5px;
}
.w80{
    width:80px;
}
.w100{
    width:100px;
}
.w150{
    width:150px;
}
.w150_imp{
width:150px !important;
}
.w200{
    width:200px;
}
.w200_imp{
width:200px !important;
}
.w40{
    width:40px;
}
.w50{
    width:50px;
}
.w75{
    width:75px;
}
.h130{
height:130px;
}
.w10{
    width:10px;
}
.w20{
    width:20px;
}
.w4p{
    width:4%;
}
.w5p{
    width:5%;
}
.w6p{
    width:6%;
}
.w9p{
    width:9%;
}
.w10p{
    width:10%;
}
.w11p{
    width:11%;
}
.w12p{
    width:12%;
}
.w18p{
    width:18%;
}
.w13p{
    width:13%;
}
.w14p{
    width:14%;
}
.w15p{
    width:15%;
}
.w16p{
    width:16%;
}
.w19p{
    width:19%;
}
.w20p{
    width:20%;
}
.w25p{
    width:25%;
}
.w27p{
    width:27%;
}
.w30p{
    width:30%;
}
.w33p{
    width:33.33%;
}
.w35p{
    width:35%;
}
.w40p{
    width:40%;
}
.w45p{
    width:45%;
}
.w50p{
    width:50%;
}
.w60p{
    width:60%;
}
.w70p{
    width:70%;
}
.w80p{
    width:80%;
}
.w90p{
    width:90%;
}
.w99p{
    width:99%;
}
.w100p{
    width:100%;
}
.w10p_imp{
    width:10% !important;
}
.w14p_imp{
    width:14% !important;
}
.w20p_imp{
    width:20% !important;
}
.w30p_imp{
    width:30% !important;
}
.w40p_imp{
    width:40% !important;
}
.w50p_imp{
    width:50% !important;
}
.w60p_imp{
    width:60% !important;
}
.w70p_imp{
    width:70% !important;
}
.w80p_imp{
    width:80% !important;
}
.w90p_imp{
    width:90% !important;
}
.w100p_imp{
    width:100% !important;
}

.h100p {
	height: 100%;
}
.h100 {
	height: 100px;
}

.h50p {
	height: 50%;
}
.h50 {
	height: 50px;
}
.mar-right-20{
    margin-right: 20px;
}
.mar-left-10{
    margin-left: 10px;
}
.text_left{
    text-align: left;
}
.text_left_imp{
    text-align: left !important;
}
.text_right{
    text-align: right;
}
.tm_time_drop_box{
    border:1px dashed grey;
    overflow: auto;
    height:110px;
    margin-bottom: 5px;
}
.tm_time_drop_box .assign_task{
    width: 97%;
    border: 1px solid black;
    margin: 3px 4px;
    cursor:pointer;
    display: none;
}
.tm_time_drop_box .assign_task .hide_button{
    display:block !important;
    cursor:pointer;
    font-size: 13px;
    margin-top: 7px;
}
.sucess{
    color:white;
}
.error{
    color:white;
}
.msg-box {
    /* background-color: rgba(133, 127, 114, 0.4); */
    background-color: #3399ff;
    
}


.msg-box {
    position: fixed;
    left: 90px;
    display: none;
    max-width: 75%;
    padding: 0px 10px;
    width: 30%;
    bottom: 70px;
    z-index: 1000 !important;
    color: var(--pure-white);
}

.msg-box-content {
    margin-top: 5px;
    line-height: 25px;
    padding: 8px;
}

.msg-box .close_msg {
    margin-right: 0;
    margin-left: auto;
    display: block;
    background-color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid black;
    float: right;
    cursor: pointer;
}
#team_backlog .sprint_team_planning{
    display: inline-block;
    white-space: normal;
    width: 95%;
    display: none;
}
.select_sprint{
    margin: 23px 10px;
    width: 30%;
}
#dropbox_add_sprint_backlog {
  width: 100%;
  min-height: 50px;
  border: 1px dashed #39F;
  text-align: center;
  padding-top: 1.3%;
  color: #b6b5b5;
  font-size: 24px;
  margin-bottom: 7px;
  
}
#dropbox_add_sprint_backlog div{
    display: none;
}
#sprint_sort .actions{
   /* top:7px;*/

}
.remove_sprint_backlog_button{
    position: relative;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #39f;
    left: 95%;
    top: -7px;
}
.remove_sprint_backlog_button a{
    position: absolute;
    left: 23%;
    color: black;
}
div#sprint_backlog *{
    line-height: 22px;
}
.user_container .team_member *{
    line-height: 22px;
}
.unassigned{
    margin-left: 3%;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 7px;
}
.w59p{
    width:59%;
}
.w41p{
    width:41%;
}
.left_side_menu_scroll ::-webkit-scrollbar {
    height: 8px;
    width: 1px;
}
.left_side_menu_scroll ::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.fl_left{
float: left;
}
.horizontal_rule{
    border: none;
    height: 1px;
    color: #333;
    background-color: #333;
    margin-top: 8px;
}
#task_list .flex-container{
    overflow: scroll;
}
#total_assigned_hour{
    width:98px;
}
.w52p{
    width: 52%;
}
.w48p{
    width: 48%;
}
.w158{
    width:158px;
}
.w150{
    width:150px;
}
.w145{
    width:145px;
}
.w110{
width:110px;
}
.h117{
height:117px;
}
.bold{
    font-weight:bold;
}
.top-29{
    top:-29px;
}
#popup_block .info_wrapper{
    top:-29px;
}
.confirm_task_list .assign_task{
    /* cursor: grab; */

}
.confirm_task_list .assign_task .hide_button{
    display:block !important;
    cursor:pointer;
    font-size: 13px;
    margin-top: 7px;
}
.cursor_grab{
    cursor: grab !important;
}
.cursor_grabing{
    cursor: grabbing !important;
}
.hour_time{
    width:125px;
}
.sprint_details fieldset{
    border: 1px solid #b6b5b5;
}
.sprint_details legend{
    color: #b6b5b5;
}
.assign_task *:not(input),.task_info {
    word-break: break-word;
    line-height: 1.9;
  }

.time_plan_assi_tsk_name{
    white-space: nowrap;
    /* margin-left: -50%; */
    /* max-width: 135px; */
    overflow: auto;
    text-align: left;
  }
  #task_sort .menu-parent *,#sprint_sort .menu-parent *{
    word-break: break-word;
  }
  .spr_bcklog{
    width:150px;
    margin: 0 auto;
    float: left;
  }

  .solid_border{
    border: 1px solid #b6b5b5 !important;
  }
  .completed_color {
    border-bottom: 1px solid green;
    border-right: 1px solid green;
    background: green;
  }
  #project_list.project_list.flex-container {
    height: auto !important;
  }
  .complete_meeting_img{
    color:green;
    width:21px;
    height:auto;
  }
  .not_complete_meeting_img{
    color:red;
    width:19px;
    height:auto;
  }
  .revert_meeting_img{
    color:#b6b5b5;
  }
  .mt_not_attend,.mt_not_attend * {
    color:#b6b5b5;
  }
  .progress_loader{
    display:none;
    /* margin-top: -29px; */
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .progress_loader .progress_bar{
    
    /* background-image: url(../images/small_logo25.gif); */
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9%;
  }
  .progress_loade{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  
  .progress_loade .progress_bar{
    background-image: url(../images/small_logo25.gif);
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9%;
  }
  div.task_block_wrapper:last-child {
    /* background: #ff0000; */
    margin-bottom: 30px;
  }

  /* mi73*/
/* .ui-sortable-helper{
    background-color: #008aff !important;
    z-index: 10000 !important;
} */

.msg_header_wrap {
    position: relative;
}
.msg_header_wrapper {
    margin-left: 8px;
}
.msg_header_wrapper .fa{
    font-size: 25px;
}
.color_blinking {
    background: #3399ff;
    animation: colour_blinking_animation 1s infinite;
  }
  
  @keyframes colour_blinking_animation {
    from {background-color:#3399ff;}
    to {background-color: #b6b5b5;}
  }
.start_meeting_info_outer:hover .start_meeting_info{
    display: block;
}

.start_meeting_info{
    background-color: white;
    display: none;
    position: absolute;
    width:275%;
    top: 128%;
}
.start_meeting_info table td{
    padding:10px;
}

.start_meeting_info .horizontal_rule:last-child {
    /* background: #ff0000; */
    /* margin-bottom: 30px; */
    display: none;
  }
.meeting_icon_outer{
position: relative;
}
  .meeting_icon_outer:hover .meeting_inner{
    display:block;
    top:50px;
  }
.w210{
    width:210px;
}
.meeting_btns input{
    margin-left: 10px;
    float: left;
    margin-bottom: 10px
}

.task_bg_backlog{
    background: linear-gradient(to bottom, #b6b5b5 , #ffff 100%);
    color: #fff;
    font-weight: 600;
  

}
.border_backlog{
    border:1px solid #b6b5b5;
}
.task_bg_fixed_error{
    background: linear-gradient(to bottom, rgba(219, 25, 25, 0.6) , #ffff 100%);
    color: #fff;
    font-weight: 600;
  

}
.border_fixed_error{
    border:1px solid rgba(219, 25, 25, 0.6);
}
#selectedFiles{
    display: inline;
    overflow: scroll;    
}
#selectedFiles img{
    height:128px
}
.selected_images_from_drop_box{
    position: relative;
    width: 24%;
    float: left;
    border: 1px solid black;
    margin: 1px;
}

.selected_images_from_drop_box .delete_icon{
    cursor: pointer;
    position :absolute;
    right:5px;
    top:5px;
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: white;

}
.field_label{
    margin-bottom: 6px;
}
.file_name{
    position: absolute;
    width: 100%;
    top: 40%;
    word-break: break-all;
    
}
.task_summary_outer{
    /* position: relative; */
    /* width: 100px; */
    margin: 1px;
    background-color: #f0e9e9;
    border-radius: 5px;
    font-size: 12px;
    padding: 0px 2px;
    min-width: 96px;
    text-align: center;
    line-height: 20px;
}
.task_summary_outer:hover .task_summary_info{
    display: block;
}
.task_summary_info{
display:none;
position: absolute;
width:349px;
/* right:-20px !important; */
/* left:-126% !important; */
left:-16px !important;
overflow: scroll;
height:200px;
font-size: 10px;
}
.task_summary_info table{
    width:100%;
}
.task_summary_info table th{
    top:-10px !important;
}
.task_summary_time{
    margin-left: 2px;
}
.task_comment_ul_parent{
    list-style-type: number;
}
ul.task_comment_ul_parent li{
  line-height: 35px;
}
#task_summary .task_comment{
    /* height:400px;
    overflow: scroll; */
}
.pos_relat{
    position: relative;
}
.pos_absolute{
    position: absolute;
}
.comment_prof_img{
width:50px;
height:50px;
border-radius: 50%;
}
.comment_added_by_detail{
    padding:17px 0px;
    width:71%;
    
}
.comment_view{
    position: relative;
    background-color: #f0e9e9;
    left: 7%;
    width: 75%;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
    font-size:13px;
}
.comment_arrow{
    border-style: solid;
    border-width: 19px 0 0 17px;
    border-color: transparent transparent transparent #f0e9e9;
    position: absolute;
    top: -19px;
}
.blue_color{
    color: #3399ff;
}
.stop_watch{
    font-family: 'Orbitron', sans-serif;
    color:#3399ff;
    word-break: normal;
}
.planner_profile_dropdown{
    height: calc(100vh - 200px);
    overflow-y: scroll;

}
.w94p_imp{
width:94% !important;
}
.w96p_imp{
    width:96% !important;
}
.task_process_wrapper .w94p_imp{
  width:94% !important
}
.task_process_wrapper .w96p_imp{
    width:350px !important
  }
div.task_process_wrapper .mb30:last-child {
    /* background: #ff0000; */
    margin-bottom: 30px;
  }

  .task_responsible_img{
    width:30px;
    height:30px;
    border-radius: 50%;
    margin-right: 7px;
    display:none
  }

  .task_time_outer{

    margin-top: 10px;
  }
  .task_time_outer .time_btn{
    
    
  }
  .float_initial{
    float: initial;
  }

  .Task_time_and_date{
    font-size: 13px;
    color:#8b8b8b;
    font-style: italic;
  }
  span.task_box_label {
    font-weight: 600;
  }
  .task_description{
    /* max-height: 200px; */
    overflow: scroll;
    margin-top: 10px;
    line-height: 22px;
    font-size: 12px;
  }

.font_italic{
    font-style: italic;
}
.task_phase_status{
    color:#8b8b8b;
    font-style: italic;
    padding:2px 0px;
}
.task_title_prj_name {
	color: #8b8b8b;
	font-style: italic;
	padding: 2px 0px;
}
.task_state {
	color: #8b8b8b;
	font-style: italic;
}
.float_none{
    float:none;
}
.task_member_info{
    position: absolute;
    
    margin-left: 9px;
    width: 460px;
    top: 39%;
    font-size: 14px;
}
.planning_border{
    border-top: 3px solid #db1919 !important;
    border-left: 1px solid #db1919  !important;
    border-bottom: 1px solid #db1919  !important;
    border-right: 1px solid #db1919  !important;
    

}
.working_border{
    border-top: 3px solid #008aff  !important;
    border-left: 1px solid #008aff  !important;
    border-bottom: 1px solid #008aff  !important;
    border-right: 1px solid #008aff  !important;
    

}
.Testing_border{
    border-top: 3px solid #ff9900  !important;
    border-left: 1px solid #ff9900  !important;
    border-bottom: 1px solid #ff9900  !important;
    border-right: 1px solid #ff9900  !important;
    

}
.validation_border{
    border-top: 3px solid #ffcc00  !important;
    border-left: 1px solid #ffcc00  !important;
    border-bottom: 1px solid #ffcc00  !important;
    border-right: 1px solid #ffcc00  !important;
    

}
.closing_border{
    border-top: 3px solid #33cc00  !important;
    border-left: 1px solid #33cc00  !important;
    border-bottom: 1px solid #33cc00  !important;
    border-right: 1px solid #33cc00  !important;
    

}


.normal_border_color{
    border-top: 3px solid #eaeaea  !important;
    border-left: 1px solid #eaeaea  !important;
    border-bottom: 1px solid #eaeaea  !important;
    border-right: 1px solid #eaeaea  !important;
}

.normal_border_color .dedline_outer{
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background: #eaeaea;
    color: black !important;
}

.inprogress_border_color{
    border-top: 3px solid #008aff  !important;
    border-left: 1px solid #008aff  !important;
    border-bottom: 1px solid #008aff  !important;
    border-right: 1px solid #008aff  !important;
}

.inprogress_border_color .dedline_outer{
    border-bottom: 1px solid #008aff;
    border-right: 1px solid #008aff;
    background: #008aff;
}

.closing_border_color{
    border-top: 3px solid #33cc00  !important;
    border-left: 1px solid #33cc00  !important;
    border-bottom: 1px solid #33cc00  !important;
    border-right: 1px solid #33cc00  !important;
}
.closing_border_color .dedline_outer{
    border-bottom: 1px solid #33cc00;
    border-right: 1px solid #33cc00;
    background: #33cc00;
}
.overdue_border_color{
    border-top: 3px solid #ff0000  !important;
    border-left: 1px solid #ff0000  !important;
    border-bottom: 1px solid #ff0000  !important;
    border-right: 1px solid #ff0000  !important;
}
.overdue_border_color .dedline_outer{
    border-bottom: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    background: #ff0000;
}


.task_checklist_info_icon{
    color: #39f;
    font-size: 24px;
}
.task_check_list_box{
    /* display:none; */
    /* position: absolute; */
    width: 560px;
    z-index: 100;
    /* height: 127px; */
    overflow: scroll;
    /* border: 1px solid #39f; */
    border-radius: 12px;
    padding: 4px;
    background-color: white;
}
.task_check_list_box fieldset{
    background-color: white;
}
.comment_added_by_detail .task_check_list_box{
    right: -58%;
}
.meeting_icon_img{
    width: 46px;
    margin: 3px 1px;
}
.task_comment_ul_parent .task_checklist_for_task_summary{
    float:right;
}
.check_list_height{
    display:none;
    height: 132px;

}
.task_check_list_box_outer{
    position: relative;
    left:7%;
    top:-4px;
}
.task_summary_user_and_comment_outer .task_check_list_box{
    display:none;
}

#permission_view fieldset .collapsible{
    width: 834px;
}

ul.task_comment_ul_parent .task_summary_user_and_comment_outer:last-child {
    /* background: #ff0000; */
    margin-bottom: 90px;
  }

.list_resources .title_listing{
    margin-left: 15px;
}


.project_list .info_wrapper{
    margin-left: 10px;

}
.kanbon_bord_icon{
    margin: -5px -6px;
    width: 64px;
}
.team_drop_border,#dropbox_add_sprint_backlog.team_drop_border,
.project_planning_task_drop_box.team_drop_border{
    border: 2px dashed black;
}


.block_mouse_event{
    pointer-events: none  !important;


}

#sortable .selectable{
    cursor: grab;
    margin-right: 5px;
}

.team_drop .remove_icon{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    right: -32px;
    color: white;
    background-color: black;

}

#sortable .remove_icon{
    display:none;
}
.total_assign_hour_table{
/* position: relative;
left: -120%;
width: 256px;*/
text-align: left;
} 
.total_assign_hour_table td{
    /* width:50%; */
}

.task_backlog_table .task_description{
    width:400px;
    word-wrap: anywhere;
}
.task_backlog_table td{
    font-size: 16px;
}

.profile_ul{
    padding-top:0px !important;
}
.profile_ul .sticky_li_header{
    /* padding: 0px !important; */
    padding-top: 0px;
    position: sticky;
    top: 0;
    background: #fff;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

#sprint_kanbon_wrapper .task_box{
 cursor: grab;
}
#sprint_kanbon_wrapper .tsk_wrap{
    height: calc(100vh - 315px);
}

.task_issue_outer{
    width: 840px;
}
.task_issue_outer fieldset{
    width: 744px;
    margin: 20px auto;
}
.task_issue_outer .task_issue_table{
    text-align: left;
    width: 810px;
    margin: 20px auto;
}
.task_issue_outer .task_issue_table td{
    padding:3px;
}
.task_issue_outer .task_issue_table textarea{
    resize: vertical;
    vertical-align: top;
    padding:2px !important;
}
.task_issue_outer .task_issue_table .submit_button{
    text-align: center;
    padding-top: 16px;
}

.task_issue_outer .task_issue_table .left_column{
    width:30%;
 }
.issue_list_table .issue_descriptiom{
    width:280px;
}
.issue_list_table .issue_how_to_generate{
    width:280px;
}

.issue_list_table .issue_attachments{
    width: 313px;
    word-wrap: anywhere;
}
.issue_list_table .uploded_file{
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
}
.issue_list_table td{
    vertical-align: top;
}

#edit_issue_attachment .uploded_file{
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;


}
#edit_issue_attachment .uploded_file_edit_from_issue_list{
    position: relative;
    width: 24%;
    float: left;
    border: 1px solid black;
    margin: 1px;
    height:130px;
}
#edit_issue_attachment .delete_uploaded_file_icon{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: white;
}
#edit_issue_attachment .delete_uploaded_file_icon a{
    color: white;
}

#edit_issue_attachment .uploded_file_name{
    position: absolute;
    width: 100%;
    top: 40%;
    word-break: break-all;
}

.uploded_file_edit_from_issue_list .uploded_file_img{
    width:100%;
    height:127px;
}

.change_task_issue_status_outer{
    width: 309px;
    margin-top: 32px;
}
#task_issue_list_view {
    margin-top: 30px;
}

.login_form .hide_and_show_password {
    position: relative;
    left: 92%;
    top: -34px;
}
.show_password{
    color: #3399ff;
}
.fl_right{
    float:right;
}



.selected_images_from_drop_box .delete_icon_clipbord_img {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: white;
}

#drop_container_with_clipbord_data input[type="file"]{
    width: 45%;
    opacity: 1;
    border: none;
    left: 1%;
    top: 2%

}
#drop_container_with_clipbord_data .drop_area{
    min-width: 51%;
    margin-bottom: 45px;
}

#drop_container_with_clipbord_data #paste_clipbord_data{
    position: relative;
    top: -87px;
    height: 41px;
    width: 52%;
    opacity: 0;
}

.task_issue_outer .task_issue_table .drop_container{
    /* margin-bottom: -32px; */
 }
 .no_record_found{
    background-color: white;
    width: 94%;
    height: 30px;
    text-align: center;
    padding: 7px 0px;
 }
 .no_record_found .no_record_found_text{
    
 }

 .edit_mail_info input{
    width: 100%;
 }

 .overflow_auto{
    overflow: auto;
 }

 .sticky-table.overflow_auto_imp{
    overflow: auto !important;
 }
 .overflow_auto_imp{
    overflow: auto !important;
 }
 .overflow_unset{
    overflow: unset;
 }
 .overflow_unset_imp{
    overflow: unset !important;
 }
 .email_message{
    /* max-height: 300px; */
 }
 .email_subject{
    max-height: 100px;
 }
 .email_attachment{
    /* max-height: 215px;
    overflow: auto; */
 }
 .attachment_boder{
    border: 1px solid gray;
    padding: 6px 9px;
 }

.email_listing_table .email_subject{
    width:300px;
    word-break: break-all;
}
.email_listing_table .email_esender{
    width:300px;
    word-break: break-all;

}
.pagination_extend_width{
    /* width:415px; */
}
.pagination_not_avliable{
    display: none;
}
#project_info_icon_header{
    /* float: right; */
    display: flex;
  width: 67px;
  justify-content: space-between;
}
.select_project .dropdownbtn.actions_icon {
    margin-top: 0;
    margin-left: -4px;
}
#project_info_icon_header span.actions {
	display: flex !important;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	background-color: #39f;
	color: white;
}
.prj_title_custom_css{
    margin-bottom: 20px;
}
#project_backlog_wrapper .dropdown-menu{
    /* position: fixed; */
}

.sticky-table {
    background: #EBEBEB;
    padding: 0px 0px;
    display: inline-block;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: calc(-260px + 100vh); 
    border-bottom: 1px solid #EBEBEB;
    border-radius: 6px 6px 0 0;
}

.sticky-table table {
    text-align: left;
    position: relative;
    border-collapse: collapse;
    margin: 0px;
    width: 100%;
    border-radius: 6px 6px 0 0;

    /* / margin: 0px 5px 5px 5px; / */
}
/* .sticky-table table th:first-child{
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}
.sticky-table table th:last-child {
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
  } */

.sticky-table thead tr th {
    padding: 14px 10px !important;
    /* padding: 10px 10px 10px 5px; */
    font-size: 14px;
    font-weight: 600;
    position: sticky !important;
    top: -1px !important;
    /* / box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3); / */
    border: none;
    text-align: left;
    line-height: 12px;
    height: 15px;
    white-space: nowrap;
    background: #3399ff;
    color: #fff;
    z-index: 2;
}

.sticky-table thead tr:nth-child(2) th {
    position: sticky !important;
    left: 0;
    top: 30px !important;
    box-shadow: none !important;
    z-index: 1;
}

.sticky-table tbody td {
    border: 1px solid #e0e0e0b8;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    line-height: 20px;
    height: 20px;
    font-weight: 400;
    padding: 10px 10px ;
}

.sticky-table tfoot td {
    /* / border: 1px solid #EBEBEB; / */
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    line-height: 20px;
    height: 20px;
    font-weight: 400;
}

.sticky-table tbody tr:nth-child(even) {
    background-color: #FFFF;
}

.sticky-table tbody tr:nth-child(odd) {
    background-color: #f1f2f7;
}

.sticky-table .action_listing.dropdown-menu.active{
    right: unset;
}
    
.sticky-table .action_listing.dropdown-menu{
     width: 190px;
    position: fixed !important;
    z-index: 5;
}
.email_unread,.email_unread a {
    font-weight: bold !important; 
    color: #505050
}
.email_read,.email_read a {
    color: #505050
}
.email_last_import_heading{
font-size: 12px;
color: #505050

}

.email_attachments_outer{
    width: 106px;
    height: 100px;
    float: left;
    margin: 2px;
    border: 1px solid black;
    padding: 2px;
    border-radius: 9px;

}
.email_attachments_outer .email_attachments_type{
    width:100%;
    height:80%;
    position: relative;
}
.email_attachments_outer .email_attachments_type .attach_icon{
    position: absolute;
}
.email_attachments_outer .email_attachments_info{
    width: 102%;
    height: 23%;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    background-color: #f3f3f3;
}
.email_attachments_outer .email_attachments_size {
    position: relative;
    top: 69%;
    left: 5%;
  }
.email_attachments_outer .email_attachments_icon{
    padding: 8px 8px;
    background-color: #f3f3f3;
    width: max-content;
    border-radius: 8px;
    font-weight: bold;
    position: absolute;
    top: 15%;
    left: 22%;
  }

 .email_view_subject{
    margin: -10px 0px 1px 0px;
    font-weight: bold;
}
 .email_date{
    margin-left: 15px;
}

 .email_message{
    /* background-color: #f6f8fc; */
    border: 1px solid transparent !important;
    /* border-radius: 12px; */
    width: fit-content;
    /* border-top: 1px dashed #b6b5b5 !important;
    border-bottom: 1px dashed #b6b5b5 !important; */

}
 .email_header{
    /* background-color: #f2f0f0; */
    padding: 6px 1px;
    border-radius: 16px;
    margin-bottom: 2px;
}

.email_attachments_outer .delete_attach_icon{
    width: 20px;
    height: 18px;
    background-color: black;
    text-align: center;
    color: white;
    border-radius: 50%;
    position: absolute;
    right: -13px;
    top: -3px;
    z-index: 5;
}
.email_attachments_outer .email_img_view_anchor{
    position: absolute;
    z-index: 5;
    background: white;
    border-radius: 50%;
}
.email_attachments_outer .email_img_view_anchor:hover{
    color:#3399ff;
}

.email_view_sender {
    font-style: italic;
    font-size: 13px;
    color: #b6b5b5;
}
.view_mail_extend_popup{
    width: 1287px;
}
.overflow_scroll{
    overflow: scroll !important;
    overflow-x: auto !important;
}
.overflow_visible_imp{
    overflow: visible !important;
}
.overflow_visible{
    overflow: visible;
}
.overflow_hidden{
    overflow: hidden;
}
 .group_header.active .group_head_icon{
    top: 25%;
    transform: rotate(180deg);
 }

 .group_header .group_head_icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(13% ,-50%);
 }

 .group_header_outer{
    position: relative;
 }
 .group_header_outer .selected_project_class_leftsidebar{
    position: absolute;
    z-index: 5;
    top: 4px;
    width: 79% !important;
    left: 6px;
    height: 25px !important;
    cursor: pointer;
 }
  
 .mail_view_hr{
    border-top: 1px dotted black;
    border-bottom: 1px transparent;
 }
.view_backlog_selected_story{
    padding-left: 0px;
}

.manage_team_filter{
    margin-left: -6px;
    padding-left: 0px;
}

.assign_task .comment li{
    margin-left: 13px;
}
.view_task_attachment_outer{
    padding-left: 0px;
    padding-right: 0px;
}

.sprint_summary_heading{
    margin-left: 21px;
}
.text_color_black{
    color: #000;
}
.sprint_backlog_not_found{
    position: relative;
    top: 45%;
    left: 40%;
}

.manage_story_outer .pagination_wrapper{
    margin-right: -9px;
}
.constarint_rule_outer{
    margin-top: -51px;
}

.total_assign_hour_table tr:first-child td:first-child {
    /* border-right: 1px solid black; */

}
.sprint_followup_header_outer{
    width: max-content;
    /* background-color: #b6b5b5; */
    margin-bottom: -16px;
    height: 40px;
   
}
.sprint_followup_header_li {
    float: left;
    padding: 11px 44px;
    list-style-type: none;
    color: #b6b5b5;
    border: 1px solid #b6b5b5;
    border-radius: 15px 15px 0px 0px;
background-color: #ffffff;
border-bottom: 1px solid #39f;
    
  }

  .sprint_followup_header_outer .sprint_followup_header_li:hover,
  .sprint_followup_header_outer .sprint_followup_header_li.active_header{
    /* background-color: #3399ff; */
    background:  #3399ff ;
    color: #fff
  }

.task_summary_time_view_outer{
    display: flex;
    justify-content: space-around;
}
.sprint_followup_wrapper_outer{
    margin-top: 15px;
    padding: 0px;
    border: 1px solid #39f;
}
.sprint_followup_wrapper_inner{
    min-height: 0px;
}
.sprint_folloup_task_box{
    width: 388px;
    padding: 4px;
}
#view_sprint_followup{
    margin-right: -8px;
    margin-left: 9px;
}
.sprint_followup_wrapper_outer{
    /* margin-left: 7px; */
}

.word_wrap br+br+br { display: none; }

.sprint_plan_user_info_table{
     font-size: 12px;
}
.sprint_plan_user_info_table th,.sprint_plan_user_info_table td{
    padding: 0px 2px;
}
.sprint_plan_user_info_table_outer{
    vertical-align: top;
}
.task_bg_for_team_member {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to bottom, #b6b5b5, #ffff 100%);
}
.border_team_member {
    border: 1px solid #b6b5b5;
  }

.task_bg_for_by_date{
     color: #fff;
    font-weight: 600;
    background: linear-gradient(to bottom, #b6b5b5, #ffff 100%);
  }
.border_by_date{
    border: 1px solid #b6b5b5;
}
  #sprint_followup_wrapper{
    cursor: grab;
  }
.sprint_followup_filter{
    margin: 6px 5px;
    overflow: auto;
}
  .sprint_followup_filter_member{
    width: 260px;
    float: left;
    margin-right: 10px;
  }
.sprint_followup_filter_date_year {
    width: 200px;
    float: left;
}
.sprint_followup_filter_date_month {
    width: 200px;
    float: left;
    margin-left: 20px;
}
    
  .sprint_followup_filter_date{
    width: 400px;
    float: left;
  }

  .border_overdue{
    border: 1px solid #ee1414;

  }
  .task_bg_overdue{
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to bottom, #ee1414, #ffff 100%);
  }


  .mi-modal  #mail_view .ui-widget-overlay.ui-front{ 
    z-index: 0 !important;
    display: none;
}
.project_followup_outer{
    margin-left: 10px;
}
#email_table_listing .sticky-table{
    max-height: calc(-288px + 100vh);;
}

#task_list .sticky-table{
    max-height: calc(-308px + 100vh);
}
.project_followup_header{
    margin-bottom: 15px;
}

.assign_task_to_member_table_outer{
    width: 100%;
overflow: auto;
}
.assign_task_to_member_table{
    font-size: 13px;
    width: max-content;
}

.assign_task_to_member_table th,.assign_task_to_member_table td{
    padding:4px 5px;
    border-right: 2px solid gray;
} 

.assign_member_td span{
width: 150px;
overflow: auto;
}
.assign_task_to_member_table tr:nth-child(2n+1) {
    background-color: #f1f2f7;
  }
table.assign_task_to_member_table  tr th{
    position: sticky;
    left: 0px;
    background: #3399ff;
    color: white;
    padding: 10px 0px;
  }

table.assign_task_to_member_table  tr th:first-child,
table.assign_task_to_member_table tr td:first-child {
    position: sticky;
    left: 0px;
    background: #b6b5b5;
    z-index: 100;
    color: white;
    vertical-align: middle;  
}

  .assign_task_inner_table tr{
    background-color: transparent !important;
  }
  .assign_task_inner_table th,.assign_task_inner_table td{
    border: none;
    background-color: transparent !important;
    vertical-align: middle;
    z-index: 0 !important;
  }

  #sprint_followup_wrapper .w96p_imp{
    width:350px !important;
  }

  .assign_task_to_member_table_outer{
    width: 99%;
    margin: 8px auto;
  }

  #meeting_list .meeting_main_wrapper .task_title{
    font-size: 15px;
  }
  .manage_stories_title{
    margin-left: 22px;
  }
  .email_log_anchor{
  color:#505050;
  }
  .read_mail{
    margin-bottom: 5px;
  }
  .mail_detailbutttons{
    margin-right: 10px;
  }
  .button_box .save_task_btn{
    margin-left: 28px;
  }
  .word_wrap.tsk_details{
    line-height: 22px;
  }
  .email_message{
    font-size: 12px;
    line-height: 22px !important;
  }

  .email_imported_pagination{
  margin-right:12px
  }

  .task_issue_box_wrapper{
  
    /* display: inline-block; */
    width: 100%;
  }
  .task_issue_box_outer_main {
    position: relative;
    }
  .task_issue_box_outer{
    background-color: #F5F6DF;
    padding: 1px 8px;
    margin-top: 4px;
    border-radius: 5px;
    color:black;
  }
  .task_issue_box_title{
    margin: 2px 0px;
    font-size: 12px;
  }
  .task_issue_box_title_description{
    color:#3399ff;
  }
  .task_issue_box_description{
    font-size: 10px;
    font-style: italic;
    color: #8b8b8b;
    line-height: 23px;
    }
    .single_issue_outer{
        margin-left: 11px;
    }
  .single_issue_title{
    font-size: 15px;
    margin: 13px 0px;
  }
  .single_issue_status{
    margin: 13px 0px;
    font-size: 11px;
    font-style: italic;
    color:#8b8b8b;
}

  .single_issue_description{
    margin: 14px 0px;
    font-size: 13px;
    line-height: 21px;
  }
  .single_issue_uploded_file{
    width: 260px;
    height: 101px;
    float: left;
    border: 1px solid black;
    margin: 1px;
  }
  .page_title_content_mod{
    margin-left: 10px;
    font-size: 24px;
  }
  .task_issue_btns{
    margin-right: 15px;
    margin-top: 7px;
  }
  .stopwatch_outer{
    max-width: max-content;
  }

  .tester_today{
  display: inline-block;
  }
  .tester_today_title{
    margin-left: 12px;
  }
  .tester_tommarow{
    /* display: inline-block; */
    margin-bottom: 13px;

  }
  .tester_tommarow_title{
    margin-left: 12px;
  }
  .kanbon_view_hr{
    border-top: 1px dotted black;
    border-bottom: 1px transparent;
  }

  .sprint_kanbon_header_outer {
    padding: 1px 0px 11px 0px;
    margin-left: 18px;
    overflow: auto;
  }
  .sprint_kanbon_header_item {
    display: inline;
    margin-right: 8px;
  }
  .kanbon_header_item_name{
    color:#3399ff;
  }
  .meeting_stop_watch{
    float: left;
    margin-left: 22px;
  }
  .mi_tool_tip{
    width:100px;
    display: inline-block;
    position: relative;
    width:12px;
  }
.mi_tool_tip:hover .mi_tool_tip_content{
    display: block;
    z-index:10;
}
  .mi_tool_tip_content{
    display: none;
    position: absolute;
    left: 0px;
    background-color: #39f;
    padding: 8px;
    border-radius: 11px;
    color: white;
    
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    word-break: normal;
  }

  .task_issue_heading_count{
    display: block;
    color: #39f;
    font-size: 12px;
  }
  .task_issue_heading_count .task_issue_box_title_count{
    color: #39f;
    font-size: 12px;
  }
  .task_issue_heading_count .task_issue_box_title_count.active_issue_status{
    font-weight: 700;
 }
  .task_issue_heading_title{
    color: #39f;
  }
  .task_issue_box_title_index_no{
    width: max-content;
    margin-right: 3px;
  }
  .solved_issue_background{
    /* background-color: rgb(191, 238, 191); */
    background-color: rgba(198, 253, 198,0.5);
  }
  .verified_issue_background{
    /* background-color: rgb(191, 238, 191); */
    background-color: rgb(198, 253, 198);
  }
  .middle_text_content_fildset{
    border: none;
    border-top: 1px solid #cfd1d2;
    border-bottom: 1px transparent;
    border-radius: 0px;
    padding: 0px;
    width: 94%;
    margin: 0 auto;
  }

  .middle_text_content_legend{
    margin: 0px auto;
    color: #b6b5b5;
  }
  .middle_text_content_vertical_center{
    position: absolute;
    top: 50%;
    left: 3%;
}
.sprint_kanbon_header_inner{
    display: inline;
    cursor: pointer;
}

.mi_modal_drag{
    width: 20px;
    text-align: right;
    font-size: 24px;
    cursor: pointer;
    float: right;
    margin-right: 9px;
    margin-top: -10px;
    text-align: center;
    z-index: 3;
    position: relative;
}

.team_and_their_task_table_outer{
    margin-left: 12px;
    width: 100%;
    /* max-height: 370px; */
}
.team_and_their_task_clg_info_div{
    margin-top: 7px;
}
.team_and_their_task_extend_popup{
width:1150px;
}
.team_and_their_task_view_box{
    display: flex;
    flex-wrap: wrap;
}
.team_and_their_task_view_box .task_box_in_team_and_their_task{
    width:350px;
}
.popup_title_team_and_their_task{
    font-size: 16px;
    font-weight: bold;
    margin-left: 9px;
    color:#3399ff;
    margin-bottom: 15px;

}
.team_and_their_task_count{
    color:#b6b5b5;
}
a .team_and_their_task_count{
    color:#3399ff;
}
.team_and_their_task_header{
    margin: 12px 15px;
    margin-top: 0px;
}
.team_and_their_task_title{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.team_and_their_task_filter_wrapper{
    margin: 5px 11px;
}
.team_and_their_task_filter_wrapper .team_and_their_task_filter_div{
    display: inline-block;
}
.team_and_their_task_filter_wrapper .select_box{
    width:206px !important;
    margin: 0px 2px;
}
.checklist_yes_no_name{
font-size: 14px;
}
.manage_task_team_outer{
    width:100%;
    max-height: calc(-220px + 100vh);
}
.manage_task_team_outer .task_title_td{
    width:25%;
}

.manage_task_team_outer .task_member_td{
    width: 18%;
}
.member_tool_tip_down{
    position: relative;
}
.member_tool_tip_down img{
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: left;
    margin: 2px;
}
.member_tool_tip_down .member_info::after{
    content: "";
    position: absolute;
    top: -9%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.member_tool_tip_down .member_info{
    display: none;
    display: none;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0px;
    margin-left: -60px;
    border: 1px solid #d0d0d0;
    height: 110px;
    width: 145px;
}
.member_tool_tip_down:hover .member_info{
   display:block;
}
.active_team_task img{
    border: 4px solid green;
    /* width: 35px;
    height: 35px; */
}
.manage_task_team_filter_outer{
    margin-left: 12px;
}
.manage_task_team_filter_outer .manage_task_input_filter{
    width: 240px !important;
    margin-right: 8px;
}
.manage_task_team_title_listing{
    margin-left: 12px;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.over_due_span_color{
    color:red;
}
.sprint_followup_header_filter{
    display: inline-block;
    margin-left: 8px;
}
.drop_container_with_paste_input{
    position:relative;
}
.drop_container_with_paste_input #photo{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12;
    opacity: 0;
    width: 99%;
    height: 100%;
}
.drop_container_with_paste_input .paste_capture{
    position: absolute;
    left: 0px;
    z-index: 11;
    width: 99% !important;
    height: 100% !important;
    opacity:0;
}

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    /* position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-left: -15%;
    right:-1px; */

    position: absolute;
    top: 4%;
    bottom: 0;
    padding: 0;
    right: 0px;
    width: 15%;
    border-radius: 0.3rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 92%;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    background-color: white;
  }
  .combobox_show_all_button {
 
  background: #DDD !important;
  border-bottom-left-radius: 3px !important;
  border: 1px solid #c5c5c5 !important;
  border-left: none !important;
}
.mi_combobox option{
    height: 60px;
}
.manage_navigation_outer{
    margin-left: 15px;
}
.manage_navigation_filter .keyword_filter{
    width:210px !important ;
}
.empty_table_td{
padding:20px !important;
}
.select_user_type option{
    padding: 3px 0px;
    font-size: 14px;
}
.selected_project_class_leftsidebar{
    width:200px !important;
}
.project_list_paginataion{
margin-right: 90px;
}
.mi_combo_height{
max-height: 200px;
overflow: auto;
margin: 0 !important;
}

.task_attachment_outer{
    width:23%;
    float: left;
    position: relative;
    margin: 2px;
    border: 1px solid black;
    height: 134px;
}
.delete_task_attachment{
    position: absolute;
    right: 5px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: black;
    text-align: center;
    color: white;
}
.task_attach_img{
    width:100%;
    height:130px;
}

.task_attach_document {
    position: absolute;
    top: 40%;
    left: 5%;
    word-wrap: anywhere;
  }
  .sprint_with_status{
  width:45%;
  }
  .sprint_with_status .select_status,.sprint_with_status .selected_sprint{
        width:45% !important;
  }
  .team_and_their_task_summary_icon{
    font-size: 16px;
    color:#3399ff;
  }
.popup_title_tm_and_tsk_task_summary {
    font-size: 17px;
    font-weight: bold;
    margin-left: 9px;
    color: #3399ff
}
.task_summary_table{
    height: calc(-432px + 100vh);
    margin: 5px 0px;
    height: auto;
}
.team_and_their_task_table_title{
text-align: center;
color: #39f;
font-size: 20px;
font-weight: 600; 
}
.task_summary_no_record_found{
    text-align: center;
    color: #39f;
    font-size: 20px;
}
.tm_and_their_task_summ_task_title{
    width:30%;
}
.msg-box-content .msg_type{
    margin-left: 5px;
}
#task_team_wrapper .member_info::after{
   left: 30% !important
}
#task_team_wrapper .member_info{
   left: 41px !important
}
#task_team_wrapper .member_info_left{
    left: 65px !important
 }
 .member_info_left::after{
    margin-left: -32px !important ;
 }
.mi_combo_width{
    width: auto;
}
.sprint_followup_filter .select_box_width{
    width:260px;
}
.w70p{
    width:70%;
}
.required_star{
    color:red;
}
.project_list_outer{
    margin: 0px 7px;
}
.title_listing.project_heading_title{
    margin-left:9px;
}
.view_backlog_search_btn{
    margin-right: -36px;
}

.task_summary_table td.task_summary_internal_tr_heading{
    
    color: #39f;
    font-size: 20px;
    font-weight: bold;
}
.issue_comment_added_by_details{
    width:100%;
    padding:17px 0px;
}
.vertical_middle{
    vertical-align: middle;
}
.vertical_bottom{
    vertical-align: bottom ;
}
.vertical_top{
    vertical-align: top;
}
.issue_comment_view{
    position: relative;
    background-color: #f0e9e9;
    width: 75%;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
}    
.issue_summary_status_comment{
    font-style: italic;
    margin-bottom: 5px;
    color:#b6b5b5;
    font-size: 13px;
    line-height: 20px;
}
.single_issue_attachment{
    overflow:auto;
}
.task_issue_summary_outer{
    margin-top: 10px;
}
.color_red{
color:red;
}
.mar_right_0{
    margin-right: 0px;
}
.mar_left_0{
    margin-left: 0px;
}
.mi_progress_disable_btn{
    pointer-events: none;
}
#task_view:has(.task_view_tab_outer_ul li:nth-child(6)) {
    width: 1000px;
}
.view_task_title{
    font-size: 18px !important;
}

.view_email_anchor{
    width: 100%;
    display: inline-block;
    word-break: break-word;
}
.view_email_anchor i{
    float: right;
}
.story_view_pagination{
    margin-right: 100px !important;
}
.task_responsible_team_name{
    padding-top: 0%;
}
.responsible_team_outer{
    overflow: auto;
    margin-top: 1px;
}
.project_team_price_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.queries_view_title{
    font-weight: 600;
    font-size: 16px;
   
}
.queries_view_wrapper {
    margin: 0px 12px;
  }
  .constarins_view_title{
    font-weight: 600;
    font-size: 16px;
  }
  .constarins_view_wrapper{
    margin: 7px 12px;

  }

  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
    max-height: 200px;
    overflow-y: auto;
    /* width: max-content !important; */
    font-size: 14px;
  }

  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li{
    /* width: max-content !important; */
  }
    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li .ui-state-active{margin:0px}

.show_more_link{
    font-size: 14px;
    line-height: 19px;
    color: #39f;
    cursor: pointer;
}
.project_backlog_btn_outer{
    overflow: auto;
    margin: 0px 13px;
}
.task_added_by_details{
    /* color:#8b8b8b; */
    font-size: 14px;
}
.task_added_by_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.project_followup_summary_count{
    color: #39f;
}.task_summary_by_tme_innner_table_outer{
    padding: 0px !important;
}
.task_summary_by_tme_innner_table tr{
    border: none;
    background: none !important;
}
.task_summary_by_tme_innner_table td{
    border: none !important;
    border-right: 1px solid #e0e0e0b8 !important;
    background: none !important;
    /* padding:0px !important; */
}
.task_summary_by_tme_innner_table tbody tr:nth-child(2n) {
    background-color: #FFFF !important ;
  }
  .task_summary_by_tme_innner_table_div{
    overflow: scroll;
    height: calc(-344px + 100vh) !important;
  }
.task_summary_by_tme_innner_table tbody tr:nth-child(2n+1) {
    background-color: #f1f2f7 !important;
  }
.font700{
    font-weight: 700;
}

.font600{
    font-weight: 600;
}
.add_meeting_info_btn .info_wrapper{
    top:-10px !important;
}
.view_constrains_sticky_table{
    height: calc(-280px + 100vh);
}
.no_rcd_fnd{
    padding: 10px;
    line-height: 25px;
}
.mail_view_top_btns_outer{
    padding: 0px 16px;
}
.info_icon_top_0 .info_wrapper{
    top:0px !important;
}
.mi_confirm_box_message {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
.manage_team_mem_info{
    width: 86px !important;
    top: 51px !important;
    left: 56px !important;
    height: 70px !important;
    overflow: scroll;
}
#sortable .manage_team_mem_info{
    width: 65% !important;
    height: auto !important;
    overflow: auto;
}
#sortable .manage_team_mem_info p{
    font-size: inherit;
}
.manage_team_mem_info::after{
    border-color: transparent transparent transparent transparent;
}
.manage_team_mem_info p{
    font-size: 11px;    
}
.manage_team_box_title{
    /* position: sticky;
    top: 0px;
    z-index: 10; */
}
.manage_team_assign_team_outer{
    height: 150px;
    overflow: scroll;
}
.sprint_followup_by_meeting_outer{
    width: 98%;
    margin: 0px auto;
    height: calc(100vh - 298px);
    overflow: scroll;
}
.sprint_followup_by_meeting_outer .comment_view{
    width:100%;
    left: 0px;
}
.sprint_followup_meeting_title{
    color:#3399ff;
}
.sprint_followup_meeting_status{
    font-style: italic;
    color: #b6b5b5;
}
.sprint_followup_meeting_info_outer{
    line-height: 21px;
    margin-top: 3px;
}
.line-height-10{
    line-height: 10px;
}
.project_backlog_titile_and_btn{
    margin:0px 0px 0px 12px;
}
.justify_space_between{
    justify-content: space-between;
}
.prject_story_header_wrapper{
    margin-left: 12px;
    width:94%;

}
.project_story_search_by_inp{
    width:300px !important;
}
.manage_sprint_search_by_inp{
    width:300px !important;
}
.manage_sprint_outer_box{
    width:25%;
}
.task_block_sprint_detail{
    margin:20px 12px;
}
.select_for_multi_delete{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1;
}
.selected_for_delete{
    border-color: red;
}
.delete_multiple_attachment_icon{ 
    font-size: 15px;
    font-weight: 600;
    margin: 0px 16px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid black;
    text-align: center;
    display: inline-block;
    background-color: black;
    color: white;
}
.delete_multiple_attachment_icon span{
    vertical-align: middle;
}
.download_all_mail_attachment{
    font-size: 20px;
}
.upcomming_meeting_dashbord_view_title{
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 0px;
}
.meeting_add_time_outer{
    width: 78%;
    display: flex;
    justify-content: space-around;
}
.project_meeting_listing_title{
    width:98.2%;
}
#task_issue_add_and_save_wrapper{
    width:1100px;
}
.mi_custom_dropdown_take_upper .action_listing.dropdown-menu{
    width: 190px;
    position: fixed !important;
    z-index: 5;
}
.team_and_their_task_by_working_hour{
    width:1000px;
}
.popup_title_tm_and_tsk_working_hours{
    font-size: 17px;
    font-weight: bold;
    margin-left: 9px;
    color: #3399ff;
    margin-bottom: 10px;
}
.padd_0_imp{
    padding:0px !important;
}
.team_and_their_task_working_hour_inner_table_outer{
    overflow: scroll;
    height: calc(-344px + 100vh) !important;
}
.team_and_their_task_working_hour_inner_table_outer .date_seprater{
    background: #b6b5b5;
    color: #fff;
    font-weight: 700;
}
.team_and_their_task_by_meeting_hour{
    width:1000px;
}
.popup_title_tm_and_tsk_meeting_hours{
    font-size: 17px;
    font-weight: bold;
    margin-left: 9px;
    color: #3399ff;
    margin-bottom: 10px;
}

.team_and_their_task_meeting_hour_inner_table_outer{
    overflow: scroll;
    height: calc(-344px + 100vh) !important;
}
.sprint_followup_by_meeting_outer_table{
    margin-top: 5px;
    width: 100%;
    border-collapse: collapse;
}
.sprint_followup_by_meeting_outer_table .meet_time_outer{
    width: 10%;
    border: 1px solid #a4a4a4;
    padding: 10px;
    background-color: #f6f6f6;
    border-collapse: collapse;
    vertical-align: top;
}
.sprint_followup_by_meeting_outer_table .meet_time_outer_div{
    background-color: white;
    border-radius: 5px;
    text-align: center;
    width: 59px;
    margin: 0px auto;
}
.sprint_followup_by_meeting_outer_table .meet_time_outer_heading{
    background-color: #2196f3;
    width: 100%;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    padding: 3px 0px;
    font-size: 12px;
}
.sprint_followup_by_meeting_outer_table .meet_time_outer_middle{
    font-weight: 700;
    font-size: 19px;
    margin: 3px;
}
.sprint_followup_by_meeting_outer_table .meet_time_outer_footer{
    padding: 2px 0px 9px 0px;
}
.sprint_followup_by_meeting_outer_table .meet_description{
    width: 50%;
    border: 1px solid #a4a4a4;
    padding: 10px;
    border-collapse: collapse;
    vertical-align: top;
}
.sprint_followup_by_meeting_outer_table .meet_description{
    width: 50%;
    border: 1px solid #a4a4a4;
    padding: 10px;
    border-collapse: collapse;
    vertical-align: top;
}
.sprint_followup_by_meeting_outer_table .meet_description_meet_title{
    font-weight: 600;
    font-size: 19px;
}
.sprint_followup_by_meeting_outer_table .meet_description_left_heading{
    color: #a4a4a4;
    padding: 10px 10px 10px 0px;
}
.sprint_followup_by_meeting_outer_table .meet_description_right_heading{
    padding: 10px 10px 10px 0px;
   
}
.sprint_followup_by_meeting_outer_table .meet_description_project_title{
    font-size: 14px;
    line-height: 20px;
}
.sprint_followup_by_meeting_outer_table .meet_description_meet_members{
    font-size: 14px;
    line-height: 20px;
}
.sprint_followup_by_meeting_outer_table .meet_agenda{
    width: 40%;
    border: 1px solid #a4a4a4;
    padding: 10px;
    border-collapse: collapse;
    vertical-align: top;
}
.sprint_followup_by_meeting_outer_table .meet_agenda_title{
    font-weight: 600;
    font-size: 19px;
}
.sprint_followup_by_meeting_outer_table .meet_agenda_description{
    margin: 10px 2px 2px 2px;
    font-size: 14px;
    line-height: 19px;
}
.select_team_for_time_planning{
    width: 44%;
    float: right;
    line-height: 21px;
}
.select_team_for_time_planning .res_img{
    width:50px;
    height:50px;
    border-radius: 50%;
    
}
.select_team_for_time_planning .user_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    color: #d0d0d0;
}
.show_team_mem_for_time_planning {
    margin: 0px 0px 5px 0px;
    border: 1px solid #b6b5b5;
    border-radius: 7px;
    padding: 5px 2px;
    cursor: pointer;
    position: relative;
  }
  .show_team_mem_for_time_planning.active_team{
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #39f;
    background-color: rgba(51, 153, 255,0.1);
  }
  .dis_none{
    display: none;
  }
  .show_team_mem_for_time_planning.active_team .sprint_right_team_attacher{
    background-color:  #3399ff9c;
    position:absolute;
    width: 22.7px;
    height: 100%;
    top: 0px;
    left: -22px;
    border-radius: 0px;
  }
  
  .sprint_team_member_name_outer{
  font-size: 15px;
  margin: 5px auto;
  width: max-content;
  line-height: 19px;
}
.sprint_backlog_bottom_div_to_match_right_side{
    height:198px;
}
.sprint_time_planning_date_outer{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.sprint_time_planning_date_inner{
    width:30px;
    margin: 2px 5px;
    text-align: center;
    line-height: 21px;
    /* border: 1px solid #ccc; */
    font-size: 10px;
    border-radius: 5px;
    box-shadow: -1px -1px 2px #b6b5b5,1px 1px 2px #b6b5b5;
    position: relative;
    cursor: pointer;
}
.sprint_time_planning_date_number {
    font-weight: 700;
}

.sprint_time_planning_date_inner:hover .sprint_time_planning_selected_date_info{
    display: block;
  }
.sprint_time_planning_selected_date_info{
    background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 5px 15px;
	position: absolute;
	z-index: 1;
	left: -110px;
	/* margin-left: -60px; */
	border: 1px solid #d0d0d0;
	height:max-content;
	width: 260px;
    display:none;
    top: calc(100% + 5px);
}

.sprint_time_planning_selected_date_info::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #aeaeae transparent;
}
.sprint_time_planning_date_inner a{
    cursor: pointer;
}
.sprint_time_planning_date_inner.active_date{
    background-color: rgba(51, 153, 255);
}
.sprint_time_planning_team_backlog_outer{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.sprint_time_planning_date_and_team_divider{
    border: 1px solid #ccc;
    margin: 18px 0px;
}
.sprint_time_planning_selected_date_info_table{
    text-align: left;
}
.sprint_time_planning_selected_date_info_table th,.sprint_time_planning_selected_date_info_table td{
    padding:2px 4px;

}
.already_planning_date{
    background-color: rgba(51, 153, 255,0.1);

}
.sprint_time_planning_date_inner sup{
    font-size: 10px;
  }
  #sprint_time_planning_team_backlog{
    min-height: 770px;
  }
  .sprint_backlog_outer_box{
    min-height: 770px;
  }
  .project_dashbord_left_section{
    width:calc(70% - 10px);
    float: left;
  }
  .project_dashbord_right_section{
    width:30%;
    float: right;
  }
.project_dashbord_header_box_outer {
  display: flex;
  justify-content: space-between;
}

.project_dashbord_header_box {
	width: calc(25% - 9px);
	padding: 27px 1px;
	background: white;
	margin:0px 0px 10px 0px;
	border-radius: 5px;
}
.project_dashbord_header_box_title {
	text-align: center;
}
.project_dashbord_header_box_count{
    text-align: center;
    margin: 15px 1px;
    font-weight: 700;
}
.project_dashbord_main_outer{
    margin-left: 10px;
}

.user_dashbord_notification_outer {
	margin-left: 15px;
	font-size: 15px;
    width: calc(100% - 36px);
}
.dashbord_notification_inner_box {
	width: 100%;
	padding: 10px 10px;
	background-color: white;
	margin: 10px 0px;
	overflow: auto;
    border-radius: 5px;
    border:1px solid #ccc;
}
.dashbord_notification_title {
	width: 80%;
	
}
.dashbord_notification_action_link {
	width: 20%;
	
    text-align: right;
}

.change_notification_status_icon{
    padding: 2px 0px 0px 0px;
    border: 1px solid black;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    color:black;
}
.dashbord_notification_notification_icon{
    padding-right: 5px;
    color:#3399ff;
}
#dashbord_notification{
    margin-left: 0.5%;
	margin-right: 0.8%;
	width: 97%;
}
#editor_height_200,#editor_height_200_ifr{
    height: 200px !important;
}
#editor_height_300,#editor_height_300_ifr{
    height: 300px !important;
}
#editor_height_400,#editor_height_400_ifr{
    height: 400px !important;
}
#editor_height_500,#editor_height_500_ifr{
    height: 500px !important;
}
#editor_height_600,#editor_height_600_ifr{
    height: 600px !important;
}
#editor_height_700,#editor_height_700_ifr{
    height: 700px !important;
}
#editor_height_800,#editor_height_800_ifr{
    height: 800px !important;
}
#editor_height_900,#editor_height_900_ifr{
    height: 900px !important;
}
.kanbon_bord_btn_outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.kanbon_bord_btn_outer .btn_wrapper{
    width:auto;
    min-width: 70px;
    margin: 10px 0px 0px 0px;
}
.kanbon_bord_btn_outer input {
	font-size: 15px;
	padding: 5px 10px !important;
}
#project_story_outer .story_block{
    margin-bottom: 10px;
}
.all_sprint_content_not_found{
    margin-top: -60px;
}

.sprint_search_select{
    width: 300px;
}
.project_dashbord_task_status_graph{
    width:100% !important;
    height:auto !important;
}
.edit_task_time_in_completed_box{
    font-size: 12px;
}
.edit_task_time_input_fileds {
	padding: 5px 5px 0px 0px;
}
.summary_end_time_in_min_error_div{
    color:red;
}
.task_time_edit_time_edit_time_table_header{
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        padding: 10px 0px;
}
.delete_task_summary_time_anchor {
	width: 20px;
	display: flex;
	height: 20px;
	border: 1px solid black;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: #3399ff;
}

.show_more_option_in_edit_task_time{
    color: #39f;
    float: right;
    line-height: 30px;
    margin-right: 5px;
    cursor: pointer;
}

.change_task_time_label{
    /* cursor: pointer; */
    line-height: 40px;
}

.task_title_complete_and_update_task {
	font-size: 18px;
	color: #3399ff;
}

.tsk_deadline_task_box{
    text-align: right;
    margin-top: -9px;
    margin-left: -9px;
    margin-bottom: 2px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;      
}
.tsk_deadline_task_box .tsk_deadline_task_box_span{
    padding: 6px 9px;
    border-radius: 0px 0px 10px 0px;
    font-size: 10px;
    color: #fff;
    padding-bottom: 1px;
    float: left;
}

.progress_and_task_time_outer {
    width: 100%;
    display: flex;
    padding-left: 20px;
}


.color_blinking_opacity {
    
    /* animation: color_blinking_opacity_animation 1s infinite; */
  }
  
  @keyframes color_blinking_opacity_animation {
    0%   {opacity: 0.2;}
    25%  {opacity: 0.4;}
    50%  {opacity: 0.6;}
    75%  {opacity: 0.8;}
    100% {opacity: 1;  }
  }


  .team_worklog_header {
    margin: 12px 15px;
  }
  .team_worklog_filter_wrapper{
    margin: 5px 11px;
  }
  .team_worklog_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }

 .team_worklog_filter_wrapper .select_box{
        width:210px !important;
  }
  .team_worklog_filter_wrapper .team_worklog_task_filter_div{
    display: inline-block;
  }

   .worklog_time_outer_div{
    background-color: white;
    border-radius: 5px;
    text-align: center;
    width: 59px;
    margin: 0px auto;
}

.worklog_view_outer{
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    padding: 5px;
    max-height: fit-content;
    min-height: calc(100vh - 250px);
    overflow: scroll;
    width: 100%;
}
 .worklog_time_outer_heading{
    background-color: #2196f3;
    width: 100%;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    padding: 3px 0px;
    font-size: 12px;
}
 .worklog_time_outer_middle{
    font-weight: 700;
    font-size: 19px;
    margin: 3px;
}
 .worklog_time_outer_footer{
    padding: 2px 0px 9px 0px;
}
.worklog_view_table{
    width:100%;
    margin-bottom: 6px;
}
.worklog_view_table .worklog_view_time_td{
    width: 20%;
    /* border: 1px solid #a4a4a4; */
    padding: 10px;
    background-color: #f6f6f6;
    border-collapse: collapse;
    vertical-align: top;
}

.worklog_view_table .worklog_view_wl_log_td{
    width: 80%;
    /* border: 1px solid #a4a4a4; */
    padding: 10px;
    border-collapse: collapse;
    vertical-align: top;
}
.working_hour_time_in_team_and_task_td{
font-size: 8px !important;
/* padding: 5px 3px !important; */
}



body:has(.ui-widget-overlay) {
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .team_and_their_task_by_calender_view_table{
  
  }

  .team_and_their_task_by_calender_view_table th,
  .team_and_their_task_by_calender_view_table td{
    border: 1px solid #b6b5b5;
    width: 100px;
    padding: 5px 5px;
    vertical-align: middle;
    text-align: center;
  }
  
  .team_and_their_task_by_calender_view_table th{
    background: #39f;
    height: auto;
    color: white;
    border: 1px solid #39f;
    border-bottom: 1px solid #b6b5b5;
  }
  .team_and_their_task_by_calender_view_table td {
    height: 70px;
    position: relative;
    
  }

  .calender_view_day_index {
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom: 1px solid #3399ff;
	border-left: 1px solid #3399ff;
	border-radius: 0px 0px 0px 360px;
	width: 36px;
	text-align: center;
	padding: 4px 3px;
	font-size: 14px;
	color: white;
	background: #3399ff;
}
.calender_view_task_count{
    color: #b6b5b5;
}

.calender_view_task_count.count_color{
    color: #3399ff;
}

/* .calender_view_task_details {
	position: absolute;
	background: white;
	z-index: 2;
	font-size: 10px;
	width: 300px;
} */

.calender_view_task_details th,.calender_view_task_details td{
    border: none;
    width: auto;
    padding: 3px 2px;
    height: 0px;
}
.calender_view_task_details td{
    text-align: left;
}
.calender_view_task_details tr:nth-of-type(2n+1) {
	background-color: #f1f2f7 !important;
	color: #000;
}

.calender_view_task_details {
	 display: none; 
	position: absolute;
	background-color: white;
	color: #505050;
	padding: 10px;
	width: 300px;
	right: -80%;
	box-shadow: 0.5px 1px 2px 1px #3399FF85;
	z-index: 10;
	border-radius: 0.3rem;
	font-size: 10px;
}

.team_and_their_task_by_calender_view_table td:hover .calender_view_task_details{
    display: block; 

}


.team_and_their_task_calender_popup_title {
	font-size: 17px;
	font-weight: bold;
	margin-left: 9px;
	color: #3399ff;
    margin-bottom: 10px;
}

.sprint_followup_filter_task_title {
	width: 250px;
	float: left;
	margin-left: 10px;
}

.to_do_phase_boxes{
    border: 1px solid #b6b5b5;
    overflow: auto;
    width: 98%;
    margin: 1px auto;
    border-radius: 5px;
}
.to_do_phase_boxes_title{
    color:#3399ff;
    text-align: center;
    font-weight: bold;
}
.min_width_388{
    min-width: 388px;
}
.kanbon_task_outer_box{
    min-width: 375px !important;
    max-width: 375px !important;
}
.task_summary_info .tsk_sum_work_by_name{
    text-align: left;
    padding-left: 5px;
    line-height: 23px;
}

#sprint_kanbon_wrapper .kanbon_bord_task_box{
    width: 344px !important;
    /* margin: 5px 4px 8px 7px !important; */
    margin-left: 4px;
    margin-right: 4px;

}

.sprint_kanbon_record_not_found {
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kanbon_dis_none{
    display:none;
}

.drop_container.multi_file{
    border:1px dashed black;
}
.drop_container.multi_file .drop_area{
    border-color: transparent !important ;
}
.dropable_file{
    border: 2px dashed #000 !important;
}

.project_report_outer {
	width: calc(100% - 12px);
	max-height: calc(-220px + 100vh);
}

.project_report_filter_outer {
     margin-left: 12px;
    /* display: flex;
    justify-content: space-between;
    width: 720px; */
}
.project_report_filter_outer .select_box_width{
    width:250px;
}

.project_report_filter_outer .project_report_member{
    display: inline-block;
}
.project_report_filter_outer .project_report_year{
    width:200px;
    display: inline-block;
    margin-left: 10px;
}

.project_report_filter_outer .project_report_month{
    width: 250px;
    display: inline-block;
    margin-left: 10px;
 }

.project_report_filter_outer .project_report_download_button{
   /* width: 250px; */
   /* display: inline-block; */
   margin-left: 10px;
   float: right;
}

.email_attachments_img {
	position: absolute;
	width: calc(100% + 4px);
	height: 100%;
	border-radius: 9px 9px 0px 0px;
	left: -2px;
	top: -2px;
}
.card_not_found_error {
	height: calc(100vh - 92px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	font-weight: 600;
	color: #3399ff;
}

.dash_crd_size {
	overflow: scroll;
	/* min-height: calc(100vh - 48vh - 81px);
    max-height: calc(100vh - 18vh - 81px); */
    min-height: 440px;
    max-height: 440px;
	margin: 0px 0.5% 0.8% 0.5%;
	padding: 0px 10px 0px 10px;
	border-radius: 10px;
	/* box-shadow: 1px 1px 2px 0px #888,0px -9px 14px -8px #b6b6b6 inset; */
    /* box-shadow: 0px -9px 14px -8px #b6b6b6 inset; */
    box-shadow: 0px 11px 10px -7px #888;
    float:left;
    position:relative;
}
.dash_crd_size.extend_height{
    min-height: 540px;
    max-height: 540px;
}
.dash_crd_size.small{
	width: 32%;
}

.dash_crd_size.medium{
    width: 65%;
}

.dash_crd_size.large{
    width: 98%;
}
.dashbord_main_wrapper_outer{
    width: calc((100vw - 190px) - 0.2%);
    margin-left: -0.3%;
}
.dashbord_main_wrapper {
	 display: flex;
	/* justify-content: space-around;*/
	flex-wrap: wrap;
	/*align-items: center;
	height: calc(100vh - 71px); */
    margin-left: 0.5%;
    /* width: calc(100vw - 220px);; */
    width: 100%;

    min-height: calc(100vh - 132px);
    min-height: 100%;
}
.dashbord_crd_title {
	font-weight: 600;
	line-height: 29px;
	/* text-align: center; */
    /* margin-bottom: 10px; */
    /* margin-top: -7px; */
    height:40px;
    /* width: max-content;*/
    margin: 0px auto 0px auto; 
    position: sticky;
    background-color: white;
    width: 100%;
    top: 0px;
    z-index: 10;
}

.dashbord_crd_content {
	height: calc(100% - 40px);
	overflow: auto;
}

.recect_assign_task_outer {
	padding: 10px 4px 10px 10px;
	/* box-shadow: 1px 1px 4px -0.1px #c3c3c3,-1px -1px 4px -0.1px #c3c3c3; */
	box-shadow: 1px 1px 4px -0.1px #c3c3c3;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 14px;
    overflow: auto;
}
.my_recent_task_table{
    width:97%;
    margin: 0px auto;
}

.dashboard_my_project_table{
    width:97%;
    margin: 0px auto;
}

.dashboard_my_project_list_outer {
	padding: 10px 4px 10px 10px;
	box-shadow: 1px 1px 3px -1px #888;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 14px;
}
.project_dash_manage_action{
    display:inline;
}
.project_dash_manage_action .profile_ul{
    max-height: calc(100vh - 75vh);
    overflow: auto;
    width: auto
}
.project_dashboard_task_title_span{
    width: 90%;
    display: inline-block;
    position: relative;
}
.dashboard_my_project_list_outer .project_title{
    color: #3f73be;
    font-weight: 600;
}
.dashbord_crd_title_hr{
    border: none;
    border-top: 1px solid black;
}
.team_and_their_task_box {
	min-width: 395px;
	max-width: 400px;
	padding: 4px;
}

.team_and_their_task_header_outer{
    margin: 5px 0px 5px 0px;
}

.team_and_their_task_kanbon_calender_icon{
    font-size: 16px;
    color: #3399ff;
    float: right;
    margin-right: 4px;
}
.dashbord_main_header {
	margin: 0px 0px 24px 1%;
}
.dashbord__header_Setting_icon {
	float: right;
	font-size: 24px;
    color: black;
    margin-right: 0.9%;
}
.dash_config_table_td{
    padding: 0px 0px 5px 0px;
}
.dashboard_config_title {
	font-weight: 700;
	margin-bottom: 10px;
}

.card_setting {
	display: inline;
	/* position: absolute;
	right: 10px;
	top: 10px;
    z-index: 15; */
}
.card_setting a{
    color:black;
}

.my_clock_outer {
	display: flex;
	justify-content: unset;
    flex-wrap: wrap;
}
.my_clock_outer .my_clock_canvas{
    margin:0px 5px 10px 0px;
    }
.my_task_dashboard_by_calender_view_table th {
	background: #39f;
	height: auto;
	color: white;
	border: 1px solid #39f;
	border-bottom: 1px solid #b6b5b5;
}
.my_task_dashboard_by_calender_view_table td {
	height: 30px;
	position: relative;
}
.my_task_dashboard_by_calender_view_table th,
.my_task_dashboard_by_calender_view_table td {
	border: 1px solid #b6b5b5;
	padding: 5px 5px;
	vertical-align: middle;
	text-align: center;
}

.my_task_dashboard_by_calender_view_table td:hover .calender_view_task_details_dash{
    display: block; 
}

.calender_view_task_details_dash th,.calender_view_task_details_dash td{
    border: none;
    width: auto;
    padding: 3px 2px;
    height: 0px;
}
.calender_view_task_details_dash td{
    text-align: left;
}
.calender_view_task_details_dash tr:nth-of-type(2n+1) {
	background-color: #f1f2f7 !important;
	color: #000;
}

.calender_view_task_details_dash {
	 display: none; 
	position: absolute;
	background-color: white;
	color: #505050;
	padding: 1px;
	width: 500%;
	right: -100%;
	box-shadow: 0.5px 1px 2px 1px #3399FF85;
	z-index: 10;
	border-radius: 0.3rem;
	font-size: 9px;
    max-height: 100px;
    overflow-y: auto;
}

.team_and_their_task_by_calender_view_table td:hover .calender_view_task_details_dash{
    display: block; 
}
.calender_view_task_details_dash.right {
	right: 0px;
}
.calender_view_task_details_dash.left {
	left: 0px;
}
.calender_view_task_details_dash.bottom {
	bottom: 0px;
}
.dashboard_my_meeting_table {
	width: 97%;
	margin: 0px auto;
}
.dashboard_my_meeting_list_outer {
	padding: 10px 4px 10px 10px;
	box-shadow: 1px 1px 3px -1px #888;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 14px;
}
.dashboard_my_meeting_list_outer .meeting_title {
    color: #3f73be;
    font-weight: 600;
    width: calc(100% - 10px);
    display: inline-block;
}
.my_meet_dash_manage_action {
	display: inline;
}

.dashboard_crd_no_data_avilable {
	height: 22px;
	overflow: visible;
	text-align: center;
	color: #3399ff;
}
.pos_static_imp{
    position: static !important;
}
.pos_relative_imp{
    position: relative !important;
}
.disp_block_imp{
    display: block !important;
}
.calender_view_day_index_dash {
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom: 1px solid #3399ff;
	border-left: 1px solid #3399ff;
	border-radius: 0px 0px 0px 360px;
	width: 19px;
	text-align: center;
	padding: 4px 3px;
	font-size: 10px;
	color: white;
	background: #3399ff;
}
.task_description ol,.task_description ul{
	padding-left: 17px;
}

.tsk_onhold_outer_task_box {
	text-align: left;
	margin-top: -13px;
	margin-left: -9px;
	margin-bottom: 0px;
}
.tsk_onhold_outer_task_box .tsk_onhold_outer_task_box_span {

    padding: 6px 9px;
	border-radius: 0px 3px 0px 0px;
	font-size: 10px;
	color: #fff;
    padding-bottom: 1px;
}
.project_followup_by_cancel_task_outer{
    display: flex;
    flex-wrap: wrap;
}

.tsk_cancel_outer_task_box {
	text-align: left;
	margin-top: -13px;
	margin-left: -9px;
	margin-bottom: 10px;
}
.tsk_cancel_outer_task_box .tsk_cancel_outer_task_box_span {
	padding: 6px 9px;
	border-radius: 0px 3px 0px 0px;
	font-size: 10px;
	color: #fff;
    padding-bottom: 1px;
}


.dashboard_client_list_outer {
	padding: 10px 4px 10px 10px;
	/* box-shadow: 1px 1px 4px -0.1px #c3c3c3,-1px -1px 4px -0.1px #c3c3c3; */
	box-shadow: 1px 1px 4px -0.1px #c3c3c3;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 14px;
    overflow: auto;
}
.dashboard_client_table{
    width:97%;
    margin: 0px auto;
}

.card_btn_append_div {
	
	float: right;
	margin-right: 10px;
}

.dashboard_emp_task_task_box {
	min-width: 320px;
	max-width: 400px;
	padding: 4px;
}

.dashboard_emp_task_list_outer {
	padding: 10px 4px 10px 10px;
	/* box-shadow: 1px 1px 4px -0.1px #c3c3c3,-1px -1px 4px -0.1px #c3c3c3; */
	box-shadow: 1px 1px 4px -0.1px #c3c3c3;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 14px;
    overflow: auto;
}
.dashboard_emp_task_table{
    width:97%;
    margin: 0px auto;
}

.task_border_planning {
	border-left: 5px solid #db1919;
	border-radius: 5px;
}
.task_border_working {
	border-left: 5px solid #008aff;;
	border-radius: 5px;
}
.task_border_Testing {
	border-left: 5px solid #ff9900;;
	border-radius: 5px;
}
.task_border_validation {
	border-left: 5px solid #ffcc00;
	border-radius: 5px;
}
.task_border_closing {
	border-left: 5px solid green;
	border-radius: 5px;
}

/* .task_left_border_planning {
	border-left: 5px solid #db1919;
	border-radius: 5px;
}
.task_left_border_working {
	border-left: 5px solid #008aff;;
	border-radius: 5px;
}
.task_left_border_Testing {
	border-left: 5px solid #ff9900;;
	border-radius: 5px;
}
.task_left_border_validation {
	border-left: 5px solid #ffcc00;
	border-radius: 5px;
}
.task_left_border_closing {
	border-left: 5px solid green;
	border-radius: 5px;
}
.task_border_left_green{
    border-left: 5px solid green;
	border-radius: 5px;
} */

.task_left_border_normal {
	border-left: 5px solid #eaeaea;
	border-radius: 5px;
}
.task_left_border_inprogress {
	border-left: 5px solid #008aff;
	border-radius: 5px;
}

.task_left_border_closing {
	border-left: 5px solid #33cc00;
	border-radius: 5px;
}
.task_left_border_overdue {
	border-left: 5px solid #ff0000;
	border-radius: 5px;
}

.task_process_wrapper .custom_height {
	overflow-y: auto;
	height: 375px;
}

.dashboard_emp_task_title_span .custom_tsk_title_color{
    color: #000;
}

.dash_awd_list_outer {
	padding: 10px 4px 10px 10px;
	/* box-shadow: 1px 1px 4px -0.1px #c3c3c3,-1px -1px 4px -0.1px #c3c3c3; */
	box-shadow: 1px 1px 4px -0.1px #c3c3c3;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 14px;
    overflow: auto;
}
.dash_awd_list_task_table{
    width:97%;
    margin: 0px auto;
}

.dashboard_company_rule_outer{
    line-height: 20px;
}
.dashboard_company_rule_outer li{
    margin-left: 35px;
}
.benifits_outer {
	line-height: 20px;
}
.benifits_info_outer {
	margin-left: 10px;
}


.elligibility_outer {
	line-height: 20px;
}
.elligibility_info_outer {
	margin-left: 10px;
}

.dash_noti_list_outer {
	padding: 10px 4px 10px 10px;
	/* box-shadow: 1px 1px 4px -0.1px #c3c3c3,-1px -1px 4px -0.1px #c3c3c3; */
	box-shadow: 1px 1px 4px -0.1px #c3c3c3;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 14px;
    overflow: auto;
}
.dash_noti_list_task_table{
    width:97%;
    margin: 0px auto;
}

.dashbord_main_wrapper .sticky-table .action_listing.dropdown-menu {
	z-index: 11;
}
.last_kanbon_update_time_outer {
	float: right;
	margin-right: 20px;
}
.last_kanbon_update_time {
	color: #3399ff;
}

.task_notes_outer {
	overflow: auto;
    margin-bottom: 10px;
}
.tsk_note_prof_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.note_added_by_detail {
	padding: 17px 0px;
	width: 71%;
}
.task_notes_comment_view {
	position: relative;
	background-color: #f0e9e9;
	left: 7%;
	width: 75%;
	border-radius: 8px;
	padding: 10px;
	margin-top: 20px;
	font-size: 13px;
    padding-right: 20px;
}
.task_notes_comment_arrow {
	border-style: solid;
	border-width: 19px 0 0 17px;
	border-color: transparent transparent transparent #f0e9e9;
	position: absolute;
	top: -19px;
}

.task_notes_delete_action {
	display: flex;
	justify-content: center;
	width: 21px;
	height: 21px;
	background-color: black;
	color: white;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	top: 1px;
}
.task_notes_delete_span {
	color: white;
}
.inline_block{
    display: inline-block;
}
.task_summary_time_in_task_box {
	display: inline-block;
    margin: 0px 5px 0px -3px;
    font-size: 16px;
}
.task_summary_time_in_task_box a{
	color: black;
}
.task_title_summary_time_and_note_icon_outer{
    width: 28px;
    position: relative;
    right: -32px;
    top: 26px;
    float: right;
}
.menu-parent:has(.tsk_deadline_task_box,.tsk_onhold_outer_task_box,.tsk_cancel_outer_task_box) .task_title_summary_time_and_note_icon_outer {
    position: absolute;
    top: 2px;
    right: 22px;
    width: max-content;
}
.menu-parent:has(.tsk_deadline_task_box,.tsk_onhold_outer_task_box,.tsk_cancel_outer_task_box) .actions {
    position: absolute;
    right: 4px;
    top: 2px;
}
.note_avilable_div {
	display: inline-block;
}
.tsk_comment_avli_titl_width{
    display: flex;
    justify-content: space-between;
}
.tsk_comment_avli_titl_width.copy_icon_first > a {
    text-indent: 18px;
}
.tsk_comment_avli_titl_width.copy_icon_first .copy_link_task_title {
    right: unset;
    left: 0px;
}
.tsk_comment_avli_titl_width.copy_icon_first .copt_text_tool_tip {
    left: 16px;
}
.task_box_header_height_extend{
    height:75px;
}
.task_box_header_height_minus{
    height:calc(100vh - 342px) !important;
}

.my_clock_delete_wrapper {
	display: inline-block;
}
.my_clock_delete_outer {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	background-color: #3399ff;
	border-radius: 50%;
	justify-content: space-around;
	align-items: center;
}

.emp_task_select_member_table_td {
	padding: 0px 10px 1px 0px;
}
.emp_task_select_member_title {
	font-weight: 700;
	margin-bottom: 10px;
}


.select_project_to_add_task_class{
	/* padding-bottom: 0px; */
}

#selected_project_add_task_data_id .main_registration_wrapper {
	margin-top:-50px;
	/* padding-top: 0px; */
	overflow: visible;
}
.dashbord_crd_content .card_setting{
    display: none;
}
.my_task_dashboard_by_calender_view_table_outer_div{
    height: 220px;
}
.task_view_tab_outer {
	overflow: auto;
	margin-top: 12px;
}
.task_view_tab_outer li {
	/* float: left; */
	list-style: none;
	padding: 12px 1px;
	background-color: #b6b5b5;
	border-left: 1px solid white;
	border-radius: 5px 5px 0px 0px;
	width: 35%;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
    cursor: pointer;
}
.tab_link.active_tab {
	background-color: #3399ff;
    color:white;
}
.tab_inner_link.active_tab {
    background-color: #3399ff;
    color: white;
}
.tab_dis_none{
    display: none;
}
.Task_view_header{
    position: sticky;
    top:0px;
    background-color: white;
    z-index: 50;
}

.task_view_tab_outer_ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.task_view_label {
	line-height: 20px;
	font-weight: 600;
	font-size: 14px;
	font-style: normal;
	color: black;
}
.inline_radio_outer {
	display: inline-block;
	width: 66px;
	border: 1px solid #b6b6b6;
}
.inline_radio {
	display: flex;
    height: 100%;
}
.inline_radio div {
	position: relative;
	flex: 1;
}
.inline_radio div input {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.inline_radio div label {
	position: absolute;
	background: #b6b5b5;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-right: 1px solid #b6b6b6;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
    color: white;
}
.inline_radio div input:checked + label {
	background: #3399ff;
	font-weight: 500;
	color: #fff;
}
.task_summary_time_popup{
    width:324px;
    margin:10px auto;
}
.task_summary_time_tsk_title {
	color: #3399FF;
}
.manage_comment_view .comment_added_by_detail{
    width:92%
}
.manage_comment_view .comment_view{
    width:93%

}
.drag_handle {
	cursor: grab;
}

.tsk_sum_time_ul {
	display: flex;
	width: 100%;
	border: 1px solid white;
}
.tsk_sum_time_li {
	background-color: #b6b6b6;
	flex: 1;
	list-style: none;
	padding: 6px 0px;
	border-left: 1px solid white;
	text-align: center;
    font-size: 15px;
}
.task_summary_time_view_table tr:nth-of-type(2n+1) {
	background-color: #f1f2f7 !important;
	color: #000;
}
.task_summary_time_view_table {
	width: 100%;
	margin: 10px auto;
    line-height: 21px;
    font-size: 14px;
}

.project_planning_outer {
	display: flex;
	justify-content: space-between;
    height: calc(100vh - 160px);
}
.project_planning_project_backlog {
	width: 24%;
	background-color: white;
	margin-left: 1%;
   position: relative;
}

#project_plan_project_filter_id .task-box-outer:last-child {margin-bottom: 50px;}
.project_planning_task_management {
	width: 74%;
	background-color: white;
}
.project_planning_project_backlog_inner{
    overflow: auto;
    margin: 1% auto;
    height: calc(100% - 66px);
}
.project_planning_task_box_outer {
	width: 96%;
	margin: 5px auto;
	/* overflow: scroll; */
}
.project_planning_task_management {
	width: 74%;
	background-color: white;
	height: 100%;
	padding: 1%;
}

.project_planning_task_management_inner {
	width: 100%;
	height: 100%;
	/* margin: 1% auto; */
	display: flex;
	justify-content: space-between;
    height: calc(100% - 100px);
    column-gap: 1%;
}
.project_planning_task_assign_section {
	width: 50%;
	height: 100%;
	border: 1px solid #b6b6b6;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}

.project_planning_task_drop_box {
	border: 1px dashed grey;
	overflow: auto;
	height: calc(19% - 10px);;
	margin-bottom: 1%;
    position: relative;    
}
.project_planning_task_drop_box .drop_box_date{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: var(--pure-grey);
    overflow: hidden;
}

.project_planning_assign_task_outer {
	height: calc(80% - 11px);;
	border: 1px solid #cccccc;
    overflow: auto;
}
.project_planning_project_team_section {
	width: 50%;
	height: 100%;
	border: 1px solid #b6b6b6;
    padding: 5px;
    line-height: 21px;
    overflow:auto;
}
.project_planning_project_team_section .res_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.project_planning_project_team_section .user_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #d0d0d0;
	color: #d0d0d0;
}
.project_plan_user_info_table {
	font-size: 12px;
    margin-left: 5px;
}

.prj_user_container {
	min-width: 98%;
	margin: 0px 1%;
}
.project_planning_project_backlog_inner .prj_plan_backlog_btns{
    display: none;
}
.prj_plan_backlog_btns{
    display:flex;
    justify-content: space-around;
    margin-top:5px;
}
.prj_plan_backlog_btns input {
    padding: 4px 10px !important;
}
.project_time_planning_date_outer {
	display: flex;
	justify-content: left;
	flex-wrap: nowrap;
    column-gap: 4px;
	margin-bottom: 3px;
}
.project_time_planning_date_inner {
	width: 30px;
	margin: 2px 0px;
	text-align: center;
	line-height: 21px;
	font-size: 9px;
	border-radius: 5px;
	/* box-shadow: -1px -1px 2px #b6b5b5,1px 1px 2px #b6b5b5; */
	border: 1px solid #b6b6b6;
    position: relative;
	cursor: pointer;
}
.project_time_planning_date_inner.active_date {
	background-color: rgba(51, 153, 255);
}

.project_planning_month_year_filter_outer table {
	width: 50%;
	margin: 0px auto;
}
.prj_plan_prev_next_link_td {
	text-align: center;
	/* vertical-align: middle; */
}
.prj_plan_prev_next_link_td a {
    border-radius: 0.3rem;
    background: var(--pure-blue);
    color: var(--pure-white);
    padding: 0 3px;
}
.project_planning_assign_task_team_name{
	line-height: 21px;
	text-align: center;
}
.project_planning_header_filter{
    margin-top: 10px;
    margin-bottom: 10px;
}

.project_plan_story_filter_div {
	width: 96%;
	margin: 10px auto 0px auto;
}
.project_planning_title_filter_div {
	width: 30%;
	float: left;
	margin-left: 1%;
}
.disable_project_date_filter_outer{
    cursor: not-allowed;
}
.disable_project_date_filter {
    opacity: 0.5;
    pointer-events: none;
}
.disable_project_date_filter_outer + .project_time_planning_date_outer {
    cursor: not-allowed;
}
.disable_project_date_filter_outer + .project_time_planning_date_outer .project_time_planning_date_inner {
    opacity: 0.5;
    pointer-events: none;
}
.project_planning_search_record_count {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3399ff;
    color: white;
	padding: 10px 7px;
    text-align: right;
    font-size: 13px;
    float:right;
}

.project_planning_selected_date_task_info::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #aeaeae transparent;
}
.project_time_planning_date_inner:hover .project_planning_selected_date_task_info{
    display: block;
} 
.project_planning_selected_date_task_info {
	display: none;
	position: absolute;
	width: 200px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	z-index: 10;
	left: -80px;
	top: calc(100% + 5px);
    padding:5px 5px;
}
.project_planning_selected_date_task_table {
	width: 95%;
	margin: 0px auto;
    text-align: left;
}
.task_start_timer_in_task_box_header {
	float: right;
	margin-left: 15px;
    margin-top: 3px;
    font-size: 12px;
}
.task_box_view_note_icon{
    color: black;
}

.password_manager_header_outer {
	margin-left: 12px;
}
.sequre_note_main_outer {
	width: calc(100vw - 222px);
	display: flex;
	justify-content: space-around;
	margin-left: 12px;
	height: calc(100vh - 140px);
    padding-bottom: 13px;
}
.sequre_note_group_wrapper {
	width: 600px;
	/* border: 1px solid black; */
	padding: 10px;
	display: flex;
    justify-content: space-between;
    /* box-shadow: 0px 0px 9px 1px #b6b6b6; */
    padding-left: 0px;
}
.parrent_group_outer {
	width: 48%;
}
.sub_group_outer {
	width: 48%;
}

.middle_seprater {
	width: 2px;
    box-shadow: 1px 0px 2px 0px black;
}
.sequre_note_group_filter {
	display: flex;
}
.sequre_note_group_wrapper_table {
	width: 100%;
	margin: 1% auto;
}
.sequre_note_parrent_group_outer {
	width: 98%;
	margin: 5px auto;
    overflow: auto;
    height: calc(100% - 50px);
}
.sequre_note_sub_group_outer {
	width: 98%;
	margin: 5px auto;
    overflow: auto;
    height: calc(100% - 50px);
}

.sequre_note_card_outer {
	width: calc(100% - 600px);;
	margin-left: 1%;
	/* border: 1px solid black; */
	padding: 10px;
    /* box-shadow: 0px 0px 9px 1px #b6b6b6; */
}
.sequre_note_card_wrapper_table{
    width: 100%;
	margin: 5px auto;
}
.select_member_for_group_outer_div {
	height: 200px;
	overflow: auto;
}
.group_box_outer {
	padding: 10px;
	background-color: white;
	border: 1px solid #b6b6b6;
	border-radius: 3px;
	margin-bottom: 5px;
}
.group_box_date {
	font-size: 10px;
	text-align: right;
	line-height: 14px;
}
.group_box_title {
	font-size: 15px;
	line-height: 20px;
    font-weight: 400;
    word-wrap: anywhere;
}
.group_added_by_info {
	font-size: 9px;
	font-style: italic;
	text-align: right;
	margin-top: 5px;
}
.group_box_info{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 50px);
}
.z_ind100{
    z-index: 100;
}
.z_ind100_imp{
    z-index: 100 !important;
}
.group_box_outer.active_group {
	background-color: #3399ff;
	color: white;
}
.italic{
    font-style: italic;
}
.card_box_outer {
	padding: 5px 10px 10px 10px;;
	background: white;
	margin-bottom: 10px;
	line-height: 20px;
	border: 1px solid #b6b6b6;
	border-radius: 3px;
    word-break: break-word;
}
.pass_man_grp_action{
	position: absolute;
	top: 10px;
	right: 3px;
}
.card_box_info {
	display: flex;
	justify-content: space-between;
}
.card_title {
	color: #3399ff;
    font-size: 16px;
    font-weight: 600;
}
.searched_card .card_title {
    background-color: yellow;
    color: #000;
}

.card_description {
    margin-top: 5px;
    font-size: 15px;
}
.card_boxes_outer_wrapper{
    height: calc(100% - 50px);
    overflow: auto;
}

.password_manager_global_filter_outer .password_manager_global_filter {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.favourite_star {
	color: #3399ff;
}
.note_record_not_found {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
.active_group .actions {
	color: white;
}
.active_group .star {
	color: white;
}
.active_group .favourite_star {
	color: white;
}
.mi_multiselect + div label {
	line-height: 20px;
}
.mi_multiselect + div button {
	width: 100%;
	height: 33px;
	border: 1px solid #e1e1e1;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
	background-color: white;
	box-sizing: border-box;
	border-radius: 0.3rem;
}
.mi_multiselect.multi_top + div .ms-options {
	bottom: 100%;
	margin-bottom: 0px;
}
.card_added_time {
	font-style: italic;
	font-size: 10px;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 2px;
}
.star {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    position: relative;
    width: 1.1em;
  }
.star.fill::before {
	content: "\2605";
	position: absolute;
}
.card_attachment{
    overflow: auto;
}
.card_attachment_outer {
	float: left;
	position: relative;
	margin: 5px 5px 0px 0px;
	border: 1px solid black;
	height: 40px;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
}
.card_attach_img {
	width: 100%;
	height: 59px;
}

.card_attachment_outer {
	float: left;
	position: relative;
	margin: 5px 5px 0px 0px;
	border: 1px solid black;
	height: 40px;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
}
.card_attach_img {
	width: 50px;
	height: 100%;
}
.attach_name {
	display: flex;
	align-items: center;
	padding: 0px 3px;
    color: black;
}
.card_attach_document {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-right: 1px solid black;
    color: black;
}
.dis_flex {
	display: flex;
}
.dis_flex_between{
    display: flex;
    justify-content: space-between;
}
.dis_flex_align_center{
	display: flex;
    align-items: center;
}
.dis_flex_between_reverse{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.gap_1{gap: 1px;}
.gap_2{gap: 2px;}
.gap_3{gap: 3px;}
.gap_4{gap: 4px;}
.gap_5{gap: 5px;}
.gap_6{gap: 6px;}
.gap_7{gap: 7px;}
.gap_8{gap: 8px;}
.gap_9{gap: 9px;}
.gap_10{gap: 10px;}

.reasource_header {
	margin: 5px 12px;
    width: 100%;
}
.resource_filter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 5px 12px;
}
.resource_filter .res_filters {
	margin-right: 5px;
}

.resource_attachment_wrapper{
	display: flex;
    flex-wrap:wrap;
}
.resource_attachment_outer {
	display: flex;
	border: 1px solid black;
	border-radius: 0px 10px 10px 0px;
	margin: 5px 5px 0px 0px;
}
.resource_attach_view {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
    border-right: 1px solid black;
}
.resource_attach_file_name {
	display: flex;
	align-items: center;
	padding: 0px 5px;
}
.resource_title {
	font-size: 19px;
	font-weight: 600;
	color: #3399ff;
	margin-top: 10px;
}
.devices_info_view_table_outer{
    width: 100%;
    height: auto !important;
}

textarea.select2-search__field {
	border: none !important;
    padding:0px !important;
}

.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple {

    width: 100%;
	min-height: 33px !important;
	border: 1px solid #e1e1e1 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
	background-color: white !important;
	box-sizing: border-box;
	border-radius: 0.3rem !important;
	
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	background-image: url('../images/black_drop_arrow.png');
	background-repeat: no-repeat;
	/* background-position: right center; */
	background-position: 97% 50%;
	padding-right: 27px;
}
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection{
    border: 1px solid #3399FF !important;
}

#email_template_table .sticky-table {
	height: calc(-279px + 100vh);
}
.email_template_header{
    margin: 10px 12px;
    width: 100%;
}
.email_template_filter{
    margin: 10px 12px;
    width: 100%;
    display: flex;   
}
#resource_manager_table .sticky-table {
	height: calc(-320px + 100vh);
}

.curr_emp_task_footer_main_outer{
	/* width: 500px; */
	position: fixed;
	bottom: 10px;
	right: 25px;
	z-index: 5;
	background-color: white;
	padding: 5px;
	border: 1px solid #d0d0d0;
	border-radius: 5px 5px;
    box-shadow: 3px 2px 20px -1px grey;
}
.curr_emp_task_footer_main_outer.top_button_avilable{
    right: 70px;
}
.default_footer_task_popup {
    background: #3399ff;
    color: white;
}
.curr_emp_task_footer_main_outer .heading_span i {
    background: var(--pure-blue);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px 5px;
    color: var(--pure-white);
}

.default_footer_task_popup .footer_task_popup_title{
    display: none;
}
.footer_task_popup_title{
    float: left;
}

.default_footer_task_popup .footer_links{
    display: none;
}
.default_footer_task_popup .footer_links .footer_add_task_btn{
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    text-align: center;
    padding: 0px !important;
    background: #3399FF;
}
#footer_task_board_popup{
    max-width: 400px;
    max-height: calc(60vh - 20px);
    overflow: auto;
}
.curr_emp_task_footer_wrapper {
    padding: 5px 5px;
}

.curr_emp_task_footer_outer {
	padding: 5px 5px;
	background-color: white;
	margin-bottom: 4px;
	/* border: 1px solid black; */
    box-shadow: 1px 1px 4px 1.9px #c3c3c3;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
    line-height: 21px;
    /* width: 98%; */
    margin: 4px auto;
}
.curr_emp_task_footer_title {
	font-size: 16px;
    display: flex;
    justify-content: space-between;
    width:100%;
}
.curr_emp_task_footer_buttons {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: right;
    font-size: 15px;
}

.curr_emp_task_footer_buttons .btn_wrapper {
	width: auto;
	/* min-width: 70px; */
	margin: 0px 5px 0px 2px;
}
.curr_emp_task_footer_buttons input,.curr_emp_task_footer_buttons button {
	font-size: 10px;
	padding: 7px 7px !important;
}
.curr_emp_task_footer_buttons .stop_watch_inner{
    padding: 0px;
    min-width: 80px;
}

.footer_task_board_popup_hide_and_show{
    display: none;
}
.footer_task_not_avilable {
	text-align: center;
	padding: 5px 0px;
    width:300px;
}
span.footer_links {
    display: inline-flex;
    gap: 5px;
}
.footer_add_task_btn{
    padding: 1px 0px !important;
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
}
.footer_refresh_btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 50%;
    background-color: #3399FF;
    color: white;
    font-size: 11px;
}
.curr_emp_task_footer_title {
	font-size: 14px;
    position: relative;
}
.curr_emp_task_footer_title a.mitooltip {
    display: inline-block;
    padding-right: 19px;
}
.curr_emp_task_footer_title .copy_link_task_title {
    right: 2px;
    top: 0;
}
.single_task_view_task_issue_box_wrapper {
	min-height: 170px;
    line-height: normal;
}
.single_task_view_task_issue_box_wrapper .task_issue_heading_title {
	margin-bottom: 10px !important;
	display: block;
}
.single_task_view_task_issue_box_wrapper .task_issue_box_title_count {
	font-size: 15px !important;
}
.team_and_their_task_by_state_main_outer{
    margin-left: 12px;
}
.team_and_their_task_by_state_filter_wrapper{
    margin-top: 10px;
}
.team_and_their_task_by_state_filter_wrapper .custom-combobox{
    width: 100%;
}
.team_and_their_task_by_state_filter_wrapper .task_state_filter{
    width: 30% !important;
    display: inline-block;
}

.team_and_their_task_by_state_filter_wrapper .select_box{
    margin: 0px 5px;
}

.team_and_their_task_by_state_kanbon_outer {
	display: flex;
	overflow: auto;
}
.team_and_their_task_by_state_box {
	min-width: 395px;
	max-width: 400px;
	padding: 4px;
}
.team_and_their_task_by_state_kanbon_outer .tsk_wrap {
	
	height: calc(100vh - 252px);
}

.team_and_their_task_by_state_kanbon_outer .assign_task {
	cursor: grab;
}

.footer_task_btn {
	height: 15px;
	box-sizing: unset;
}
.footer_task_btn .footer_task_btn_img,.footer_task_btn i{
    height: 15px;
    font-size: 15px;
}

.task_state_box_in_table_td .task_box_in_team_and_their_task_by_state{
    width: 96%;
    margin: 0px auto;
    float: unset;
}

.task_state_box_in_table_td {
	width: 370px;
}

table.first_column_sticky tr th:first-child, table.first_column_sticky tr td:first-child {
	position: sticky;
	left: 0px;
	/* background: #b6b5b5; */
	/* z-index: 100; */
	color: white;
	vertical-align: middle;
}

.team_and_their_task_header {
	margin: 12px 15px;
	margin-top: 0px;
}

.winner_wrap_outer {
	width: 370px;
}

.winner-wrap {
	max-width: 280px;
	min-height: 310px;
	background: #39f;
	margin: 5% auto 0;
	position: relative;
	padding: 1rem 2rem 6.5rem 2rem;
	font-family: 'Lato', sans-serif;
	text-align: center;
	cursor: pointer;
}


.winner-wrap .border {
	position: absolute;
	width: 90%;
	height: 90%;
	border: 1px solid white;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.winner-wrap .medal-box {
	width: 60px;
	height: 60px;
	background: #c41d06;
	color: #fcb502;
	border-radius: 50%;
	line-height: 62px;
	font-size: 2.3rem;
	margin: 15px auto 30px;
}
.medal-name {
	height: 100px;
}
.winner-wrap h1 {
	color: white;
	font-size: 1.4rem;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1rem;
	line-height: 30px;
}
.winner-wrap h2{
    color:#fff;
    font-size:1.2rem;
    font-weight:400;
    text-transform:uppercase;
    margin-bottom:.85rem;
}
.winner-wrap .winner-ribbon {
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.8rem;
	color: white;
	position: absolute;
	bottom: 45px;
	left: 0;
	/* z-index: 99; */
	box-shadow: 0 10px 15px -7px rgba(0,0,0,0.2);
	background: #fcb400;
	font-style: italic;
}
.winner-wrap .right-ribbon {
	width: 0;
	height: 0;
	position: absolute;
	right: -35px;
	bottom: 30px;
	border-top: 24px solid #fcb400;
	border-bottom: 24px solid #fcb400;
	border-left: 10px solid #fcb400;
	border-right: 25px solid transparent;
	transition: all ease .3s;
}
.winner-wrap .left-ribbon{
    width:0;
    height:0;
    position:absolute;
    left:-35px;
    bottom:30px;
    border-top:24px solid #fcb400;
    border-bottom:24px solid #fcb400;
    border-left:25px solid transparent;
    border-right:10px solid #fcb400;
    transition:all ease .3s;
}

.team-wrap{
    width: 100%;
    margin: 2rem auto;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.team-wrap.inactive .member-pic{
    animation: animate_fadein .3s ease-in forwards; 
}
.team-wrap.active .member-pic{
    animation: animate_fadeout .3s ease-in forwards; 
}



.team-wrap .member-pic {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 5px 5px;
	border-radius: 50rem;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-200%);
	transform-origin: 0 400px;
	animation: animate_fadein .3s ease-in forwards;
}

.member-pic img,.member-pic i{
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.member_pic_outer{
    position: relative;
}
.member_pic_info {
	display: none;
	position: absolute;
	background: white;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	max-width: 100px;
	font-size: 15px;
	line-height: 20px;
	left: -5px;
    z-index: 1;
}
.member_pic_info::after {
	content: "";
	position: absolute;
	top: -10px;
	left: calc(50% - 5px);
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #aeaeae transparent;
}
.member_pic_outer:hover .member_pic_info{
    display: block;
	animation: animate_fadeout .3s ease-in forwards;
}
@keyframes animate_fadeout_tool_tip{
    from{
        opacity:0;
        transform:translateY(-200%);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.winner_wrap_outer:hover .team-wrap .member-pic{
    animation: animate_fadeout .3s ease-in forwards; 
}
.winner_wrap_outer:hover .winner-ribbon{
    box-shadow:0 3px 6px 0px rgba(0,0,0,0.2);
    transition:all ease .3s;
}
.winner_wrap_outer:hover .right-ribbon{
    right:-45px;
    border-left:20px solid #fcb400;
    transition:all ease .3s;
}
.winner_wrap_outer:hover .left-ribbon{
    left:-45px;
    border-right:20px solid #fcb400;
    transition:all ease .3s;
}

@keyframes animate_fadeout{
    from{
        opacity:0;
        transform:translateY(-200%);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes animate_fadein{
    from{
        opacity:0.3;
        transform:translateY(0);
    }
    to{
        opacity:0;
        transform:translateY(-200%);
    }
}
.middle_seprater_fieldset_outer {
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: white;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}
.middle_seprater_fieldset {
    border: none;
    border-top: 1px solid;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
}

.carrer_list_title_outer {
	margin: 5px 12px;
	width: 100%;
}
.remove_parrent_div{
    height: 21px;
}
.remove_parrent_icon {
    width: 20px;
    height: 20px;
    background: #3399ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}
.copy_link_task_title{
    position: absolute;
    right: -21px;
}
.recect_assign_task_outer .copy_link_task_title {
    top: 5px;
}   
.copy_link_task_title :hover .copt_text_tool_tip{
    display: inline-block;
}
.copt_text_tool_tip {
    display: none;
    position: absolute;
    /* display: inline-block; */
    width: 60px;
    background: black;
    color: white;
    text-align: center;
    left: -63px;
    padding: 3px;
    border-radius: 5px;
    z-index: 10;
    opacity: .8;
}

span.dashboard_emp_task_title_span {
    position: relative;
    display: inline-block;
    width: calc(100% - 17px);
}
span.dashboard_emp_task_title_span .copy_link_task_title {
    top: 0px;
    right: -15px;
}

.team_and_their_task_kanbon_view_outer{
    cursor:grab;
}
.team_and_their_task_by_kanbon_view_cheak_boxes {
    margin-top: 23px;
    display: flex;
    width: 340px;
    position: relative;
    margin-bottom: 13px;
}
.team_and_their_task_by_kanbon_view_cheak_boxes a {
    padding: 11px 44px;
    list-style-type: none;
    color: #b6b5b5;
    border: 1px solid #b6b5b5;
    border-radius: 15px 15px 0px 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #39f;
}
.team_and_their_task_by_kanbon_view_cheak_boxes a.active_tab {
    background: #3399ff;
    color: #fff;
}
.task_followup_main_wrapper {
    width: calc(100vw - 222px);
}
.task_followup_main_outer {
    padding-left: 12px;
    /* width: calc(100vw - 222px); */
    font-size: 13px;
    line-height: normal;
}
.task_followup_main_outer .title {
    padding: 10px 0;
    font-size: 18px;
}
.task_followup_main_outer .search_filter{
    width: 200px;
}
.task_followup_main_outer .search_member_filter{
    width: 150px;
}
.task_followup_main_outer .title span {
    font-size: 18px;
    font-weight: 600;
}

.task_followup_main_outer .filter_wrapper {
    display: flex;
    gap: 10px;
}
.task_followup_main_outer .filter_wrapper .staus_filter {
    padding-bottom: 10px;
}
.task_followup_main_outer .filter_wrapper .staus_filter label{
    cursor: pointer;
}

.task_followup_main_outer .filter_wrapper .staus_filter input {
    display: none;
}
.task_followup_main_outer .filter_wrapper input:checked + label {
    color: var(--pure-blue);
    font-weight: 700;
}
.task_followup_main_outer .task_followup_content {
    display: flex;
    justify-content: space-around;
    /* height: calc(100vh - 175px); */
}
.task_followup_main_outer:has(.filter_wrapper .staus_filter) .task_followup_content{
    /* height: calc(100vh - 213px); */
}
.task_followup_table_outer table td .dropdown .dropdown-menu {
    z-index: 11;
}
.task_followup_main_outer:has(.no_records_found) .task_followup_pagintion_outer{
    display: none;
}

.task_followup_main_outer .task_followup_content .project_outer {
    width: 210px;
    position: fixed;
    left: 205px;
    z-index: 14;
}
.task_followup_main_wrapper .table_content_outer{
    margin-left: 205px;
}
.task_followup_main_outer .task_followup_content .project_outer .project_list {
    width: 100%;
    margin-bottom: 5px;
    overflow: auto;
    max-height: calc(100vh - 133px);
}
.task_followup_main_outer .task_followup_content .project_outer .project-list-outer {
    margin-bottom: 0px;
    border-bottom: 1px solid var(--pure-grey);
    /* border-radius: 5px; */
    background: var(--pure-white);
    color: var(--pure-black);
}
.task_followup_main_outer .task_followup_content .project_outer .project-list-outer:has(input:checked){
    background: var(--pure-blue);
    color: var(--pure-white);
}   
.task_followup_main_outer .task_followup_content .project_outer .project-list-outer input {
    display: none;
}
.task_followup_main_outer .task_followup_content .project_outer .project-list-outer label {
    line-height: 1;
}
.task_followup_main_outer .task_followup_content .project_outer .project-list-outer .heading{
    padding: 13px 10px;
}
.task_followup_main_outer .task_followup_content .project_outer .project-list-outer.active_prj .heading{
    color: var(--pure-white);
}
.task_followup_main_outer .task_followup_content .project_outer .project-list-outer .project_tasks_count {
    border-radius: 18px / 18px;
    background: var(--pure-grey);
    display: inline-flex;
    justify-content: center;
    padding: 1px 6px;
    white-space: nowrap;
}
.task_followup_main_outer .task_followup_content .project_outer .project-list-outer .project_tasks_count.all_task{
    background: var(--pure-light-grey);
    color: var(--pure-black);
}

.task_followup_main_outer .task_followup_content .content_outer {
    /* width: calc(100% - 220px); */
    width: calc(100%);
    background: var(--pure-white);
    position: relative;
    padding-bottom: 70px;
    overflow: overlay;
}


.task_followup_main_outer .task_followup_content .content_outer .content_wrapper{
    height: calc(100% - 68px);
    /* overflow: auto; */
}
.task_followup_main_outer:has(.no_records_found) .content_outer .content_wrapper{
    height: calc(100%);
}
.task_followup_table_outer {
    padding: 10px;
}
.heading_text {
    font-weight: 600;
    font-size: 22px;
    padding: 15px 0px;
    color: var(--pure-blue);
    position: sticky;
    top: 0px;
    z-index: 10;
    background: var(--pure-white);
}
.task_followup_table_outer table{
    width: 100%;
}
.task_followup_table_outer table th,.task_followup_table_outer table td{
    padding: 5px 5px;
    text-align: left;
}
.task_followup_table_outer table th{
    color: var(--pure-white);
}
.task_followup_table_outer table td{
    border: 1px solid #e0e0e0b8;
    vertical-align: middle;
}
.task_followup_table_outer table thead tr{
    background: var(--pure-blue);
    position: sticky;
    top: 50px;
    z-index: 10;
}
.task_followup_table_outer table tbody tr:nth-child(even) {
    background: var(--pure-light-grey);
}
.task_followup_table_outer table tbody tr:has(.has_error) .custom_tsk_title_color {
    color: red;
}
.task_followup_table_outer table tbody tr::nth-of-type(2n+1) {
    background: var(--pure-white);
}

.task_followup_table_outer table .copy_link_task_title{
    display: none;
}

.progress_wrapper {
    display: flex;
    gap: 5px;
    position: relative;
}
.progress_wrapper .outer > .state {
    width: auto;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    border-radius: 18px / 18px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--pure-grey);
    color: var(--pure-white);
    cursor: pointer;
    position: relative;
}

.progress_wrapper .outer > .state:after {
    content: "";
    width: 10px;
    height: 2px;
    background: inherit;
    position: absolute;
    left: 100%;
}
.progress_wrapper .outer .state:last-child:after {
    display: none;
}

.progress_wrapper .outer > .state.blue_color_status {
    background: var(--pure-blue);
}
.progress_wrapper .outer > .state.blue_color_status.half{
    /* background: linear-gradient(to right, var(--pure-blue) 50%, var(--pure-grey), var(--pure-grey)); */
}
.progress_wrapper .outer > .state.green_color_status {
    background: var(--pure-green);
}
.progress_wrapper .outer > .state.green_color_status.half{
    /* background: linear-gradient(to right, var(--pure-green) 50%, var(--pure-grey), var(--pure-grey)); */
}
.progress_wrapper .outer > .orange_color_status{
    background: var(--pure-red);
}
.progress_wrapper .outer > .state.orange_color_status.half{
    /* background: linear-gradient(to right, var(--pure-orange) 50%, var(--pure-grey), var(--pure-grey)); */
}
.progress_wrapper .state_info {
    display: none;
    position: absolute;
    z-index: 60;
    background: var(--pure-white);
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--pure-grey);
    border-radius: 10px;
    width: max-content;
    height: max-content;
    top: 100%;
}
.progress_wrapper .state_info:not(:has(table tr + tr)) {
    display: none !important;
}
tr:nth-child(-n+5) .progress_wrapper .state_info{
    bottom: unset !important;
}
tr:nth-last-child(-n+5) .progress_wrapper .state_info {
    bottom: 100%;
}
.progress_wrapper:hover .state_info {
    display: block;
    /* top: unset; */
}
.issue_count{
    /* display: none; */
    padding-left: 5px;
}
.progress_wrapper .outer:hover .issue_count{
    display:inline-block;
}
.progress_wrapper .outer:hover:has(.issue_count) .state{
    width: auto;
    padding: 0 5px;
}
.progress_wrapper .outer .state_info table{
    width: max-content;
}
.progress_wrapper .outer .state_info table {
    th{
        color: var(--pure-black);
        text-align: center;
    }
    td{
        color: var(--pure-black);
    }
}

/* custom progressbar */
.task_box_progress_bar {
    padding: 5px 0px;
    overflow: hidden;
}
.task_box_progress_bar .outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.task_box_progress_bar .progress_wrapper .outer > .state {
    min-width: 4px;
    width: 10px;
    height: 10px;
    padding: 6px;
    font-size: 8px;
}
.task_box_progress_bar .progress_wrapper .outer > .state:after {
    width: 200px;
}

.task_followup_main_outer .no_records_found {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 90px;
    width: 100%;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    background: var(--pure-white);
}


.project_planning_task_management_by_member {
    width: 74%;
    background-color: white;
    height: 100%;
    padding: 1% 0px ;
    display: flex;
    padding: 10px;
}
.project_planning_task_management_by_member .left_content {
    width: 100%;
    position: relative;
}

.project_planning_task_management_by_member .left_content .close_assign_box_icon{
    display: none;
    position: absolute;
    left: 100%;
    background-color: var(--pure-grey);
    color: var(--pure-white);
    width: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.project_planning_task_management_by_member .left_content:has(.project_planning_task_assign_section_by_member) .close_assign_box_icon{
    display: block;
}

.project_planning_task_assign_section_by_member{
    width: 100%;
    height: 100%;
    border: 1px solid;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    overflow: auto;
    transition: all 1s;
   
}

.project_planning_task_management_by_member .right_content {
    height: 100%;
    width: 100%;
    transition: all 1s;
}
.project_planning_task_management_by_member table {
    width: 450px;
    margin: 0px auto;
}
.project_planning_task_management_by_member:has(:not(.project_planning_task_assign_section_by_member)) {
}
.project_planning_task_management_by_member:has(.project_planning_task_assign_section_by_member){
    column-gap: 20px;
}
.project_planning_task_management_by_member:has(.project_planning_task_assign_section_by_member) .right_content{
    width: calc(62% - 10px);

}

.project_planning_by_member_view_outer {
    height: 100%;
}
.task_management_date_member_table_outer {
    overflow: auto;
    height: calc(100% - 50px);;
    white-space: nowrap;
}
.task_management_date_member_table_outer table {
    width: 100%;
}
.task_management_date_member_table_outer table th:first-child {
    left: 0;
    z-index: 13;
}
.task_management_date_member_table_outer table th {
    padding: 15px;
    vertical-align: middle;
    position: sticky;
    top: 0px;
    background-color: var(--pure-blue);
    z-index: 12;
    color: var(--pure-white);
}
.task_management_date_member_table_outer table th:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--pure-grey);
    position: absolute;
    right: 0;
    top: 0;
}
.task_management_date_member_table_outer table th .prj_plan_profile-wrapper {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.task_management_date_member_table_outer table th .prj_plan_profile_img{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--pure-white);
}
.task_management_date_member_table_outer > table > tbody > tr > td {
    position: relative;
    height: 140px;
}
.task_management_date_member_table_outer table td{
    vertical-align: middle;
}
.task_management_date_member_table_outer table td.date:first-child{
    position: sticky;
    left: 0px;
    background-color: var(--pure-light-grey);
    color: var(--pure-black);
    z-index: 10;
    text-align: center;
}
.task_management_date_member_table_outer table td label {
    display: block;
    padding: 15px 5px;
    cursor: pointer;
}
.task_management_date_member_table_outer table td label:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}
.task_management_date_member_table_outer table td label .plus_icon{
      display: none;
      position: absolute;
      border-radius: 3px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-color: var(--pure-blue);
      color: var(--pure-white);
      text-align: center;
      width: 35px;
      line-height: 35px;
      z-index: 10;
      font-size: 25px;
}
.task_management_date_member_table_outer table td:not(.date):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F0F8FF;
    opacity: 0.9;
    display: none;
}
.task_management_date_member_table_outer table td:not(.date):hover:after{
    display: block;
}
.task_management_date_member_table_outer table td:hover .plus_icon{
    display: block;
}
.task_management_date_member_table_outer > table > tbody > tr > td:hover::after{
    display: block;
}


.task_management_date_member_table_outer table td:has(input[type="radio"]:checked){
    border: none;
}
.task_management_date_member_table_outer table td:has(input[type="radio"]:checked) label:after {
    border: 2px solid var(--pure-blue);
}

.task_management_date_member_table_outer table .task_time_plan_outer {
    width: 100%;
    font-size: 14px;
    background: rgb(237 252 247);
    margin-bottom: 5px;
    border-top: 2px solid var(--pure-green);
    padding: 0px 5px;
    line-height: 24px;
    display: none;
}

.task_management_date_member_table_outer table .task_time_plan_outer:has(.middle){
    background: var(--pure-light-orange);
    border-top: 2px solid var(--pure-orange);
}
.task_management_date_member_table_outer table .task_time_plan_outer:has(.high){
    background: var(--pure-light-red);
    border-top: 2px solid var(--pure-red);
}
.task_management_date_member_table_outer table .task_time_plan_outer:has(.time_avilable) {
    display: block;
}

div:has( >.disabled-class) {cursor: not-allowed;}
.disabled-class{pointer-events: none;}


.worklog-example-file {font-size: 12px;}
.worklog-example-file i{font-style: italic !important;}
.worklog-example-file a{color: var(--pure-blue);}


.loader {border: 3px solid #f3f3f3;border-top-color: var(--pure-blue);border-bottom-color: var(--pure-blue);border-radius: 50%;width: 18px;aspect-ratio: 1;animation: spin 2s linear infinite;}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.reset {counter-reset: customCounter;}
.custom_sr_no {counter-increment: customCounter;}
.custom_sr_no::before {content: counter(customCounter) ". ";}

.time_log_table {font-size: 12px;margin: 25px 0 15px 0;    width: 100%;}
.time_log_table th {padding: 10px 2px;}
.time_log_table td {padding: 0 2px;text-align: center;}

.total_time_outer {margin-bottom: 10px;text-align: right;}


.time_log_table span.custom-combobox {width: 100%;}

.active_remove{display: none;}
td:has(.show_active_remove) .active_remove{display: inline-block;}


.mr-10{margin-right: 10px;}