﻿html {
    font-size: 14px;
}
#app{
    position: relative;
}
.padding-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.oneline {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.threeline {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.card-pagination {
    padding: 10px 20px
}

.pagination-text {
    position: relative;
    top: 6px;
}

.table-x-scroll {
    width: 100%;
    overflow-x: auto;
}

.table-x-scroll::-webkit-scrollbar,
.scroll-task-div::-webkit-scrollbar,
.scroll-filter::-webkit-scrollbar {
    width: 1px;
    height: 7px
}


/* Track */

.table-x-scroll::-webkit-scrollbar-track,
.scroll-task-div::-webkit-scrollbar-track,
.scroll-filter::-webkit-scrollbar-track {
    background: #f1f3fa;
}


/* Handle */

.table-x-scroll::-webkit-scrollbar-thumb,
.scroll-task-div::-webkit-scrollbar-thumb,
.scroll-filter::-webkit-scrollbar-thumb {
    background: #69737e;
}

.filter {
    width: auto;
    margin-left: 10px
}

.search_div {
    display: inline-flex;
    justify-content: flex-end;
}

.search_label {
    position: relative;
    top: 8px;
}

div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_length select {
    width: auto;
    display: inline-block;
}

.ml-1,
.mx-1 {
    margin-left: .375rem!important;
}

.mr-1,
.mx-1 {
    margin-right: .375rem!important;
}

.loader-img-div {
    position: absolute;
    top: 25%;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.loader-div {
    top: 0%;
    right: 0%;
    position: fixed;
    background: #00000036;
    height: 100vh;
    width: 100%;
    color: white;
    z-index: 9999999;
}

.project-title {
    font-size: 20px;
    font-weight: bold;
}

.project-title div {
    font-size: 12px;
    font-weight: 500;
}

.project-side .side-nav-link {
    padding: 10px 15px !important
}

.p-side-nav-uil {
    float: left;
    padding-top: 2px;
}

.plabel {
    float: left;
    width: 100px;
    font-size: 13px;
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
}

.f13 {
    font-size: 13px;
    margin-bottom: 8px;
}

.active-project-link {
    color: #727bf5 !important
}

.jq-toast-single {
    line-height: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.jq-toast-wrap {
    width: auto !important;
}

.jq-toast-single h2 {
    font-size: 18px !important
}

.jq-has-icon {
    padding: 15px 10px 15px 50px !important;
}

.logo-lg img {
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 22px;
}
.logo .logo-lg > span {
    font-size: 16px !important;
}

.user-text-icon {
    align-items: center;
    background-color: #dfe1e6;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 100%;
    box-sizing: border-box;
    color: #172b4d;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 28px;
    opacity: 1;
    height: 30px;
    width: 30px;
    overflow: hidden;
    white-space: nowrap;
}


/*}
.email-list>li .outlet_no{
    position: absolute;
    top: 0;
    left: 31%;
    right: 0;
    bottom: 0;
    width: 10%;
}
.email-list>li .zone{
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 10%;
}
.email-list>li .area{
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 10%;
}
.email-list>li .chain{
    position: absolute;
    top: 0;
    left: 65%;
    right: 0;
    bottom: 0;
    width: 10%;
}*/

.tags {
    float: left;
    margin-right: 10px;
    font-size: 13px!important;
}

.tag {
    width: 12px;
    display: inline-block;
    height: 12px;
    border-radius: 0px;
    font-size: 0.7rem;
    position: relative;
    top: 1px;
}

#assignmentTable tr td {
    padding: 5px 1px;
    width: 38px;
    text-align: center;
    border-right: 1px solid #f1f3fa;
    border-top: 1px solid #f1f3fa;
    border-radius: 0px;
    vertical-align: middle;
}

#assignmentTable tr.thead {
    border-bottom: 0px;
    color: #6c757d;
    background: #f8fafc
}

#assignmentTable tr.thead td:nth-child(2),
#assignmentTable tr.thead td:first-child {
    background: white;
    border-left: 0px;
    border-top: 0px;
}

#assignmentTable {
    table-layout: fixed;
}

#assignmentTable tr td:nth-child(2) {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    width: 180px;
}

#assignmentTable tr:last-child {
    border-bottom: 1px solid #f1f3fa;
}

td.user {
    background: #f1f3fa;
    text-align: left !important;
}

.tag-align-middle {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.pl8 {
    padding-left: 8px !important
}

.pl30 {
    padding-left: 30px;
}

.table-row-pointer tr {
    cursor: pointer;
}

.date-filter-middle {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
}

.date-filter-table {
    font-weight: bold;
    display: table;
    font-size: 16px;
}

.email-list>li {
    display: flex;
    border-bottom: 1px solid #f4f6f7;
}

.email-list>li .email-sender-info {
    width: 25%;
}

.email-list>li .email-sender-info .email-title {
    position: initial;
    white-space: inherit;
}

.email-list>li .outlet_no {
    width: 15%;
}

.email-list>li .zone {
    width: 15%;
}

.email-list>li .area {
    width: 15%;
}

.email-list>li .chain {
    width: 15%;
}

.email-list>li .email-content {
    position: initial;
}

.email-list>li .email-content .email-date,
.email-list>li .email-content .email-subject {
    position: initial;
}

.bold {
    font-weight: bold;
}

td.weekend:not(.available) {
    border-top: 5px solid #adb5bd !important;
}

.f12 {
    font-size: smaller
}

.muserp {
    height: 168px;
    width: 168px;
    object-fit: cover;
}

.update-cover {
    display: none;
    background: #00000085;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 167px;
    height: 84px;
    position: relative;
    top: -85px;
    margin-left: -1px;
    padding-top: 12px;
    font-size: 14px;
    color: white;
}

.update-cover i {
    font-size: 24px
}

.hoverImg:hover .update-cover {
    display: block;
    cursor: pointer;
}

.init {
    font-size: 4.5rem;
    background: #727bf5;
    color: white;
    text-shadow: 2px 3px 5px black;
    padding-top: 30px;
}

.update-cover.update {
    margin-left: 0px;
    width: 168px;
    height: 88px;
}

.emptyimg {
    align-items: center;
    background-color: #dfe1e6;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 100%;
    box-sizing: border-box;
    color: #172b4d;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 28px;
    opacity: 1;
    height: 48px;
    width: 48px;
    overflow: hidden;
    white-space: nowrap;
}

.action-btn {
    position: absolute;
    right: 0px;
    margin-top: -25px;
    margin-right: 30px;
}

.pointer {
    cursor: pointer
}

.gstatus {
    display: inline-flex;
    position: relative;
    top: 3px;
    margin-right: 20px;
}

input[data-switch]:checked+label:after {
    left: 18px;
    background-color: #f1f3fa;
}

input[data-switch]+label {
    width: 40px;
}

.gstatuslabel {
    color: grey;
    font-size: 16px;
    font-weight: 600;
}

label[for="switch1"] {
    position: relative;
    top: 16px;
    left: 10px;
}

.profile-action a {
    text-transform: uppercase;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 600
}

div.profile-action.t20 {
    margin-top: 20px;
}

.profile-action {
    margin-bottom: 12px
}

.line {
    width: 100%;
    border-top: 1px solid #dee2e6;
    position: absolute;
    left: 0px;
}

.gstatuslabel.role {
    position: relative;
    top: 4px;
    font-size: 12px !important
}

#roleTable td,
#roleTable th {
    padding: 0.5rem
}

.sinit_name {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    text-align: center;
    font-size: 3.5rem;
    text-transform: uppercase;
}

#assignmentProjectUser tr td {
    padding: 5px 1px;
    width: 40px;
    text-align: center;
    border-right: 1px solid #f1f3fa;
    border-top: 1px solid #f1f3fa;
    border-radius: 0px;
    vertical-align: middle;
}

#assignmentProjectUser tr.thead {
    border-bottom: 0px;
    color: #6c757d;
    background: #f8fafc
}

#assignmentProjectUser {
    table-layout: fixed;
}

#assignmentProjectUser tr td:first-child {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    width: 100px;
}

#assignmentProjectUser tr td:nth-child(2) {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    width: 200px;
}

#assignmentProjectUser tr:last-child {
    border-bottom: 1px solid #f1f3fa;
}

td.outlet_no {
    background: #f1f3fa
}

#assignmentAllProjectUser tr td {
    padding: 5px 1px;
    width: 40px;
    text-align: center;
    border-right: 1px solid #f1f3fa;
    border-top: 1px solid #f1f3fa;
    border-radius: 0px;
    vertical-align: middle;
}

#assignmentAllProjectUser tr.thead {
    border-bottom: 0px;
    color: #6c757d;
    background: #f8fafc
}

#timecard tr td:first-child {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    text-align: left;
    background: #f1f3fa;
    padding: 5px 8px !important;
}

#timecard tr td:nth-child(2) {
    text-align: left;
    background: #f1f3fa;
    padding: 5px 8px !important;
}

#assignmentAllProjectUser {
    table-layout: fixed;
}

#timecard tr td {
    padding: 5px 1px;
    min-width: 40px;
    text-align: center;
    border-right: 1px solid #f1f3fa;
    border-top: 1px solid #f1f3fa;
    border-radius: 0px;
    vertical-align: middle;
}

#assignmentAllProjectUser tr td:first-child {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    width: 150px;
}

#assignmentAllProjectUser tr td:nth-child(2) {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    width: 110px;
}

#assignmentAllProjectUser tr td:nth-child(3) {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    width: 200px;
}

#assignmentAllProjectUser tr:last-child {
    border-bottom: 1px solid #f1f3fa;
}

.filter-section a {
    color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
}

.filter-section a.active {
    color: #727bf5;
    font-weight: bold;
}

.backf0f {
    background-color: #f0f0f0
}

.w150 {
    width: 150px
}

.p-box:hover {
    background: grey;
    color: white
}

.p-box {
    padding: 2px 8px;
    cursor: pointer;
}

.p-main-box {
    border: 1px solid #dce0e4;
    border-radius: 5px;
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
}

.p-selected-box {
    border: 1px solid #dce0e4;
    border-radius: 5px;
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.attachment-box {
    border-top: 1px dashed grey;
    margin-top: 5%;
    padding-top: 10px;
}

.preview-box {
    width: 100%;
    height: 120px;
    border: 1px solid #dce0e4;
    border-radius: 3px;
    margin-top: 10px
}

.type {
    height: 80px;
    text-align: center;
    padding: 10px;
}

.type i {
    font-size: 4rem !important
}

.name {
    height: 40px;
    padding: 1px 10px;
    padding-top: 8px;
    border-top: 1px solid #dce0e4;
}

.picon {
    float: left;
    font-size: 10px;
    color: white;
    font-weight: 800;
    text-align: center;
    height: 18px;
    padding-top: 3px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.pdf .picon {
    background: #f64c2f;
}

.pdf .type i {
    color: #f64c2f
}

.word .picon {
    background: #25a564;
}

.word .type i {
    color: #25a564
}

.image .picon,
.other .picon {
    background: #6c747c;
}

.image .type i,
.other .type i {
    color: #6c747c
}

.btn-bluelight {
    background: #eef2f7;
    border-color: #dee2e6;
    color: #302b2b;
}

.repeat-days {
    border-radius: 100px;
    width: 30px;
    font-size: 12px;
    height: 30px;
    text-align: center;
    padding-top: 9px;
    color: grey;
    cursor: pointer;
    background: #f1f3f4;
}

.repeat-days.active {
    background: #727bf5;
    color: white;
}

.outlet-action-btn {
    position: absolute;
    right: 0px;
    margin-top: -36px;
    margin-right: 25px;
    background: #f1f3fa;
    height: 52px;
    width: 140px;
    text-align: center;
    padding-top: 10px;
    border-radius: 8px;
}

.catalog-row-actions {
    margin-top: -15px !important;
    height: unset !important;
    padding-top: 0 !important;
}

.catalog-row-actions-cell {
    position: relative;
    width: 140px;
    min-width: 140px;
}

.start_time {
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
}

.end_time {
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
}

.dash {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding-top: 7px;
}

.trash-icon {
    position: absolute;
    /* right: 20px;
    top: 15px; */
}

.trash-icon i {
    font-size: 18px !important;
    color: #e53d3d;
}

.outlet-table tr td {
    padding: 3px .35rem;
    vertical-align: middle;
    border-top: 0px;
    font-size: 0.8rem;
}

.no-border-radius {
    border-radius: 0px;
}

.backf0 {
    background: #dee2e6
}

td.padd0 {
    padding: 0px 8px 0px 0px !important
}

select.h44 {
    height: 44px;
    border-radius: 0px;
}

input.h44 {
    border-radius: 0px;
}

.dheight400 {
    max-height: 40vh;
    overflow-y: auto;
}

.icon-box {
    width: 25px;
    height: 1px;
    float: left;
}

.table .thead-ld th {
    color: #6c757d;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.no-shadow {
    box-shadow: none;
}

.card-body-small-padd {
    padding: 15px
}

#calendar .datepicker.datepicker-inline {
    outline: 1px solid #dee2e6
}

.disable-layer {
    width: 221px;
    background: transparent;
    position: absolute;
    height: 265px;
    z-index: 9;
    top: 110px;
}

.submenu-level-3 {
    padding: 8px 30px 8px 80px !important
}

.menu-project {
    font-size: 0.8rem;
}

.photo-icon {
    font-size: 22px;
    color: #717c80;
}

.image-box {
    box-shadow: 0px 0px 5px 0px #cecece;
    width: fit-content;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    float: left;
    margin-right: 25px;
}

.image-box .img {
    width: 150px;
    height: 150px
}

.image-box .time {
    padding-top: 10px
}

.image-box img {
    width: 150px;
    height: inherit;
    object-fit: cover;
}

.map-box {
    box-shadow: 0px 0px 5px 0px #cecece;
    padding: 10px;
    text-align: center;
}

.map-time {
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
    text-transform: uppercase;
    text-align: left;
}

.section.active {
    border-left: 3px solid #727bf5;
    min-height: 100px;
    height: auto;
    background: white;
    padding: 10px;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.section {
    padding: 20px;
}

.width-60p {
    width: 60%;
    float: left;
}

.width-40 {
    width: 40%;
    float: right;
    text-align: right;
    padding-top: 30px;
}

.footer-box {
    height: 50px;
    border-top: 1px solid lightgrey;
    width: 100%;
    margin-top: 15px;
    display: table;
    padding: 18px;
}

.form-control-custom,
.form-control-custom:hover,
.form-control-custom:focus,
.form-control-custom:active {
    border: 0px !important;
    border-bottom: 1px dashed #ced4db !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control[readonly] {
    background: white;
}

.questionButton {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: black;
    font-size: 14px !important;
}

.saveSection {
    color: grey;
    position: relative;
    top: 4px;
    font-weight: bold;
    font-size: 15px;
}

.form-action-icon {
    display: inline-flex;
}

.rvline {
    height: 25px;
    border: 1px solid;
    color: #dadada;
    margin: 0px 15px;
    position: relative;
}

.form-action-icon .fa {
    font-size: 25px;
    color: #757575;
}

.radio-section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.radio-section i {
    font-size: 16px;
    color: black;
    font-weight: bold;
    float: left;
    position: relative;
    top: 13px;
}

.radio-section i {
    font-size: 16px;
    color: black;
    font-weight: bold;
    float: left;
    position: relative;
    top: 13px;
}

.mtop-10 {
    margin-top: 10px;
}

.radio_option {
    margin-left: 10px !important;
}

.f16 {
    font-size: 16px;
}

.fc-content {
    text-align: initial;
}

.fc-event-container {
    max-height: 420px;
    overflow-y: auto;
}

.fc-scroller.fc-day-grid-container {
    height: auto !important;
    overflow: visible !important;
}

.custom-action-btn {
    position: absolute;
    right: 0px;
    margin-top: -30px;
    margin-right: 25px;
    background: #f1f3fa;
    width: 70px;
    text-align: center;
    padding-top: 6px;
}

.event-count {
    background: #ed8316;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 15px;
    color: white;
    width: 65%;
    position: relative;
    top: -10px;
}

@media (max-width: 767.98px) {
    .content-page {
        margin-left: 0!important;
        padding: 65px 0px 65px;
    }
}

.container.schedule {
    padding-left: 0px;
    padding-right: 0px;
}

#scheduleCalendar {
    table-layout: fixed;
}

#scheduleCalendar tr td {
    padding: 3px 2px;
    border-top: 0px;
    text-align: -webkit-center;
}

#scheduleCalendar thead {
    background: #f5f5f5;
}

#scheduleCalendar thead tr th {
    padding: 3px;
    text-align: center;
    border-top: 3px solid #c9c9c9;
    border-bottom: 0px;
}

.schedule-day {
    border-radius: 50%;
    width: 85%;
    height: 40px;
    padding-top: 5px;
    font-size: 16px;
}

.schedule-day.active {
    background: #278ced;
    color: white;
}

.p0 {
    padding: 0px
}

.event-div {
    background: #f5f5f5;
    display: flow-root;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    color: #278ced;
    font-weight: bold;
    padding: 3px;
    text-transform: uppercase;
}

.day-fre-prio {
    color: #0070c0;
    font-weight: bold;
    font-size: 14px;
}

.outlet_name {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.project_name {
    color: black;
    font-size: 16px;
}

.events {
    padding: 10px;
    border-bottom: 1px solid;
}

.back-to-calendar {
    background: #0b44ad;
    color: white;
    padding: 10px;
}

.ptop0 {
    padding: 0px 0px 65px !important;
}

.ptop0 .content .row.justify-content-center {
    margin-top: 0px !important
}

.image-mbox {
    float: left;
    margin-right: 8px;
    width: 150px;
}

.photo-image {
    width: 100%;
    height: 200px;
}

.photo-image img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.image-info {
    display: table-cell;
    height: 32px;
    vertical-align: middle;
}

.image-info-table {
    display: table;
    padding: 4px 6px;
    line-height: 16px;
}

.mleft-15 {
    margin-left: 15px;
}

.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word
}

.form-icon {
    background: #f1eded;
    border-radius: 55px;
    padding: 6px;
    color: grey;
    font-weight: bold;
    font-size: 22px;
}

.form-icon-parent {
    width: 47px;
    display: inline-block
}

.form-icon.plus {
    color: lightgrey !important
}

.share-label {
    width: 100%;
    float: left;
}

.copy-url {
    float: right;
    margin-left: 9px;
    box-shadow: none;
}

#enrollment_link,
#enrollment_share_link,
#response_link {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}

.url {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    word-break: break-all;
    float: left;
    display: table;
    width: 100%;
}

.qrcode-img {
    width: 35px;
    margin-left: 10px;
    float: right;
}

.date-range {
    display: flex;
    justify-content: flex-end;
}

.filter-dropdown {
    float: left;
    width: 18%;
    margin-right: 10px
}

.schedule-active {
    background: black;
    color: white
}

.schedule-active::before {
    content: "W";
}

.star {
    color: red
}

.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-word;
}

.photo-user-black {
    color: grey;
    font-size: 12px;
    margin: 8px 5px;
}

.photo-user {
    cursor: pointer;
    color: #727cf5;
    font-size: 12px;
    margin: 8px 5px;
}

.outlet-name {
    cursor: pointer;
    color: #727cf5;
    font-size: 12px;
}

.outlet-name-black {
    color: grey;
    font-size: 12px;
}

.created_at {
    color: #8e8e8e;
    font-size: 10px;
}

.color39a,
.color39a:hover,
.color39a:focus,
.color39a:active {
    color: #39afd1 !important
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, min-content));
    gap: 15px;
}

.fromURL,
.fromURL:hover,
.fromURL:focus {
    font-size: 14px;
    background: white;
    box-shadow: none;
    text-transform: initial;
    border: 1px solid #5b9bd5;
    border-radius: 50px;
    color: #4372c4;
}

.hide {
    display: none;
}

.leave-attachment-box {
    border: 1px solid #dee2e6;
    border-radius: 50px;
    padding: 1px 10px;
    float: left;
    margin-right: 10px;
    font-size: 16px;
}

i.uil-image-v,
i.fa-file-pdf-o {
    color: #d93025;
}

i.fa-file-word-o {
    color: #34a853
}

i.uil-paperclip,
i.uil-image-v,
i.fa-file-word-o,
i.fa-file-pdf-o {
    font-size: 20px !important;
    position: relative;
    top: 1px;
    left: 2px;
}

i.fa-file-word-o,
i.fa-file-pdf-o {
    line-height: 1.9rem
}

.filter-btn {
    border: 1px solid #adb3bb;
    color: grey !important;
    border-radius: 50px;
    width: 78px;
    padding: 6px 12px;
}

.filter-btn.active {
    border: 1px solid #0069ff;
    color: #0069ff !important;
    background: white;
}

.custom-input {
    min-width: 20%;
    width: auto;
    margin-right: 17px;
    margin-bottom: 10px;
}

.custom-input-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.custom-input-box a {
    height: fit-content
}

#monthySummary tr td {
    padding: 5px 1px;
    width: 40px;
    text-align: center;
    border-right: 1px solid #f1f3fa;
    border-top: 1px solid #f1f3fa;
    border-radius: 0px;
    vertical-align: middle;
}

#monthySummary tr.thead {
    border-bottom: 0px;
    color: #6c757d;
    background: #f8fafc
}

#monthySummary {
    table-layout: fixed;
}

#monthySummary tr td:first-child {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    width: 150px;
}

#monthySummary tr td:nth-child(2) {
    border-left: 1px solid #eef2f7;
    border-top: 1px solid #eef2f7;
    width: 150px;
}

#monthySummary tr:last-child {
    border-bottom: 1px solid #f1f3fa;
}


/* Header Strict CSS */

.report-table thead tr th,
.report-table tbody tr td {
    /* max-width: 150px; */
    min-width: 150px
}

.report-table.month-timecard thead tr th,
.report-table.month-timecard tbody tr td {
    max-width: 100px;
    min-width: 100px
}

.mm-70 {
    max-width: 70px !important;
    min-width: 70px !important;
}

.mm-50 {
    max-width: 50px !important;
    min-width: 50px !important;
}

.mm-150 {
    max-width: 150px !important;
    min-width: 150px !important;
}

.mm-200 {
    max-width: 200px !important;
    min-width: 200px !important;
}

.mm-90 {
    max-width: 90px !important;
    min-width: 90px !important;
}

.mm-250 {
    max-width: 250px !important;
    min-width: 250px !important;
}

.mm-270 {
    max-width: 270px !important;
    min-width: 270px !important;
}

.mm-177 {
    max-width: 177px !important;
    min-width: 177px !important;
}

.report-table thead tr th {
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.report-table tr td.day:last-child,
.report-table tr th.day:last-child {
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.report-table tr td.day:first-child,
.report-table tr th.day:first-child {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.event-box {
    margin-left: 20px;
}

.br {
    border-right: 1px solid #e0e0e0;
}

.bl {
    border-right: 1px solid #e0e0e0;
}

.report-table-dot {
    font-size: 10px;
    color: #2b9b8b;
}

.report-table-dot-week {
    font-size: 10px;
    color: #7d86c9;
}

table.report-table tbody,
table.report-table thead {
    display: block;
}

table.report-table tbody {
    overflow: auto;
    max-height: 70vh
}

.sort-div {
    float: right;
    width: 13px;
    cursor: pointer;
    height: 0px;
    position: relative;
    top: -8px;
}

.down-icon {
    color: lightgrey;
    position: relative;
    top: -25px;
}

.f22 {
    font-size: 22px;
}

.up-icon {
    color: lightgrey
}

.down-icon[desc=true] {
    color: grey
}

.up-icon[asc=true] {
    color: grey
}

td.td-active {
    background: #f1f3fa
}

.search-input {
    display: none;
    position: absolute;
    width: auto;
}

.search-input[enable="true"] {
    display: block;
    position: relative;
}

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

.prev-icon {
    font-size: 5rem;
    position: relative;
    left: -28px;
    color: grey
}

.next-icon {
    font-size: 5rem;
    position: relative;
    left: -32px;
    color: grey;
}

.zp-icon {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
}

.match-UI .selection .select2-selection.select2-selection--single {
    border-radius: 0px;
    border-color: #dee2e6;
    height: 40px;
    padding-left: 11px;
    font-size: 0.9rem;
}

.match-UI .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #6c757d;
    height: 40px;
    line-height: 37px;
}

.match-UI .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.none-arrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.accordion-a {
    width: 85%;
    top: -5px;
}

.custom-accordion a.collapsed i.accordion-arrow:before {
    content: "\F0142" !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.9rem !important;
    font-size: .9rem;
    font-weight: 400;
}

select {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 53px 12px;
    -webkit-appearance: none;
}

span.select2-selection.select2-selection--single span.select2-selection__arrow {
    /* background: url(/assets/images/caret-down.png) no-repeat right #fff;
    background-position: 16px;
     top:3px; */
    /* background-color: #fff; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 48px 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-width: 0px !important;
}

.select2-container .select2-selection--single {
    border-radius: 0px !important
}

.monthly-summary tr td:nth-child(3) {
    width: 100px !important;
}

.w120 {
    width: 120px !important
}

.w160 {
    width: 160px !important
}

.loading {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    top: -60px;
}

.wizard-count {
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 16px;
    background: white;
    color: #767f86;
}

.filter-row {
    width: 32%;
    float: left;
    margin-bottom: 5px;
}

.filter-label {
    float: left;
    width: 35%;
    height: 38px;
    padding: 8px 6px;
}

.filter-row input,
.filter-row select {
    float: left;
    width: 65%;
}

.w-65 {
    width: 65%;
    float: left;
}

@media (max-width: 768px) {
    .filter-row {
        width: 100%
    }
}

.claim-price {
    color: #3dafd1;
    font-size: 16px;
}

.claim-widget-text {
    height: 70px;
}

.flusk-btn {
    border-radius: 50px;
    padding: 2px 5px;
    position: relative;
    top: 7px;
    left: -10px;
}

.refresh-icon {
    background: white;
    border: 1px solid #dadada;
    border-radius: 50px;
    padding: 1px 4px;
    position: relative;
    top: 7px;
}

.export-btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.summary-start {
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.summary-end {
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.date-sep {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding-top: 6px;
}

.summary-report-export {
    border-color: #c1c9d1 !important;
}

.w-100px {
    width: 100px;
}

.top-8 {
    position: relative;
    top: 8px;
}

.top-4 {
    position: relative;
    top: 5px;
    left: 10px;
}

.top-5 {
    position: relative;
    top: 5px;
}

.mar-0-10 {
    margin: 0px 10px;
}

.tick-btn {
    border-radius: 55px;
    background: #39afd1;
    color: white;
    height: 23px;
    padding: 1px 4px;
    position: relative;
    top: 6px;
}

.plus-btn {
    border-radius: 55px;
    background: #39afd1;
    color: white;
    height: 23px;
    padding: 1px 4px;
    position: relative;
    font-size: 20px;
}

label.claim-switch {
    width: 80px !important;
}

input[data-switch]:checked+label.claim-switch:after {
    left: 56px;
    background-color: #f1f3fa;
}

.mw-160 {
    min-width: 160px;
}

.pl-0 {
    padding-left: 0px;
}

.table .thead-light th {
    color: #6c757d;
    background-color: #f1f3fa;
    border-color: #eef2f7;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eef2f7;
}

.table>:not(caption)>*>* {
    padding: inherit !important;
}

.custom-list.table>:not(caption)>*>* {
    padding: 0.95rem 0.95rem !important;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .form-inline label {
        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;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (min-width: 576px) {
    .form-inline label {
        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;
        margin-bottom: 0;
    }
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.45rem 1.9rem 0.45rem 0.9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 576px) {
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.small,
small {
    font-size: .75rem;
    font-weight: 400;
}

.dropify-wrapper .dropify-message p {
    font-size: 24px;
}

.photo-filter .filter-row {
    width: 100%;
}

.photo-filter .filter-row input,
.photo-filter .filter-row select {
    width: 100%;
}

.w-100p {
    width: 100%;
}

.color-box {
    width: 50px;
    height: 30px;
    background: red;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.color-check {
    color: white;
    font-size: 20px;
}

.color-strip {
    width: 92%;
    height: 35px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    padding-left: 10px;
}

.label-text {
    padding-top: 7px;
    float: left;
    color: white !important;
}

.right {
    float: right;
}

.edit-label {
    font-size: 18px
}

.tick {
    float: right;
    position: relative;
    top: 4px;
    font-size: 18px;
    /* display: none; */
    right: 10px;
    color: white;
}

.label-add-icon {
    font-size: 1.5rem;
    position: relative;
    top: -5px;
}

.label-box {
    float: left;
    width: 15px;
    height: 15px;
    margin: 3px;
}

.outlet-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.outlet-filter .status {
    display: inline-flex;
}

.outlet-filter .chain {
    display: inline-flex;
    width: 260px;
}

.outlet-filter .state {
    display: inline-flex;
    width: 220px;
}

.outlet-filter .label {
    display: inline-flex;
    width: 240px;
    padding-left: 25px;
}

.outlet-filter label {
    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;
    margin-bottom: 0;
}

.w-80 {
    width: 80px !important;
}

.edit-icon {
    background: gray;
    padding: 0px 4px;
    color: white;
    margin-left: 15px;
}

.cert-div {
    width: 100px;
    height: 80px;
    float: left;
}

.cert-div img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.v-middle {
    vertical-align: middle;
}

.cert-div.non-image {
    border: 1px solid lightgrey;
    text-align: center;
    border-radius: 5px;
}

.cert-div.non-image i {
    font-size: 3rem;
}

.cert-div.non-image i.mdi-file-pdf {
    color: #e96e6e;
}

.cert-div.non-image i.mdi-file-excel {
    color: #64bc7d;
}

.edit-attachment {
    float: left;
    display: grid;
    margin-right: 11px;
}

.call {
    background: #d14b23;
    color: white;
    font-size: 12px;
    width: 100%;
}

.assign {
    background: #166c4b;
    color: white;
    font-size: 12px;
    width: 100%;
}

.contact {
    background: #0078b3;
    color: white;
    font-size: 12px;
    width: 100%;
}

.cancel {
    background: #bb2b2e;
    color: white;
    font-size: 12px;
    width: 100%;
}

.arrive {
    background: #34a6b1;
    color: white;
    font-size: 12px;
    width: 100%;
}

.emergency {
    background: #bf1426;
    color: white;
    font-size: 12px;
    width: 100%;
}

.wait {
    background: #2f96a3;
    color: white;
    font-size: 12px;
    width: 100%;
}

.note {
    background: #147726;
    color: white;
    font-size: 12px;
    width: 100%;
}

.assign {
    background: #1e796a;
    color: white;
    font-size: 12px;
    width: 100%;
}

.org-box {
    border: 1px solid #a2a4ad;
    text-align: center;
    background: #e7d287;
    color: black;
}

.org-time {
    border-bottom: 1px solid;
    background: orange;
    color: black;
}

.org-div1 {
    border-bottom: 1px solid;
}

.circle {
    height: 30px;
}

.circle:before {
    content: ' \25CF';
    font-size: 30px;
    position: relative;
    top: -12px;
}

.h-line {
    width: 100%;
    border-top: 1px solid #6c757d;
    height: 1px;
    position: relative;
    top: -34px;
}

.mr-3 {
    margin-right: 3rem;
}

.scroll-task-div {
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}

.row-head {
    border: 1px solid #dee2e6;
    background: #f1f3fa;
    font-size: 12px;
    font-weight: bold;
}

.right-border {
    padding: 5px 10px;
    border-right: 1px solid #dee2e6;
}

.padd-510 {
    padding: 5px 10px;
}

.task-border-left {
    border-left: 1px solid #dee2e6;
}

.task-border-right {
    border-right: 1px solid #dee2e6;
}

.task-border-top {
    border-top: 1px solid #dee2e6;
}

.task-border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.middle-text {
    position: relative;
    top: -43px;
    left: 65px;
}

.padd-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 10%;
}

.remove-date-label {
    position: relative;
    top: 43px;
    font-size: 16px;
    font-weight: bold;
    color: #a94442 !important;
}

.below-icon {
    display: block;
    position: absolute;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #ECE5DD transparent;
}

.wo-title span {
    vertical-align: middle;
    display: inline-block;
    height: 38px;
    position: relative;
    top: 8px;
}

.wo-title {
    font-size: 20px;
}

.status-tab {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    background-color: #8eb4cb;
    border-color: #7da8c3;
}

.selected_cat_tag {
    padding: 8px;
    color: white !important;
    font-size: 12px !important;
    margin-right: 5px;
    border-radius: 5px;
}

.badge-btn {
    font-size: 14px;
    color: #5abc00;
    cursor: pointer;
    font-weight: 500;
}

.mtop5 {
    margin-top: 5px;
}

.category-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cat-color {
    height: 32px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 9px;
}

.edit-label-icon {
    padding: 0px 0px 0px 10px;
    position: relative;
    top: 3px;
    width: 60px;
}

.member-tick {
    display: none;
    position: absolute;
    right: 20px;
    margin-top: 5px;
    font-size: 1.2rem;
}

.add-member-btn {
    position: relative;
    top: 8px;
}

.technician-name {
    padding-left: 1rem;
    position: relative;
    top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.technician-trip[last="true"] {
    float: left;
}

.technician-trip {
    display: flow-root;
    margin-bottom: 5px;
}

.no-inc-image {
    height: 35px;
    width: fit-content !important;
    background: lightgrey !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px !important;
    font-size: 13px;
    font-weight: bold;
}

.no-image {
    height: 35px;
    background: lightgrey !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px !important;
    font-size: 13px;
    font-weight: bold;
}

.member-img {
    float: left;
    width: 35px;
    margin-left: 5px;
}

.w-33 {
    width: 33.33%
}

.w-32 {
    width: 32.5%
}

.w-25 {
    width: 25%
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.ui-box {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

.task-row {
    border-bottom: 1px solid white;
}

.task-row-padd {
    padding: 8px 10px;
}

.padd-right0 {
    padding-right: 0px;
}

.filter-case-box {
    padding: 12px;
    width: 400px;
}

.filter-textbox {
    border: 1px solid #dee2e6 !important;
    background-color: white !important;
    padding-left: 0.45rem !important;
}

.case-table tr th,
.case-table tr td {
    padding: .45rem .45rem !important;
    vertical-align: middle;
    font-size: 14px;
}

.case-table tr {
    border-bottom: 1px solid #dbe0e5
}

.case-status {
    position: relative;
    top: 8px;
    margin-right: 12px;
}

.case-user {
    float: left;
    position: relative;
    top: 8px;
    left: 10px;
}

.case-time {
    position: relative;
    top: -1px;
    left: 6px;
    font-size: 13px !important;
}

table td a.sign-btn {
    padding: 0.28rem 0.8rem !important;
    background: #727cf5 !important;
}

#signature {
    width: 100%;
    height: 200px;
}

.br {
    border-right: 2px solid #edeff1;
}

.btn-hg {
    padding: 0px;
}

.due_date_format:hover,
.btn-hg:hover {
    background: #edf2f7;
}

.due_date_format {
    color: #6c757d
}

.inc-padd {
    padding: 16px 25px !important;
}

.case-header {
    border-bottom: 2.02px solid white;
    background: #eef2f7;
    color: #313a46
}

.sticky {
    position: sticky;
    left: 0px;
    box-sizing: border-box;
}

.sticky.right-0 {
    right: 0px;
}

th.sticky {
    background: radial-gradient(#eef2f7, #eef2f7);
}

td.sticky {
    background: radial-gradient(white, white);
}

.case-table {
    min-width: 100%;
    width: max-content;
}

.c2.sticky {
    left: 70px;
}

.mw-250 {
    max-width: 250px;
    min-width: 140px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.position-relative {
    position: relative !important;
}

img.taskEmployeeImg {
    width: 30px;
    height: 30px;
}

.taskEmployeeImg {
    width: 25px;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-body {
    flex: 1;
}

.text-dark-grey {
    color: #616e80;
}

.taskEmployeeImg {
    border: 1px solid #e8eef3;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.text-darkest-grey {
    color: #4d4f5c !important;
}

.history-table tr th {
    width: 200px;
    height: 35px;
    vertical-align: top;
}

.view-link {
    display: flex;
    justify-content: space-between;
}

.assets-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.assets-img {
    width: 90px;
    height: 55px;
}

.assets-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.yellow-alert {
    background: #ffce50;
    padding: 25px 10px;
    color: black;
    font-weight: bold;
}

.approved {
    float: right;
    border: 2px solid #43d643;
    padding: 2px 35px;
    border-radius: 50px;
    color: black;
    background: white;
}

.reject {
    float: right;
    border: 2px solid red;
    padding: 2px 35px;
    border-radius: 50px;
    color: black;
    background: white;
    margin-right: 10px;
}

.tooltip-text .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 20px;
    position: absolute;
    z-index: 1;
    margin-top: 30px;
    margin-left: -30px;
}

.tooltip-text:hover .tooltiptext {
    visibility: visible;
}

.tooltip-action-btn a {
    margin-right: 5px;
}

.tooltip-action-btn {
    position: absolute;
    right: 0px;
    margin-top: -25px;
    margin-right: 50px;
    display: flex;
    width: 100px;
    justify-content: space-between;
}

div[aria-labelledby="dropdownTimeButton"] {
    max-height: 300px;
    overflow: auto;
}

a[active="true"],
a[active="true"]:hover,
a[active="true"]:focus {
    background: #727cf5;
    color: white;
}

.top-filter-label {
    margin-right: 10px;
}

.fit-width {
    width: 1%;
    white-space: nowrap;
}

.icon-btn.border-btn {
    border: solid 1px #616e80;
    background-color: #fff !important;
}

.icon-btn {
    color: #616e80 !important;
    position: relative;
    padding: 10px;
    border-radius: 0.25rem !important;
}

#filterTable tr td:last-child {
    border-right: 0px;
}

#filterTable tr td {
    border-bottom: 0.5px solid #e8eef3;
    border-top: 0.5px solid #e8eef3;
    padding: 5px 25px 5px 11px;
    background: white;
}

.filter-bar {
    margin-right: -35px;
    margin-left: -35px;
}

.filter-bar table {
    background: white;
}

.grey-btn-color {
    color: grey;
    font-weight: bold;
}

.view_password_backend {
    position: absolute;
    right: 28px;
    margin-top: 50px;
    cursor: pointer;
}

.filter-footer {
    padding: 13px 1.5rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dee2e6;
    position: fixed;
    bottom: 0px;
    width: 280px;
    background: white;
    box-shadow: 4px 3px 6px 1px grey;
}

.filter-body {
    padding: 1.5rem 1.5rem 4rem 1.5rem
}

.dropdown.do {
    width: fit-content;
    display: contents;
}

.column-body {
    padding: 5px 15px;
    widows: 175px;
    height: 350px;
    overflow-y: auto
}

.active-dropdown-li,
.active-dropdown-li:hover,
.active-dropdown-li:focus {
    background: #727cf5;
    color: white;
}

.jc-end {
    justify-content: end;
}
.jc-sb {
    justify-content: space-between;
}

.do-images {
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #80808026;
    margin-right: 10px;
}

.do-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
}

.status-btn {
    display: inline-flex;
    position: relative;
    margin-bottom: 0;
    padding: 3px 13px 4px 6px;
    max-width: 100%;
    min-width: 48px;
    height: 37px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 50px;
    color: #172b4d;
}

.status-btn.green {
    background-color: #D6ECD2;
}

.status-btn.green i {
    color: #7BC86C;
    font-size: 1.5rem;
}

.status-btn.grey {
    background-color: lightgrey;
}

.status-btn.grey i {
    font-size: 1.5rem;
    color: grey;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike>span {
    position: relative;
    display: inline-block;
}

.strike>span:before,
.strike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: grey;
}

.strike>span:before {
    right: 100%;
    margin-right: 15px;
}

.strike>span:after {
    left: 100%;
    margin-left: 15px;
}

.main-filter {
    padding-bottom: 0px;
    max-height: 36vh;
    overflow-y: auto;
}

.sub-filter {
    max-height: 37vh;
    overflow-y: auto;
    padding-top: 5px;
    padding-bottom: 0px
}

.report-thead {
    background: #7d7d7d;
    color: white;
}

.mw-40 {
    min-width: 40px;
}

.rack div.rack_val {
    background: #727cf5;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    padding-top: 4px;
    float: left;
}

div.rack_text {
    padding-top: 6px;
    position: relative;
    left: 5px;
    font-size: 0.7rem;
}

table#stockTable tbody tr td {
    vertical-align: middle;
}

.w-110 {
    width: 180px;
    float: left;
}

.w-40 {
    width: 40%;
}

.ptr-5-2 {
    padding: 5px 2px;
}

.w-25 {
    width: 25% !important;
}

.w-35 {
    width: 35%;
}

.select2-container,
.select2-selection--single {
    /* z-index: 999999; */
}

.left-12 {
    margin-left: -12px;
}

.line-through {
    text-decoration: line-through;
}

.top-20 {
    position: relative;
    top: 20px;
}

.max-w-1200 {
    max-width: 1200px;
    padding-right: var(--bs-gutter-x, 12px);
    padding-left: var(--bs-gutter-x, 12px);
    margin-right: auto;
    margin-left: auto;
}

.add-new {
    color: #588fee;
    font-size: 14px;
    font-weight: bold;
}

.site-name>span.select2 {
    z-index: 99;
}

.round-icon {
    border: 1px solid;
    border-radius: 23px;
    padding: 1px 3px;
    font-size: 12px;
    cursor: pointer;
}

.selected-sku-row {
    background-color: #efeded;
}

.full-w-button a {
    width: 100%;
}

.performed {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 12px;
}

.row.loader,
.card.loader {
    opacity: 0.5;
}

.statisticsLoading {
    position: absolute;
    z-index: 999;
    margin-top: 5%;
    margin-left: 16%;
}

.attendanceLoading {
    position: absolute;
    margin-top: 6%;
    margin-left: 20%;
    z-index: 999;
}

.weekAttendanceLoader {
    position: absolute;
    z-index: 999;
    margin-top: 5%;
    margin-left: 17%;
}

.top10Task {
    position: absolute;
    z-index: 999;
    margin-top: 5%;
    margin-left: 17%;
}

.top-13 {
    position: relative;
    top: 13px
}

.top-2 {
    position: relative;
    top: 2px;
}

.top-10 {
    position: relative;
    top: 10px
}

.f10 {
    font-size: 10px;
}

.h-400 {
    height: 350px;
}

.widgetLoading {
    position: absolute;
    z-index: 999;
    margin-top: 5%;
}

.color-box-packed {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.bg-gray {
    background-color: darkgray !important;
}

.bg-primary {
    background-color: #3490dc !important;
}

.flex-center {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.color-box-shipped {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.mt-7 {
    margin-top: 7px;
}

.order-edit-btn {
    background: #a3c75e;
    padding: 0px 4px;
}

.order-edit-btn i,
.order-delete-btn i {
    color: white;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.order-delete-btn {
    background: #dd5b5b;
    padding: 0px 4px;
}

.member-img {
    float: left;
    width: 35px;
    margin-left: 5px;
}

.no-image {
    height: 35px;
    background: lightgrey;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    font-size: 13px;
    font-weight: bold;
}

.comment-user-detail {
    margin-left: 50px;
}

.comment {
    width: 100%;
    min-height: 30px;
    background: white;
    border: 1px solid lightgrey;
    padding: 10px;
    position: relative;
    top: 5px;
}

.grey-a {
    color: grey !important;
    text-decoration: none;
}

.grey-a,
.grey-a:hover,
.grey-a:focus {
    color: grey;
    text-decoration: none !important;
}

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

.modal-backdrop {
    /* z-index: 10000001 !important; */
}

.modal {
    /* z-index: 10000002 !important; */
}

.pprev-icon {
    font-size: 5rem;
    color: grey
}

.nnext-icon {
    font-size: 5rem;
    color: grey;
}

.pick-edit {
    font-size: 12px;
}

.pick-edit:hover {
    font-weight: bold;
}

.white-td {
    background-color: white !important;
    border-bottom: 2px solid white !important;
    width: 70px;
}

.mm-100 {
    max-width: 100px !important;
    min-width: 100px !important;
}

.filter-head {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.groups {
    max-height: 300px;
    overflow-x: auto;
}

.groups::-webkit-scrollbar,
.h-70vh::-webkit-scrollbar,
.organization-dropdown::-webkit-scrollbar {
    width: 5px;
    height: 7px
}


/* Track */

.groups::-webkit-scrollbar-track,
.h-70vh::-webkit-scrollbar-track,
.organization-dropdown::-webkit-scrollbar-track {
    background: #f1f3fa;
}


/* Handle */

.groups::-webkit-scrollbar-thumb,
.h-70vh::-webkit-scrollbar-thumb,
.organization-dropdown::-webkit-scrollbar-thumb {
    background: #69737e;
}

.scrollable-div {
    max-height: 70vh;
    overflow-y: auto
}

.arrow-left {
    cursor: pointer;
    font-size: 20px;
}

.fc-event {
    color: initial !important;
}

.fc-list-event-title,
.fc-list-event-time {
    text-align: left !important;
}

.case-mgt-due-date {
    width: 60%;
    float: left;
    height: 30px;
}

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

#timecardFilterTable tr td {
    background: white;
}

#timecardFilterTable tr td a.dropdown-toggle {
    white-space: normal;
}

.clock-width {
    min-width: 130px !important;
    font-size: 12px;
}

.active-vie-btn {
    background: #727cf5 !important;
    color: white !important;
}

.work-time {
    font-size: 10px !important;
}

.incident-report-table tr th,
.incident-report-table tr td {
    max-width: 150px;
    min-width: 150px;
}

.modal-body {
    /*  font-size: 10px !important; */
}

#timecardMonthlyFilterTable tr td {
    padding: 5px 11px;
    background: white;
}

.mm-45 {
    max-width: 45px !important;
    min-width: 45px !important;
}

.mm-110 {
    max-width: 110px !important;
    min-width: 110px !important;
}

.v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.warehouse-tab {
    background: var(--fs-card-bg, #fff);
    border: none;
    margin-bottom: 8px;
}
.warehouse-tab li {
    border-right: 0.5px solid var(--fs-border, #e8eef3);
}
.warehouse-tab li a {
    font-weight: bold;
}

.warehouse-tab li a.active {
    color: #727cf5 !important;
}

.fs-8 {
    font-size: 0.8em
}

.timecard-tags {
    float: left;
    margin-right: 10px;
    font-size: 12px!important;
}
.type img{
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
.map-description{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 14px;
    color: black;
    font-weight: 600;
}
.d-content{
    display: contents !important;
}
.table-info-th {
    outline: 1px solid #d0d2d5;
}
.table-info-th th{
    vertical-align: bottom !important;
}

.to-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}
.w-inherit{
    width: inherit;
}
.tabStatus.active-btn {
    background-color: #6f6f6f !important;
}
.tabStatus:hover {
    background-color: #6f6f6f !important;
}

/********** NEW CSS *************/
.input-search-icon{
    position: absolute;
    margin: 0 10px
}
.align-item-center{
    align-items:center;
}
.pl-30{
    padding-left: 30px;
}
.w-250px{
    width: 250px;
}
.column-div-scroll{
    max-height: 300px;
    overflow-y: auto;
}
.filter-border{
    border: 1px solid rgb(222, 226, 230)
}
.filter-left-border{
    border-left:1px solid rgb(222, 226, 230)
}

.rule-based-filter-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}
.filter-dialog-header {
    padding: 16px 24px 0;
}
.filter-dialog-header__container {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 100%;
    position: relative;
}
.filter-dialog-header__title {
    font-weight: 500;
    font-size: 16px;
}
.filter-dialog-header__buttons {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.filter-dialog-header__feedback {
    margin-right: 8px;
    color: var(--primary-text-color) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.w-45rem{
    width:45rem
}
.w-40rem{
    width:40rem
}
.w-25rem{
    width:25rem
}
.filter-btn-border,
.input-group input.filter-btn-border{ 
    border:1px solid rgb(222, 226, 230) 
}
.filter-btn{
    display: flex;
    align-items: center;
    padding: 7px 16px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
    border-radius: 0.25rem;
}
.more-icon{
    background: #d6d6d6;
    padding: 1px 4px;
    color: black !important;
    border-radius: 6px;
}
.more-icon i{
    font-size: 16px;
    position: relative;
    top: 2px;
}
.column-name{
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}
.expand-btn{
    background: #e7e7e7;
    padding: 2px 7px;
    border-radius: 3px;
}
.expand-btn i{
    color: black
}
.childTableRow {
    display: none;
}
.table .thead-light th{
    height: 45px;
}
.check-uncheck-btn{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 10px;   
}
.check-uncheck-btn a{
    position: relative;
    top: -5px;
}
.icon-row div i{
    border: 1px solid #6169d0;
    background: #6169d0;
    color: white;
    border-radius: 50px;
    padding: 2px 5px;
}
.icon-row div{
    text-align: center;
    position: relative;
    top: 20px;
}
.fit-content{
    width: fit-content;
}
.width-60{
    width: 60px
}
.top-7{
    position: relative;
    top: 7px
}
.flex-end{
    justify-content: end;
}
.pagination-icon,
.action-icon i{
    font-size: 1.5rem;
}
.action-icon {
    color: grey;
    text-align: center;
}
.action-wrapper{
    justify-content: space-evenly;
    background: white;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    z-index: 9;
}
.action-wrapper .btn-list{
    width: 61%;
    justify-content: space-between;
    padding: 5px 0px;
}
.selected-items{
    width: 50px;
    background: #66b0ed;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}
.selected-items-label{
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: bold;
    justify-content: center;
    width: 20%;
}
.close-icon-wrapper{
    width: 11%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-left: 1px solid #cccccc;
}
.close-icon-wrapper a{
    color: grey;
}
.close-icon-wrapper a i{ 
    font-size: 2rem;
}
.w-10p{
    width: 10%;
}
.organization-dropdown{
    max-height: 500px;
    overflow-y: auto;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.remove_after::after{
    content: none!important;
}
.noti-icon-badge{
    display: none !important;
}
.organization-dropdown .org-switch-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.organization-dropdown .org-switch-check {
    margin-left: auto;
    font-size: 16px;
}
.organization-dropdown .org-switch-search .form-control {
    font-size: 13px;
}
.leftside-menu {
    --menu-row-bg: rgba(255, 255, 255, 0.1);
    --menu-row-color: #fff;
    width: 220px;
    padding-top: 48px;
    display: flex;
    flex-direction: column;
}
body[data-leftbar-theme=light] .leftside-menu {
    --menu-row-bg: rgba(49, 58, 70, 0.08);
    --menu-row-color: #313a46;
}
.logo {
    width: 220px;
    line-height: 48px;
    text-align: left !important;
    padding-left: 8px;
}
.wrapper .content-page {
    margin-left: 220px;
    padding-top: 56px;
}
.navbar-custom {
    left: 220px;
    display: flex;
    align-items: center;
    height: 48px;
    min-height: 48px;
    padding: 0 12px;
    gap: 12px;
}
.topbar-product-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-right: auto;
}
.topbar-product-name {
    font-size: 15px;
    font-weight: 600;
    color: #313a46;
    letter-spacing: -0.01em;
    white-space: nowrap;
}
.topbar-product-badge {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #727cf5;
    background: rgba(114, 124, 245, 0.12);
    border: 1px solid rgba(114, 124, 245, 0.24);
    border-radius: 999px;
    padding: 2px 8px;
    line-height: 1.4;
    white-space: nowrap;
}
.navbar-custom .topbar-left {
    width: 220px;
    height: 48px;
}
.navbar-custom .topbar-left .logo {
    line-height: 48px;
}
.navbar-custom .topbar-menu {
    display: flex;
    align-items: center;
    float: none !important;
    margin-left: auto;
    height: 48px;
}
.navbar-custom .topbar-menu li {
    float: none;
    display: flex;
    align-items: center;
    height: 48px;
    max-height: 48px;
}
.navbar-custom .topbar-menu .nav-link,
.topbar-dropdown .nav-link {
    display: inline-flex;
    align-items: center;
    height: 48px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 600;
}
.notification-list > .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.notification-list .noti-icon {
    font-size: 16px;
    line-height: 1;
}
.nav-user {
    min-height: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 0 12px !important;
    text-align: left !important;
    background-color: transparent !important;
    border: none !important;
}
.nav-user .account-user-avatar {
    position: static;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.nav-user .account-user-avatar img {
    height: 24px;
    width: 24px;
}
.nav-user .account-user-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}
.nav-user .account-position {
    display: none !important;
}
.navbar-custom .user-text-icon {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 11px;
}
.button-menu-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: -1;
    float: none;
    flex-shrink: 0;
    height: 48px;
    line-height: 1;
    width: 44px;
    font-size: 18px;
    margin-left: -12px;
}
.footer {
    left: 220px;
}
.leftside-menu .side-nav .side-nav-link {
    padding: 6px 10px;
    margin: 1px 8px;
    border-radius: 8px;
    font-size: 0.875rem;
}
.leftside-menu .side-nav .side-nav-link i {
    font-size: 1rem;
    margin: 0;
}
.leftside-menu .side-nav .menu-arrow {
    right: 6px;
}
.leftside-menu .side-nav .side-nav-title {
    padding: 0;
    font-size: 0.625rem;
    pointer-events: auto;
    cursor: pointer;
}
.leftside-menu .side-nav-title-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.leftside-menu .side-nav-title-toggle:hover,
.leftside-menu .side-nav-title-toggle:focus {
    color: #fff;
    text-decoration: none;
}
.leftside-menu .side-nav-title-toggle .menu-arrow {
    position: static;
    margin-left: 8px;
}
.leftside-menu .side-nav-section-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.leftside-menu .menu-section-body {
    display: none;
}
.leftside-menu .menu-section-body.is-open {
    display: block;
}
.leftside-menu .side-nav-second-level li a,
.leftside-menu .side-nav-third-level li a,
.leftside-menu .side-nav-forth-level li a {
    margin: 1px 8px;
    border-radius: 8px;
    padding: 6px 10px 6px 36px;
    font-size: 0.8125rem;
}
.leftside-menu .side-nav .side-nav-link:hover,
.leftside-menu .side-nav .side-nav-link:focus,
.leftside-menu .side-nav .side-nav-item.menuitem-active > a.side-nav-link:not([data-bs-toggle="collapse"]),
.leftside-menu .side-nav-second-level li a:hover,
.leftside-menu .side-nav-second-level li a:focus,
.leftside-menu .side-nav-second-level li.active > a,
.leftside-menu .side-nav-third-level li a:hover,
.leftside-menu .side-nav-third-level li a:focus,
.leftside-menu .side-nav-third-level li.active > a,
.leftside-menu .side-nav-forth-level li a:hover,
.leftside-menu .side-nav-forth-level li a:focus,
.leftside-menu .side-nav-forth-level li.active > a {
    background: var(--menu-row-bg);
    color: var(--menu-row-color) !important;
}
.leftside-menu-search {
    position: relative;
    flex-shrink: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.leftside-menu #leftside-menu-container {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
}
.leftside-menu .side-nav {
    padding-bottom: 12px;
}
.leftside-menu-dock {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.leftside-menu-dock-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #cedce4;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}
.leftside-menu-dock-btn:hover,
.leftside-menu-dock-btn:focus {
    color: #fff;
    text-decoration: none;
}
.leftside-menu-dock-logout,
.leftside-menu-dock-logout:hover,
.leftside-menu-dock-logout:focus {
    color: #f67280;
}
.leftside-menu-search .form-control {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #cedce4;
}
.leftside-menu-search .form-control::placeholder {
    color: #8391a2;
}
.leftside-menu-search .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
}
body[data-leftbar-compact-mode=condensed] .leftside-menu-search {
    display: none;
}

@media (min-width: 768px) {
    body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) .wrapper .leftside-menu {
        display: none !important;
        width: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) .wrapper .content-page {
        margin-left: 0 !important;
    }
    body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) .wrapper .app-shell {
        margin-left: 0 !important;
    }
    body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) .wrapper .navbar-custom,
    body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) .wrapper .footer {
        left: 0 !important;
    }
}
.leftside-menu .side-nav .side-nav-item.menu-search-hidden,
.leftside-menu .side-nav .side-nav-title.menu-search-hidden,
.leftside-menu .side-nav-second-level li.menu-search-hidden {
    display: none !important;
}
.menu-search-palette[hidden] {
    display: none !important;
}
.menu-search-palette {
    position: fixed;
    inset: 0;
    z-index: 2000;
}
.menu-search-palette-scrim {
    position: absolute;
    inset: 0;
    background: rgba(49, 58, 70, 0.55);
}
.menu-search-palette-card {
    position: relative;
    width: min(520px, calc(100% - 32px));
    margin: 12vh auto 0;
    background: #fff;
    border: 1px solid #e3eaef;
    border-radius: 4px;
    overflow: hidden;
}
.menu-search-palette-card .form-control {
    border: 0;
    border-bottom: 1px solid #e3eaef;
    border-radius: 0;
    height: 48px;
    padding: 12px 16px;
}
.menu-search-palette-list {
    max-height: 360px;
    overflow: auto;
}
.menu-search-palette-empty {
    padding: 24px 16px;
    text-align: center;
    color: #6c757d;
    font-size: 13px;
}
.menu-search-palette-item {
    display: flex;
    width: 100%;
    gap: 12px;
    align-items: baseline;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 10px 16px;
    cursor: pointer;
}
.menu-search-palette-item.is-active,
.menu-search-palette-item:hover {
    background: #f1f3fa;
}
.menu-search-palette-section {
    flex: 0 0 88px;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8391a2;
}
.menu-search-palette-label {
    color: #313a46;
    font-size: 14px;
}
.dropdown{
    width: auto!important;
}

.page-title-box {
    padding-top: 8px;
    padding-bottom: 8px;
}
.page-title-box .page-title-right {
    display: none !important;
}
.page-title-box .page-title {
    line-height: 1.4 !important;
}

.fs-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 4px 0 12px;
}
.fs-page-header .page-title-box {
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.fs-page-header .page-title {
    margin: 0;
}
.fs-page-header-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.fs-filter-bar {
    margin: 0 0 12px;
    padding: 0;
    border: 1px solid var(--fs-border, #e8eef3);
    border-radius: 8px;
    overflow: hidden;
    background: var(--fs-card-bg, #fff);
}
.fs-filter-bar .table,
.fs-filter-bar table {
    margin-bottom: 0;
    background: transparent;
}
.fs-filter-bar td {
    background: transparent !important;
    border: 0 !important;
    padding: 8px 12px !important;
    vertical-align: middle;
}

.fs-name-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: 280px;
}
.fs-name-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    display: block;
    min-width: 0;
}
.fs-name-text.fs-name-wide {
    max-width: 320px;
}
.fs-avatar-sm,
.fs-avatar-sm.emptyimg,
img.fs-avatar-sm {
    height: 32px !important;
    width: 32px !important;
    min-width: 32px;
    line-height: 32px !important;
    font-size: 11px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.fs-list-table th,
.fs-list-table td {
    white-space: nowrap;
    vertical-align: middle;
    font-size: 13px;
    padding: 8px 10px !important;
}
.fs-list-table .fs-wrap {
    white-space: normal;
}

.fs-sticky-col {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--fs-card-bg, #fff);
}
#timecard td.fs-sticky-col {
    background: var(--fs-raised, #f1f3fa);
}

.fs-legend-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.fs-legend-row .timecard-tags {
    float: none;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

























.field-day-page.container-fluid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 4px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
}

.content-page:has(.field-day-page) {
    padding-top: 56px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 8px;
}

.home-board {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.home-board-main {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-board-aside {
    flex: 0 0 320px;
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.has-quick-tools-drawer {
    --quick-tools-rail-width: 56px;
    --fs-topbar-height: 48px;
}

body.has-quick-tools-drawer .app-shell {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 220px;
}

body.has-quick-tools-drawer .wrapper .content-page {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
}

body.has-quick-tools-drawer .footer {
    right: var(--quick-tools-rail-width);
}

.quick-tools-shell {
    flex: 0 0 var(--quick-tools-rail-width);
    width: var(--quick-tools-rail-width);
    max-width: var(--quick-tools-rail-width);
    align-self: stretch;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.quick-tools-drawer {
    position: fixed;
    top: var(--fs-topbar-height, 48px);
    right: 0;
    bottom: 0;
    width: var(--quick-tools-rail-width);
    max-width: var(--quick-tools-rail-width);
    display: flex;
    flex-direction: column;
    z-index: 1042;
    overflow: hidden;
}

.quick-tools-drawer-panel {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    max-width: var(--quick-tools-rail-width);
    min-height: 100%;
    overflow: hidden;
    background: #ffffff;
    border-left: 1px solid #eef2f7;
}

.quick-tools-drawer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 10px;
    flex: 1 1 auto;
}

.quick-tools-drawer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #dee2e6;
    border-radius: 7px;
    background: #ffffff;
    color: #6c757d;
    font-size: 16px;
    line-height: 1;
}

.quick-tools-drawer-btn:hover,
.quick-tools-drawer-btn:focus-visible {
    color: #313a46;
    border-color: #c8ced6;
    background: #f8f9fa;
    outline: none;
}

.home-panel {
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
}

.home-panel-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.home-panel-title {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #313a46;
}

.home-panel-head .home-panel-title {
    margin-bottom: 0;
}

.home-panel-count {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    color: #8391a2;
}

.home-quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.home-quick-btn {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: #ffffff;
    color: #313a46;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.home-quick-btn-primary {
    background: #f0a14a;
    border-color: #f0a14a;
    color: #1a140c;
}

.home-team-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-team-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #eef2f7;
}

.home-team-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.home-team-row:last-child {
    padding-bottom: 0;
}

.home-team-avatar {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f3fa;
    color: #6c757d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.home-team-copy {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.home-team-name {
    font-size: 13px;
    font-weight: 600;
    color: #313a46;
}

.home-team-role {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 11px;
    color: #8391a2;
}

.home-team-status {
    flex-shrink: 0;
    padding: 3px 8px;
    border-radius: 999px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-team-status.is-onsite {
    color: #1b7f4a;
    background: #e6f6ee;
}

.home-team-status.is-enroute {
    color: #c56a1a;
    background: #fff1e4;
}

.home-team-status.is-idle {
    color: #6c757d;
    background: #f1f3fa;
}

.home-team-status.is-scheduled {
    color: #5c6b8a;
    background: #eef2f7;
}

.home-team-status.is-leave {
    color: #2f5d9f;
    background: #e8f0fb;
}

.home-team-status.is-off {
    color: #8391a2;
    background: #f5f7fa;
}

img.home-team-avatar {
    display: block;
    object-fit: cover;
    padding: 0;
    border: 0;
}

.home-team-toolbar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.home-team-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.home-team-chip {
    padding: 4px 8px;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    background: #ffffff;
    color: #313a46;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.home-team-chip span {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #8391a2;
}

.home-team-chip.is-active {
    background: #f0a14a;
    border-color: #f0a14a;
    color: #1a140c;
}

.home-team-chip.is-active span {
    color: #1a140c;
}

.home-team-search {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #ffffff;
    color: #313a46;
    font-size: 12px;
}

.home-team-search:focus {
    outline: none;
    border-color: #f0a14a;
}

.home-team-scroll {
    max-height: 420px;
    overflow-y: auto;
}

a.home-quick-btn {
    text-decoration: none;
}

a.home-quick-btn:hover,
a.home-quick-btn:focus {
    text-decoration: none;
    border-color: #c8ced6;
    background: #f8f9fa;
}

a.home-quick-btn-primary:hover,
a.home-quick-btn-primary:focus {
    background: #f0a14a;
    border-color: #f0a14a;
    color: #1a140c;
}

.home-board-empty {
    margin: 8px 0 0;
    font-size: 12px;
    color: #8391a2;
}

.home-board-empty[hidden] {
    display: none;
}

.home-region-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#home-region .home-panel-head {
    align-items: center;
}

.home-region-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    max-height: 216px;
    overflow-y: auto;
}

.home-region-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "name frac" "bar bar";
    gap: 2px 10px;
    padding: 8px 0;
    border-top: 1px solid #eef2f7;
}

.home-region-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.home-region-name {
    grid-area: name;
    font-size: 13px;
    font-weight: 600;
    color: #313a46;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-region-frac {
    grid-area: frac;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    color: #8391a2;
}

.home-region-track {
    grid-area: bar;
    display: block;
    height: 6px;
    border-radius: 999px;
    background: #eef2f7;
    overflow: hidden;
}

.home-region-bar {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: #f0a14a;
}

.home-glance-row.home-glance-hour {
    grid-template-columns: 48px minmax(52px, 88px) max-content minmax(0, 1fr);
    gap: 12px 16px;
    align-items: center;
    padding: 12px 0;
}

.home-glance-faces {
    --face: 26px;
    --face-gap: 6px;
    display: grid;
    grid-template-rows: var(--face) var(--face);
    grid-auto-flow: column;
    grid-auto-columns: var(--face);
    justify-content: start;
    align-content: center;
    width: 100%;
    min-width: 0;
    min-height: calc(var(--face) * 2 + var(--face-gap));
    row-gap: var(--face-gap);
    column-gap: var(--face-gap);
    overflow: hidden;
}

.home-glance-face {
    width: var(--face);
    height: var(--face);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: #f1f3fa;
    color: #6c757d;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    box-shadow: 0 0 0 1px #eef2f7;
}

.home-glance-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-glance-face-more {
    background: #313a46;
    color: #ffffff;
    font-size: 8px;
    box-shadow: none;
}

.home-glance-hour-track {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: #eef2f7;
    overflow: hidden;
}

.home-glance-hour-bar {
    display: block;
    height: 100%;
    min-width: 0;
    border-radius: 999px;
    background: #f0a14a;
}

















.home-territory-metrics {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.home-territory-metric-end {
    text-align: right;
}

.home-territory-value-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.home-territory-value {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #313a46;
}

.home-territory-value.is-positive,
.home-territory-trend.is-up {
    color: #1b7f4a;
}

.home-territory-trend {
    font-size: 14px;
    font-weight: 600;
}

.home-territory-label {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #8391a2;
}




.home-panel.home-planner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 0;
    overflow: hidden;
}

.home-planner-scroll {
    flex: 1 1 auto;
    min-height: 0;
}

.home-planner-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    min-height: 280px;
    height: 100%;
}

.home-planner-day {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-left: 1px solid #ced4da;
    background: #ffffff;
}

.home-planner-day:first-child {
    border-left: 0;
}

.home-planner-day-head {
    display: grid;
    grid-template-columns: 2.25em minmax(0, 1fr);
    align-items: stretch;
    border-bottom: 1px solid #ced4da;
}

.home-planner-day-num,
.home-planner-day-name {
    display: flex;
    align-items: center;
    padding: 8px 6px;
    font-size: 12px;
    line-height: 1.2;
}

.home-planner-day-num {
    justify-content: center;
    font-weight: 700;
    color: #313a46;
    border-right: 1px solid #ced4da;
}

.home-planner-day-name {
    min-width: 0;
    font-weight: 500;
    color: #8391a2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-planner-day-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 220px;
    padding: 10px 8px;
    overflow-y: auto;
}

.home-planner-events {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.home-planner-event {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.35;
    color: #313a46;
}

.home-planner-event.is-leave {
    gap: 0;
    margin-bottom: 6px;
}

.home-planner-event-dot {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-top: 4px;
    border-radius: 50%;
    background: #8391a2;
}

.home-planner-event-title {
    min-width: 0;
    word-break: break-word;
}

.home-planner-event.is-leave .home-planner-event-title {
    display: block;
    width: 100%;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}

.home-planner-event.is-holiday .home-planner-event-title {
    color: #c0392b;
    font-weight: 600;
}

.home-planner-empty {
    font-size: 11px;
    color: #8391a2;
    text-align: center;
    margin-top: 8px;
}

.home-planner-day.is-today {
    background: #fffaf3;
}

.home-planner-day.is-today .home-planner-day-head {
    border-bottom-color: rgba(240, 161, 74, 0.55);
}

.home-planner-day.is-today .home-planner-day-num {
    color: #c56a1a;
}










.field-day-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
}

.field-day-date {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: #313a46;
}

.field-day-meta {
    margin: 2px 0 0;
    font-size: 13px;
    color: #8391a2;
}

.field-day-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

.field-day-time-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #f1f3fa;
    border: 1px solid #eef2f7;
    border-radius: 999px;
}

.field-day-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f0a14a;
    box-shadow: 0 0 0 2px rgba(240, 161, 74, 0.18);
}

.field-day-clock {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #313a46;
}





.home-glance-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.home-glance-head .home-panel-title {
    margin-bottom: 4px;
}

.home-glance-meta,
.home-glance-hours {
    margin: 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    color: #8391a2;
}

.home-glance-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-bottom: 12px;
}

.home-glance-stat {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.home-glance-stat-label {
    font-size: 12px;
    color: #8391a2;
}

.home-glance-stat-frac {
    font-size: 16px;
    font-weight: 700;
    color: #313a46;
}

.home-glance-stat-pct {
    font-size: 12px;
    font-weight: 600;
    color: #1b7f4a;
}

.home-glance-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.home-glance-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.home-glance-sep {
    color: #c8ced6;
    font-size: 14px;
    line-height: 1;
    user-select: none;
}

.home-glance-select {
    padding: 5px 22px 5px 12px;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4'%3E%3Cpath fill='none' stroke='%238391a2' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round' d='M1 1l2 2 2-2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 6px 4px;
    color: #313a46;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    appearance: none;
    cursor: pointer;
}

.home-glance-select:focus {
    outline: none;
    border-color: #f0a14a;
}

.home-glance-tab {
    padding: 5px 12px;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    background: #ffffff;
    color: #313a46;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.home-glance-tab.is-active {
    background: #f0a14a;
    border-color: #f0a14a;
    color: #1a140c;
}

.home-glance-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-glance-row {
    display: grid;
    grid-template-columns: 48px 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid #eef2f7;
}

.home-glance-row:first-child {
    border-top: 0;
}

.home-glance-row[hidden] {
    display: none;
}

.home-glance-time,
.home-glance-who {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    color: #8391a2;
}

.home-glance-km {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    font-weight: 600;
    color: #c56a1a;
}

.home-glance-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.home-glance-title {
    font-size: 13px;
    font-weight: 600;
    color: #313a46;
}








@media (max-width: 1199.98px) {
    .home-planner-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .home-planner-grid {
        min-width: 840px;
    }
}

@media (max-width: 991.98px) {
    .home-board {
        flex-direction: column;
    }

    .home-board-aside {
        flex: 1 1 auto;
        width: 100%;
    }

    .home-panel.home-planner {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .content-page:has(.field-day-page) {
        padding: 56px 0 20px;
    }

    .field-day-page.container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .field-day-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
    }

    .field-day-date {
        font-size: 20px;
    }

    .field-day-right {
        align-items: flex-start;
    }

    .home-glance-row {
        grid-template-columns: 44px 48px minmax(0, 1fr);
        gap: 8px 10px;
    }

    .home-glance-row.home-glance-hour {
        grid-template-columns: 44px minmax(40px, 72px) minmax(0, 1fr);
        grid-template-areas:
            "time track copy"
            "faces faces faces";
        gap: 8px 10px;
        padding: 12px 0;
    }

    .home-glance-hour .home-glance-time { grid-area: time; }
    .home-glance-hour .home-glance-hour-track { grid-area: track; }
    .home-glance-hour .home-glance-copy { grid-area: copy; }
    .home-glance-hour .home-glance-faces {
        grid-area: faces;
        --face: 24px;
        --face-gap: 0;
        grid-auto-columns: 12px;
        column-gap: 0;
        row-gap: 4px;
        min-height: calc(var(--face) * 2 + 4px);
    }

    .home-glance-row .home-team-status {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

/* Quick Tools To-Dos panel */
#quick-tools-root {
    position: static;
}

.todos-panel-root {
    position: static;
    width: 0;
    height: 0;
    overflow: visible;
}

.quick-tools-drawer-btn {
    position: relative;
}

.quick-tools-drawer-btn.is-active {
    color: #f0a14a;
    border-color: #f0a14a;
    background: rgba(240, 161, 74, 0.12);
}

.quick-tools-drawer-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #f0a14a;
    color: #1a140c;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.todos-panel-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 18, 24, 0.35);
    z-index: 1040;
}

.todos-panel {
    position: fixed;
    top: var(--fs-topbar-height, 48px);
    right: var(--quick-tools-rail-width, 56px);
    bottom: 0;
    width: 440px;
    max-width: calc(100vw - var(--quick-tools-rail-width, 56px));
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-left: 1px solid #eef2f7;
    box-shadow: -8px 0 24px rgba(15, 18, 24, 0.08);
    z-index: 1041;
}

.todos-slide-enter-active,
.todos-slide-leave-active {
    transition: transform 0.24s ease;
}

.todos-slide-enter,
.todos-slide-leave-to {
    transform: translateX(100%);
}

.todos-fade-enter-active,
.todos-fade-leave-active {
    transition: opacity 0.2s ease;
}

.todos-fade-enter,
.todos-fade-leave-to {
    opacity: 0;
}

.todos-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 10px;
    border-bottom: 1px solid #eef2f7;
}

.todos-panel-kicker {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #8391a2;
    text-transform: uppercase;
}

.todos-panel-title {
    margin: 4px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #313a46;
}

.todos-list-selector {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 4px;
}

.todos-list-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #313a46;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.todos-list-toggle-name {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.todos-list-menu-btn {
    width: 28px;
    height: 28px;
}

.todos-list-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    padding: 6px 0;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 18, 24, 0.12);
    z-index: 5;
}

.todos-list-actions-menu {
    left: auto;
    right: 0;
    min-width: 160px;
}

.todos-list-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    color: #313a46;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.todos-list-option:hover {
    background: #f8f9fa;
}

.todos-list-option.is-active {
    font-weight: 600;
}

.todos-list-option.is-danger {
    color: #d64545;
}

.todos-list-option.is-danger:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.todos-list-option-spacer {
    width: 16px;
    flex-shrink: 0;
}

.todos-list-dropdown-divider {
    height: 1px;
    margin: 6px 0;
    background: #eef2f7;
}

.todos-list-create {
    padding: 10px 14px;
}

.todos-list-create-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.todos-list-rename {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
    max-width: 280px;
}

.todos-list-rename-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    background: #ffffff;
    color: #313a46;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    outline: none;
}

.todos-list-rename-input:focus {
    border-color: rgba(240, 161, 74, 0.7);
    box-shadow: 0 0 0 3px rgba(240, 161, 74, 0.15);
}

.todos-list-rename .todos-icon-btn {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    color: #6c757d;
}

.todos-list-rename-confirm {
    color: #c56a1a !important;
}

.todos-list-rename-confirm:hover {
    background: rgba(240, 161, 74, 0.12);
    color: #c56a1a !important;
}

.todos-panel-header-actions {
    display: flex;
    gap: 6px;
}

.todos-icon-btn,
.todos-btn,
.todos-text-btn,
.todos-due-chip,
.todos-composer-trigger,
.todos-picker-item,
.todos-check-btn {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.todos-icon-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #6c757d;
}

.todos-icon-btn:hover {
    background: #f1f3fa;
    color: #313a46;
}

.todos-panel-search {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 16px 0;
    padding: 0 12px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: #f8f9fa;
}

.todos-panel-search i {
    color: #8391a2;
}

.todos-panel-search input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 10px 0;
    outline: none;
    font-size: 13px;
    color: #313a46;
    -webkit-text-fill-color: #313a46;
}

.todos-panel-search input::placeholder {
    color: #8391a2;
    opacity: 1;
    -webkit-text-fill-color: #8391a2;
}


.todos-due-chip {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    background: #f1f3fa;
    border: 0;
    cursor: pointer;
}

.todos-due-chip.is-active {
    background: rgba(240, 161, 74, 0.16);
    color: #c56a1a;
}


.todos-composer {
    padding: 12px 16px 0;
}

.todos-composer-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8f9fa;
    color: #6c757d;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.todos-composer-form {
    padding: 16px;
    border: 1px solid #e5e9ef;
    border-radius: 12px;
    background: #f3f5f8;
}

.todos-editor-card {
    padding: 14px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #ffffff;
}

.todos-composer-form.is-orange,
.todos-editor-card.is-orange,
.todos-card.is-orange {
    background: #fff1e4;
    border-color: #f0d0b0;
}

.todos-composer-form.is-green,
.todos-editor-card.is-green,
.todos-card.is-green {
    background: #e8f7ef;
    border-color: #bfe5cf;
}

.todos-composer-form.is-blue,
.todos-editor-card.is-blue,
.todos-card.is-blue {
    background: #e8f1fb;
    border-color: #bfd4ef;
}

.todos-composer-form.is-purple,
.todos-editor-card.is-purple,
.todos-card.is-purple {
    background: #f1ebfb;
    border-color: #d4c4ef;
}

.todos-composer-form.is-teal,
.todos-editor-card.is-teal,
.todos-card.is-teal {
    background: #e5f7f5;
    border-color: #b8e4df;
}

.todos-composer-form.is-pink,
.todos-editor-card.is-pink,
.todos-card.is-pink {
    background: #fdebf3;
    border-color: #f0c4d8;
}

.todos-input {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    background: #ffffff;
    color: #313a46;
}

.todos-input-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #e2e7ee;
    border-radius: 10px;
    padding: 10px 12px;
    background: #ffffff;
    box-shadow: none;
}

.todos-input-title:focus {
    outline: none;
    border-color: #d7dee8;
    box-shadow: 0 0 0 3px rgba(240, 161, 74, 0.08);
}

.todos-input-body {
    resize: vertical;
    min-height: 88px;
    margin-bottom: 12px;
    border: 1px solid #e2e7ee;
    border-radius: 10px;
    padding: 10px 12px;
    background: #ffffff;
    line-height: 1.5;
}

.todos-input-body:focus {
    outline: none;
    border-color: #d7dee8;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(240, 161, 74, 0.08);
}

.todos-input-field {
    border-color: #e2e7ee;
    background: #ffffff;
}

.todos-input-field:focus {
    outline: none;
    border-color: #d7dee8;
    background: #ffffff;
}

.todos-input-inline {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    border: 0;
    border-radius: 0;
    padding: 4px 0;
    margin: 0;
    font-size: 13px;
    color: #313a46;
    background: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.todos-input-inline:focus {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.todos-input-inline::placeholder {
    color: #9aa5b5;
}

.todos-checklist-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
}

.todos-checklist-row.is-completed .todos-input-inline {
    text-decoration: line-through;
    color: #8391a2;
}

.todos-check-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #c5ccd6;
    background: transparent;
    flex: 0 0 auto;
}

.todos-check-btn {
    color: #6c757d;
    font-size: 18px;
    line-height: 1;
}

.todos-check-btn.is-checked {
    color: #f0a14a;
}

.todos-due-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
}

.todos-date-calendar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #eef2f7;
    border-radius: 999px;
    background: #f8f9fa;
    color: #6c757d;
    cursor: pointer;
}

.todos-date-calendar-btn:hover,
.todos-date-calendar-btn.is-active {
    border-color: rgba(240, 161, 74, 0.35);
    background: rgba(240, 161, 74, 0.12);
    color: #c56a1a;
}

.todos-date-input {
    border: 1px solid #dee2e6;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    background: #ffffff;
}

.todos-assign-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8391a2;
    cursor: pointer;
}

.todos-assign-toggle:hover,
.todos-assign-toggle.is-active {
    color: #c56a1a;
}

.todos-assign-group .todos-chip-list {
    margin-top: 8px;
}

.todos-assign-group .todos-assign-picker {
    margin-top: 8px;
}

.todos-meta-row {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.todos-meta-label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8391a2;
}

.todos-color-row,
.todos-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.todos-picker {
    position: relative;
}

.todos-picker-results {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    max-height: 180px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 18, 24, 0.12);
    z-index: 2;
}

.todos-picker-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    text-align: left;
    color: #313a46;
}

.todos-picker-item:hover {
    background: #f8f9fa;
}

.todos-picker-item small {
    margin-left: auto;
    color: #8391a2;
}

.todos-person-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef2f7;
    color: #313a46;
    font-size: 11px;
    font-weight: 600;
}


.todos-person-chip button {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.todos-color-swatch {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.todos-color-swatch.is-small {
    width: 18px;
    height: 18px;
}

.todos-color-swatch.is-active {
    border-color: #313a46;
}

.todos-color-swatch.is-default { background-color: #ffffff; border: 1px solid #dee2e6; }
.todos-color-swatch.is-orange { background-color: #ffb26b; }
.todos-color-swatch.is-green { background-color: #6fcf97; }
.todos-color-swatch.is-blue { background-color: #6fa8dc; }
.todos-color-swatch.is-purple { background-color: #b39ddb; }
.todos-color-swatch.is-teal { background-color: #4db6ac; }
.todos-color-swatch.is-pink { background-color: #f48fb1; }

.todos-composer-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}

.todos-btn {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.todos-btn-ghost {
    color: #6c757d;
}

.todos-btn-primary {
    background: #f0a14a;
    color: #1a140c;
}

.todos-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.todos-text-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
}


.todos-back-btn {
    margin-bottom: 10px;
}

.todos-panel-body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 12px 16px 20px;
    scrollbar-width: thin;
    scrollbar-color: #c5ccd6 transparent;
}

.todos-panel-body::-webkit-scrollbar {
    width: 8px;
}

.todos-panel-body::-webkit-scrollbar-track {
    background: transparent;
}

.todos-panel-body::-webkit-scrollbar-thumb {
    background: #c5ccd6;
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.todos-panel-body::-webkit-scrollbar-thumb:hover {
    background: #9aa5b5;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.todos-panel-body-main {
    flex: 1 1 auto;
    min-height: 0;
}

.todos-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 180px;
    text-align: center;
    color: #8391a2;
    font-size: 13px;
}

.todos-empty i {
    font-size: 28px;
}

.todos-card-list {
    display: grid;
    gap: 10px;
}

.todos-drag-handle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #b0b8c4;
    font-size: 18px;
    line-height: 1;
    cursor: grab;
}

.todos-drag-handle:hover {
    color: #6c757d;
    background: rgba(15, 23, 42, 0.04);
}

.todos-drag-handle:active {
    cursor: grabbing;
}

.todos-card-ghost {
    opacity: 0.45;
}

.todos-card-dragging {
    opacity: 1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.todos-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #ffffff;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.todos-card-content {
    flex: 1;
    min-width: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
}

.todos-card-due {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    color: #8391a2;
}

.todos-card-due .mdi {
    display: block;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.todos-card-due.is-overdue {
    color: #d9534f;
}

.todos-note-check {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9aa5b5;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.todos-note-check:hover {
    color: #6c757d;
}

.todos-note-check.is-checked {
    color: #5f6368;
}

.todos-card:hover,
.todos-card.is-menu-open {
    box-shadow: 0 6px 16px rgba(15, 18, 24, 0.06);
}

.todos-card-actions {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 0 0 auto;
    margin-left: auto;
}

.todos-card-action-btn,
.todos-card-menu-wrap > .todos-card-action-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.12s ease, background 0.12s ease, color 0.12s ease;
}

.todos-card:hover .todos-card-action-btn,
.todos-card:hover .todos-card-menu-wrap > .todos-card-action-btn,
.todos-card.is-menu-open .todos-card-action-btn,
.todos-card.is-menu-open .todos-card-menu-wrap > .todos-card-action-btn,
.todos-star-btn.is-starred {
    opacity: 1;
    pointer-events: auto;
}

.todos-card-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #8391a2;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.todos-card-action-btn:hover,
.todos-card-action-btn.is-active {
    background: #f1f3f7;
    color: #495057;
}

.todos-star-btn.is-starred,
.todos-star-btn.is-starred:hover {
    color: #f4b400;
}

.todos-card-menu-wrap {
    position: relative;
}

.todos-card-menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 30;
    min-width: 180px;
    padding: 6px 0;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 18, 24, 0.12);
}

.todos-card-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 14px;
    border: 0;
    background: transparent;
    color: #3b4554;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.todos-card-menu-item i {
    font-size: 16px;
    color: #8391a2;
}

.todos-card-menu-item:hover {
    background: #f5f7fa;
}

.todos-card-menu-divider {
    height: 1px;
    margin: 6px 0;
    background: #eef2f7;
}

.todos-card.is-pinned {
    border-color: rgba(240, 161, 74, 0.35);
}

.todos-card.is-complete .todos-card-title {
    text-decoration: line-through;
    color: #8391a2;
}

.todos-completed-section {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
}

.todos-completed-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 0;
    border: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    text-align: left;
}

.todos-completed-toggle:hover {
    color: #495057;
}

.todos-completed-list {
    margin-top: 10px;
}

.todos-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.todos-card-title {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    color: #313a46;
}


.todos-avatar {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef2f7;
    color: #313a46;
    font-size: 11px;
    font-weight: 700;
}


.todos-note-meta {
    margin-top: 12px;
}

.todos-note-due {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #6c757d;
}

.todos-note-due .mdi {
    display: block;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.todos-note-due.is-overdue {
    color: #d9534f;
}

.todos-editor-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
}

.todos-editor-header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}

.todos-editor-header .todos-input-title {
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0;
}

.todos-editor-menu-wrap {
    flex: 0 0 auto;
    margin-top: 4px;
}

.todos-editor-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}







































































@media (max-width: 768px) {
    .todos-panel {
        right: 0;
        width: 100vw;
        max-width: 100vw;
    }

    .todos-panel-backdrop {
        background: rgba(15, 18, 24, 0.55);
    }
}

/* Weekly Plan overlay â€” right panel (~55â€“60vw), rail stays visible */
.weekly-plan-root {
    position: relative;
    z-index: 1040;
}

.weekly-plan-backdrop {
    position: fixed;
    top: var(--fs-topbar-height, 48px);
    left: 0;
    right: var(--quick-tools-rail-width, 56px);
    bottom: 0;
    background: rgba(15, 18, 24, 0.35);
    z-index: 1040;
}

.weekly-plan-overlay {
    position: fixed;
    top: var(--fs-topbar-height, 48px);
    right: var(--quick-tools-rail-width, 56px);
    bottom: 0;
    width: 58vw;
    max-width: calc(100vw - var(--quick-tools-rail-width, 56px));
    min-width: min(720px, calc(100vw - var(--quick-tools-rail-width, 56px)));
    z-index: 1041;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #ffffff;
    border: 0;
    border-left: 1px solid #eef2f7;
    border-radius: 0;
    box-shadow: -8px 0 24px rgba(15, 18, 24, 0.12);
    overflow: hidden;
}

.weekly-plan-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid #e3e8ef;
    background: #fafbfc;
}

.weekly-plan-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.weekly-plan-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #8391a2;
}

.weekly-plan-week-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.weekly-plan-week-label {
    min-width: 11.5rem;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #313a46;
}

.weekly-plan-nav-btn,
.weekly-plan-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #6c757d;
    cursor: pointer;
}

.weekly-plan-nav-btn:hover,
.weekly-plan-nav-btn:focus-visible,
.weekly-plan-close-btn:hover,
.weekly-plan-close-btn:focus-visible {
    background: rgba(49, 58, 70, 0.06);
    color: #313a46;
}

.weekly-plan-body {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.weekly-plan-loading {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e3e8ef;
    font-size: 12px;
    color: #8391a2;
    pointer-events: none;
}

.weekly-plan-grid {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    min-height: 0;
    height: 100%;
}

.weekly-plan-grid.is-loading {
    opacity: 0.72;
}

.weekly-plan-day {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    border-left: 1px solid #ced4da;
    background: #ffffff;
}

.weekly-plan-day:first-child {
    border-left: 0;
}

.weekly-plan-day-head {
    display: grid;
    grid-template-columns: 2.25em minmax(0, 1fr);
    align-items: stretch;
    flex: 0 0 auto;
    border-bottom: 1px solid #ced4da;
}

.weekly-plan-day-num,
.weekly-plan-day-name {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    font-size: 12px;
    line-height: 1.2;
}

.weekly-plan-day-num {
    justify-content: center;
    font-weight: 700;
    color: #313a46;
    border-right: 1px solid #ced4da;
}

.weekly-plan-day-name {
    min-width: 0;
    font-weight: 500;
    color: #8391a2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.weekly-plan-day-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 10px 8px 8px;
}

.weekly-plan-events,
.weekly-plan-todo-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.weekly-plan-event {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.35;
    color: #313a46;
}

.weekly-plan-event.is-leave {
    gap: 0;
    margin-bottom: 6px;
}

.weekly-plan-event-dot {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-top: 4px;
    border-radius: 50%;
    background: #8391a2;
}

.weekly-plan-event-title {
    min-width: 0;
    word-break: break-word;
}

.weekly-plan-event.is-leave .weekly-plan-event-title {
    display: block;
    width: 100%;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}

.weekly-plan-event.is-holiday .weekly-plan-event-title {
    color: #c0392b;
    font-weight: 600;
}

.weekly-plan-empty {
    margin: 0;
    font-size: 11px;
    color: #8391a2;
}

.weekly-plan-todos {
    flex: 0 0 auto;
    border-top: 1px solid #e3e8ef;
    background: #fafbfc;
    padding: 10px 8px 12px;
    max-height: 42%;
    overflow-y: auto;
}

.weekly-plan-todos-label {
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #8391a2;
}

.weekly-plan-todo {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 6px;
}

.weekly-plan-todo-check {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: -1px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6c757d;
    cursor: pointer;
}

.weekly-plan-todo-check:hover,
.weekly-plan-todo-check:focus-visible {
    color: #f0a14a;
}

.weekly-plan-todo-title {
    min-width: 0;
    padding-top: 2px;
    font-size: 12px;
    line-height: 1.35;
    color: #313a46;
    word-break: break-word;
}

.weekly-plan-todo.is-complete .weekly-plan-todo-title {
    color: #8391a2;
    text-decoration: line-through;
}

.weekly-plan-todo.is-complete .weekly-plan-todo-check {
    color: #27ae60;
}

.weekly-plan-day.is-today {
    background: #fffaf3;
}

.weekly-plan-day.is-today .weekly-plan-day-head {
    border-bottom-color: rgba(240, 161, 74, 0.55);
}

.weekly-plan-day.is-today .weekly-plan-day-num {
    color: #c56a1a;
}

.weekly-plan-day.is-today .weekly-plan-todos {
    background: #fff6eb;
}

.weekly-plan-fade-enter-active,
.weekly-plan-fade-leave-active {
    transition: opacity 0.2s ease;
}

.weekly-plan-fade-enter,
.weekly-plan-fade-leave-to {
    opacity: 0;
}

.weekly-plan-slide-enter-active,
.weekly-plan-slide-leave-active {
    transition: transform 0.24s ease;
}

.weekly-plan-slide-enter,
.weekly-plan-slide-leave-to {
    transform: translateX(100%);
}


















@media (max-width: 1280px) {
    .weekly-plan-overlay {
        width: 68vw;
        min-width: 0;
    }

    .weekly-plan-body {
        overflow: auto;
    }

    .weekly-plan-grid {
        grid-template-columns: repeat(7, minmax(118px, 1fr));
        min-width: 860px;
        height: auto;
        min-height: calc(100vh - var(--fs-topbar-height, 48px));
    }
}

@media (max-width: 768px) {
    .weekly-plan-backdrop {
        right: 0;
    }

    .weekly-plan-overlay {
        right: 0;
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
    }

    .weekly-plan-header {
        padding: 14px 12px 12px;
    }

    .weekly-plan-week-label {
        min-width: 0;
        font-size: 14px;
    }
}
