.ui-autocomplete {
    z-index: 10000 !important;
}

.invalid-field {
    color: #AD0F02 !important;
    font-size: 14px;
}

.timer_div {
    display: inline;
    color: #4999F8;
    font-size: 1.25rem;
    font-weight: 500;
}

.play_pause {
    display: block;
    float: right;
    margin-right: 2px;
    margin-top: 2px;
    width: 29px;
    height: 29px;
    text-indent: -5000px;
    background: #AD0F02 url(../img/icon_play_pause@2x.png) no-repeat 6px 50%;
    background-size: 33px 11px;
    border: 3px solid #DFDFDF;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: background .15s;
    transition: background .15s;
}

.play_pause.paused {
    background-color: #478C34;
    background-position: -14px 50%;
}

.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}

.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}

.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
}

.day-slot li.left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}

.day-slot li.right-arrow {
    right: -11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}

.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%;
}

.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.day-slot li span.slot-date {
    display: block;
    color: #757575;
    font-size: 14px;
}

.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.schedule-cont {
    padding: 20px;
    margin-top: 40px;
}

.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
    min-height: 1px;
}

.time-slot li .timing:hover {
    background-color: #fff;
}

.time-slot li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.time-slot li .past_timing:hover {
    background-color: #fff;
}

.time-slot li .past_timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.time-slot li .others_booked {
    background-color: #e94c4c;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.time-slot li .others_booked:hover {
    background-color: #f57676;
    color: #ffffff;
}

.time-slot li .me_booked {
    background-color: #82abf8;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.time-slot li .me_booked:hover {
    background-color: #b8cef7;
}

.time-slot li .me_visited {
    background-color: #198b35;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.time-slot li .me_visited:hover {
    background-color: #5ca16e;
    color: #ffffff;
}

.time-slot li .time_slot {
    background-color: #42c0fb;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.time-slot li .time_slot:hover {
    background-color: #72e7f7;
}

.time-slot li .me_booked.selected {
    background-color: #42c0fb;
    border: 1px solid #42c0fb;
    color: #fff;
}

.editor_view_div table {
    width: 100% !important;
    border-collapse: collapse;
}

.editor_view_div table td,
th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
}

.replay_highlight-opo {
    background-color: #FFF9D1 !important;
}

div.box,
.right_tab_list {
    height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

.msg_loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}

span#type_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.but-01.grey-col {
    background: gray;
}

.msg_replay-1 {
    display: none;
}

span.badge.red-color {
    color: red;
}

span.status_bar.pull-right.status_deleted {
    text-align: center;
    /* background: #f7b7b8; */
    color: red;
    width: auto;
    margin-right: -5px !important;
}

.disabled-link {
    pointer-events: none;
}

.parent_comment {
    background-color: #eeeeee;
}

.notes_main_div {
    padding-top: 10px;
}

#AddquestionsTab .form-control {
    margin-top: 0;
}

.task_type_select .form-control {
    font-size: 14px;
    color: #3a3a3a;
    height: 40px !important;
    /* border: 1px dashed #879197 !important; */
    /* padding: 8px 20px !important; */
    box-shadow: 0px 0px 3px 0px #eff0f5 !important;
    /* background: url(../img/select-aroww.svg) no-repeat 98% 50% !important; */
}

.user_prj_act_datalist {
    display: block;
    width: 100%;
}

.user_prj_list li.current_user_act:hover {
    border-color: #2BD14C;
}

.color_purple {
    color: #800080;
}

.color_yellow {
    color: #FFFF00;
}

.color_grey {
    color: #808080;
}

.color_orange {
    color: #FFA500;
}

.main-time-log.notification .project-detail-sec ul li+li {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 7px;
}

.inactive_automation {
    line-height: 6px !important;
}

#notiy-count {
    position: absolute;
    top: -8px;
    left: -4px;
    min-width: 15px;
    height: 15px;
    background: red;
    color: #ffffff;
    border-radius: 50%;
    line-height: 1;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.log_notify_add {
    position: relative;
}

.main-time-log.notification::after {
    right: -173px;
}

.notification .project-detail-sec p+p {
    display: block;
    margin-left: auto;
    float: right;
    font-size: 12px;
    color: #8890A6;
}

.notification .project-detail-sec p {
    display: block;
    margin: 0;
    line-height: 17px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.navbar .project-detail-sec a {
    display: inline-block;
}

.emp_pro {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.startdate,
.enddate {
    font-size: 14px;
    border: none;
}

.notification .project-detail-sec ul {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px !important;
}

.main-time-log {
    padding-right: 15px !important;
}

.notification .project-detail-sec ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.notification .project-detail-sec ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.notification .project-detail-sec ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fbdd02;
}

.main-time-log .project-detail-sec>span {
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    width: 96%;
    margin-bottom: 5px;
}


/* .main-time-log .project-detail-sec ul li:first-child {
    padding: 0;
} */

.report_table tr {
    position: relative;
}

.expandTable td:before {
    content: "+";
    display: block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 25px;
}

.expandTable.selected td:before {
    content: "-";
}

.childTableRow {
    display: none;
}

.childTableRow table {
    border: 2px solid #555;
}

table.task_table.report_table tr td,
table.task_table.report_table tr td:first-child {
    width: auto;
    text-align: left;
}

.clr_red {
    color: rgb(243, 33, 33);
}

.clr_green {
    color: rgb(90 155 90);
}

.user_data_expand td:before {
    content: "+";
    display: block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 25px;
}

.user_data_expand.selected td:before {
    content: "-";
}


/* .top_tile_set {
    padding: 0 0 20px 0;
} */

h2.common-top-title {
    margin: 0;
}

.task_timer_head {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.task_timer_head>a {
    margin-left: 7px;
}

.navbar-nav .not-05 img {
    border-radius: 50%;
    overflow: hidden;
}

.profile_box.fancybox-content {
    background-color: #7287a1;
    border-radius: 15px;
    padding: 25px;
    width: 20%;
    text-align: center;
}

.profile_box_pic {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 50px
}

.profile_box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}

.profile_box {
    padding-bottom: 25px;
}

.profile_box h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
    color: white;
}

.profile_box h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: white;
}

.profile_box.fancybox-content {
    padding-bottom: 25px !important;
}

.prof_timezone {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.profile_box.note_box h5 {
    margin-right: 10px;
    color: white;
}

.task_detail_notes_sec {
    width: 100%;
}

.task_detail_notes_sec .msg_send_field {
    width: 100%;
}

.task_detail_notes_sec .msg_send_field [type="file"]+label {
    margin: 0 20px;
}

.task_detail_notes_sec .msg_send_field form {
    width: 100%;
}

.notes_sec_uploaded_file {
    display: flex;
    margin-top: 8px;
    padding: 20px;
    box-shadow: 0px 0px 13px 1px rgb(4 3 3 / 9%);
    border-radius: 15px;
    max-width: 13%;
    justify-content: space-between;
}

.timelog_det_click {
    margin-right: 10px;
}

#submit_comment .submit_comment_inner {
    display: flex;
    width: 100%;
}

#submit_comment .submit_comment_inner+label {
    margin: 10px 0 0 0;
    font-size: 12px;
}

#submit_comment .submit_comment_inner+label:empty {
    margin: 0;
}

#submit_comment {
    flex-wrap: wrap;
}

.msg_send_field [type="file"]+label {
    cursor: pointer;
}

.timer_header {
    min-width: 250px !important;
    max-width: 500px !important;
    display: flex;
    margin: 0 30px 0 0;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: space-between !important;
}

.timer_header .task_cat .project-name {
    font-weight: bold !important;
    margin-bottom: 0px !important;
}

.timer_header .task_cat .task-name {
    font-weight: normal !important;
    margin-bottom: 0px !important;
    margin-top: -5px !important;
    line-height: 1.6 !important;
    width: 150px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.timer_header .controls {
    display: flex;
    align-items: center;
}

.timer_header .cntrl_btn {
    border: none;
    width: 18px !important;
    height: 18px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    margin: 3px;
    border-radius: 2px;
}

.timer_header .pause {
    background-color: green;
}

.timer_header .stop {
    background-color: red;
}

.timer_header .play {
    background-color: #00A8FF;
}

.timer_header #clog_timer_active {
    padding: 0 10 0 10;
}

.main-time-log .top_timer {
    width: 100%;
}

.top_search_bar {
    width: 100% !important;
}

.top_search_bar .sumo_style {
    border: none !important;
    box-shadow: 0px 0px 3px 1px #eff0f5 !important;
    height: 40px !important;
}

.top_search_bar ::placeholder {
    color: #3a3a3a !important;
}

.timelog_det_click {
    margin-right: 10px;
}

.whole_time_entries {
    max-height: 140px;
    overflow: auto;
}

.whole_time_entries::-webkit-scrollbar {
    display: none;
}

.log_notes_popup_sec .set {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}


/* home page css */

.dashboard-cards .row article {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #DFE5FF !important;
}

.dashboard-cards .row article .content {
    margin-top: 30px;
}

.dashboard-cards .row article .content h6 {
    font-size: 14px;
    font-weight: 500;
    color: #879197;
    margin-bottom: 0px;
}

.dashboard-cards .row article .content h3 {
    font-weight: bold;
    color: #232C33;
}

.dashboard-cards .row article .image {
    background-color: #D6F1FF;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.dashboard-cards .row article .image-2 {
    background-color: #FFF6BB;
}

.dashboard-cards .row article .image-3 {
    background-color: #8890A6;
}


/* ========== project overview css =========== */

.dashboard-cards .overview_card {
    box-shadow: 0px 0px 3px 1px #DFE5FF !important;
    height: 400px;
}

.dashboard-cards .overview_card .chartjs-render-monitor {
    height: 100% !important;
    width: 100% !important;
}

.dashboard-cards .overview_card .card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-cards .overview_card .card-title .overview_details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width:991px) {
    .dashboard-cards {
        margin-top: 50px !important;
    }

    .dashboard-cards .overview_card .card-title {
        flex-direction: column;
        justify-content: space-around;
        align-items: start;
    }

    .dashboard-cards .overview_card .card-title .overview_details {
        flex-direction: column;
    }
}

.dashboard-cards .overview_card .card-title .overview_details .section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-cards .overview_card .card-title .overview_details .section .text {
    color: #879197;
    font-size: 14px;
    text-transform: capitalize;
}

.dashboard-cards .overview_card .card-title .overview_details .section .dot {
    width: 10px !important;
    height: 10px !important;
    display: block !important;
    border-radius: 50%;
    margin-right: 10px;
}

.dashboard-cards .overview_card .card-title .overview_details .section .dot1 {
    background-color: #FF9100 !important;
}

.dashboard-cards .overview_card .card-title .overview_details .section .dot2 {
    background-color: #00A8FF !important;
}

.dashboard-cards .overview_card .card-title .overview_details .section .dot3 {
    background-color: #2BD14C !important;
}

.dashboard-cards .overview_card .card-title .overview_details .section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.dashboard-cards .overview_card .card-title .overview_details .section1 .box {
    width: 33px;
    height: auto;
    padding: 5px;
    background-color: #EFF0F5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}

.dashboard-cards .overview_card .card-title .overview_details .section1 .box:hover,
.dashboard-cards .overview_card .card-title .overview_details .section1 .box.active {
    background-color: #FFDD00;
}

.dashboard-cards .overview_card .card-title .overview_details .section1 .box span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #232C33;
}


/* ========== my task table css =========== */

.my_task_table {
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #DFE5FF !important;
    border-radius: 10px;
    padding: 15px;
    height: 520px;
    overflow-y: scroll;
}

.my_task_table .select_task {
    border: none !important;
}

.my_task_table .select_task span.placeholder {
    color: #3a3a3a !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.my_task_table .table-heading {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.my_task_table thead {
    background-color: #F9FAFF;
}

.my_task_table thead tr th {
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: #879197;
}

.my_task_table tbody tr {
    height: 60px;
    border-bottom: 2px dashed #EFF0F5 !important;
}

.my_task_table tbody tr td {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    color: #292F36;
}

.my_task_table tbody tr td img {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover !important;
}

.my_task_table tbody tr .status .pending {
    color: #FF0000 !important;
    background-color: #FFCCCC;
    padding: 5px 20px !important;
    font-weight: 500;
    border-radius: 3px;
    width: 72px !important;
}

.my_task_table tbody tr .status .inprogress {
    color: #FF9100 !important;
    background-color: #FFE9CC;
    padding: 5px 12px !important;
    font-weight: 500;
    border-radius: 3px;
    max-width: 72px !important;
}

.my_task_table tbody tr .status .completed {
    color: #06CF78 !important;
    background-color: #CDF6E4;
    padding: 5px 12px !important;
    font-weight: 500;
    border-radius: 3px;
    max-width: 72px !important;
}


/* ========== my task table css =========== */

.active_projects_table {
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #DFE5FF !important;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    height: 400px;
    overflow-y: scroll;
}

.active_projects_table .select_project {
    border: none !important;
}

.active_projects_table .select_project span.placeholder {
    color: #3a3a3a !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.active_projects_table .table-heading {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}


/* .active_projects_table thead {
    background-color: #F9FAFF;
    position: sticky;
    top: -15px;
    z-index: 2;
} */

.active_projects_table thead tr th {
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: #879197;
    width: 250px !important;
}

.active_projects_table tbody tr {
    height: 60px;
    border-bottom: 2px dashed #EFF0F5 !important;
}

.active_projects_table tbody tr td {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    color: #292F36;
    width: 250px !important;
}

.active_projects_table tbody tr td img {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover !important;
}

.active_projects_table tbody tr .status .pending {
    color: #FF0000 !important;
    background-color: #FFCCCC;
    padding: 5px 20px !important;
    font-weight: 500;
    border-radius: 3px;
    width: 72px !important;
}

.active_projects_table tbody tr .status .inprogress {
    color: #FF9100 !important;
    background-color: #FFE9CC;
    padding: 5px 12px !important;
    font-weight: 500;
    border-radius: 3px;
    max-width: 72px !important;
}

.active_projects_table tbody tr .status .completed {
    color: #06CF78 !important;
    background-color: #CDF6E4;
    padding: 5px 12px !important;
    font-weight: 500;
    border-radius: 3px;
    max-width: 72px !important;
}


/* @media only screen and (max-width:1300px){
    .dashboard-cards .overview_card .card-title .overview_details .section .dot1{
        margin-left: -35px;
    }
    .dashboard-cards .overview_card .card-title .overview_details .section .dot2{
        margin-left: -65px;
    }
    .dashboard-cards .overview_card .card-title .overview_details .section .dot3{
        margin-left: -35px;
    }
} */

@media only screen and (max-width:991px) {
    .dashboard-cards .overview_card .card-title .overview_details .section .dot1 {
        margin-left: -35px;
    }

    .dashboard-cards .overview_card .card-title .overview_details .section .dot2 {
        margin-left: -65px;
    }

    .dashboard-cards .overview_card .card-title .overview_details .section .dot3 {
        margin-left: -35px;
    }
}

.dropbtn {
    background-color: transparent;
    color: #232C33;
    font-size: 12px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.profile-pic {
    margin-left: 7px;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 30;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.assignee-list .common-big-box {
    position: relative;
}

.assignee-list .common-big-box a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.search_btn {
    cursor: pointer;
}

.same_line_dv {
    display: flex;
}

.title_same_line {
    display: flex;
}

.timelog_info_icon {
    padding: 5px;
}


/* 
#id_filter_task_type{
    width: 200px !important;
    color: #8890a6 !important;
}

/* #id_filter_task_type{
    width: 200px !important;
} */

.date-error {
    font-size: 11px;
    font-weight: bold;
}

.payment-details-sec li.paid::before {
    background: url(../img/check.svg);
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

.payment-details-sec li.not_paid::before {
    background: url(../img/uncheck.svg);
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

.payment-details-sec {
    padding-top: 20px !important;
}

.payment-details-sec li {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}


/* table thead {
    position: sticky;
    top: -10px;
    z-index: 9;
} */


/* .sticky_table_head {
    position: sticky;
    top: -15px;
    z-index: 2;
} */

.active_projects_table .SumoSelect>.CaptionCont {
    border: none !important;
}


/* button */

switch {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 15px;
    text-indent: 200px;
}

input:checked+.slider {
    background-color: #6abf4b;
}

.slider.round {
    border-radius: 34px;
}

span.round {
    width: 32px !important;
    height: 17px !important;
    display: inline-block;
    border: 2px solid #bdbdbd !important;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

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

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

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

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

input:checked+.slider:before {
    transform: translateX(15px);
}

.switch-wrapper {
    display: inline-block;
    position: relative;
    max-width: 50px;
}

.switch {
    position: relative;
    top: -12px;
    left: -61px;
}

.display_anc_tag {
    display: none;
}

.color-red {
    background-color: #ffd6d6 !important;
}

#custom_date_div {
    display: flex;
}

.generate_result {
    padding-top: 16px;
}

tr.alternate td {
    background: #eeeeee;
}

#pro-expenses-report .present {
    font-weight: bold !important;
}

.empty_sec {
    max-height: 100px;
}

label.error {
    color: #a94442 !important;
    border-color: #ebccd1;
    /* padding: 1px 20px 1px 20px; */
}

.doc-upload-div {
    display: -webkit-inline-box;
}

.doc-choose-file {
    margin-left: 10px;
}

.doc-file-confirm {
    margin-top: 19px;
}

.RemoveExperienceRow {
    margin-inline-end: inherit;
    margin-block: auto;
}

a.btn.btn-secondary.cnl_btn.ml-2.add_task_for_add_req {
    transform: translateX(395%);
    color: white;
}

.remove_kpi_goal {
    padding-left: 10px;
}

.create_kpi_goal {
    padding-right: 15px;
}

.rating-btn {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    color: #66615b;
    border: 1px solid #66615b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff
}

.rating-btn:hover {
    background: #66615b;
    color: #ffffff
}

.rating-btn.active {
    background: #66615b;
    color: #ffffff
}

.round-a-div {
    padding: 10px 12px;
    background-color: white;
    height: 40px;
    border: 1px solid #dfe2ef;
    min-width: 283px;
}

.remove-image-profile {
    cursor: pointer;
}

.leave-reason-popup .submit-box button {
    min-height: 50px
}

.leave-reason-popup .submit-box {
    margin: 0 -10px
}

.leave-reason-popup .submit-box>* {
    margin: 10px;
}

.leave-reason-popup .input_box+.input_box {
    margin: 15px 0;
}

.leave-reason-popup .approval_emp {
    margin-top: 15px;
}

.leave-reason-popup .approval_emp input {
    min-height: 40px;
    margin-left: 10px;
}

.hover-popup {
    color: #3a3a3a;
    font-size: 16px !important;
    font-weight: 600;
    margin: auto 0;
}

.report-filter {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

.filter-right {
    display: flex;
}

.report-filter-left>* {
    margin: 5px;
}

#header_main_div>* {
    margin: 0 5px;
}

#header_main_div {
    margin-right: 0;
    margin-left: 0;
}

.report-date .calendar_input {
    margin-right: 0;
    height: 32PX;
    font-size: 14px;
    font-weight: 400;
}

.report-filter-left {
    flex-wrap: wrap;
}

.select-report {
    width: 150px;
}

.report-date {
    width: 150px;
}

.select-report #report_type {
    height: 32px;
    padding: 5px 10px;
    font-size: 14px;
}

.filter-top-select {
    width: 150px;
}

.filter-right .but-01 {
    min-width: 36px;
}

@media (max-width:1250px) {
    #header_main_div {
        flex-wrap: wrap;
    }
}

.three-action-items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-action-items>* {
    margin: 0 10px;
}

.three-action-items .switch-wrapper .switch {
    top: 0;
    left: 0;
}

.qa_filter_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0 0 14px rgba(26,36,71,.12);

}

.qa_filter_top .filter_button {
    background-color: #DDDDDD;
}

.qa_filter_right {
    display: flex;
    align-items: center;
}

.qa_filter_right>* {
    margin: 0 10px;
}

.green_btn {
    height: 45px;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #06cf78;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all ease-in;
    min-width: 150px;
}

.green_btn:hover {
    background-color: #04af65;
}

.green_btn>img,
.filter_button>img {
    margin-right: 10px;
}

.filter_button {
    height: 45px;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #DDDDDD;
    color: #8890a6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all ease-in;
    min-width: 150px;
}

.filter_button:hover {
    background-color: #cecece;
}

.search-box {
    position: relative;
}

.qa_task_search {
    height: 45px;
    border: 1px solid #EBEBEB;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B0B0B0;
    border-radius: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 15px 0 42px;
    width: 350px;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
}

.filter_right_moadal,.task_details_moadal {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    background: #ffffff;
    z-index: 99;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 2px 0 123px 2px rgba(0,0,0,.56);
    transform: translate3d(110%,0,0);
    transition: transform .5s cubic-bezier(.23,1,.32,1);
}
.filter_right_moadal {
    max-width: 600px;
    width: 100%;
}
.task_details_moadal {
    width:60%;
    overflow: auto;
}
.filter_right_moadal.show,
.task_details_moadal.show{
    transform: translateZ(0);
}
.filter_top_head{
    display: flex;
    justify-content: space-between;
}

.filter_top_head h4 {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.filter_list {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 10px 0;
    overflow: hidden;
}
.filter_list>li{
    display: flex;
    flex-direction: column;
}

.filter_list>li {
    margin-bottom: 15px;
}

.filter_list>li:last-child {
    margin-bottom: 10px;
}

.filter_select {
    border:1px dashed #8890a6 !important;
    padding: 9px 20px !important;
    font-size: 14px;
    line-height: 17px;
    color: #3a3a3a;
    cursor: pointer;
}
.SumoSelect > .CaptionCont.filter_select >.placeholder{
    color: #8890a6;
    font-size: 14px;
    line-height: 20px;
}
.SumoSelect.open > .filter_select + .optWrapper{
    top: 44px;
}
.SumoSelect.open .filter_select .search-txt{
    height: 45px;
    padding: 9 20px;
}
.filter_list li label{
    display: block;
    color: #8890a6;
    font-size: 16px;
}
.filter_botom{
    display: flex;
    justify-content: flex-end;
}
.close_filter{
    width: 15px;
    cursor: pointer;
}
.close_filter img{
 width: 100%;
}
.task_section{
    margin-top: 20px;
}

.create_task{
    display: flex;
    align-items: center;
    justify-content: center;
}


.qa_task_section{
    margin-top: 21px;
}
/* .qa_task_item + .qa_task_item{
    margin-top: 15px;
} */
.qa_listed_task{
    padding: 10px 0;
}
.accordian-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.accordian_head_left{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.accordian_btn > span{
    font-size: 30px;
}
.accordian_title{
    flex: 1;
}
.accordian_title h5{
    font-size: 18px;
}
.accordian_action{
    width: 4px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.accordian_action svg{
    width: 8px;
    height: 18px;
}
.accordian_action_list{
    position: absolute;
    top: 105%;
    right: 0;
    min-width: 150px;
    box-shadow: 0 0 14px rgba(26,36,71,.12);
     z-index: 999;
     border-radius: 10px;
     overflow: hidden;
     border: 1px solid #e5efff;
     background-color: #ffffff;
     display: none;
}
.accordian_action_list.show{
    display: inline-block;
}
.accordian_action_list> li{
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
.accordian_action_list> li:hover{
    background-color:#edf3fe;
    color: #00A8FF;
}
.accordian_action_list> li+li{
    border-top: 1px solid #f5f7fa;
}
.accordian-content{
    background-color: #ffffff;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #e0e3e6;
    box-shadow: 4px 4px 24px rgba(26,36,71,.07);
}
.created_task_list> li:hover {
    transition: background-color 0.3s ease;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0; /* Adjust the box-shadow for the hover effect */
}
.qa_add_task{
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #7c828d;
    padding: 0;
}
.qa_add_task> img {
    margin-right: 5px;
}
.created_task_list > li +li{
    border-top: 1px solid #f5f7fa;
    padding: 10px 0;
}
.created_task{
    display: flex;
    margin: 0 -10px;
    flex: 1;
}
.created_task_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.created_task_wrapper + .created_task_wrapper {
    margin-top: 15px;
}
.created_task_list > li:first-child{
    padding-bottom: 10px;
}
.created_task_list > li:last-child{
    padding-bottom: 0;
}
.created_task > div{
    margin: 0 10px;
}
.drag_menu{
    cursor: move;
}
.task_text > p{
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #35353d;
    margin-bottom: 0;
    word-break: break-word;
}

.qa-task.completed .task_text > p{
    color: #969db3;
    text-decoration: line-through;
}
.qa-task.completed .created_task > div{
    opacity: 0.7;
}
.qa-task.completed .created_task .task_status{
    opacity: 1;
}

.task_status{
    position: relative;
    cursor: pointer;
}
.task_status_option{
    display: none;
    position: absolute;
    top: 100%;
    left: 3px;
    background-color: #ffffff;
    min-width: 250px;
    box-shadow: 0 0 14px rgba(26,36,71,.12);
    z-index: 99;
    border-radius: 15px;
    overflow: hidden;
    border:  1px solid #f5f7fa;;
}
.task_status_option.show{
    display: block;
}
.task_status_option > li{
    display: flex;
    align-items: center;
    padding: 12px 15px;
}
.task_status_option > li p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.task_status_option > li img{
    margin-right: 10px;
}
.task_status_option > li + li{
    border-top: 1px solid #f5f7fa;
}
.task_status_option > li.active,
.task_status_option > li:hover{
    background-color: #edf3fe;
}
.task_status_option > li.active p,
.task_status_option > li:hover p{
    color: #00A8FF;
}
.sub_task{
    margin-left: 25px;
}
.serial_num{
    font-size: 14px;
    font-weight: 500;
    color: #737171;
}
.qa-task{
    display: flex;
    flex-direction: column;

}
.add_list_modal_wrapper{
    position: fixed;
    min-height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    background: rgb(24, 26, 41, 0.7);
    z-index: 999;
    padding: 15px;
    display: none;
    justify-content: center;
    align-items: center;
    transition: transform .5s cubic-bezier(.23,1,.32,1);
}
.add_list_modal_wrapper.show{
    display: flex;
}
.add_list_modal{
    min-width: 500px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
}
.modal_input,
.modal_textarea{
   
    padding: 8px 20px;
    width: 100%;
    border: 1px dashed #8890a6;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    color:#8890a6;
}
.modal_input{
    height: 45px;
}
.modal_textarea{
    height: 115px;
    overflow: auto;
    resize: none;
}
.modal_input:hover,
.modal_input:focus,
.modal_textarea:hover,
.modal_textarea:focus{
    border-color: #dee2e6;
}
.button_block{
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.button_block > *{
    margin: 0 10px;
}
.task_text{
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}
.task_text > div{
    margin: 0 10px;
}

.created_task_action svg path{
    fill: #8890a6;
}
.qa_task_more{
    display: none;
    align-items: center;
    margin: 0 -4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    padding: 4px 1px;
    border: 1px solid #e0e3e6;
    border-radius: 8px;
}
.qa_task_more.show{
    display: flex;
}
.qa_task_more > *{
    margin: 0 4px;
    border-radius: 5px;
    cursor: pointer;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f1f1f1;
}
.qa_task_more > * img{
    width: 18px;
    object-fit: contain;
}
.created_task_wrapper:hover .qa_task_more{
    display: flex;
}
.qa_task_more > div:hover{
    border: 1px solid #00A8FF;
    background-color: #00A8FF;
}
.qa_task_more > div:hover > img{
    filter: brightness(20.5);
}

.task_action_items{
   position: absolute;
   top: 105%;
   right: 0;
   min-width: 150px;
   box-shadow: 0 0 14px rgba(26,36,71,.12);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f5f7fa;
    background-color: #ffffff;
    display: none;
}
.created_task_action:hover .task_action_items{
    display: inline-block;
}
.task_action_items> li{
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
.task_action_items> li:hover{
    background-color:#edf3fe;
    color:#00A8FF;
}
.task_action_items> li+li{
    border-top: 1px solid #f5f7fa;
}
.current_project_name p{
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #969db3;
    margin-bottom: 0;
}
.task_details_top{
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #f5f7fa;
    border-bottom: 1px solid #f5f7fa;
}
.task_profile{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.project_title{
    flex-grow: 1;
}
.project_title h2{
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 600;
}
.qa_task_details{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.qa_task_details_item{
    width: calc(50% - 20px);
    margin: 10px;
    display: flex;
    align-items: center;
}
.qa_task_details_item p{
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #35353d;
}
.qa_task_details_item span{
    min-width: 130px;
    color: #969db3;
    width: 130px;
    align-self: center;
    font-size: 13px;
    line-height: 24px;
}
.qa_task_details_item > .task_status{
    margin-left: 10px;
}
.task_descr_details {
    position: relative;
    word-break: break-word;
    color: #131313;
    padding: 20px 24px;
    box-shadow: 0 2px 11px 0 rgba(15,27,87,.1);
    border-radius: 8px;
 
}
.task_descr_details{
    margin: 10px 0;
}
.task_description h5{
    font-size: 18px;
    line-height: 20px;
    color: #000;
}
.task_description {
    margin-top: 10px;
}
.sub_task_details{
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #e0e3e6;
    box-shadow: 4px 4px 24px rgba(26,36,71,.07);
    background: #fff;
    margin: 10px 0;
}
.attached_files{
    margin: 10px 0;
    padding: 15px;
    background-color: #f6f7f8;
    border-radius: 12px;
}
.attached_files p{
    word-break: break-word;
    color: #131313;
    margin-bottom: 0;
}
.qa_task_comment{
    margin: 35px 0;
}
.qa_task_comment textarea{
    background: #f5f7fa;
    border: 1px solid #e0e3e6;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
    resize: none;
}
.assigne_list{
    display: none;
    width: 300px;
    position: absolute;
    padding: 10px 0;
    max-height: 350px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
    top: calc(100% + 5px);
    right: 0;
    border: 1px solid #e9edf1;
    box-shadow: 4px 24px 56px rgba(147,155,183,.24);
    border-radius: 8px;
}

.assigne_list.show{
    display: block;
}
.assign_profile{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.assign_profile img{
    object-fit: cover;
}
.assigne_list> li{
    display: flex;
    align-items: center;
    padding: 10px;
}
.assigne_list> li + li{
    margin-top: 1px ;
}
.assigne_list> li.current,
.assigne_list> li:hover{
    background-color: #bde1ff;
}
.assigne_list> li.current p,
.assigne_list> li:hover p{
    color: #00A8FF;
}

.assigne_list> li p{ 
    margin-bottom: 0;
    color: #6a7185;
    font-size: 14px;
    font-weight: 600;
}
.asignee_search{
    position: relative;
    width: 100%;
}
.asignee_search{
    width: 100%;
}
.asignee_search input{
    width: 100% !important;
    border: 1px solid #e9edf1;
    outline: none;
    height: 30px; 
    width: 100%;
    padding: 4px 10px 4px 30px;
    border-radius: 8px;
    
}
.asignee_search img{
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.search-asignee:hover {
    background-color: #ffffff !important;
}
.assigned_person{
    display: flex;
    align-items: center;
}
.profile_assigned{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile_assigned img{
    object-fit: cover;
}
.assigned_person p{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #7b7b7b;
}
.qa-task.completed .completed_info p{ 
    margin-bottom: 0;
    font-weight: 500;
    font-weight: 13px;
    color: #83BF6E;
}
.qa-task.completed .completed_info{
    display: flex;
    align-items: center;
}
.qa-task.completed .completed_info img{
    margin-right:10px;
}
.task-image{
    width: 15px;
    height: 15px;
    position: absolute;
    top: -2px;
    right: 34px;
    background-color: #cc1313b8;
    color: #ffffffb5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;

}

.task-image-overview{
    width: 15px;
    height: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #cc1313b8;
    color: #ffffffb5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;

}

/* ===============Overview TaskProgress============== */


.task_status_option_overview{
    display: none;
    position: absolute;
    top: 100%;
    left: 3px;
    background-color: #ffffff;
    min-width: 250px;
    box-shadow: 0 0 14px rgba(26,36,71,.12);
    z-index: 99;
    border-radius: 15px;
    overflow: hidden;
    border:  1px solid #f5f7fa;;
}
.task_status_option_overview.show{
    display: block;
}
.task_status_option_overview > li{
    display: flex;
    align-items: center;
    padding: 12px 15px;
}
.task_status_option_overview > li p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.task_status_option_overview > li img{
    margin-right: 10px;
}
.task_status_option_overview > li + li{
    border-top: 1px solid #f5f7fa;
}
.task_status_option_overview > li.active,
.task_status_option_overview > li:hover{
    background-color: #edf3fe;
}
.task_status_option_overview > li.active p,
.task_status_option_overview > li:hover p{
    color: #00A8FF;
}



/* ==================Overview accordian-list==================*/


.accordian_action_overview{
    width: 4px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.accordian_action_overview svg{
    width: 8px;
    height: 18px;
}
.accordian_action_list_overview{
    position: absolute;
    top: 105%;
    right: 0;
    min-width: 150px;
    box-shadow: 0 0 14px rgba(26,36,71,.12);
     z-index: 999;
     border-radius: 10px;
     overflow: hidden;
     border: 1px solid #e5efff;
     background-color: #ffffff;
     display: none;
}
.accordian_action_list_overview.show{
    display: inline-block;
}
.accordian_action_list_overview> li{
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
.accordian_action_list_overview> li:hover{
    background-color:#edf3fe;
    color: #00A8FF;
}
.accordian_action_list_overview> li+li{
    border-top: 1px solid #f5f7fa;
}




/* ==================Priority==================*/


.list-task-priority {
    width: 20px;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.list-task-priority >img {
   object-fit: contain;
}


.task_priority_option{
    display: none;
    position: absolute;
    top: 100%;
    left: 3px;
    background-color: #ffffff;
    min-width: 250px;
    box-shadow: 0 0 14px rgba(26,36,71,.12);
    z-index: 99;
    border-radius: 15px;
    overflow: hidden;
    border:  1px solid #f5f7fa;;
}
.task_priority_option.show{
    display: block;
}
.task_priority_option > li{
    display: flex;
    align-items: center;
    padding: 12px 15px;
}
.task_priority_option > li p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.task_priority_option > li img{
    margin-right: 10px;
}
.task_priority_option > li + li{
    border-top: 1px solid #f5f7fa;
}
.task_priority_option > li.active,
.task_priority_option > li:hover{
    background-color: #edf3fe;
}
.task_priority_option > li.active p,
.task_priority_option > li:hover p{
    color: #00A8FF;
}
.task_priority_change img{
    width: 20px;
    height:auto;
}





.task_priority_option_overview{
    display: none;
    position: absolute;
    top: 100%;
    left: 3px;
    background-color: #ffffff;
    min-width: 250px;
    box-shadow: 0 0 14px rgba(26,36,71,.12);
    z-index: 99;
    border-radius: 15px;
    overflow: hidden;
    border:  1px solid #f5f7fa;;
}
.task_priority_option_overview.show{
    display: block;
}
.task_priority_option_overview > li{
    display: flex;
    align-items: center;
    padding: 12px 15px;
}
.task_priority_option_overview > li p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.task_priority_option_overview > li img{
    margin-right: 10px;
}
.task_priority_option_overview > li + li{
    border-top: 1px solid #f5f7fa;
}
.task_priority_option_overview > li.active,
.task_priority_option_overview > li:hover{
    background-color: #edf3fe;
}
.task_priority_option_overview > li.active p,
.task_priority_option_overview > li:hover p{
    color: #00A8FF;
}
.completed-count{
    margin-left: 5px;
    border: 1px solid #e0e3e6;
    border-radius: 5px;
    user-select: none;
    white-space: nowrap;
    padding: 2px 4px;
    cursor: pointer;
    color: #969db3;
    font-weight: bold;
}
.add_task_qalist{
    cursor: pointer;
}




 /* ------------------timeline--------------  */
.qa-timeline{
    display: flex;
    flex-direction: column;
    position: relative;

}
.qa-time_line_item{
    display: flex;
    min-height: 100px;
    min-height: 60px;
    padding: 15px 0;
}
.time_line_circle{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #9aa9cd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 12px;
    background-color: #ffffff;
    position: relative;
    z-index: 999;
}
.time_line_circle:after{
    content:'';
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #6b799b;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.qa-timeline-line{
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 140px;
    background-color: #9aa9cd;
}
.time_and_date{
    min-width: 120px;
}
.time_and_date p{
    color: #6b799b;
    font-size: 10.5px;
    line-height: 15px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
}
.time-line-details{
    display: flex;
    align-items: center;
}
.time-line-img-holder{
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.time-line-img-holder img{
    object-fit: contain;
}
.time-line-details p{
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.timeline-priority{
    margin-top: 10px !important;
    border: 1px solid #e0e3e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px !important;
    display: flex;
}
.timeline-priority > li{
    padding: 0 10px;
}
.timeline-priority > li:first-child{
    border-right: 1px solid #e0e3e6;
}
.timeline-priority > li:nth-child(2){
    display: flex;
}

.timeline-priority > li:nth-child(2)>div{
    display: flex;
}
.timeline-priority > li:nth-child(2)>div p,.timeline-priority{
    margin-bottom: 0;
    color: #8d8c8c;
    font-size: 14px;
    font-weight: 500;
}
.timeline-priority > li:nth-child(2)>div img{
    margin-right: 10px;
    height: 20px;
}
.timeline-priority .arrow-right{
    margin: 0 15px;
}
.close_modal{
    cursor: pointer;
}

#assign_task_modal{
    overflow: unset;
}
#assign_edit_form .filter_list{
    overflow: unset;
}
.assigned_to_select{
    width: 100%;
}
.assigned_to_select>.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span iall > span i {
    right: 100px !important;
}

.assigned_to_select>.SumoSelect > .CaptionCont {
    border: none;
}
.assigned_to_select>.SumoSelect>.CaptionCont>span {
    min-width: 100%;
}

.tabs {
    margin-top: 15px;
    overflow: hidden;
  }
  ul#tab-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    position: relative;
  }
  ul#tab-nav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #dddddd;
    z-index: 0;
  }
  .tab-item {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 5px 25px 15px 25px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
  }
  .tab-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #2bd14c;
    z-index: 1;
  }
  .tab-item:hover a,
  .tab-item.active a {
    color: #2bd14c;
  }
  .tab-item a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #343a40;
  }
  .unit_test_li{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  #test_cases_table{
    width: 100%;
    border-collapse: collapse;
  }
  .add-unit-test{
    width: 27px;
    height: 27px;
    min-width: 27px;
    min-height: 27px;
  }
  .add-unit-test>img{
    width: 100%;
    height: 100%;
  }
  .remove-unit-test{
    width: 27px;
    height: 27px;
    min-width: 27px;
    min-height: 27px;
  }
  .remove-unit-test>img{
    width: 100%;
    height: 100%;
  }
 
  .th-border{
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
  }

  /* ================================================================ */
.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    font-family:'Open-sans',Arial,sans-serif;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:10px;
    font-size: 16px;
    font-weight: 400;
    color:#8890a6;
    border:1px solid #DDDDDD;
    width:100%;
    border-radius: 3px;
    box-sizing: border-box;
}
.accordionItemHeading span{
  float: right;
  font-size: 25px;
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
	transform: scaleY(0);
    float:left;
    display:block;
}
.open .accordionItemContent{
    padding: 10px;
    background-color: #f0f1f1;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
	transform: scaleY(1);
	transform-origin: top;
	transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color:#8890a6;
    border:1px solid #DDDDDD;
    border-bottom:none;
}

.accordion-li{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0 !important;
}
#test_case_li{
    display: none;
}
.dashboard-categories{
    overflow: hidden;
}
.tasks_dashboard_items{
    overflow: auto;
    height: 700px;
}

.load-more-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-more-btn>button{
    background: #f2eded;
    border: none;
    border-radius: 3px;
    padding: 3px 10px;
    margin-bottom: 20px;
}
.list_issues{
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 400px;
    width: 100%;
    transition: 0.2s ease;
}
.list_task {
    position: relative;
    background: var(--secondary-color);
    padding: 10px;
    cursor: grab;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 15px !important;
}

.list_task h3 {
    margin: 5px 0;
}

.bulk-check-div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.bulk_select_div{
    display: flex;
    gap: 10px;
}
.bulk_select{
    width:200px
}
.bulk_submit{
    background: #06cf78;
    width: 100px !important;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 5px;
    margin-right: 30px;
    outline: none;
}
#issues_category{
    border: 2px solid #FFDD00 !important;
}
.log_add >img{
    min-width: 20px;
}

.review-label{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.rating {
    --dir: right;
    --fill: gold;
    --fillbg: rgba(100, 100, 100, 0.15);
    --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
    --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
    --stars: 5;
    --starsize: 3rem;
    --symbol: var(--star);
    --value: 1;
    --w: calc(var(--stars) * var(--starsize));
    --x: calc(100% * (var(--value) / var(--stars)));
    block-size: var(--starsize);
    inline-size: var(--w);
    position: relative;
    touch-action: manipulation;
    -webkit-appearance: none;
  }
  [dir="rtl"] .rating {
    --dir: left;
  }
  .rating::-moz-range-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
  }
  .rating::-webkit-slider-runnable-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
    -webkit-mask: repeat left center/var(--starsize) var(--symbol);
  }
  .rating::-moz-range-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
  }
  .rating::-webkit-slider-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
    -webkit-appearance: none;
  }
  .rating, .rating-label {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
  }
  .rating-label {
    margin-block-end: 1rem;
  }
  
  /* NO JS */
  .rating--nojs::-moz-range-track {
    background: var(--fillbg);
  }
  .rating--nojs::-moz-range-progress {
    background: var(--fill);
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--star);
  }
  .rating--nojs::-webkit-slider-runnable-track {
    background: var(--fillbg);
  }
  .rating--nojs::-webkit-slider-thumb {
    background-color: var(--fill);
    box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
    opacity: 1;
    width: 1px;
  }

  .rating_show {
    --dir: right;
    --fill: gold;
    --fillbg: rgba(100, 100, 100, 0.15);
    --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
    --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
    --stars: 5;
    --starsize: 1rem;
    --symbol: var(--star);
    --value: 1;
    --w: calc(var(--stars) * var(--starsize));
    --x: calc(100% * (var(--value) / var(--stars)));
    block-size: var(--starsize);
    inline-size: var(--w);
    position: relative;
    touch-action: manipulation;
    -webkit-appearance: none;
    background: none;
  }
  [dir="rtl"] .rating_show {
    --dir: left;
  }
  .rating_show::-moz-range-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
  }
  .rating_show::-webkit-slider-runnable-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
    -webkit-mask: repeat left center/var(--starsize) var(--symbol);
  }
  .rating_show::-moz-range-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
  }
  .rating_show::-webkit-slider-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
    -webkit-appearance: none;
  }
  .rating_show, .rating-label {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
  }
  .rating-label {
    margin-block-end: 1rem;
  }
.report_date .calendar_input {
    margin-right: 0;
    height: 32PX;
    font-size: 14px;
    font-weight: 400;
}
.month_icon{
    height: 40px;
    width: 40px;
}
.month_icon > img{
    min-width: 40px;
}
.month_project_wrapper{
    display:flex;
    gap:20px;
    align-items:center;
}
.project_image_wrapper{
    width:30px;
    height:30px;
}
.project_image_wrapper > img{
    width: 100%;
    height: 100%;
}
.monthly_project_datas{
    display: flex;
    flex-direction: column;
}

.select-drop{
    background: #fff;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.timesheet-select-wrapper{
    display: flex;
}

.reports-select-wrapper{
    margin-right: 10px;
    min-width: 150px;
    margin-bottom: 10px;
}

@media (max-width: 1400px){
    .timesheet-select-wrapper{
        flex-wrap: wrap;
    }
}
.filters > .SumoSelect{
    width: 200px !important;
}
.add_prompt_summary_div{
    max-width: 200px;
}
.excel_export {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.excel_export input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;  /* Hides the file input */
    filter: alpha(opacity=0); /* For older versions of Internet Explorer */
}
