body.no-scroll {
    overflow: hidden;
}
.container > .data-form {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 50px;
}
.container > .data-form > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.ttr-custom-employees{
    display: flex;
    align-items: center;
    width: 300px;
    border: 1px solid #C4C7CB;
    border-radius: 4px;
    color: #212121;
    cursor: pointer;
    height: 45px;
    transition: border 0.15s, box-shadow 0.15s;
    appearance: none;
    background: #F4F4F4;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 40px;
    text-align: left;
}
.month-filter, #time-entries-search-input{
    display: block;
    border: 1px solid #C4C7CB;
    border-radius: 4px;
    color: #212121;
    cursor: pointer;
    height: 45px;
    appearance: none;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
#time-entries-search-input{
    cursor: text;
}
.ttr-table-container{
    overflow: scroll;
    max-height: 70vh;
}
.ttr-table-loading{
    overflow: hidden;
    height: auto;
}
.ttr-table-container::-webkit-scrollbar {
    height: 5px;
}
#ttr-time-entries, #ttr-summary-staff, #reopen-requests-table, #reopen-requests-history-table, #audit-trail-table, .summary-staff-drilldown .d-table{
    width: 100%;
    border-collapse: collapse;
}
#ttr-time-entries td,
#ttr-time-entries th,
#ttr-summary-staff td,
#ttr-summary-staff th,
#ttr-summary-staff td em,
#reopen-requests-table td,
#reopen-requests-table th,
#reopen-requests-history-table td,
#reopen-requests-history-table th,
#audit-trail-table td,
#audit-trail-table th,
.summary-staff-drilldown .d-table th,
.summary-staff-drilldown .d-table td {
    padding: 5px 10px;
    /* font-size: 0.85rem; */
    border: 1px solid #ddd;
}
#ttr-summary-staff td em {
    border: none;
    padding: 0;
}
#ttr-summary-staff td:nth-of-type(1) span,
#ttr-summary-staff td:nth-of-type(1) p {
    padding: 5px 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1485D0;
}
#ttr-summary-staff td.summary-hours, #ttr-summary-staff td.summary-hours em {
    color: #1485D0;
    cursor: pointer;
}
#ttr-time-entries th,
#ttr-summary-staff th,
#reopen-requests-table th,
#reopen-requests-history-table th,
.summary-staff-drilldown .d-table th {
    /* background: #1485D0;
    color: #fff;
    font-weight: bold; */
    font-weight: bold;
    background-color: #ffffff;
    padding: 20px;
}

#ttr-time-entries th,
#ttr-summary-staff th,
#reopen-requests-table th,
#reopen-requests-history-table th,
#audit-trail-table th {
    position: sticky;
    top: 0;
    z-index: 1;
}

#ttr-time-entries tbody,
#ttr-summary-staff tbody,
#reopen-requests-table tbody,
#reopen-requests-history-table tbody,
#audit-trail-table tbody,
.summary-staff-drilldown .d-table tbody{
    background: #F8F9FA;
}
/* #load-timeentries, #confirm-my-hours, #approve-team-hours, #load-summary-staff, #confirm-team-hours{ */
    /* padding: 10px 20px; */
    /* display: none; */
    /* background: #1485D0; */
    /* color: #FFFFFF;
    border: none; */
    /* border-radius: 2px; */
    /* font-size: 1rem;
    cursor: pointer;
    transition: all 0.5s linear; */
/* } */

#load-timeentries, #load-summary-staff {
    background-color: transparent;
    border: 1px solid #D4E2ED;
    color: #3a94d0;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    cursor: pointer;
    padding: 15px;
    margin-top: 10px;
}
#load-timeentries:hover, #load-summary-staff:hover {
    background-color: #3a94d0;
    color: #fff;
    border: 1px solid #3A94D0
}
#confirm-my-hours, #approve-team-hours{
    display: flex;
    margin-top: 10px;
    transition: unset;
    /* min-width: 200px;
    height: 40px; */
}
#confirm-team-hours{
    display: none;
    margin-top: 10px;
    transition: unset;
}
#confirm-my-hours span, #approve-team-hours span, #confirm-team-hours span{
    color: #FFF;
}
#confirm-my-hours img, #approve-team-hours img, #confirm-team-hours img{
    height: 22px;
    display: none;
}
#load-timeentries.ttr-btn-disabled, #load-summary-staff.disabled{
    background: #c9cbcc;
}
.ttr-loader {
    text-align: center;
}
.custom-employee-list, .t-clients-container, .t-interns-container, .t-users-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #88888888;
    justify-content: center;
}
.custom-employee-list.open, .t-clients-container.open, .t-interns-container.open, .t-users-container.open{
    display: flex;
    z-index: 990;
    align-items: center;
}
.cel-wrapper{
    background: #fff;
    border-radius: 5px;
    padding: 30px 50px;
    max-width: 500px;
    max-height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cel-header h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}     
.cel-header .t-employees-select-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.cel-header .t-employees-select-btn  span{
    color: rgba(49, 148, 208, 1);
    margin: 5px 0 5px 10px;
    cursor: pointer;
}
.cel-header .user-group-search {
    width: 100%;
    border: 1px solid #C4C7CB;
    border-radius: 4px;
    color: #212121;
    height: 45px;
    appearance: none;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-top: 10px;
}
.cel-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.cel-save {
    padding: 10px 20px;
    background: #1485D0;
    color: #FFFFFF;
    border: none;
    border-radius: 2px;
    font-size: 1rem;
    cursor: pointer;
}
.cel-cancel {
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    background-color: #FFF;
}
.cel-items {
    overflow-y: scroll;
    margin: 20px 0px;
}
.cel-items img{
    display: none;
    margin: auto;
    width: 30px;
    display: block;
}
.t-employee-item {
    cursor: pointer;
}
.t-employee-item.t-employee-selected, .t-employee-item:hover {
    background: rgba(49, 148, 208, 1);
}
.t-employee-item.t-employee-selected span,
.t-employee-item.t-employee-selected:hover span {
    color: #fff;
}
.t-employee-error, #not-meet-std {
    margin: 10px 0 0;
    color: red;
    font-size: 14px;
}
#not-meet-std{
    display: none;
}
#time-entries-form{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
#time-entries-form .time-entries-filter, #time-entries-form .time-entries-settings, #summary-staff-form  {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#summary-staff-form{
    margin-bottom: 15px;
}
#time-entries-search{
    background-color: #105FA2;
    border: 1px solid #105FA2;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 400;
    overflow: hidden;
    height: 45px;
    width: 45px;
    transition: background-color 0.15s, border 0.15s, color 0.15s;
    cursor: pointer;
}
#time-entries-filter-by{
    border: 1px solid #C4C7CB;
    border-radius: 4px;
    color: #212121;
    height: 45px;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    cursor: pointer;
}
.time-entries-hours{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
}
.time-entries-hours p,
.time-entries-hours p span{
    color: #3875d7;
    font-weight: bold;
}

.t-timestamp {
    display: block;
    font-size: 12px;
    font-style: italic;
}
.t-approve-superior, .t-decline-superior {
    padding: 5px 10px;
    display: block;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.1s linear;
    margin: 5px 0;
    height: 30px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.t-approve-superior img, .t-decline-superior img{
    width: 20px;
    display: none;
}
.t-approve-superior {
    background: #1485D0;
}
.t-superior-btn-text {
    color: #FFF;
    font-size: 12px;
}
.t-decline-superior {
    background: red;
}
.t-approve-superior:hover, .t-decline-superior:hover {
    opacity: 0.5;
}
.summary-variance, .summary-std {
    font-weight: 600;
}
.summary-staff-drilldown {
    display: none;
    position: fixed;
    background: #FFF;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    padding: 100px 50px;
}
.summary-staff-drilldown .d-header{
    display: flex;
    flex-direction: column;
}
.summary-staff-drilldown .d-header .d-staff{
    font-weight: bold;
    font-size: 18px;
}
.summary-staff-drilldown .d-header .d-type{
    font-weight: bold;
    font-size: 18px;
    color: #1485D0;
    margin-bottom: 20px;
}
.summary-staff-drilldown .d-body{
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.summary-staff-drilldown .d-body img{
    position: fixed;
    transform: translate(50%, 50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.summary-staff-drilldown .d-header .d-close{
    position: absolute;
    right: 50px;
    cursor: pointer;
}
.summary-staff-drilldown .d-header .d-close svg{
    fill: red;
}
.ttr-nodata {
    min-height: 50px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.summary-staff-drilldown .d-body .ttr-nodata{
    text-align: center;
    display: block;
    margin: 100px 0;
    color: #888;
    font-size: 20px;
}
.d-summary {
    display: flex;
    flex-wrap: wrap;
}
.d-work-item {
    display: flex;
    align-items: center;
    margin: 5px;
}
.d-work-item span.hours {
    background: #1485D099;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}
.d-work-item span.activity {
    padding: 5px;
    background: #f5f5f5;
    font-size: 12px;
}
.d-total{
    text-align: right;
    font-weight: 600;
}
.summary-staff-decline, .export-range-container,
.request-edit-modal {
    display: none;
    position: fixed;
    background: #33333399;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.request-edit-modal.open {
    display: flex;
}
.request-edit-modal .request-edit-wrapper {
    max-height: 90vh;
    overflow-y: auto;
}
.request-edit-wrapper {
    background: #FFF;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 0 100px #33333333;
    width: 100%;
    max-width: 420px;
}
.request-edit-wrapper h3 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
}
.request-edit-wrapper label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 0.9rem;
}
.request-edit-wrapper #request-edit-reason {
    width: 100%;
    margin: 5px 0 16px;
    height: 100px;
    resize: vertical;
    padding: 10px;
    font-size: 0.9rem;
    border: 1px solid #C4C7CB;
    border-radius: 4px;
    box-sizing: border-box;
}
.request-edit-btns {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.request-edit-btns .request-edit-cancel {
    background-color: #EEE;
    border-color: #ddd;
    color: #212121;
}
.request-edit-btns .request-edit-cancel:hover {
    background-color: #e0e0e0;
}
.request-edit-btns .custom-button {
    min-width: 100px;
}
.response-modal-wrapper .response-modal-message {
    margin: 0 0 20px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #212121;
    white-space: pre-wrap;
    word-break: break-word;
}
.response-modal-wrapper.response-modal-success h3 {
    color: #0d8050;
}
.response-modal-wrapper.response-modal-error h3 {
    color: #c23030;
}
#request-edit-response-close {
    min-width: 100px;
}
#request-edit-time-entries-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
#request-edit-time-entries-btn.request-edit-btn-rejected {
    background-color: #c23030;
    border-color: #c23030;
    opacity: 0.9;
}
#request-edit-time-entries-btn.request-edit-btn-rejected:disabled {
    background-color: #c23030;
    border-color: #c23030;
}
#request-edit-time-entries-btn.request-edit-btn-rejected span {
    color: #fff;
}
#request-edit-time-entries-btn.request-edit-btn-approved {
    background-color: #0d8050;
    border-color: #0d8050;
}
#request-edit-time-entries-btn.request-edit-btn-approved span {
    color: #fff;
}
#request-edit-time-entries-btn.request-edit-btn-locked {
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.9;
}
#request-edit-time-entries-btn.request-edit-btn-locked span {
    color: #fff;
}
.done-editing-confirm-wrapper h3 {
    margin: 0 0 12px;
}
.done-editing-confirm-message {
    margin: 0 0 20px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #212121;
}
.done-editing-confirm-wrapper .done-editing-confirm-btn {
    background-color: #0d8050;
    border-color: #0d8050;
}
.done-editing-confirm-wrapper .done-editing-confirm-btn:hover {
    background-color: #0a6640;
    border-color: #0a6640;
}
.reject-modal-wrapper {
    max-width: 440px;
}
.reject-modal-title {
    color: #721c24;
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 600;
}
.reject-modal-hint {
    margin: 0 0 20px;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #555;
}
.reject-modal-form .reject-modal-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #212121;
}
.reject-modal-textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px 14px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1.5;
    font-family: inherit;
    color: #212121;
    border: 1px solid #C4C7CB;
    border-radius: 6px;
    box-sizing: border-box;
    resize: vertical;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.reject-modal-textarea::placeholder {
    color: #888;
}
.reject-modal-textarea:focus {
    outline: none;
    border-color: #c23030;
    box-shadow: 0 0 0 2px rgba(194, 48, 48, 0.15);
}
.reject-modal-btns {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.reject-modal-btns .request-edit-cancel {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    color: #212121;
}
.reject-modal-btns .request-edit-cancel:hover {
    background-color: #e5e5e5;
}
.reject-modal-btns .reject-submit-btn {
    background-color: #c23030;
    border-color: #c23030;
    color: #fff;
}
.reject-modal-btns .reject-submit-btn:hover {
    background-color: #a82828;
    border-color: #a82828;
}
.reopen-status-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
}
.reopen-status-badge.status-approved {
    background: #d4edda;
    color: #155724;
}
.reopen-status-badge.status-rejected {
    background: #f8d7da;
    color: #721c24;
}
.reopen-status-badge.status-submitted {
    background: #fff3cd;
    color: #856404;
}
.reopen-reject-comment {
    font-size: 0.85rem;
    color: #666;
    cursor: help;
}
.reopen-action-cell .custom-button {
    margin-right: 6px;
}
#reopen-requests-table,
#reopen-requests-history-table,
#audit-trail-table {
    min-width: 900px;
}
#reopen-requests-table th,
#reopen-requests-table td,
#reopen-requests-history-table th,
#reopen-requests-history-table td,
#audit-trail-table th,
#audit-trail-table td {
    text-align: center;
}
#reopen-requests-table .reopen-action-cell {
    white-space: nowrap;
}
.reopen-period-ended {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.approval-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}
.approval-section-title-spaced {
    margin-top: 28px;
}
.reopen-status-approved {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0d6d3d;
    background: #d1fae5;
}
.reopen-status-rejected {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #9b1c1c;
    background: #fee2e2;
}

.audit-trail-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 24px;
    margin-bottom: 16px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}
.audit-trail-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 20px;
}
.audit-filter-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 52px;
    justify-content: flex-end;
}
.audit-filter-group label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #374151;
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
}
.audit-filter-group select,
.audit-filter-group input[type="text"],
.audit-filter-group input[type="date"] {
    padding: 6px 10px;
    border: 1px solid #C4C7CB;
    border-radius: 4px;
    font-size: 0.9rem;
    width: 100%;
    min-width: 120px;
    box-sizing: border-box;
}
.audit-filter-group input[type="text"] {
    min-width: 140px;
}
.audit-filter-group.audit-filter-actions .audit-filter-btns {
    display: flex;
    gap: 8px;
}
.audit-filter-group .custom-button {
    padding: 6px 14px;
    font-size: 0.9rem;
}
.content-heading-audit-trail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.content-heading-audit-trail .title {
    margin: 0;
}
.audit-trail-export .custom-button {
    padding: 8px 18px;
}

.decline-wrapper, .export-wrapper {
    background: #FFF;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 100px #33333333;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
}
#decline-input {
    margin: 5px 0 10px;
    height: 100px;
    resize: none;
    padding: 10px;
    font-size: 0.85rem;
}
.decline-btns {
    display: flex;
    flex-direction: column;
}
.decline-btns button {
    padding: 5px 20px;
    border: none;
    border-radius: 2px;
    font-size: 0.85rem;
    cursor: pointer;
    margin: 0;
    transition: all 0.1s linear;
    height: 40px;
}
.decline-btns button#decline-summary-staff {
    background: #FF0000;
    margin-bottom: 5px;
}
.decline-btns button#decline-summary-staff span{
    color: #FFFFFF;
}
.decline-btns button#decline-summary-staff img {
    width: 30px;
    display: none;
}
.decline-btns button#decline-summary-staff:hover {
    background: #FF000033;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.decline-btns button#cancel-summary-staff {
    background: #EEE;
}
.decline-btns button#cancel-summary-staff:hover {
    background: #EEEEEE33;
    color: #21212133;
}
#cancel-export-range {
    width: 100%;
    background: #EEE;
    border: 1px solid #EEE;
    color: #212121;
    margin-top: 5px;
}
.export-btn, .export-btn-range {
    display: none;
    width: 100px;
}
.export-btn img, #export-time-entries img{
    display: none;
    width: 30px;
}
.custom-button{
    background-color: #105FA2;
    border: 1px solid #105FA2;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.80rem;
    font-weight: 500;
    height: 46px;
    transition: background-color 0.15s, border 0.15s, box-shadow 0.15s, color 0.15s;
    padding: 0 25px;
    width: auto;
}
.custom-button > span {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 0.80rem;
    font-weight: 600;
    text-align: center;
}
.export-range-container .custom-date-range{
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.80rem;
    border: 1px solid #105FA2;
    margin: 10px 0;
}
.message-v2 .em-name {
    font-weight: bold
}
.sda-header .table-cell.small-x {
    min-width: 150px;
}