﻿label.is-invalid {
    display: none !important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    /*    display: table;
    width: 100%;
    position: relative;*/
    display: table;
    width: 85%;
    position: relative;
    margin-left: 28px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
#footerButtons {
    display: flex;
    gap: 10px;
}

.historyTimeRecord {
    flex-shrink: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.p-viewer {
    z-index: 9999;
    position: absolute;
    top: 24%;
    right: 29px;
}
.textStyle {
    color: white !important;
    font-weight: bold !important;
}

.separatorCustom {
    height: 100% !important;
    /* width: 40px; */
    /* border-left: 5px solid black; */
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 0px 10px -12px 10px;
}

.separatorCustom1 {
    height: 100% !important;
    /* width: 40px; */
    /* border-left: 5px solid black; */
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 0px 10px 0px 10px;
}

.selected {
    background: transparent !important;
    color: black !important;
}

.format-pre pre {
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word;
    font-family: inherit;
}
/*.sidebar-item.active > .sidebar-link {*/
/*    background: #23487d;*/

/*}*/
/*.sidebar-item.active > #Reportlink {
    background: #23487d;
}*/
.sidebar-dropdown .sidebar-item.active .sidebar-link {
    color: white;
    background: #23487d;
    border-bottom-style: solid;
    font-weight: bold;
    font-style: italic;
}

/*.sidebar-dropdown .sidebar-link:before {
    content: "";
}*/
.sidebar-dropdown .sidebar-link {
    background: #e9ecef;
    color: black;
    /*    border-top-style: solid;*/
    border-bottom-style: solid;
    border-color: black;
    border-width: 0.5px;
    font-weight: bold;
}

.sidebar-dropdown .sidebar-item:hover {
    background-color: #23487d;
    /*content: "" !important;*/
}
.removeArrow:before {
    content: "" !important;
    
}

.form-control {
    border: 1px solid #070606 !important;
}

    .form-control.is-invalid {
        border-color: #dc3545 !important;
    }

    .form-control.is-valid {
        border-color: #28a745 !important;
    }
.modal-content {
    box-shadow: 5px 5px 5px 5px;
}
td {
    vertical-align: top !important;
}

h1{
    font-weight:bold !important;
}
.white1 {
    background-color: white !important;
}

.gray1 {
    background-color: rgba(0,0,0,.05) !important;
}

/* Group row styles */
tr.group {
    cursor: pointer;
}

.group {
    /* Your styles for groups */
    font-weight: bolder; /* Light gray background */

    color: #007BFF;
}

.collapsed1 {
    /* Your styles for special collapsed state */
}

.group1 {
    /* Your styles for groups */
    font-weight: bold; /* Light gray background */
}

/* Collapsed state */
tr.group.collapsed td:first-child:before {
    content: ' + ';
    font-weight: bold;
    font-size: 22px;
    margin-right: 5px;
    /*content: url('https://raw.githubusercontent.com/DataTables/DataTables/1.10.7/examples/resources/details_open.png');*/
    transform: translateY(-50%); /* Center vertically */
}

/* Expanded state */
tr.group:not(.collapsed) td:first-child:before {
    content: ' - ';
    font-weight: bold;
    font-size: 22px;
    margin-right: 5px;
    /*content: url('https://raw.githubusercontent.com/DataTables/DataTables/1.10.7/examples/resources/details_close.png');*/
    cursor: pointer;
    transform: translateY(-50%); /* Center vertically */
}

/* Even group color */
tr.group.even-group-color {
    background-color: #f2f2f2; /* Light gray */
}

/* Odd group color */
tr.group.odd-group-color {
    background-color: #e6e6e6; /* Lighter gray */
}

/* Additional styling for child rows */
tr.child-row {
    display: none; /* Initially hide child rows */
}

/* Show child rows when group is expanded */
tr.group:not(.collapsed) + tr.child-row {
    display: table-row;
}


tr.group1 {
    cursor: pointer;
    color: green;
    font-style: italic;
}

    /* Collapsed state */
    tr.group1.collapsed1 td:first-child:before {
        margin-left: 30px;
        content: ' + ';
        font-size: 22px;
        /*content: url('https://raw.githubusercontent.com/DataTables/DataTables/1.10.7/examples/resources/details_open.png');*/
    }

    /* Expanded state */
    tr.group1:not(.collapsed1) td:first-child:before {
        font-size: 22px;
        margin-left: 30px;
        content: ' - ';
        /*content: url('https://raw.githubusercontent.com/DataTables/DataTables/1.10.7/examples/resources/details_close.png');*/
        cursor: pointer;
    }

/* Even group color */
tr.group.even-group-color {
    background-color: #f2f2f2; /* Light gray */
}

/* Odd group color */
tr.group.odd-group-color {
    background-color: #e6e6e6; /* Lighter gray */
}

/* Show child rows when group is expanded */
tr.group1:not(.collapsed1) + tr.child-row {
    display: table-row;
}

#tblqbBills tbody td {
    vertical-align: top;
}

#tblIncome tbody td {
    vertical-align: top;
}
/* Custom color class for orange */
.btn-orange {
    background-color: darkorange;
    border-color: darkorange;
    color: white; /* Text color */
}

    /* Style the button on hover if needed */
    .btn-orange:hover {
        background-color: orange;
        border-color: orange;
    }
.table-container {
    width: 90%;
    margin: 20px auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

th {
    font-weight: bold;
}

.expand-icon {
    cursor: pointer;
    font-size: 16px;
}

.expandable-row {
    background-color: #f9f9f9;
}

.detail-row {
    display: none;
}

    .detail-row td {
        padding: 8px 20px;
        
        padding-left: 2.5rem;
    }
    
    .detail-row th {
        padding: 8px 20px;
       
        padding-left: 2.5rem;
    }

.expanded .detail-row {
    display: table-row;
}

td {
    text-align: left;
}
.summary-row td {
    font-weight: normal;
}
.summary-row {
    font-weight: bold;
    
    font-size: 14px;
}

.pdf-link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.badge-warning {
    background-color: orangered;
    color: white;
    font-weight: bold;
}

.badge-success {
    background-color: green;
    color: white;
    font-weight: bold;
}

.total {
    text-align: right;
    font-weight: bold;
}

.vendor-row {
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #000;
}

    .vendor-row td {
        align-items: center;
        padding: 12px 20px;
        border-bottom: none;
    }

    .vendor-row .expanded-icon {
        margin-right: 10px; /* Add space between icon and vendor name */
    }

    .vendor-row .vendor-name {
        flex-grow: 1; /* Allow vendor name to take up available space */
    }

    .vendor-row .vendor-total {
        text-align: right;
        font-weight: bold;
        color: #333;
        border-bottom: 1px solid #ddd;
    }


   
.expanded-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .expanded-icon i {
        margin-right: 10px; 
        font-size: 16px;
    }

.vendor-row td:last-child {
    text-align: right;
    padding-right: 20px; 
}

.gray-row {
    background-color: #f0f0f0; 
}
.modaldialog {
    max-width: 80%; 
}
.label-black {
    color: black;
    font-size: 1rem;

}

.modalbody span {
    display: block;
    font-size: 1rem; 
    color: #333; 
}

.modalbody .bi {
    font-size: 1.5rem;
}
.modalcontent {
    width: 100%; 
    max-width: 800px; 
}

.modalbody {
    max-height: 60vh; 
    overflow-y: auto;
}

.textblue {
    color: #007bff;
}
#map {
    width: 100%;
    height: 400px;
}
.accordion-button {
    background-color: transparent;
    color: #007bff; 
    font-weight: bold; 
    font-size: 1.2rem;
}
.accordion-button:focus {
    box-shadow: none; 
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #0056b3;
    background-color: transparent; 
}
.phoneBtn[titles]:hover::after {
    content: attr(titles);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 100;
}

.mapBtn[titles]:hover::after {
    content: attr(titles);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 100;
}
.BanBtn[titles]:hover::after {
    content: attr(titles);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 100;
}

.reasonIcon[titles]:hover::after {
    content: attr(titles);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 100;
}
.lockBtn[titles]:hover::after {
    content: attr(titles);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 100;
}
.reasonIcon {
    position: relative; /* Make the tooltip position relative to the parent */
}
.lockBtn {
    position: relative; /* Make the tooltip position relative to the parent */
}
.mapBtn, .phoneBtn, .BanBtn {
    position: relative;
    display: inline-block;
}
table.dataTable tbody tr.odd {
    background-color: #f9f9f9;
}

table.dataTable tbody tr.even {
    background-color: #ffffff; 
}
#tblCallLogs th:nth-child(4),
#tblCallLogs td:nth-child(4) {
    width: 15% !important;
    white-space: nowrap;
}
.daterangepicker {
    font-size: 12px;
}

    .daterangepicker .calendar-table {
        table-layout: fixed;
        font-size: 11px;
    }

    .daterangepicker .drp-calendar .drp-buttons {
        font-size: 12px;
    }

    .daterangepicker .drp-calendar input {
        padding: 3px 5px;
        font-size: 12px;
    }
.timeSheetTable tbody tr {
    cursor: pointer;
}
    .timeSheetTable tbody tr:hover {
        background-color: #f0f0f0 !important;
    }

.tblInvItem tbody tr.odd:hover,
.tblInvItem tbody tr.even:hover,
.tblInvItem tbody tr:hover {
    background-color: #f0f0f0 !important;
    cursor: pointer;
}

.photogallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.photo-container {
    position: relative;
    overflow: hidden;
}

    .photo-container img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border: 1px solid #ddd;
        border-radius: 5px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .photo-container img:hover {
            transform: scale(1.05);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
            border-color: #007bff;
        }

.icon-container {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    visibility: hidden;
    z-index: 2;
}

.photo-container:hover .icon-container {
    visibility: visible;
}

.download-icon, .trash-icon, .edit-icon {
    font-size: 18px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .download-icon:hover {
        background-color: #28a745;
    }

    .trash-icon:hover {
        background-color: #dc3545;
    }

    .edit-icon:hover {
        background-color: #007bff;
    }

.photo-gallery.empty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    text-align: center;
}
#modalImage {
    max-width: 100%;
    max-height: 90vh;
    /*    display: inline-block;
*/
}

.modal-dialog.modal-custom-size {
    width: 80%;
    height: 80%;
    max-width: 1200px;
    max-height: 600px;
    margin: auto;
}

.modelContent {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.modalbody {
    /*display: flex;*/
    height: 100%;
    background-color: black;
    max-height: 100vh;
    overflow: hidden;
}

.leftsection {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    overflow: hidden;
    margin-right: 5px;
}

    .leftsection img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        background-color: black;
    }

.rightsection {
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    color: #000;
    overflow-y: auto;
    overflow-x: hidden;
}
.small-text {
    font-size: 0.85rem;
}

@media (min-width: 576px) {
    .shift_modal.modal-lg {
        max-width: 800px !important;
    }
}
@media (min-width: 992px) {
    .shift_modal.modal-lg {
        max-width: 1150px !important;
    }
}

.custom-card {
    border-radius: 12px;
    border: 1px solid #e3e6f0;
    margin:1rem;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.custom-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.custom-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.custom-card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.custom-text-muted {
    font-size: 0.9rem;
    color: #6c757d;
}

.badgeSet {
    font-size: 0.85rem;
    padding: 5px 10px;
    border-radius: 12px;
}

.custom-btn-success {
    color: #28A745;
    border: 1px solid #28A745;
    background-color: transparent;
    font-weight: 400;
    border-radius: 5px;
    padding: 6px 10px;
    transition: all 0.3s ease;
}

    .custom-btn-success:hover {
        background-color: #28A745;
        color: #ffffff;
    }


.custom-btn {
    border-radius: 24px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

    .custom-btn:hover {
        transform: scale(1.05);
    }

.custom-card-title i {
    font-size: 1.3rem;
    vertical-align: middle;
}

/* Color Classes */
.success-text {
    color: #28A745 !important;
}

.warning-text {
    color: #ffc107 !important;
}

.info-text {
    color: #17a2b8 !important;
}

.primary-text {
    color: #007bff !important;
}

.danger-text {
    color: #dc3545 !important;
}

.custom-icon {
    font-size: 1.5rem;
    vertical-align: middle;
}

.custom-badge {
    background-color: #28A745;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 12px;
}

.customOutLineBtn {
    color: #28a745;
    border: 1px solid #28a745;
    background-color: transparent;
    font-weight: 500;
    border-radius: 16px;
    padding: 5px 15px;
    transition: all 0.3s ease;
}
    .customOutLineBtn:hover {
        background-color: #28a745;
        color: #ffffff;
    }

.btn-outline-coral {
    color: #ff6b6b;
    border: 1px solid #ff6b6b;
    background-color: transparent;
    font-weight: 500;
    border-radius: 16px;
    padding: 5px 15px;
    transition: all 0.3s ease; 
}

    .btn-outline-coral:hover {
        background-color: #ff6b6b; 
        color: #ffffff; 
    }

.timekeeping-widget {
    border-radius: 12px;
    border: 1px solid #e3e6f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

    .timekeeping-widget .card-header {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        padding: 15px;
        font-size: 1.25rem;
        font-weight: 600;
    }

.widget-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(5,83,156)
}

.table-section {
    margin-bottom: 20px;
}

.table-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: linear-gradient(to right, #f8f9fa , #ffffff);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #6c757d;
    margin: 0;
    display: flex;
    align-items: center;
}

    .table-title i {
        font-size: 1.5rem;
        margin-right: 10px;
    }

.widget-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}

    .widget-table th {
        background-color: #f8f9fa;
        color: #343a40;
        font-weight: 600;
        text-align: left;
        padding: 10px 15px;
        border-bottom: 2px solid #dee2e6;
    }

    .widget-table td {
        padding: 10px 15px;
        border-bottom: 1px solid #dee2e6;
        color: #495057;
    }

    .widget-table tr:last-child td {
        border-bottom: none;
    }

    .widget-table .text-secondary {
        color: #6c757d !important;
    }

.table-responsive {
    margin-top: 10px;
}
.wizard-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 30px 0;
}
    .wizard-steps::before {
        content: "";
        position: absolute;
        top: 28%;
        left: 5%;
        right: 5%;
        height: 3px;
        background: #dcdcdc;
        z-index: 0;
    }
.wizard-step {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}
    .wizard-step .circle {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        border-radius: 50%;
        background: #dcdcdc;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #fff;
        transition: background 0.3s ease, transform 0.3s ease;
    }
    .wizard-step .label {
        margin-top: 8px;
        font-size: 14px;
        color: #777;
        transition: color 0.3s ease;
    }
    .wizard-step.active .circle {
        background: #007bff;
        transform: scale(1.1);
    }

    .wizard-step.active .label {
        color: #007bff;
        font-weight: bold;
    }
    .wizard-step:hover .circle {
        background: #6cb2eb;
    }

    .wizard-step.clickable-step {
        cursor: pointer;
    }

    .wizard-step:not(.clickable-step) {
        cursor: not-allowed;
        opacity: 1;
    }

#missingFieldsModal .list-group-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
    padding: 1rem;
}

    #missingFieldsModal .list-group-item h6 {
        color: #0d6efd;
    }

#missingFieldsModal .list-unstyled li {
    padding: 0.25rem 0;
}

#missingFieldsModal .fa-exclamation-circle {
    color: #dc3545;
}
.closebtn {
    padding: 0.5rem !important;
    font-size: 0.75rem;
    background-size: 0.75rem;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #ffc107 !important;
}

.warningalert {
    position: relative;
    padding-right: 2.5rem; 
}
.alert-warning {
    border-left: 4px solid #ffc107; 
    border-radius: 0;
}

    .alert-warning i {
        color: #ffc107; 
    }
@keyframes slideInRight {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        height: 0;
        margin-bottom: 0;
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        height: auto;
        margin-bottom: 1rem;
    }
}

@keyframes slideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        height: auto;
        margin-bottom: 1rem;
    }

    50% {
        transform: translateX(20%); 
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%); 
        height: 0;
        margin-bottom: 0;
    }
}


.alert-slide-right {
    animation: slideInRight 0.5s ease-out forwards;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.alert-slide-out-right {
    animation: slideOutRight 0.5s ease-in forwards;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.alert-slide-right.delay-0 {
    animation-delay: 0s;
}

.alert-slide-right.delay-1 {
    animation-delay: 0.5s;
}

.alert-slide-right.delay-2 {
    animation-delay: 1s;
}

.alert-slide-right.delay-3 {
    animation-delay: 1.5s;
}

.alert-slide-right.delay-4 {
    animation-delay: 2s;
}

.alert-slide-right.delay-5 {
    animation-delay: 2.5s;
}

.alert-slide-right.delay-6 {
    animation-delay: 3s;
}

.alert-slide-right.delay-7 {
    animation-delay: 3.5s;
}

.alert-slide-right.delay-8 {
    animation-delay: 4s;
}

.tablecontainer {
    max-height: 300px; 
    overflow-y: auto; 
    border: 1px solid #dee2e6; 
    border-radius: 4px;
}

#statusOptions button {
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 0.85rem;
    transition: all 0.3s;
}

    #statusOptions button:hover {
        transform: scale(1.05);
    }

#currentStatus {
    border-radius: 20px;
    font-size: 1rem;
}

.bi-clock::before {
    content: "\23F0"; /* Unicode for clock emoji if Bootstrap Icons not used */
    font-size: 0.8rem;
    margin-right: 2px;
}

.notes-container {
    max-height: 200px; /* Limits the container's height */
    overflow-y: auto; /* Adds vertical scroll if content overflows */
    white-space: pre-wrap; /* Preserves formatting and wraps long lines */
    background: #f8f9fa; /* Light background for visual separation */
    padding: 10px; /* Padding for breathing space */
    border: 1px solid #ced4da; /* Border to delineate the container */
    border-radius: 5px; /* Rounded corners for a softer look */
}



.expand-btn {
    font-size: .9rem;
    color: #0d6efd;
    text-decoration: none;
}

    .expand-btn:hover {
        color: #0a58ca;
    }

:root {
    --accent-bg: #f1efef;
    --accent-fg: #ffffff; /* white text */
    --secondary-bg: #f4f4f4; /* very light grey */
    --detail-hover: #f8f8f8; /* light hover */
}

.card.shadow-sm {
    border-left: 4px solid var(--accent-bg);
    border-bottom: 4px solid var(--accent-bg);
    border-right: 4px solid var(--accent-bg);
}

.summary-row-costing > td {
    background-color: var(--accent-bg) !important;
    font-weight: 600;
    color: #212529;
}

.category-row > td {
    background-color: var(--secondary-bg);
    font-weight: 600;
    color: #545454;
}

.detail-row-costing > td {
    transition: background .2s;
}

.detail-row-costing:hover > td {
    background-color: var(--detail-hover);
}
.detail-row-costing {
    cursor: pointer;
}
.table.table-striped {
    --bs-table-accent-bg: transparent;
}


@media (min-width: 768px) {
    .job-costing table {
        table-layout: fixed !important;
    }
}

/*===== Mobile card/list styles =====*/
.job-costing .jc-card {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    overflow: hidden;
}

.job-costing .jc-card-header {
    background: #f5f5f5;
    padding: .75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-costing .jc-job-title {
    font-size: 1rem;
    font-weight: 600;
}

.job-costing .jc-job-stats {
    display: flex;
    gap: .5rem;
}

    .job-costing .jc-job-stats .jc-stat {
        background: #e9ecef;
        padding: .25rem .5rem;
        border-radius: .25rem;
        text-align: center;
        font-size: .8rem;
    }

        .job-costing .jc-job-stats .jc-stat .jc-label {
            display: block;
            font-weight: 500;
        }

        .job-costing .jc-job-stats .jc-stat .jc-value {
            display: block;
            font-weight: 700;
        }

.job-costing .jc-category-header {
    background: #fafafa;
    padding: .5rem 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.job-costing .jc-category-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .job-costing .jc-category-items li {
        padding: .5rem 1rem;
        border-top: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        font-size: .9rem;
    }

        .job-costing .jc-category-items li:nth-of-type(even) {
            background: #fbfbfb;
        }

.job-costing .jc-category-header .fas {
    color: #6c757d;
    font-size: .9rem;
}

/* Expand/collapse all links */
.job-costing .jc-controls span {
    cursor: pointer;
    margin-right: .5rem;
}

.job-costing .jc-controls .text-primary {
    color: #0d6efd;
}

.ml-29 {
    margin-left: 0;
}
@media (min-width: 576px) {
    .ml-29 {
        margin-left: 29px !important;
    }
}

/* Supply Management Grid Styles */
.supplies-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.supply-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    /*min-height: 200px;*/
    display: flex;
    flex-direction: column;
}

.supply-item.customer-provided {
    border-left: 4px solid #28a745;
    background: linear-gradient(135deg, #f8fff9 0%, #ffffff 100%);
}

.supply-item.abs-cost {
    border-left: 4px solid #ffc107;
    background: linear-gradient(135deg, #fffdf8 0%, #ffffff 100%);
}

.supply-item.abs-resale {
    border-left: 4px solid #007bff;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.supply-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.supply-details p {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    line-height: 1.3;
}

.supply-details .badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}

.supply-item .btn-group {
    flex-shrink: 0;
}

.supply-item .btn-group .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

.badge.customer-provided {
    background-color: #28a745;
    color: white;
}

.badge.abs-cost {
    background-color: #ffc107;
    color: #212529;
}

.badge.abs-resale {
    background-color: #007bff;
    color: white;
}

/* Inline editing styles */
.supply-edit-form {
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    margin-top: 0.5rem;
}

.supply-edit-form .form-control-sm {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}

.supply-edit-form .form-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
}

.supply-edit-form .btn-group {
    gap: 0.25rem;
}

.supply-edit-form .btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* Responsive grid for smaller screens */
@media (max-width: 1200px) {
    .supplies-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .supplies-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .supplies-grid {
        grid-template-columns: 1fr;
    }
}
.btn-add-time-entry {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px 0;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

    .btn-add-time-entry:hover {
        background-color: #0d6efd !important;
        color: #fff;
        transform: scale(1.05);
    }

/* ========================================
   Timesheet Card Styles - Modern Blue Header
   ======================================== */
.timesheet-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.timesheet-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.timesheet-card-header {
    background: linear-gradient(135deg, #1a8cff 0%, #0066cc 100%);
    padding: 6px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.timesheet-card-header .header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.timesheet-card-header .header-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.timesheet-card-header .header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.timesheet-card-header .total-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 1px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.timesheet-card-header .total-badge .label {
    opacity: 0.9;
    font-weight: 500;
}

.timesheet-card-header .total-badge .value {
    font-weight: 700;
}

.timesheet-card-header .add-btn {
    background: rgba(255, 255, 255, 0.95);
    color: #0066cc;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.timesheet-card-header .add-btn:hover {
    background: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.timesheet-card-body {
    padding: 0;
}

.timesheet-card-body .timeSheetTable {
    margin: 0 !important;
    border: none !important;
}

.timesheet-card-body .timeSheetTable thead th {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 12px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    padding: 12px 16px;
    border-bottom: 2px solid #e2e8f0;
    border-top: none;
}

.timesheet-card-body .timeSheetTable tbody tr {
    transition: background-color 0.15s ease;
}

.timesheet-card-body .timeSheetTable tbody tr:hover {
    background-color: #f1f5f9 !important;
}

    .timesheet-card-body .timeSheetTable tbody td {
        padding: 12px 16px;
        border-bottom: 1px solid #e2e2e2;
        color: #334155;
        font-size: 13px;
        vertical-align: middle !important;
    }

.timesheet-card-body .timeSheetTable tbody tr:last-child td {
    border-bottom: none;
}

/* Status badges in the table */
.timesheet-card-body .badge.bg-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.timesheet-card-body .badge.bg-warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Timesheet Stats Grid Container */
.ts-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

/* Payroll Commit Stats Grid - 7 cards */
/*#payrollContainer ~ .ts-stats-grid,
.payroll-commit-page .ts-stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
*/
/* Timesheet Stats Cards */
.ts-stat-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    min-height: 85px;
}

.ts-stat-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.ts-stat-label {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ts-stat-value {
    color: #1e293b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

/* Responsive grid for stat cards */
@media (max-width: 991px) {
    .ts-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .ts-stats-grid {
        gap: 8px;
    }
    
    .ts-stat-card {
        padding: 12px 10px;
        min-height: 75px;
    }
    
    .ts-stat-label {
        font-size: 11px;
    }
    
    .ts-stat-value {
        font-size: 20px;
    }
}

/* Animation for cards appearing */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timesheet-card {
    animation: slideInUp 0.3s ease forwards;
}

.timesheet-card:nth-child(1) { animation-delay: 0s; }
.timesheet-card:nth-child(2) { animation-delay: 0.05s; }
.timesheet-card:nth-child(3) { animation-delay: 0.1s; }
.timesheet-card:nth-child(4) { animation-delay: 0.15s; }
.timesheet-card:nth-child(5) { animation-delay: 0.2s; }

/* DataTables overrides for timesheet cards */
.timesheet-card .dataTables_wrapper {
    padding: 0;
}

.timesheet-card .dataTables_filter {
    display: none;
}

.timesheet-card table.dataTable {
    border-collapse: collapse !important;
    margin: 0 !important;
    width: 100% !important;
}

/* Override DataTables default striping for timesheet */
.timesheet-card table.dataTable tbody tr.odd {
    background-color: #ffffff;
}

.timesheet-card table.dataTable tbody tr.even {
    background-color: #fafbfc;
}

/* Ensure proper alignment for action buttons */
.timesheet-card-body .timeSheetTable tbody td:last-child {
    /*text-align: right;*/
    padding-right: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .timesheet-card-header {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    
    .timesheet-card-header .header-right {
        align-self: flex-start;
    }
    
    .timesheet-summary-card {
        flex-direction: column;
        gap: 16px;
        align-items: flex-end;
    }
    
    .timesheet-summary-card .divider {
        display: none;
    }
}

/* Payroll Commit Table Styling */
.payroll-table {
    border-collapse: collapse !important;
    margin: 0 !important;
    width: 100% !important;
}

.payroll-table thead th {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 12px 16px;
    border-bottom: 2px solid #e2e8f0;
    border-top: none;
}

.payroll-table tbody tr {
    transition: background-color 0.15s ease;
}

.payroll-table tbody tr:hover {
    background-color: #f1f5f9 !important;
}

.payroll-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e2e2;
    color: #334155;
    font-size: 13px;
    vertical-align: middle !important;
}

.payroll-table tbody tr:last-child td {
    border-bottom: none;
}

/* Payroll Commit Cards */
#payrollContainer .timesheet-card {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

#payrollContainer .timesheet-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

#payrollContainer .timesheet-card-header {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#payrollContainer .timesheet-card-header .header-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#payrollContainer .timesheet-card-header .header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

#payrollContainer .timesheet-card-header .total-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 1px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

#payrollContainer .timesheet-card-header .total-badge .label {
    opacity: 0.9;
    font-weight: 500;
}

#payrollContainer .timesheet-card-header .total-badge .value {
    font-weight: 700;
}

#payrollContainer .timesheet-card-body {
    padding: 0;
    background: #ffffff;
}

/* Smooth scrolling for the container */
#timeSheetContainer {
    scroll-behavior: smooth;
}

/* Pulse animation for ongoing badges */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.timesheet-card-body .badge.bg-success:contains("ONGOING") {
    animation: pulse 2s ease-in-out infinite;
}

/* ========================================
   Timesheet Page - Buttons & Form Styling
   ======================================== */

/* Time Record Button - Top Right */
.btn-timerecord {
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #0d6efd;
    color: #0d6efd;
    background: #ffffff;
    transition: all 0.2s ease;
}

.btn-timerecord:hover {
    background: #0d6efd;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.btn-timerecord i {
    margin-right: 6px;
}

/* Search Button */
.btn-ts-search {
    background: #212529;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    margin-right: 8px;
}

.btn-ts-search:hover {
    background: #343a40;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(33, 37, 41, 0.3);
    transform: translateY(-1px);
}

.btn-ts-search i {
    margin-right: 6px;
}

/* Clear Button */
.btn-ts-clear {
    background: #dc3545;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    margin-right: 8px;
}

.btn-ts-clear:hover {
    background: #c82333;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    transform: translateY(-1px);
}

.btn-ts-clear i {
    margin-right: 6px;
}


.btn-ts-commit {
    background: #3EC59D;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    margin-right: 8px;
}

    .btn-ts-commit:hover {
        background: #00b37e;
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        transform: translateY(-1px);
    }

    .btn-ts-commit i {
        margin-right: 6px;
    }

.btn-ts-back {
    background: #5C636A;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    margin-right: 8px;
}

    .btn-ts-back:hover {
        background: #424242;
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        transform: translateY(-1px);
    }

        .btn-ts-back i {
            margin-right: 6px;
        }

/* Lock Button */
.btn-ts-lock {
    background: #28a745;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
}

.btn-ts-lock:hover {
    background: #218838;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    transform: translateY(-1px);
}

.btn-ts-lock i {
    margin-right: 6px;
}

/* Date Range Picker Styling */
.ts-daterange-picker {
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    font-size: 14px;
    color: #495057;
}

.ts-daterange-picker:hover {
    border-color: #80bdff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.ts-daterange-picker i {
    color: #6c757d;
    margin-right: 8px;
}

.ts-daterange-picker span {
    flex: 1;
}

.ts-daterange-picker .caret {
    margin-left: auto;
    color: #6c757d;
}
.ts-feilds {
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 8px 14px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    font-size: 14px;
    color: #495057;
}

    .ts-feilds:hover {
        border-color: #80bdff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }
/* Select2 Dropdown Styling - Scoped to Timesheet Page Only */
.ts-filter-card .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 8px !important;
    height: 40px;
    padding: 5px 10px;
}

.ts-filter-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: #495057;
    font-size: 14px;
}

.ts-filter-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.ts-filter-card .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #80bdff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* Select2 dropdown - uses data attribute since dropdown appends to body */
.select2-container--default[data-select2-id*="jobsList"] .select2-dropdown,
.select2-container--default[data-select2-id*="empList"] .select2-dropdown,
.ts-filter-card ~ .select2-container .select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
}

.select2-container--default[data-select2-id*="jobsList"] .select2-results__option--highlighted[aria-selected],
.select2-container--default[data-select2-id*="empList"] .select2-results__option--highlighted[aria-selected] {
    background-color: #0d6efd;
}

.select2-container--default[data-select2-id*="jobsList"] .select2-search--dropdown .select2-search__field,
.select2-container--default[data-select2-id*="empList"] .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 8px 12px;
}

/* Radio Button Styling - Scoped to Timesheet Page Only */
.ts-filter-card input[type="radio"] {
    accent-color: #0d6efd;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Form Labels - Scoped to Timesheet Page Only */
.ts-filter-card .form-label b {
    color: #374151;
    font-weight: 600;
    font-size: 13px;
}

/* ========================================
   Timesheet Page - Mobile Responsive
   ======================================== */
@media (max-width: 991px) {
    /* Button container on mobile - Scoped to Timesheet */
    .ts-filter-card .col-md-4.align-self-end {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 16px;
        padding-top: 16px;
    }

    .btn-ts-search,
    .btn-ts-clear,
    .btn-ts-lock,
    .btn-ts-back,
    .btn-ts-commit {
        flex: 1 1 calc(50% - 4px);
        min-width: 100px;
        margin-right: 0 !important;
        text-align: center;
        justify-content: center;
    }
    
    .btn-ts-lock {
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {
    /* Stack buttons vertically on small screens - Scoped to Timesheet */
    .ts-filter-card .col-md-4.align-self-end {
        flex-direction: column;
        gap: 10px;
    }

    .btn-ts-search,
    .btn-ts-clear,
    .btn-ts-lock,
    .btn-ts-back,
    .btn-ts-commit {
        flex: 1 1 100%;
        width: 100%;
        padding: 12px 20px;
    }
    
    /* Time Record button on mobile */
    .btn-timerecord {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    /* Form section borders - Scoped to Timesheet */
    .ts-filter-card .col-md-3[style*="border-right"],
    .ts-filter-card .col-md-4[style*="border-right"] {
        border-right: none !important;
        border-bottom: 1px solid lightgrey;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    /* Date range picker */
    .ts-daterange-picker {
        padding: 10px 14px;
    }
}

@media (max-width: 576px) {
    /* Extra small screens */
    .btn-ts-search,
    .btn-ts-clear,
    .btn-ts-lock,
    .btn-ts-back,
    .btn-ts-commit {
        font-size: 13px;
        padding: 10px 16px;
    }
    
    /* Timesheet card header adjustments */
    .timesheet-card-header {
        padding: 10px 14px;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .timesheet-card-header .header-title {
        font-size: 13px;
    }
    
    .timesheet-card-header .total-badge {
        font-size: 12px;
        padding: 4px 10px;
    }
}
