li{list-style: none;}
.focus{outline:1px dotted rgba(0,0,0,0.5) !important}
.colors{clear:both;padding:24px 0 9px;}
.skin-line .colors{padding-top:28px}
.colors strong{float:left;line-height:20px;margin-right:20px}
.colors li{position:relative;float:left;width:16px;height:16px;margin:2px 1px 0 0;background:#000;cursor:pointer;filter:alpha(opacity=50);opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;}
.colors li:hover{filter:alpha(opacity=100);opacity:1}
.colors li.active{height:20px;margin-top:0;filter:alpha(opacity=75);opacity:.75}
.colors li.red{background:#d54e21}
.colors li.green{background:#78a300}
.colors li.blue{background:#0e76a8}
.colors li.aero{background:#9cc2cb}
.colors li.grey{background:#73716e}
.colors li.orange{background:#f70}
.colors li.yellow{background:#fc0}
.colors li.pink{background:#ff66b5}
.colors li.purple{background:#6a5a8c}
.skin-square .colors li.red{background:#e56c69}
.skin-square .colors li.green{background:#1b7e5a}
.skin-square .colors li.blue{background:#2489c5}
.skin-square .colors li.aero{background:#9cc2cb}
.skin-square .colors li.grey{background:#73716e}
.skin-square .colors li.yellow{background:#fc3}
.skin-square .colors li.pink{background:#a77a94}
.skin-square .colors li.purple{background:#6a5a8c}
.skin-square .colors li.orange{background:#f70}
.skin-flat .colors li.red{background:#ec7063}
.skin-flat .colors li.green{background:#1abc9c}
.skin-flat .colors li.blue{background:#3498db}
.skin-flat .colors li.grey{background:#95a5a6}
.skin-flat .colors li.orange{background:#f39c12}
.skin-flat .colors li.yellow{background:#f1c40f}
.skin-flat .colors li.pink{background:#af7ac5}
.skin-flat .colors li.purple{background:#8677a7}
.skin-line .colors li.yellow{background:#ffc414}

input[readonly] {
    background: #eceff1;
    border: 1px solid #CCD6E6;
}
table {
    width: 100%
}
div.dataTables_processing {
    background: transparent;
}

div.dataTables_processing div > div {
    background: #00b4b7 !important;
}

.table-responsive .table td {
    vertical-align: middle !important;
}

a.pdf_view:hover {
    color: #fff;
    transform: scale(1.1);
    transition: .5s ease-in-out;
}

div#DataTables_Table_0_filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div#DataTables_Table_0_filter label {
    margin: 0px;
}

div#DataTables_Table_0_filter span {
    padding-left: 10px;
}

div#DataTables_Table_0_length {
    float: left;
    padding-left: 5px;
}

.dt-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}

.export-search {
    padding: 5px 0px;
}

td.invoiceDate {
    width: auto !important;
    padding: 0px;
    text-align: center;
}

table.itemsList tr th {
    padding: .5rem !important;
}

button.btn.btn-danger.remove {
    padding: .3rem;
    font-size: 18px;
}

ul.respItemsList {
    position: absolute;
    background: #fff;
    list-style: none;
    min-width: 280px;
    max-height: 300px;
    border: 1px solid #c5c5c5;
    color: #333;
    overflow: hidden auto;
    padding: 10px;
    z-index: 999;
}

td .input_container {
    position: relative;
}

ul.respItemsList > li {
    border-bottom: 1px solid #c5c5c5;
    padding: 5px;
    text-align: center;
}

ul.respItemsList > li:hover {
    background: #e9e9e9;
    cursor: pointer;
}

.modal {
    overflow: scroll;
}

table td .btn {
    margin-left: 5px;
}


/* Sync API Modal Styling */
/* .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    max-width: 600px;
    margin: auto;
} */

/* .close-button {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
} */

.statistics-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

table.dataTable span.highlight {
    background-color: #FFFF88;
    border-radius: 0.28571429rem;
    color: #000;
    font-weight: 700;
}

.stat-box {
    flex-basis: 48%;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.stat-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

#syncResponseModal .nav-pills .nav-link {
    font-family: 'Open Sans';
}

.stat-value {
    font-size: 24px;
    font-weight: bold;
    color: #2DCEE3;
}

div.tab-pane .statistics-container {
    padding: 0px 0px 00px 10px;
}

.invoice-summary {
    height: 250px;
    overflow-y: scroll;
}


/* Overlay for blurring the background */
#progress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Slight transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px); /* Blurs the background */
    z-index: 9999;
    visibility: hidden; /* Hidden by default */
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
  }
  
  /* Circular progress bar */
  #progress-circle {
    width: 60px; /* Diameter of the circle */
    height: 60px;
    border: 5px solid rgba(0, 0, 0, 0.2); /* Light grey border */
    border-top: 5px solid #00b5b8; /* Green border for the animated portion */
    border-radius: 50%; /* Makes it circular */
    animation: spin 1s linear infinite;
  }
  
  /* Spinner animation */
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  /* Make the overlay visible */
  #progress-overlay.show {
    visibility: visible;
    opacity: 1;
  }  
  
  a.last_sync_details {
    text-decoration: underline;
    color: #009c9f;
}

.toggle-label.deselected {
    background-color: grey; /* Color for deselected state */
}

/* For a better layout of checkboxes */
.downloadables-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adds spacing between checkboxes */
}

/* Optional: Custom styling for the checkboxes */
.form-check-input {
    transform: scale(1.2); /* Makes checkboxes slightly larger */
    margin-right: 5px;
}

.form-check-label {
    font-weight: 500;
    color: #333; /* Adjust color as per your theme */
}

/* Table styling for better readability */
#file-select-modal .table {
    border-collapse: collapse;
}

#file-select-modal .table-hover tbody tr:hover {
    background-color: #f5f5f5; /* Highlight row on hover */
}

#file-select-modal .table thead th {
    background-color: #343a40;
    color: white;
    text-align: center;
}

#file-select-modal .table tbody td {
    vertical-align: middle;
}

/* Add solid borders to all table cells */
#file-select-modal .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6; /* Bootstrap default border color */
}

/* Optional: Highlight the table borders more prominently */
#file-select-modal .table-bordered td, .table-bordered th {
    border: 2px solid #343a40; /* Darker border color */
}

.vendorNameTd {
    background-color: #ffe3e3 !important;
    color: #ad101f !important;
    padding: 4px 8px;
    border-radius: 4px;
    text-align: center;
}

.newProductCount {
    color: #007bff;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 8px;
    margin: 0 2px 4px 0;
    background-color: #007bff26;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.2s all;
    min-width: 40px;
    text-align: center;
}

.upcLink {
    color: #17a2b8;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 8px;
    margin: 0 2px 4px 0;
    background-color: #17a2b81c;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    transition: 0.2s all;
}

.updatedProductCount {
    color: #7386d5;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 8px;
    margin: 0 2px 4px 0;
    background-color: #7386d524;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.2s all;
    min-width: 40px;
    text-align: center;
}