.dashboard-body .left-workspace-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background-color: var(--bg-primary);
}

.dashboard-body .module-header span {font: var(--font-rounded-stat);color: #7a644c;}

.dashboard-body .module-header span.header-score, .dashboard-body .stat-module:last-child .module-header span.header-score {color: #b69f77;}
.profile-task-panel table.custom-table tbody tr:nth-child(2) td:first-child {color: #aa917d !important;}

.dashboard-body .module-header {
    display: flex;
    justify-content: space-between;
    color: var(--accent-bronze);
    margin-bottom: 10px;
    border-bottom: 2px dotted var(--text-dim);
    padding-bottom: 10px;
}

.dashboard-body .status-msg {
    font: var(--font-body);
    color: #c8cac9;
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-body .memo-text {
    color: #8f8174;
    font: var(--font-body);
    margin: 5px 0 0;
}

.dashboard-body .dps-flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.dashboard-body .dps-box {
	display: flex;
    font: var(--font-body);
    color: #d5c8c0;
    flex-direction: column;
    border-right: 1px dashed var(--text-dim);
	justify-content: space-between;
}

.dashboard-body .dps-box:last-child {border: none;}

.dashboard-body .dps-box span {
    font: var(--font-rounded-stat);
    font-size: 20px;margin-top: 8px;
}

.dashboard-body .leverage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard-body .leverage-list li {
    display: flex;
    justify-content: space-between;
    font: var(--font-body);
    padding: 2px 0;
}

.dashboard-body .stat-module .icon-wrap { height: 15px; width: 15px; display: flex;align-items: center;justify-content: center;}

.dashboard-body .warning-msg {color: #99826d;}

.dashboard-body .warning-icon {font-family: "Font Awesome 6 Free";font-weight: 900;font-size: 15px; color: var(--warning-yellow);}

.dashboard-body .success-dot:before, .dashboard-body .warning-dot:before { 
	background-color: var(--success-green);
	content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50%; 
}

.dashboard-body .warning-dot:before { background-color: var(--warning-yellow); }

.tan { color: var(--accent-tan); }
.gold { color: var(--accent-gold); }
.bronze { color: var(--accent-bronze); }
.red { color: var(--status-red); }
.cyan { color: var(--status-cyan); }
.orange { color: var(--status-orange); }
.green { color: var(--status-green); }
.success-green { color: var(--success-green); }
.dim { color: var(--text-dim); }
.lite-green {color: #acae0f !important;}

.dashboard-body-wrap {
    display: flex;
    height: calc(100vh - 60px); /* Adjust based on header height */
    overflow: hidden;
    background-color: var(--bg-primary);
}

.dashboard-body .scroll-area {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--bg-surface) transparent;
}

.dashboard-body .fixed-sidebar {
	width: 100%;
    max-width: 450px;
    background-color: var(--bg-secondary);
    border-left: 1px solid var(--bg-surface);
    height: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	background-image: url(../images/sidebar-bg.jpg);
    background-size: cover;
}

.dashboard-body .profile-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 0 0;
    width: 100%;
	position: relative;
}

.dashboard-body .profile-header:before, .custom-modal.task-details-pop .task-top-wrapper:before {
    position: absolute;
    content: " ";
    border-left: 2px dotted #4b4947;
    height: 100%;
    left: 50%;
    bottom: 0;
}

.dashboard-body .profile-header-wrap .header-divider:before {
    height: 100%;
    border: 1px dotted var(--text-dim);
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
	
.dashboard-body .profile-header-wrap .avatar-wrapper {
    position: absolute;
    margin: -85px auto 10px;
}

.dashboard-body .profile-header-wrap .avatar-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid var(--text-dim);
    overflow: hidden;
    background: var(--bg-surface);
    position: absolute;
	left: 5px;
}

.dashboard-body .profile-header-wrap .avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-body .profile-header-wrap .camera-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--bg-surface);
    border: 1px solid var(--text-muted);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--text-muted);
}

.dashboard-body .profile-header .user-name {
    font: var(--font-body);
    font-size: 18px;
    font-weight: var(--weight-bold);
    margin: 10px 0 0;
    color: #bdbdbd;
}

.dashboard-body .profile-header .user-brand {
    color: #b79573;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
}


.dashboard-body .profile-header .datetime-info {
    text-align: left;
}

.dashboard-body .profile-header .time-label {
    font-size: 14px;
    color: #d7bea4;
    font-weight: bold;
}

.dashboard-body .profile-header .day-text {
    font-family: var(--font-primary);
    font-size: 35px;
    color: var(--project-title); /* Using bronze for that muted gold look */
    margin: 0 auto;
	font-weight: bold;
}

.dashboard-body .profile-header .date-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: bold;
}

.dashboard-body .profile-header .date-text,  { color: #dbc4ad; }
.dashboard-body .profile-header .vertical-bar { color: #bdbdbd; }
.dashboard-body .profile-header .percentage-text, .project-dashboard .inner-title h3.success-green { color: var(--success-green); }

.dashboard-body .task-workspace {
    background-color: var(--bg-primary);
    font-family: var(--font-primary);
    padding: 15px 0;
}

.dashboard-body .task-action-bar {margin-bottom: 10px;}
.dashboard-body .profile-header-wrap, .fixed-sidebar .sidebar-task, .fixed-sidebar .row, .profile-task-panel .footer, .profile-task-panel .current-piller {width: 100%;padding: 0 25px;}

.dashboard-body .add-task-btn {
	width: 100%;
    font: var(--font-rounded-stat);
    color: var(--text-main);
    letter-spacing: 1px;
    max-width: 150px;
    padding: 5px;
    border-radius: 0;
    border: 1px solid var(--text-dim);
    margin-left: 10px;
}
.dashboard-body .blackbox-task-table {width: 100%;border-collapse: collapse;font-size: 12px;color: var(--text-main);table-layout: fixed;}
.dashboard-body .blackbox-task-table th .table-head-title {text-align: left;color: #4b4947;padding: 10px 5px;vertical-align: bottom;text-transform: uppercase;}
.dashboard-body .blackbox-task-table td {padding: 12px 5px;border-bottom: 1px solid var(--bg-surface);}
.dashboard-body .add-task .input-group {height: 35px;border-color: var(--text-dim);margin: 0 auto;}
.dashboard-body .add-task-btn span {font: 'Arial Rounded MT';color: var(--status-orange);}
.dashboard-body .add-task .input-group input {width: 100%;padding: 0 5px;height: 100%;background-color: transparent;border: none;outline: none !important;}
.dashboard-body .blackbox-task-table th, .dashboard-body .blackbox-task-table td {width: 45px; width: 10%}
/*.dashboard-body .blackbox-task-table th:first-child, .dashboard-body .blackbox-task-table th:last-child, .dashboard-body .blackbox-task-table th:nth-child(4), .dashboard-body .blackbox-task-table td:first-child, .dashboard-body .blackbox-task-table td:last-child, .dashboard-body .blackbox-task-table td:nth-child(4) {width: 5%;}*/
/*.dashboard-body .blackbox-task-table th:nth-child(5), .dashboard-body .blackbox-task-table td:nth-child(5) {text-align: left;width: 250px; width: 25%;}*/
.dashboard-body .blackbox-task-table th:first-child, .dashboard-body .blackbox-task-table th:last-child {width: 5%;}
.dashboard-body .blackbox-task-table td, .dashboard-body .blackbox-task-table th .table-head-title {text-align: center;font-size: 12px;line-height: 1.2;font-family: 'Arial Rounded MT';cursor: pointer;}
.dashboard-body .stat-mod-wrap:last-child .stat-module:last-child .module-header span {color: var(--status-orange);}
.dashboard-body .blackbox-task-table .fa-icon {font-family: "Font Awesome 6 Free";}
.dashboard-body .blackbox-task-table .fa-icon.fa-circle-check {color: #2ecc71;padding: 0 !important;}
.dashboard-body .blackbox-task-table tbody tr.project-row.odd-row {background-color: #121212;}
.dashboard-body .blackbox-task-table tbody tr.project-row.even-row {background-color: #0d0d0d;}
.dashboard-body .blackbox-task-table tbody tr:first-child td:nth-child(5), .dashboard-body .blackbox-task-table tbody tr:nth-child(2) td:nth-child(5), .dashboard-body .blackbox-task-table tbody tr:nth-child(3) td:nth-child(5), .project-dashboard .blackbox-task-table tbody tr:nth-child(5) td:nth-child(5)  {color: var(--accent-gold);}
.task-table {width: 100%;border-collapse: collapse;}
.dashboard-body .drag {cursor: move;color: var(--text-muted);}
.execution_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    color: #4b4947;
    text-transform: uppercase;
    /*max-width: 75px;*/
    padding-right: 15px;
    white-space: pre-wrap;
    text-align: center;
    /*min-height: 35px;*/
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpolygon points="7 10 17 10 12 15" fill="%23666666"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right center;
	background-size: 20px;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4b4947; /* This MUST match your text color */
}
.execution_select option {
  background-color: #121212;
  color: #4b4947;
  border: 0;
  padding: 5px;
  border-radius: 0;
}

/* VALUE COLORS */
.high { color: var(--success-green); }
.medium { color: var(--warning-yellow); }
.low { color: var(--accent-tan); }

/* STATUS */
.task-status.task-active .status, .due-status.high-priority { color: #b90604; }
.task-status.task-open .status { color: #ac6a1c; }
.task-status.task-completed .status, .due-status.low-priority { color: var(--success-green); }
.task-status.task-incomplete .status {color: #645d50;}

.due-status.medium-priority {color: var(--project-title);}

/* CATEGORY */
.task-cat01 {color: #78270f;}
.task-cat02 {color: #774719;}
.task-cat03 {color: #ebd6c2;}
.task-cat04 {color: #fe9422;}
.task-cat05 {color: #936e4b;}
.task-cat06 {color: #71844d;}

.task-number {color: #adaba8;}
.active-time {color: #4b4947;}
.task-completed .column-card.active-time {color: #0eac66;}
.task-open .column-card.active-time {color: #a6661b;}
.task-active .column-card.active-time {color: #c10604;}
.task-completed .column-card.time-due {color: #333232;}
.task-completed .column-card.task-title, .task-completed .column-card.due-status {color: var(--success-green);}

.finish-rate {color: #535252;}
.task-title {color: #b09f87;}
.time-due {color: #8d715b;}

.finish-rate.low {color: #7a644c;}
.finish-rate.high {color: #0da260;}
.finish-rate.medium {color: #f2a139;}

.task-value.low {color: #7a644c;}
.task-value.high {color: #1a8657;}
.task-value.medium {color: #d3a61d;}

/* DRAG STYLE */
.task-table .ui-sortable-helper {background: var(--bg-primary);display: table;}
.task-table .ui-sortable-placeholder {height: 50px;border: 1px dashed var(--text-dim);}
.dashboard-body .blackbox-task-table tbody tr:first-child td:nth-child(4), .dashboard-body .blackbox-task-table tbody tr:nth-child(2) td:nth-child(4), .dashboard-body .blackbox-task-table tbody tr:nth-child(3) td:nth-child(4) {position: relative;/*color: var(--status-orange);*/}

.dashboard-body .blackbox-task-table tbody tr:first-child td:nth-child(4):after, .dashboard-body .blackbox-task-table tbody tr:nth-child(2) td:nth-child(4):after, .dashboard-body .blackbox-task-table tbody tr:nth-child(3) td:nth-child(4):after {content: " ";background-color: var(--text-main);padding: 1px;width: 15px;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 10px;}

.dashboard-body .blackbox-task-table td.task-tool .task-menu-btn {
    color: #4b4947 !important;
    font-size: 25px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    padding: 0 0 12px;cursor: pointer;
}

.dashboard-body .blackbox-task-table tbody tr td:nth-child(7), .weekly-task-dashboard .blackbox-task-table tbody tr td:nth-child(3) {color: var(--accent-tan);}
.dashboard-body .blackbox-task-table tbody tr td.dim:nth-child(7) {color: var(--text-dim);}
:root{
  --bg:#050505;
  --card:#0d0d0d;
  --border:#1a1a1a;
  --text:#eaeaea;
  --muted:#888;
}
.profile-task-panel {
    width: 100%;
    flex-direction: column;
}

/* Top stats */
.profile-task-panel .top-stats{
    border-top: 2px dotted #4b4947;
    border-bottom: 2px dotted #4b4947;
    padding: 10px 0;
    margin: 15px 25px;
}
.profile-task-panel .top-stats-wrap {display: inline-block;padding: 0 10px;margin: 0 5px;border-right: 1px solid;font-size: 16px;color: var(--pop-text);}
.profile-task-panel .top-stats-wrap:last-child {padding: 0;margin: 0;border: none;}

/* Cards */
.profile-task-panel .stat-card{
  background:#121212;
  border:1px solid var(--border);
  /*border-radius:6px;*/
  padding: 0 0 5px;
  text-align:center;
  position:relative;
}
.profile-task-panel .stat-card::before{
  content:'';
  position:absolute;
  top:0;left:0;
  width:100%;height:3px;
}
.profile-task-panel .border-red .stat-title {background: #180202;color: #a54224;}
.profile-task-panel .border-green .stat-title {color: #0d9c5f;background: #002113;}
.profile-task-panel .border-orange .stat-title {background: #571e05;color: #ebd0b6;}
.profile-task-panel .stat-title{font-size:14px;color: var(--text-main);padding: 5px 0;font-weight: 600;}
.profile-task-panel .stat-value{
  font-size:18px;
  font-weight:700;
  margin:5px 0;color: #735b46;
}
.profile-task-panel .feedback{
  	font-size: 14px;
    color: var(--pop-text);
    padding-top: 5px;
    border-top: 1px dotted var(--text-dim);
    width: 100%;
    max-width: 100px;
    margin: 5px auto 0;
}
.profile-task-panel .dot{
  width:10px;height:10px;
  border-radius:50%;
  display:inline-block;
  margin-right:5px;
}
.profile-task-panel .dot.bg-success {background-color: var(--success-green) !important;}
.profile-task-panel .dot.bg-danger {background-color: #e40404 !important;}
.footer span.dot.bg-success {background-color: #7cb342 !important;}
.profile-task-panel .custom-table td.lite-green.status-red {color: #7d0d07 !important;}
.profile-task-panel .custom-table td.lite-green.status-orange {color: #acae0f !important;}
/* Warning */
.profile-task-panel .warning{
  border:1px solid var(--pop-text);color: #8e785f;padding:5px;margin: 15px 25px !important;}

/* Table */
.profile-task-panel .custom-table{
  width:100%;max-width: 400px;margin: 15px auto;
}
.profile-task-panel table.custom-table th:first-child, .profile-task-panel table.custom-table td:first-child {text-align: left;}

.profile-task-panel .custom-table th{
  color: #cbad8f;
  font-weight:600;padding-bottom: 5px;
}
.profile-task-panel .custom-table td{color: #6a523e;padding:2px 0;}
/* gap row */
.profile-task-panel .gap-row td{
  border:none;
  height:14px;
}

/* Bars */
.profile-task-panel .stat-bar{
  font-weight:600;
    /*margin-left: -25px;
    margin-right: -25px;*/
}
.profile-task-panel .green-bg{background:#007a4d;}
.profile-task-panel .red-bg{background:#6a0000;}

/* Footer */
.profile-task-panel .footer{
  font-size:13px;
}
.profile-task-panel .small-text{
  font-size:11px;
  color: #8f8174;
}

/* Status */
.profile-task-panel .status-green{color:var(--success-green) !important;}
.profile-task-panel .top-stats-wrap .status-red{color: #e03d19 !important;}
.profile-task-panel .status-orange{color:var(--status-orange) !important;}
.dashboard-body .stat-mod-wrap .stat-module:first-child {margin-bottom: 20px;}
.dashboard-body .stat-mod-wrap:last-child .stat-module:first-child {margin-bottom: 30px;}
.dashboard-body .popup-actions button.circle {background: transparent;border: none;}
.profile-task-panel .custom-table tbody tr.divider td:before {
    content: " ";
    border-bottom: 2px dotted #4b4947;
    margin-right: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    max-width: 80%;
    margin: 0 auto;
    right: 0;
}
.profile-task-panel .custom-table tbody tr.divider td {position: relative;}
.profile-task-panel .custom-table tbody tr.divider td:first-child:before {right: auto;max-width: 95%;}
.profile-task-panel .custom-table td, .profile-task-panel .custom-table th {border-left: 1px solid var(--text-dim);}
.profile-task-panel .custom-table {border-collapse: collapse;}
.profile-task-panel .custom-table td:first-child, .profile-task-panel .custom-table th:first-child {border: none;}
.dashboard-body .stat-bar-wrap {justify-content: space-between;text-align: center;}
.dashboard-body .stat-bar-wrap .stat-bar-1 {background-color: #096d42;color: #d2d6d4;}
.dashboard-body .stat-bar-wrap .stat-bar-2 {background-color: #012114;color: #3dfb11;}
.dashboard-body .stat-bar-wrap .stat-bar-3 {background-color: #17110d;color: #e60505;}
.dashboard-body .stat-bar-wrap .stat-bar-4 {background-color: #180202;color: #dc0505;}
.dashboard-body .stat-bar-wrap p {padding: 7px 5px;width: 100%;margin: 0;display: flex;justify-content: center;align-items: center;}
.profile-task-panel .footer div.d-flex.text-success {
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 2px dotted #4b4947;
    padding-bottom: 8px;
    margin-bottom: 10px;color: var(--success-green) !important;
}
.profile-task-panel .footer div.d-flex.text-success span.bronze {margin: 0 5px;}
.dashboard-body .task-table-wrap {position: relative;}
.dashboard-body .task-status-pop .popup-actions img {max-width: 40px;}
.dashboard-body .task-status-pop .popup-menu img {max-width: 20px;margin-right: 5px;}
.dashboard-body .task-status-pop {
    position: absolute;
    width: 100%;
	max-width: 180px;
    background: linear-gradient(145deg, var(--bg-primary), var(--bg-secondary));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 5px;
    padding: 10px;
    display: none;
    z-index: 9999;
    color: var(--text-muted);
    box-shadow: 0 10px 25px rgba(0,0,0,0.6);right: 0;
}
.dashboard-body .task-status-pop.active {display: block;}
.dashboard-body .task-status-pop .popup-title {text-align: center;font-size: 14px;color: var(--text-main);margin-bottom: 10px;}
.dashboard-body .task-status-pop .popup-actions {display: flex;justify-content: space-around;margin-bottom: 10px;}
.dashboard-body .task-status-pop .popup-divider {border-bottom: 1px dashed rgba(255,255,255,0.2);margin: 10px 0;}
.dashboard-body .task-status-pop .popup-menu {list-style: none;padding: 0;margin: 0;}
.dashboard-body .task-status-pop .popup-menu li {padding: 8px 5px;color: var(--text-main);cursor: pointer;text-align: left;}
.dashboard-body .task-status-pop .popup-menu li:hover {color: var(--accent-gold);}
.dashboard-body .task-status-pop .task-tool {cursor: pointer;text-align: center;font-size: 18px;}
.dashboard-body .blackbox-task-table tr.expand-row td {cursor: auto;}
.custom-modal {background:rgba(0,0,0,.9);}
.custom-modal .modal-body {background-color: var(--bg-surface);border: none;padding: 50px 30px;}
.custom-modal .modal-body button.btn-close {color: #fff;opacity: 1;font-size: 22px;font-family: 'Font Awesome 5 Free';padding: 5px;width: 35px;height: 38px;background-color: #000;position: absolute;right: 15px;top: 20px;}
.custom-modal .modal-lg .modal-content {border: 1px solid rgb(142 109 69 / 35%);border-radius: 0;}
.custom-modal .modal-lg {height: 100%;align-items: center;justify-content: center;display: flex;margin: 0 auto;}
.custom-modal .form-group {position: relative;margin-bottom: 20px;}
.custom-modal .col-12 .form-group {margin: 30px 0 0;}
.custom-modal .title-main, .custom-modal .date-text {text-align: center;font-weight: 700;letter-spacing: 1px;color: var(--pop-text);font-family: var(--font-primary);font-size: 3rem;}
.custom-modal .date-text {color: var(--text-main);font-size: 20px;}
.custom-modal .divider {border-top: 2px dotted var(--text-dim);margin:20px 0;}
.custom-modal .label {margin-bottom: 10px;font-size: 14px;font-family: 'Arial Rounded MT';}
.custom-modal .row {width: 100%;margin: 0 auto;padding: 20px 0 0;}
.custom-modal .dropdown {position:relative;}
.custom-modal .selected {padding:12px 0 12px 12px;border:1px solid var(--text-dim);cursor:pointer;}
.custom-modal .blue-dropdown .selected{ background: #1d093a; }
.custom-modal .purple-dropdown .selected{ background: #3f1b4c; }
.custom-modal .teal-dropdown .selected{ background: #1b494c; }
.custom-modal .green-dropdown .selected{ background: #366229; }
.custom-modal .menu-option {display:none;position:absolute;width:100%;background:rgb(0 0 0 / 95%);border:1px solid #333;z-index: 1;padding: 10px;}
.custom-modal .dropdown .menu-option div {padding: 5px 0 5px;cursor: pointer;}
.custom-modal .menu-option.show {display:block;}
.custom-modal .btn-main {
  	padding: 10px 30px;
  	font-weight:600;
	color: var(--text);
    font-size: 18px;
    border: 1px solid #000;
	border-radius: 0;
    font-family: var(--font-body);width: 100%;max-width: 250px;
}
.custom-modal .close-btn {position:absolute;right:15px;top:10px;font-size:20px;cursor:pointer;}
.custom-modal .dropdown .selected:before {position: absolute;background-image: url(../images/dropdown.png);background-size: contain;content: " ";top: 0;right: 10px;height: 100%;max-width: 30px;width: 100%;background-repeat: no-repeat;background-position: center;}
	
.custom-modal .task-priority-wrap {display: flex;align-items: center;justify-content: space-between;}
.custom-modal .task-priority-wrap .form-group {width: 100%;margin: 0 10px 20px 0;}
.custom-modal .task-priority-wrap .form-group:last-child {margin: 0 0 20px;}
.custom-modal .form-group.input-group .dropdown {width: 35%;}
.custom-modal.new-task .title-main, .custom-modal.task-details-pop .title-main {font-size: 4.5rem;text-transform: uppercase;color: var(--pop-text);margin: 0;}
.custom-modal .task-priority-wrap .form-group .selected {background-color: #4c331b;}
.custom-modal.new-task .form-group input, .dashboard-body .create-popup input {background-color: transparent;border: none;padding: 0 10px 4px;height: 100%;}
.custom-modal.new-task .selected, .custom-modal .form-group.input-group .dropdown {border: none;}
.custom-modal.new-task .dropdown, .custom-modal.new-task .form-group.input-group {border: 1px solid rgb(142 109 69 / 50%);background-color: #000000;}
.custom-modal.new-task .form-group.input-group {padding-left: 12px;}
.custom-modal.new-task .form-group input, .custom-modal.new-task .form-group .menu-option div {color: var(--pop-text);}
.custom-modal .menu-option.project-option div:nth-child(2) {padding-bottom: 15px;margin-bottom: 10px;position: relative;}
.custom-modal .menu-option.project-option div:nth-child(2):before {position: absolute;content: " ";border-bottom: 1px dotted var(--pop-text);width: 100%;bottom: 0;max-width: 150px;}
.custom-modal.get-started .form-group .menu-option div:first-child {color: var(--status-orange);}
.custom-modal.get-started .form-group .menu-option div:nth-child(2) {color: var(--pop-text);}
.custom-modal.get-started .form-group .menu-option div:nth-child(3) {color: #6caba0;}
.custom-modal.get-started .form-group .menu-option div:nth-child(4) {color: #29af3c;}

.custom-modal.complete-task .complete-task-details {justify-content: center;align-items: center;font-size: 16px;margin: 15px 0 0;}
.custom-modal.complete-task .row .form-group.input-group, .custom-modal.complete-task .row .dropdown {width: 100%;max-width: 400px;margin: 0 auto 20px;justify-content: space-between;}
.custom-modal.complete-task .row .form-group.input-group .dropdown {width: 35%;margin: 0;background:none;border: none;}
.custom-modal.complete-task .row .dropdown {background: linear-gradient(to right, #b88c63 0%, #8f6540 38%, #4c331b 100%);border: 1px var(--accent-gold);}
.custom-modal.complete-task .dropdown .selected {font-size: 18px;}
.custom-modal .btn-main.teal-btn {background: linear-gradient(to right, #58e3bf 0%, #1db081 38%, #056948 100%);}
.custom-modal.complete-task .title-main {color: #51d8ad;text-transform: uppercase;font-size: 3rem;}
.custom-modal.complete-task .complete-task-details span {font-size: 16px;}
.custom-modal.complete-task .complete-task-details span.task-score {color: #51d8ad;}
.custom-modal.complete-task .complete-task-details span.value-wrap {margin-left: 10px;padding-left: 10px;border-left: 1px solid#fff;}
.custom-modal.complete-task .form-group button {margin: 30px 10px 0;}
.custom-modal.complete-task .selected {max-width: 275px;margin: 0 auto;position: relative;border: none;}
.custom-modal.complete-task .row .form-group.input-group .dropdown .selected {font-size: 14px;color: #51d8ad;}

.custom-modal.task-details-pop .task-top-wrapper {position: relative;margin: 30px 0;display: flex;align-items: flex-start;justify-content: space-between;}
.custom-modal.task-details-pop .task-sub-head {font-size: 18px;color: var(--text-main);margin-bottom: 5px;font-family: var(--font-primary);}
.custom-modal.task-details-pop .task-sub-desc {font-size: 14px;color: var(--pop-text);}
.custom-modal.task-details-pop .time-box {margin-bottom: 20px;}
.custom-modal.task-details-pop .time-row{display:flex;gap:16px;margin-top:10px;}
.custom-modal.task-details-pop .time-card h4{font-size:20px;line-height:1;color: #1aa364;}
.custom-modal.task-details-pop .time-card span{color:var(--text-main);display:block;margin-top:5px;}
.custom-modal.task-details-pop .info-group{border-right:1px dashed rgba(255,255,255,.12);padding-right:14px;}
.custom-modal.task-details-pop .info-group:last-child{border-right:none;padding-right:0;}
.custom-modal.task-details-pop .image-header, .project-dashboard .fixed-sidebar .current-piller h4, .project-dashboard .top-header, .profile-task-panel .image-header {display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.custom-modal.task-details-pop .add-image-btn, .profile-task-panel .add-image-btn {cursor:pointer;font-weight:600;}
.custom-modal.task-details-pop .task-priority .task-sub-desc:first-child {color: #ca3906;}
.custom-modal.task-details-pop .task-priority .task-sub-desc {color: var(--status-orange);}
.custom-modal.task-details-pop .image-grid, .profile-task-panel .image-grid {display:grid;grid-template-columns: repeat(5,1fr);gap:8px;margin-bottom:24px;}
.custom-modal.task-details-pop .image-box, .profile-task-panel .image-box {background:#141414;border:1px solid #262626;position:relative;overflow:hidden;}
.custom-modal.task-details-pop .image-box img, .profile-task-panel .image-box img {width:100%;height:100%;object-fit:cover;}
.custom-modal.task-details-pop .image-upload, .profile-task-panel .image-upload {display:none;}
.custom-modal.task-details-pop .notes-header, .profile-task-panel .notes-header {display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
.custom-modal.task-details-pop .notes-container, .profile-task-panel .notes-container, .sidebar-task .profile-task-panel-wrap .task-links {height: 200px;overflow-y:auto;padding: 20px;background-color: #000;margin: 10px 0 20px;text-align: left;}
.profile-task-panel .notes-container {background-color: #121212;}
.custom-modal.task-details-pop .note-item, .profile-task-panel .note-item {margin-bottom: 10px;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom: 5px;}
.custom-modal.task-details-pop .note-text, .profile-task-panel .note-text {margin-bottom: 5px;font-size: 16px;color: #a07f61;font-weight: 500;font-family: var(--font-primary);line-height: 1.2;}
.custom-modal.task-details-pop .notes-container::-webkit-scrollbar, .profile-task-panel .notes-container::-webkit-scrollbar, .sidebar-task .profile-task-panel-wrap .task-links::-webkit-scrollbar {width:3px;}
.custom-modal.task-details-pop .notes-container::-webkit-scrollbar-thumb, .profile-task-panel .notes-container::-webkit-scrollbar-thumb, .sidebar-task .profile-task-panel-wrap .task-links::-webkit-scrollbar-thumb{background:#b88c63;}
.custom-modal.task-details-pop .modal-lg {margin: 50px auto;}
.custom-modal.task-details-pop .title-main, .custom-modal.task-details-pop .date-text {text-align: left;}
.custom-modal.task-details-pop .modal-body {padding: 30px;}
.custom-modal.task-details-pop .task-top-wrap {margin-bottom: 10px;}
.custom-modal.task-details-pop ul.task-links li a {display: block;color: #8c7056;}
.custom-modal.task-details-pop ul.task-links {padding: 0;list-style: none;}
.custom-modal.task-details-pop ul.task-links li {margin-bottom: 5px;}
.custom-modal.task-details-pop ul.task-links li span {color: var(--text-muted);}
.custom-modal.task-details-pop .task-top-wrap .category-wrap {margin-right: 20px;border-right: 1px solid #e1c3a6;padding-right: 20px;}
.custom-modal.task-details-pop .task-top-wrap .category-wrap:last-child {margin: 0;padding: 0;border: none;}
.custom-modal.task-details-pop .task-top-wrapper:before {left: auto;right: 250px;border-width: medium;}
.custom-modal.task-details-pop .note-time, .profile-task-panel .note-time {font-size: 10px;}
.custom-modal.task-details-pop .time-card h4#plannedTime {color: #b9461c;}
.custom-modal.task-details-pop .notes-header .add-note-btn span, .profile-task-panel .notes-header .add-note-btn span, .custom-modal.task-details-pop .notes-header .section-title, .profile-task-panel .notes-header .section-title, .custom-modal.task-details-pop .notes-header .add-note-btn, .profile-task-panel .notes-header .add-note-btn, .custom-modal.task-details-pop .image-header .section-title, .profile-task-panel .image-header .section-title  {font-size: 18px;color: var(--status-orange);margin: 0;}
.custom-modal.task-details-pop .notes-header .add-note-btn, .custom-modal.task-details-pop .image-header .section-title, .profile-task-panel .notes-header .add-note-btn, .profile-task-panel .image-header .section-title {color: var(--text-main);}
.custom-modal.task-details-pop .image-header label, .custom-modal.task-details-pop .image-header .view-all, .custom-modal.task-details-pop .task-sub-head a, .profile-task-panel .image-header label, .profile-task-panel .image-header .view-all, .profile-task-panel .task-sub-head a {font-size: 14px;color: var(--pop-text);line-height: 1;margin-left: 25px;cursor: pointer;text-decoration: none;}
.custom-modal.task-details-pop .image-header .image-head, .profile-task-panel .image-header .image-head {align-items: center;}
.profile-task-panel table.custom-table tbody tr:nth-child(5) td:first-child, .profile-task-panel table.custom-table tbody tr:nth-child(7) td:first-child, .project-dashboard .fixed-sidebar .current-piller .piller-table-2 tr:first-child td:first-child, .project-dashboard .fixed-sidebar .current-piller .piller-table-2 tr:last-child td:first-child {color: #3d755d !important;}
.profile-task-panel table.custom-table tbody tr:nth-child(6) td:first-child, .project-dashboard .fixed-sidebar .current-piller .piller-table-2 tr:nth-child(2) td:first-child {color: #7bbea1 !important;}
.profile-task-panel table.piller-table-1 tbody tr:nth-child(2) td:first-child {color: #aa917d !important;}
.dashboard-body .blackbox-task-table tbody tr:nth-child(odd) {background-color: #121212;}
.dashboard-body .blackbox-task-table tbody tr:nth-child(even) {background-color: #0d0d0d;}
.dashboard-body .custom-modal.task-details-pop .task-sub-head a {margin-left: 10px;}
.dashboard-body .leverage-list li.tan span, .dashboard-body .leverage-list li.tan {color: #e3c4a6;}
.dashboard-body .leverage-list li.bronze, .dashboard-body .leverage-list li.bronze span {color: var(--pop-text);}
.dashboard-body .leverage-list li.gold, .dashboard-body .leverage-list li.gold span {color: #78502a;}

/* project dashboard */
.project-dashboard .fixed-sidebar .current-piller h4 {margin: 0;font-size: 16px;color: #6a523e;}
.project-dashboard .fixed-sidebar .current-piller h4 span.tan a {text-decoration: none;}
.project-dashboard .fixed-sidebar .current-piller table {width: 100%;max-width: 50%;}
.project-dashboard .fixed-sidebar .current-piller .table-wrap {justify-content: space-between;gap: 30px;}
.project-dashboard .fixed-sidebar .current-piller table td {padding: 5px 10px;text-align: left;color: #483626 !important;}
.project-dashboard .fixed-sidebar .current-piller table tr:nth-child(even) {background-color: #121212;}
.project-dashboard .fixed-sidebar .current-piller table tr:nth-child(even) td:last-child {background-color: #b0a59a;text-align: center;}
.project-dashboard .fixed-sidebar .current-piller table tr:nth-child(odd) td:last-child {background-color: #958677;text-align: center;}
.project-dashboard .fixed-sidebar .current-piller table tr:nth-child(odd) {background-color: #0d0d0d;}
.project-dashboard .fixed-sidebar .current-piller h4 a {text-decoration: none;color: #a98e79;}
.project-dashboard .fixed-sidebar .current-piller table tr td:first-child {color: #6a523e !important;}
.project-dashboard .blackbox-task-table td.expand-trigger img {width: 20px;max-width: 20px;}
.project-dashboard .blackbox-task-table td:nth-child(6) {width: 115px;}
.project-dashboard .expand-content {display:none;padding:30px 15px;}
.project-dashboard .expand-content.active {display:block;}
.project-dashboard .expand-grid {display: flex;gap: 15px;}
.project-dashboard .expand-grid .inner-box {background: #0d0d0d;border:1px solid #1b1b1b;padding: 15px;height: 180px;overflow-y: scroll;}
.project-dashboard .inner-title {margin-bottom:10px;display: grid;grid-template-columns: 2fr 115px 30px;align-items: center;}
.project-dashboard .inner-title h3 {font-size:16px;text-align: left;margin: 0;color: var(--project-title);}
.project-dashboard .task-list{display:flex;flex-direction:column;gap: 5px;}
.project-dashboard .task-row{display:grid;grid-template-columns: 2fr 115px 30px;align-items:center;gap:10px;padding-bottom: 5px;font-size:12px;cursor: pointer;}
.project-dashboard .task-row:last-child{border-bottom:none;}
.project-dashboard .details-grid{display:grid;grid-template-columns:1fr 1fr;text-align: left;gap: 10px 20px;position: relative;}
.project-dashboard .detail-actions{display:flex;gap:10px;margin-top: 15px;padding-top: 15px;border-top: 2px dotted var(--text-muted);}
.project-dashboard .small-btn {padding: 0;border:none;cursor:pointer;font-weight:600;background: transparent;}
.project-dashboard .blackbox-task-table th, .project-dashboard .blackbox-task-table td {border: none;border-right: 1px solid #000;}
.project-dashboard .expand-grid .inner-box:last-child {background: transparent;border: none;height: auto;overflow: hidden;}
/*.project-dashboard .blackbox-task-table tbody tr td:nth-child(2), .dashboard-body .blackbox-task-table tbody tr td:nth-child(3), .dashboard-body .blackbox-task-table tbody tr td:nth-child(4), .dashboard-body .blackbox-task-table tbody tr td:nth-child(5) {border: none !important;}*/
.project-dashboard .details-grid:before {position: absolute;content: " ";border-left: 1px solid var(--text-muted);height: 100%;left: 50%;right: 0;}
/*.project-dashboard .blackbox-task-table td:nth-child(5), .project-dashboard .blackbox-task-table th:nth-child(5) {width: 200px;}*/
.project-dashboard .blackbox-task-table tr.expand-row td {padding: 0;border: none;}
.project-dashboard .sort-trigger .drop-icon img {max-width: 25px;}
.project-dashboard .sort-trigger .drop-icon {height: 100%;display: flex;align-items: center;background-color: #000;width: 100%;max-width: 80px;justify-content: center;}
.project-dashboard .top-header {margin: 15px 0;gap:15px;}
.project-dashboard .page-title {font-size: 3rem;color: var(--accent-gold);font-family: var(--font-primary);font-weight: bold;}
.project-dashboard .action-bar {display:flex;gap:15px;width:100%;}
.project-dashboard .sort-wrapper {position:relative;flex:1;}
.project-dashboard .sort-trigger {height: 40px;border: 1px solid var(--text-dim);background: linear-gradient(to right,#000000 5%,#1a1a1a 100%);display:flex;align-items:center;justify-content:space-between;padding: 0 0 0 15px;cursor:pointer;}
.project-dashboard .sort-label {color:var(--text-muted);text-transform:uppercase;}
.project-dashboard .sort-popup, .project-dashboard .create-popup {position:absolute;top:50px;left:0;width:100%;max-width: 550px;background:rgba(10,10,10,.98);border:1px solid #1c1c1c;padding: 20px;display:none;z-index:50;}
.project-dashboard .sort-popup.active, .project-dashboard .create-popup.active {display:block !important;left: auto;right: 0;}
.project-dashboard .create-popup {width: 320px;}
.project-dashboard .create-wrapper {position:relative;}
.project-dashboard .create-btn {height: 40px;padding:0 15px;border: 1px solid #000;font-size: 16px;width: 185px;display: flex;align-items: center;justify-content: space-between;}
.project-dashboard .create-popup{width: 320px;}
.project-dashboard .popup-title {font-size:16px;color:var(--pop-text);margin-bottom:15px;}
.project-dashboard .create-popup .form-group {justify-content: space-between;height: 35px;margin-bottom: 10px;}
.project-dashboard .create-popup .form-group .dropdown {width: 50% !important;}
.project-dashboard .create-popup .form-group .selected {border: none;padding: 8px 12px;}
.project-dashboard .create-popup .form-group .field-icon img {max-width: 20px;}
.project-dashboard .create-popup.custom-modal .dropdown .selected:before {max-width: 20px;}
.project-dashboard .create-popup .field-wrap p {margin: 0 0 5px;}
.project-dashboard .create-popup.custom-modal .btn-main {margin: 0 auto;max-width: 200px;font-size: 14px;padding: 8px 20px;}
.project-dashboard .sort-grid {display: flex;gap: 10px;flex-wrap: wrap;}
.project-dashboard .sort-grid .sort-card {width: calc(50% - 10px);}
.project-dashboard .sort-wrapper .popup-title, .custom-datepicker input::placeholder {color: var(--text-main);}
.project-dashboard .sort-grid .sort-card div {color: var(--pop-text);cursor: pointer;}
.project-dashboard .task-row .project-title span {margin-right: 10px;border-bottom: 1px solid var(--text-muted);padding-bottom: 2px;}
.project-dashboard .task-row .project-title, .project-dashboard .task-row .project-title span, .project-dashboard .inner-title span, .project-dashboard .details-grid .detail-item, .project-dashboard .detail-actions .small-btn {color: var(--project-text); text-align: left;}
.project-dashboard .task-row .date-cell {color: #644f3a;}
.project-dashboard .detail-actions .small-btn:not(:last-child) {
    border-right: 2px solid var(--project-link);
    padding-right: 10px;
}
.project-dashboard .expand-grid .inner-box{scrollbar-width:thin;scrollbar-color: var(--project-text) transparent;}
.project-dashboard .create-btn span.orange {font-size: 16px;font-weight: bold;font-family: 'Font Awesome 5 Free';line-height: 1;}
.project-dashboard .left-workspace .page-title {text-transform: uppercase;color: var(--project-title);}
.profile-task-panel .notes-header .add-note-btn, .custom-modal.task-details-pop .notes-header .add-note-btn {cursor: pointer;}
.dashboard-body .blackbox-task-table tbody tr td.drag {cursor: grab;}
/* project dashboard */

/* weekly dashboard */
.weekly-pro-report thead th:nth-child(2), .weekly-pro-report thead th:nth-child(3) {color: #84b872;}
.weekly-pro-report thead th:nth-child(4) {color: var(--success-green);}
.weekly-pro-report thead th:nth-child(5) {color: #48a993;}
.weekly-task-dashboard .meter-stat-wrap img {max-width: 130px;object-fit: contain;height: 120px;}
.weekly-task-dashboard .meter-weekly {margin: 8px 0;justify-content: space-between;border-top: 2px dotted var(--text-dim);padding-top: 8px;}
.weekly-task-dashboard .report-text p {margin: 0;}
.weekly-task-dashboard .meter-stat-wrap, .weekly-task-dashboard table.day-of-week, .weekly-task-dashboard .weekly-pro-report {width: 100%;}
.weekly-task-dashboard table.day-of-week td.day-column {padding: 2px 5px 2px 20px;text-align: left;color: #b09f87;}
.weekly-task-dashboard .meter-stat-card .report-text p.score {font-size: 16px;margin-top: 5px;}
.weekly-task-dashboard .weekly-pro-report .day-of-week tr td, .weekly-pro-report .day-of-week tr th {border-left: 1px solid var(--text-dim);}
.weekly-task-dashboard .weekly-pro-report .day-of-week tr td:first-child, .weekly-pro-report .day-of-week tr td:nth-child(2), .weekly-pro-report .day-of-week tr th:first-child, .weekly-pro-report .day-of-week tr th:nth-child(2) {border: none;}
.weekly-task-dashboard .weekly-pro-report thead {padding: 5px;position: relative;}
.weekly-task-dashboard .weekly-pro-report thead th {padding: 8px 5px;}
.weekly-task-dashboard .weekly-pro-report .day-of-week tr:first-child td {padding-top: 10px;}
.weekly-pro-report thead th:first-child {color: var(--pop-text);padding-left: 20px;text-align: left;}
.weekly-task-dashboard td.day-column span {color: #9b7157;}
.weekly-task-dashboard .weekly-pro-report thead:before {position: absolute;content: " ";background: #121212;height: 100%;left: 0;width: 100%;z-index: 0;}
.weekly-task-dashboard .weekly-pro-report thead tr {position: relative;}
.weekly-task-dashboard .weekly-pro-report .dps-box {font-size: 12px;border-right: none;position: relative;}
.weekly-task-dashboard .weekly-pro-report .dps-flex {margin: 8px 0;padding: 10px;position: relative;}
.weekly-task-dashboard .weekly-pro-report .dps-flex:before, .dashboard-body .weekly-pro-report .dps-box:before {position: absolute;content: " ";border-top: 2px dotted var(--text-muted);width: 100%;left: 0;right: 0;top: 0;}
.weekly-task-dashboard .weekly-pro-report .dps-box:before {width: auto;height: 100%;border-top: none;border-right: 2px dotted var(--text-muted);left: auto;right: 0;}
.weekly-task-dashboard .weekly-pro-report .dps-box:last-child:before {display: none;}
.weekly-task-dashboard .weekly-pro-report .day-of-week tr td:last-child span {padding-left: 10px;position: relative;color: #4a3826;}
.weekly-task-dashboard .weekly-pro-report .day-of-week tr td:last-child span:before {position: absolute;content: "/";left: 2px;color: #fff;}

.weekly-task-dashboard .create-wrapper {display: flex;width: 100%;gap: 5px;}
.weekly-task-dashboard .create-wrapper button.create-btn, .weekly-task-dashboard .select-project {width: 100%;height: 45px;justify-content: space-around;}
.weekly-task-dashboard .left-workspace-grid {align-items: center;grid-template-columns: 1fr 2fr;gap: 0;}
.weekly-task-dashboard .create-popup.active {right: auto;left: 0;}
.weekly-task-dashboard .select-project .form-group.input-group, .weekly-task-dashboard .select-project .form-group.input-group .dropdown {width: 100%;display: block;margin: 0 auto;height: 45px;padding: 0;}
.weekly-task-dashboard .select-project .form-group.input-group .selected {width: 100%;border: none;height: 100%;align-items: center;display: flex;padding: 0 10px;}
.weekly-task-dashboard .select-project .form-group.input-group, .weekly-task-dashboard .create-wrapper button.create-btn {background: none;border-color: #000;background-color: var(--bg-surface);font-size: 12px;justify-content: space-evenly;padding: 0;}
.weekly-task-dashboard .select-project .form-group.input-group .selected, .custom-modal .dropdown .menu-option div {font-size: 12px;}
.weekly-task-dashboard .weekly-report-content {display: flex;align-items: flex-start;justify-content: space-between;gap: 30px;margin: 20px auto 0;width: 100%;}
.weekly-task-dashboard .blackbox-task-table tbody tr:first-child td:nth-child(4) {width: 120px;padding: 5px 0;}
.weekly-task-dashboard .weekly-report-table {width: 100%;position: relative;}
.weekly-task-dashboard .left-content, .weekly-task-dashboard .right-content {width: 100%;max-width: 55%;}
.weekly-task-dashboard .weekly-report-table tbody td:nth-child(3) {text-align: left;padding-left: 0;}
.weekly-task-dashboard .blackbox-task-table th {text-transform: none;text-align: center;}
.weekly-task-dashboard .right-content {max-width: 45%;}
.weekly-task-dashboard .blackbox-task-table tbody tr td:nth-child(4):after {display: none;}
.weekly-task-dashboard .blackbox-task-table tbody tr td:nth-child(2):after {border-right: 1px solid #fff !important;position: absolute;content: " ";height: 50%;right: 0px;width: 100%;top: 12px;}
.weekly-task-dashboard .blackbox-task-table tbody tr td:nth-child(2) {position: relative;}
.weekly-task-dashboard .weekly-report-content .left-content, .weekly-task-dashboard .weekly-report-content .right-content {display: flex;flex-direction: column;gap: 30px;justify-content: space-between;}
.weekly-task-dashboard .week-time-break h5 {text-align: center;position: relative;font-size: 12px;margin: 0 auto;max-width: 280px;}
.weekly-task-dashboard .week-time-break h5:before, .weekly-task-dashboard .week-time-break h5:after {position: absolute;content: " ";border-bottom: 1px solid var(--text-muted);width: 100%;max-width: 60px;bottom: 8px;left: 0;height: 100%;margin: 0px -10px;}
.weekly-task-dashboard .week-time-break h5:after {right: 0;left: auto;}
.weekly-task-dashboard .dps-flex {margin-top: 20px;}
.weekly-task-dashboard .task-row, .weekly-task-dashboard .inner-title {grid-template-columns: 1fr 110px 80px;text-align: center;}
.weekly-task-dashboard .task-row .project-title {text-align: left;color: #b09f87;}
.weekly-task-dashboard .task-row .project-title span {border-bottom: none;}
.weekly-task-dashboard .top-header .page-title {font-size: 20px;color: var(--success-green);}
.weekly-task-dashboard .custom-modal .dropdown .selected:before {max-width: 18px;right: 6px;}
.weekly-task-dashboard .top-header {margin: 0;}
.weekly-task-dashboard .weekly-report-table tbody td:nth-child(4) {padding: 0;}
.weekly-task-dashboard .blackbox-task-table tbody tr td.success-green {color: var(--success-green) !important;}
.weekly-task-dashboard .blackbox-task-table tbody tr td.status.low {color: var(--accent-tan) !important;}
.weekly-task-dashboard .blackbox-task-table tbody tr td.status.active {color: var(--status-red) !important;}
.weekly-task-dashboard .inner-title h3 {color: var(--pop-text);}
.weekly-task-dashboard .weekly-pro-report .day-of-week tr td:nth-child(2), .weekly-task-dashboard .weekly-pro-report .day-of-week tr td:nth-child(3), .weekly-task-dashboard .weekly-pro-report .day-of-week tr td:nth-child(4), .weekly-task-dashboard .weekly-pro-report .day-of-week tr td:nth-child(5) {color: var(--pop-text);}
.dashboard-body .blackbox-task-table tr {position: relative;}
.dashboard-body .blackbox-task-table tbody tr.project-details-expand .expand-trigger img {transform: rotate(180deg);}
.weekly-task-dashboard .weekly-report-content .graph-title , .weekly-task-dashboard .weekly-report-content .graph-title span{font-size: 16px;margin-bottom: 20px;}
.dashboard-body .blackbox-task-table tbody tr.project-row.project-details-expand + .expand-row.active .expand-content {
    display: block;
}

.weekly-task-dashboard .weekly-report-table tr, .weekly-task-dashboard .weekly-report-table td:nth-child(2), .weekly-task-dashboard .weekly-report-table th:nth-child(2) {border-right: 0 !important;}
.weekly-task-dashboard .weekly-report-table td, .weekly-task-dashboard .weekly-report-table th {width: 10% !important;padding: 5px !important;}
.weekly-task-dashboard .weekly-report-table td:nth-child(4), .weekly-task-dashboard .weekly-report-table th:nth-child(4) {width: 20% !important;}
.weekly-task-dashboard .weekly-report-table td:nth-child(3), .weekly-task-dashboard .weekly-report-table th:nth-child(3) {width: auto !important;padding-left: 10px !important;}
/* weekly dashboard */
/* dashboard restructure */
.dashboard-body .blackbox-task-table th.table-head, .dashboard-body .blackbox-task-table .table-head-wrap, .dashboard-body .blackbox-task-table .table-column, .dashboard-body .blackbox-task-table .table-column-wrap {width: 100%;display: flex;align-items: center;}
.dashboard-body .blackbox-task-table th p, .dashboard-body .blackbox-task-table td p {margin: 0;}
.dashboard-body .blackbox-task-table th.table-head .table-head-title, .dashboard-body .blackbox-task-table td.table-column .column-card {width: 33%;}
.dashboard-body .blackbox-task-table td.table-column .column-card.task-title, .dashboard-body .blackbox-task-table th.table-head .table-head-title.task-title {width: 100%;text-align: left;justify-content: flex-start;}
.dashboard-body .task-status-pop.active .mobile-view {display: none;}
.dashboard-body .blackbox-task-table tbody tr {border-bottom: 1px solid #000;}
.dashboard-body .blackbox-task-table tbody tr td {border: none;border-right: 1px solid #000;height: 50px;padding: 0;}
.dashboard-body .blackbox-task-table .table-column * {height: 100%;}
.dashboard-body .blackbox-task-table th.table-head .first-half .table-head-title:nth-child(3), .dashboard-body .blackbox-task-table td.table-column .first-half .column-card:nth-child(3), .dashboard-body .blackbox-task-table th.table-head .second-half .table-head-title:nth-child(2), .dashboard-body .blackbox-task-table td.table-column .second-half .column-card:nth-child(2) {width: 20%;}
.dashboard-body .blackbox-task-table .table-column .column-card, .dashboard-body .blackbox-task-table .table-column .column-card p, .dashboard-body .blackbox-task-table .table-column .column-card span {justify-content: center;display: flex;align-items: center;padding: 12px 5px;}
.dashboard-body .blackbox-task-table .second-half .column-card {border-left: 1px solid #000;}
.dashboard-body .blackbox-task-table tbody tr.top-row .task-title {color: #b3855a;}
.dashboard-body .blackbox-task-table tbody tr.top-row .task-number {color: #fb953a;position: relative;}
.dashboard-body .blackbox-task-table tbody tr.top-row .task-number:after {content: " ";background-color: #f5c69c;padding: 1px;width: 15px;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 12px;}
.dashboard-body .blackbox-task-table .table-column .column-card.task-title:before {position: absolute;background: #6f6e6e;height: 20px;width: 1px;content: " ";left: -5px;top: 30%;margin: 0;padding: 0;}
.dashboard-body .blackbox-task-table .table-column .column-card.task-title {position: relative;}
.dashboard-body .profile-task-panel .warning span.status-red {color: #e60505;}
.dashboard-body .stat-mod-wrap:last-child .stat-module:last-child .module-header .header-score span {color: #d6853f;}
.dashboard-body .stat-mod-wrap:last-child .stat-module:last-child .module-header .header-score {color: #e8cfae;}
.dashboard-body .task-action-bar .desk-hidden {display: none;color: #4b4947;text-transform: uppercase;font-size: 20px;text-align: center;}
.dashboard-body .blackbox-task-table tbody tr.top-row.last-top-row {border-bottom: 3px solid #000;}
.dashboard-body .blackbox-task-table tbody tr.top-row:nth-child(odd) {background-color: #201e1c;}
.dashboard-body .blackbox-task-table tbody tr.top-row:nth-child(even) {background-color: #171614;}
.dashboard-body .blackbox-task-table tbody tr.after-last-top-row {box-shadow: inset 0 5px 5px rgba(0,0,0,0.75);}
.dashboard-body .profile-task-panel .custom-table td.status-green.gold {color: #6a523e !important;}
.dashboard-body .blackbox-task-table tbody tr.expand-row {display: none;}
.dashboard-body .blackbox-task-table tbody tr.expand-row.active {display: contents;}
.weekly-task-dashboard .dps-box span.score.high {color: #acae0f;}
.weekly-task-dashboard .dps-box span.score.medium {color: #b6833a;}
.weekly-task-dashboard .meter-stat-card .report-text p.score.low {color: #fc211f;}
.weekly-task-dashboard .meter-stat-card .report-text p.score.high {color: #bf9244;}
.weekly-task-dashboard .weekly-pro-report .day-of-week tr td.success-green, .weekly-task-dashboard .task-row .task-percent.success-green {color: var(--success-green);}
.weekly-task-dashboard .task-row .task-percent {color: var(--pop-text);}
.weekly-task-dashboard .left-content .task-row .date-cell {color: #a26d26;}
.weekly-task-dashboard .left-content .inner-title h3, .weekly-task-dashboard .left-content .project-title span {color: #9b7157;}
.weekly-task-dashboard .right-content .dps-box .status-progress {color: #f58712;}
.weekly-task-dashboard .left-content .dps-box .status-active {color: #df0606;}
.weekly-task-dashboard .left-content .dps-box .low {color: var(--pop-text);}
.weekly-task-dashboard .left-content .dps-box .status-progress {color: #f77b06;}
.weekly-task-dashboard .buttons-wrapper .create-wrapper, .weekly-task-dashboard .buttons-wrapper .select-project-wrapper {width: 100%;max-width: 50%;}
.weekly-task-dashboard  .buttons-wrapper {display: flex;gap: 5px;}
.mobile-view .execution_select {color: #fff;font-size: 12px;padding: 0;position: relative;width: 100%;text-align: left;background-image: none;z-index: 1;}
.mobile-view .select-wrapper:after {position: absolute;content: " ";background-color: var(--success-green);background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpolygon points='7 10 17 10 12 15' fill='%23ffffff'/%3E%3C/svg%3E");width: 20px;height: 20px;background-size: cover;right: 0;background-repeat: no-repeat;z-index: 0;}
.dashboard-body .task-status-pop.active .mobile-view .select-wrapper {position: relative;display: flex;align-items: center;height: 30px;padding: 5px 0;}
.mobile-view select option:disabled {text-transform: none;}

.sidebar-task .profile-task-panel-wrap {background-color: #000;padding: 10px 8px;}
.sidebar-task .profile-task-panel-wrap .task-sub-head {display: flex;align-items: center;justify-content: space-between;}
.sidebar-task .profile-task-panel-wrap .task-links {padding: 0;list-style: none;text-align: left;margin: 20px 0 0;}
.sidebar-task .profile-task-panel-wrap .task-links li a {display: block;color: #ffffff;text-decoration: none;}
.sidebar-task .profile-task-panel-wrap .task-links li {position: relative;padding-left: 8px;margin: 0 0 10px 8px;line-height: 1.4;}
.sidebar-task .profile-task-panel-wrap .task-links li:before {position: absolute;content: " ";height: 18px;width: 1px;background-color: #b09f87;top: 25%;left: 0;}
.sidebar-task .profile-task-panel-wrap .task-links li span {color: #8c7056;}
.sidebar-task .profile-task-panel-wrap .task-sub-head span, .sidebar-task .profile-task-panel-wrap .task-sub-head a {padding: 8px 5px;background-color: #121212;margin: 0;font-size: 14px;}
.sidebar-task .profile-task-panel-wrap .task-notes-sec.text-center {margin-top: 50px;}
.sidebar-task .profile-task-panel-wrap .notes-header .add-note-btn, .sidebar-task .profile-task-panel-wrap .notes-header .add-note-btn span {font-size: 14px;}

.dashboard-body .pdf-reports {padding: 30px;}
.dashboard-body .pdf-reports ol.pdf-list {text-align: left;margin: 20px 0 0;}
.dashboard-body .pdf-reports ol.pdf-list li {margin-bottom: 15px;padding-left: 10px;}
.dashboard-body .pdf-details a {padding: 3px 15px;color: #fff;text-decoration: none;border-radius: 5px;}
.dashboard-body .pdf-details a.red-btn {background-color: var(--status-red);}
.dashboard-body .pdf-details {margin: 5px 0 0;display: flex;align-items: center;gap: 15px;}
.dashboard-body .pdf-reports .section-title i {font-size: 18px;margin-right: 5px;}
.dashboard-body .pdf-reports .section-title {text-transform: uppercase;color: #4b4947;}
.reports-dashboard .task-notes-sec {margin-top: 20px;}
.reports-dashboard .task-notes-sec .section-title {font-size: 20px;}
.dashboard-body .pdf-reports ol.pdf-list li::marker {color: #b79573;font-size: 16px;}
.dashboard-body .add-task .input-group .sec{display:flex;align-items:center;gap: 5px;white-space:nowrap;margin: 0 5px;padding: 0 5px;}
.dashboard-body .add-task .input-group .div{width:2px;height:25px;background:#9d7a3a;margin: 0 10px;}
.dashboard-body .add-task .input-group label.cb{display:flex;align-items:center;gap:5px;cursor:pointer;position: relative;}
.dashboard-body .add-task .input-group label.cb input{position:absolute;opacity:0;width: 100%;left: 0;}
.dashboard-body .add-task .input-group .box{width: 16px;height: 16px;border: 2px solid #b58a45;display:inline-block;position:relative;}
.dashboard-body .add-task .input-group .cb input:checked + .box:after{content:"✓";position:absolute;left: 1px;top: -3px;color:#b58a45;font-weight:bold}
.dashboard-body .add-task .input-group input {background:transparent;border:none;}
.dashboard-body .add-task .input-group input::placeholder {color:#fff;}
.dashboard-body .add-task .input-group input::-webkit-calendar-picker-indicator{filter:invert(73%) sepia(45%) saturate(500%) hue-rotate(355deg)}
.dashboard-body .add-task .input-group i{color: #be9760;font-size: 18px;}
.dashboard-body .add-task .input-group .sec:nth-child(2) {border-left: 1px solid #be9760;border-right: 1px solid #be9760;padding: 0 10px;margin: 0 0 0 10px !important;}
.dashboard-body .add-task .input-group .sec label.cb {margin-left: 15px;}
/* dashboard restructure */

/* media queries */
@media (min-width: 1600px) {
    .dashboard-body .fixed-sidebar {max-width: 600px;}
}
@media (min-width: 1400px) {
	.dashboard-body .blackbox-task-table td, .dashboard-body .blackbox-task-table th .table-head-title {font-size: 14px;}
	.weekly-task-dashboard .weekly-report-content {justify-content: space-evenly;}
}
@media (max-width: 1380px) {
	*, .dashboard-body .memo-text {font-size: 12px;}
	.custom-modal.task-details-pop .modal-lg {margin: 200px auto;}
	.dashboard-body .fixed-sidebar .panel::-webkit-scrollbar {width: 0px;}
	.dashboard-body .fixed-sidebar .panel::-webkit-scrollbar-track, .dashboard-body .fixed-sidebar .panel::-webkit-scrollbar-thumb{background:transparent;}
    .dashboard-body .fixed-sidebar .panel {display: block;height: 450px;overflow-y: auto;width: 100%;overflow-x: hidden;}
}
@media (max-width: 1325px) {
    .dashboard-body .add-task .input-group .sec:first-child {display: none;}
    .dashboard-body .add-task .input-group {justify-content: center;padding: 0;}
    .dashboard-body .add-task .input-group .sec:nth-child(2) {width: 100%;max-width: 85px;margin: 0 5px 0 0 !important;border-left: none;padding: 0;}
    .dashboard-body .add-task .input-group .sec label.cb {margin-left: 5px;}
    .dashboard-body .add-task .input-group .sec label.cb:first-child {margin: 0;}
    .dashboard-body .add-task .input-group .sec {margin: 0;padding-right: 0px;}
}
@media (max-width: 1300px) {
	.weekly-task-dashboard .weekly-report-content .left-content, .weekly-task-dashboard .weekly-report-content .right-content {display: block;width: 100%;max-width: 100%;}
	.weekly-task-dashboard .weekly-report-content {flex-direction: column;}
	.weekly-task-dashboard .week-time-break {width: 100%;max-width: 430px;margin: 30px auto;}
	.weekly-task-dashboard .inner-box.weekly-inner-box {max-width: 420px;margin: 20px auto;}
	.weekly-task-dashboard  .blackbox-task-table td, .dashboard-body .blackbox-task-table th .table-head-title {width: 80px;}
	.weekly-task-dashboard .weekly-report-table {margin-top: 30px;}
}
@media (max-width: 1250px) {
	.dashboard-body .blackbox-task-table thead, .dashboard-body .blackbox-task-table.master-table tbody td .second-half .column-card:nth-child(4) {display: none;}
	.dashboard-body .blackbox-task-table .table-column, .dashboard-body .task-status-pop.active .mobile-view {display: block;}
	.dashboard-body .blackbox-task-table .table-column .table-column-wrap {margin: 10px 0 15px;text-align: left;}
	.dashboard-body .blackbox-task-table td.table-column .column-card {width: 10%;text-align: center;}
	.dashboard-body .blackbox-task-table .table-column .second-half {border: 1px solid rgb(210 180 140 / 30%);padding: 5px;}
	.dashboard-body .blackbox-task-table td:first-child, .dashboard-body .blackbox-task-table td:last-child {width: 8%;}
	.dashboard-body .blackbox-task-table td.table-column .second-half .column-card {width: 100% !important;text-align: center;border-left: 1px solid var(--accent-gold);padding: 5px;margin: 0;}
	.dashboard-body .blackbox-task-table td.table-column .second-half .column-card:first-child {border: none;}
	.dashboard-body .blackbox-task-table td.table-column .column-card.task-title {border-left: 1px solid var(--text-muted);padding-left: 15px;margin-left: 5px;width: 100% !important;font-size: 16px;}
	.dashboard-body .blackbox-task-table tr {vertical-align: baseline;}
	.dashboard-body .blackbox-task-table .table-column .column-card, .dashboard-body .blackbox-task-table .table-column .column-card p {display: block;padding: 0;}
	.dashboard-body .blackbox-task-table tbody tr td {height: auto;padding: 0 10px;}
	.dashboard-body .blackbox-task-table tbody tr td {border: none;}
	.dashboard-body .blackbox-task-table tbody tr td:last-child, .dashboard-body .blackbox-task-table tbody tr td:first-child {border: 1px solid #000 !important;}
	.dashboard-body .blackbox-task-table .table-column .column-card.task-title:before {display: none;}
	.dashboard-body .blackbox-task-table tbody tr.top-row .task-number:after {bottom: -5px;}
}
	
@media (max-width: 1200px) {
    /*.dashboard-body .blackbox-task-table {display: block;overflow-x: auto;white-space: nowrap;}
    .dashboard-body .fixed-sidebar {max-width: 380px;padding: 15px;}
    .dashboard-body .profile-header .day-text {font-size: 28px;}*/
    .dashboard-body .profile-header-wrap .avatar-circle {width: 100px;height: 100px;}
    .dashboard-body .profile-header-wrap .avatar-wrapper {margin: -75px auto 0 10px;}
    /*.dashboard-body .profile-header:before {left: 40%;}*/
	.dashboard-body .module-header span {font-size: 14px;}
	.dashboard-body .left-workspace-grid {display: block;}
	.dashboard-body .stat-mod-wrap .stat-module {margin-bottom: 25px;}
	.dashboard-body .blackbox-task-table td.task-tool {padding: 0 5px 12px;}
	.weekly-task-dashboard .weekly-pro-report .day-of-week tr td, .weekly-pro-report .day-of-week tr th, .weekly-task-dashboard .weekly-pro-report .day-of-week tr td:last-child span, .weekly-task-dashboard td.day-column span {font-size: 10px !important;}
	.dashboard-body .dps-box {font-size: 12px;}
	.weekly-task-dashboard .weekly-report-content .right-content .graph-wrap img {max-width: 500px;margin: 0 auto;}
	.weekly-task-dashboard .weekly-report-content .right-content .graph-wrap {text-align: center;}
	.weekly-task-dashboard .weekly-report-table {width: 100%;margin: 0 auto;}
	.weekly-task-dashboard .weekly-pro-report thead th:first-child, .weekly-pro-report tbody td:first-child {padding: 5px !important;}
	.weekly-task-dashboard .fixed-sidebar {padding: 15px 0px;}
	.weekly-task-dashboard .top-header {display: block;text-align: center;}
	.weekly-task-dashboard .select-project .form-group.input-group, .weekly-task-dashboard .create-wrapper button.create-btn, .weekly-task-dashboard .create-wrapper {justify-content: center;}
	.weekly-task-dashboard .create-wrapper button.create-btn, .weekly-task-dashboard .select-project {width: 100%;max-width: 200px;margin: 20px 10px;}
	.weekly-task-dashboard .create-wrapper button.create-btn span {margin-left: 10px;}
    .dashboard-body .scroll-area {padding: 10px;}
    .dashboard-body .add-task-btn {margin-left: 5px;max-width: 120px;}
}
@media (min-width: 992px) and (max-width: 1200px) {
    .project-dashboard .task-row .project-title {text-align: left;}
    .project-dashboard .expand-grid {display: block;}
}
@media (max-width: 991px) {
	.main-header .brand-text, .main-header .gold-text {font-size: 14px;}
	.custom-modal.task-details-pop .task-top-wrapper, .dashboard-body .task-action-bar .desk-hidden {display: block;}
	.custom-modal.task-details-pop .task-top-wrapper:before {border-left: none;border-bottom: none;left: 0;right: 0;bottom: 250px;width: 100%;height: auto;}
	.custom-modal.task-details-pop .task-top-wrapper .task-top-right {margin-top: 35px;}
	.custom-modal.task-details-pop .modal-lg {margin: 10px auto 620px;align-items: flex-start;}
	.dashboard-body-wrap {flex-direction: column-reverse;height: 100%;}
	.dashboard-body .fixed-sidebar {position: relative !important;max-width: 100%;display: block;padding-bottom: 0;}
	.dashboard-body .profile-header-wrap .avatar-wrapper {margin: 0;position: relative;text-align: center;width: 100%;max-width: 100%;}
	.dashboard-body .profile-header-wrap .avatar-circle {margin: 0 auto;position: static;}
	.dashboard-body .profile-header:before {left: 50%;height: 50%;}
	.dashboard-body .fixed-sidebar .panel {height: 100%;}
	.dashboard-body .add-task-btn, .project-dashboard .create-btn, .weekly-task-dashboard .create-wrapper button.create-btn {margin: 0 0 30px;}
	.dashboard-body .profile-header {justify-content: space-around;max-width: 400px;margin: 0 auto;}
	.dashboard-body .profile-header-wrap .camera-icon {left: 20px;}
	.profile-task-panel .custom-table {max-width: 95%;margin: 15px 25px;}
	/*.dashboard-body .task-action-bar .add-task {display: none;}*/
	.project-dashboard .action-bar {gap: 0;}
	.weekly-task-dashboard .select-project {max-width: 100%;margin: 15px 0;}
	
	.custom-modal.new-task .form-group.input-group {justify-content: space-between;padding-right: 0;}
	.custom-modal .dropdown .selected:before {max-width: 25px;right: 5px;}
	.custom-modal .modal-lg {width: 100%;max-width: 100%;padding: 50px;}
	.weekly-task-dashboard .buttons-wrapper {display: block;}
	.weekly-task-dashboard .buttons-wrapper .select-project-wrapper {max-width: 100%;}
	.weekly-task-dashboard .create-popup.active {right: 0;left: auto;}
	.dashboard-body .profile-header .time-label *, .dashboard-body .profile-header .date-footer * {font-size: 16px;}
	.sidebar-task.profile-task-panel {padding-top: 15px;}
	.dashboard-body .pdf-reports {padding: 15px 10px 0;}
	.dashboard-body .profile-header:before {display: none;}
	.dashboard-body .profile-header .datetime-info {padding-left: 25px;margin-left: 0px;border-left: 2px dotted #4b4947;}

}
@media (max-width: 767px) {
	.custom-modal .label {margin-bottom: 5px;}
	.custom-modal .col-12 .form-group {margin-top: 15px;}
	.custom-modal .modal-body, .custom-modal.task-details-pop .modal-body {padding: 25px 15px;}
	.custom-modal .form-group {margin-bottom: 8px;}
	.custom-modal .row {padding: 0;}
	.custom-modal .btn-main {font-size: 16px;}
	.custom-modal .modal-body button.btn-close {font-size: 18px;padding: 0;top: 15px;right: 15px;width: 30px;height: 30px;}
	.custom-modal .modal-lg .modal-content {border: none;}
	.custom-modal.task-details-pop .title-main {font-size: 35px;}
	.custom-modal.task-details-pop .image-header label, .custom-modal.task-details-pop .image-header .view-all, .custom-modal.task-details-pop .task-sub-head a {margin-left: 10px;font-size: 12px;}
	.custom-modal.task-details-pop .task-sub-head {font-size: 14px;}
	.custom-modal.task-details-pop .notes-header .add-note-btn span, .custom-modal.task-details-pop .notes-header .section-title, .custom-modal.task-details-pop .notes-header .add-note-btn, .custom-modal.task-details-pop .image-header .section-title {font-size: 16px;}
	.project-dashboard .fixed-sidebar .current-piller table td {padding: 5px;}
	
	.project-dashboard .expand-grid {display: block;max-width: 335px;}
	.project-dashboard .expand-grid .inner-box {margin: 0 0 20px;}
	.project-dashboard .expand-content {padding: 15px;}
	
	.custom-modal .modal-lg {padding: 50px 10px;}

    /* Prevent iOS Safari auto-zoom on focus (inputs inherit 14px from global reset) */
    .custom-modal input.form-control,
	.custom-modal textarea.form-control,
	.custom-modal select,
	.custom-modal .dropdown .selected,
	.custom-modal .execution_select {
		font-size: 16px !important;
	}
}
@media (max-width: 680px) {
	.custom-modal .task-priority-wrap .form-group {margin: 0 5px 10px !important;max-width: 45%;display: inline-block;vertical-align: middle;text-align: left;}
	.custom-modal .task-priority-wrap {display: block;text-align: center;}
}
@media (max-width: 575px) {
	.custom-modal.task-details-pop .task-top-wrap {display: block !important;}
	.custom-modal.task-details-pop .task-top-wrap .category-wrap {margin: 10px 0;border: none;}
	.project-dashboard .sort-grid, .project-dashboard .action-bar, .project-dashboard .sort-wrapper, .project-dashboard .create-wrapper {display: block;width: 100%;}
	.project-dashboard .create-wrapper {margin: 10px auto;text-align: center;}
	.project-dashboard .create-btn {margin: 0 auto 30px;padding: 0 8px;font-size: 12px;width: 100%;height: 30px;}
	.project-dashboard .page-title {font-size: 2.5rem;}
	.project-dashboard .sort-popup, .project-dashboard .create-popup {padding: 10px;}
	.project-dashboard .sort-grid .sort-card {width: 100%;margin: 10px 0;}
	.weekly-task-dashboard .create-wrapper button.create-btn, .weekly-task-dashboard .select-project {max-width: 100%;margin: 10px auto;}
	.weekly-task-dashboard .select-project .form-group.input-group .selected {padding: 0 15px;}
	.weekly-task-dashboard .dps-box {font-size: 10px;}
	.weekly-task-dashboard .dps-box span {font-size: 14px;}
	.weekly-task-dashboard .inner-title h3 {font-size: 12px;}
	.weekly-task-dashboard .task-row, .weekly-task-dashboard .inner-title {grid-template-columns: 100px 80px 80px;align-items: center;justify-content: space-between;}
	.weekly-task-dashboard .create-popup .field-wrap {text-align: left;}
	.weekly-task-dashboard .create-popup {left: 0;right: 0;width: 100%;}
	.profile-task-panel .custom-table {max-width: 90%;margin: 15px auto;}
	
	.project-dashboard .blackbox-task-table td.table-column .second-half .column-card {flex-basis: 33%;margin: 5px 0;padding: 0 5px;font-size: 12px;}
	.project-dashboard .blackbox-task-table td.table-column .second-half {flex-wrap: wrap;justify-content: center;}
	.modal.show .modal-dialog {padding: 30px 15px;}
	.dashboard-body .profile-header {justify-content: center;}
	.dashboard-body .profile-header .datetime-info {padding-left: 15px;margin-left: 20px;}
}
@media (max-width: 480px) {
	.dashboard-body .main-header {padding: 0 15px;}
	.dashboard-body .profile-header .date-footer {justify-content: center;gap: 5px;}
	.main-header .brand-text, .main-header .gold-text {font-size: 10px;margin: 0;}
	.main-header span.icon-box img {max-width: 20px;}
	.main-header {padding: 0 0 0 15px;}
	.custom-modal .title-main, .custom-modal .date-text {font-size: 1.5rem;margin: 0;}
	.dashboard-body .fixed-sidebar .panel .dps-flex {display: flex;}
	.main-header .hamburger-btn {max-width: 50px;}
	.profile-task-panel .custom-table {max-height: 85%;}
	.dashboard-body .profile-header-wrap, .fixed-sidebar .sidebar-task, .fixed-sidebar .row, .profile-task-panel .footer, .profile-task-panel .current-piller {padding: 0 10px;}
	.profile-task-panel .top-stats, .profile-task-panel .warning {margin: 15px 10px !important;}
	.dashboard-body .profile-header .user-name {font-size: 16px;}
	.dashboard-body .profile-header .user-brand {font-size: 14px;}
	.profile-task-panel .top-stats-wrap {font-size: 12px;}
	.profile-task-panel .top-stats-wrap:first-child {padding: 0 5px 0 0;margin: 0 2px 0 0;}
	.profile-task-panel .stat-title, .profile-task-panel .feedback {font-size: 12px;}
	.custom-modal.task-details-pop .notes-header .add-note-btn span, .profile-task-panel .notes-header .add-note-btn span, .custom-modal.task-details-pop .notes-header .section-title, .profile-task-panel .notes-header .section-title, .custom-modal.task-details-pop .notes-header .add-note-btn, .profile-task-panel .notes-header .add-note-btn, .custom-modal.task-details-pop .image-header .section-title, .profile-task-panel .image-header .section-title {font-size: 14px;}
	.custom-modal.task-details-pop .image-header label, .custom-modal.task-details-pop .image-header .view-all, .custom-modal.task-details-pop .task-sub-head a, .profile-task-panel .image-header label, .profile-task-panel .image-header .view-all, .profile-task-panel .task-sub-head a {font-size: 12px;margin-left: 10px;}
}
@media(max-width: 480px) {
	.dashboard-body .blackbox-task-table td.table-column .column-card {width: 18%;}
	.dashboard-body .blackbox-task-table td.task-tool {font-size: 20px;}
	.dashboard-body .blackbox-task-table td:first-child, .dashboard-body .blackbox-task-table td:last-child {padding: 0 2px;}
	.dashboard-body .scroll-area {padding: 15px 10px;}
	.dashboard-body .blackbox-task-table tbody tr td {padding: 0 5px;}
	.weekly-task-dashboard .blackbox-task-table tbody tr td:nth-child(2) {width: 15% !important;}
	.weekly-task-dashboard .weekly-report-table td:nth-child(4), .weekly-task-dashboard .weekly-report-table th:nth-child(4) {width: 25% !important;}
	.project-dashboard .create-popup {width: 280px;}
}
@media(max-width: 425px) {
	.dashboard-body .blackbox-task-table td.table-column .second-half .column-card {width: auto;padding: 0 8px;}
	.dashboard-body .blackbox-task-table .table-column .second-half {justify-content: center;}
	.dashboard-body .blackbox-task-table td.table-column .second-half .column-card:first-child {padding-left: 0;}
	.dashboard-body .blackbox-task-table td.table-column .second-half .column-card:last-child {padding-right: 0;}
	.project-dashboard .blackbox-task-table td.table-column .second-half .column-card {font-size: 11px;}
	.project-dashboard .task-row {gap: 0px;}
	.project-dashboard .expand-content {padding: 15px 0px;}
	.project-dashboard .expand-grid .inner-box {padding: 10px;}
	.project-dashboard .task-row .project-title {text-align: left;}
	.project-dashboard .task-row .project-title span {margin: 5px 5px 10px 0;}
	.project-dashboard .expand-grid .inner-box:last-child {padding: 0;}
	.dashboard-body .add-task .input-group {height: 60px;}
	.dashboard-body .add-task .input-group .sec {width: 100%;justify-content: center;border: none !important;}
}
@media (max-width: 375px) {
	.weekly-task-dashboard table.day-of-week tr th:first-child {width: 80px;}
	.weekly-task-dashboard table.day-of-week tr th {width: 35px;}
	.weekly-task-dashboard table.day-of-week tr th:last-child {width: 60px;}
	.dashboard-body .stat-bar-wrap p {padding: 5px 2px;font-size: 10px;}
	.dashboard-body .blackbox-task-table td.table-column .second-half .column-card {flex-basis: 33%;margin: 5px 0;}
	.dashboard-body .blackbox-task-table td.table-column .second-half {flex-wrap: wrap;}
	.dashboard-body .blackbox-task-table td.task-tool .task-menu-btn {font-size: 18px;}
	.dashboard-body .blackbox-task-table td.table-column .second-half .column-card {padding: 0 5px;}
	.custom-modal .task-priority-wrap .form-group {max-width: 100%;margin: 0 auto 10px !important;}
	.dashboard-body .profile-header .datetime-info {padding-left: 10px;margin-left: 10px;}
	.dashboard-body .profile-header .time-label *, .dashboard-body .profile-header .date-footer * {font-size: 14px;}
	.dashboard-body .add-task .input-group label.cb, .dashboard-body .add-task .input-group .sec {gap: 2px;}
}
@media (max-width: 350px) {
	.custom-modal.new-task .col-md-8 .form-group.input-group {display: block;height: auto;padding: 5px 0 5px 10px;}
	.custom-modal.new-task .col-md-8 .form-group.input-group .dropdown {margin-top: 5px;display: inline-block;vertical-align: middle;width: 100%;max-width: 120px;}
	.custom-modal.new-task .col-md-8 .form-group.input-group .dropdown .selected {padding: 5px;}
	.custom-modal .modal-body, .custom-modal.task-details-pop .modal-body {padding: 20px 12px;}
}