.main-header {
  background-color: #2a3e57;
}

.main-sidebar {
  background-color: #2a3e57;
}

.sidebar-menu > li.active > a {
  background-color: #192535;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #2a3e57;
  border-color: rgba(0, 0, 0, 0.15);
}

[class*=sidebar-dark-] {
  background-color: #2a3e57 !important;
}

.content-wrapper {
  background-color: #cddee6 !important;
}

.bg-dark-blue {
  background-color: #2a3e57;
}

.text-dark-blue {
  color: #2a3e57;
}

.btn-dark-blue {
  color: #fff !important;
  background-color: #2a3e57 !important;
  border-color: #2a3e57 !important;
}

.btn-dark-blue:hover {
  color: #fff;
  background-color: #2a3e57;
  border-color: #2a3e57;
}

.btn-check:focus + .btn-dark-blue, .btn-dark-blue:focus {
  color: #fff;
  background-color: #2a3e57;
  border-color: #2a3e57;
  box-shadow: 0 0 0 0.25rem #333d62;
}

.btn-check:checked + .btn-dark-blue, .btn-check:active + .btn-dark-blue, .btn-dark-blue:active, .btn-dark-blue.active, .show > .btn-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #2a3e57;
  border-color: #a52834;
}

.btn-check:checked + .btn-dark-blue:focus, .btn-check:active + .btn-dark-blue:focus, .btn-dark-blue:active:focus, .btn-dark-blue.active:focus, .show > .btn-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #333d62;
}

.btn-dark-blue:disabled, .btn-dark-blue.disabled {
  color: #fff;
  background-color: #2a3e57;
  border-color: #2a3e57;
}

.btn-dark-blue-lither {
  color: #fff !important;
  background-color: #4b6b94 !important;
  border-color: #4b6b94 !important;
}

.btn-dark-blue-lither:hover {
  color: #fff;
  background-color: #4b6b94;
  border-color: #4b6b94;
}

.btn-check:focus + .btn-dark-blue-lither, .btn-dark-blue-lither:focus {
  color: #fff;
  background-color: #4b6b94;
  border-color: #4b6b94;
  box-shadow: 0 0 0 0.25rem #333d62;
}

.btn-check:checked + .btn-dark-blue-lither, .btn-check:active + .btn-dark-blue-lither, .btn-dark-blue-lither:active, .btn-dark-blue-lither.active, .show > .btn-dark-blue-lither.dropdown-toggle {
  color: #fff;
  background-color: #4b6b94;
  border-color: #a52834;
}

.btn-check:checked + .btn-dark-blue-lither:focus, .btn-check:active + .btn-dark-blue-lither:focus, .btn-dark-blue-lither:active:focus, .btn-dark-blue-lither.active:focus, .show > .btn-dark-blue-lither.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #333d62;
}

.btn-dark-blue-lither:disabled, .btn-dark-blue-lither.disabled {
  color: #fff;
  background-color: #4b6b94;
  border-color: #4b6b94;
}

.btn-outline-dark-blue-lither {
  color: #4b6b94 !important;
  border: 1px solid #4b6b94 !important;
}

.btn-outline-dark-blue-lither:hover {
  color: #fff !important;
  background-color: #4b6b94 !important;
  border-color: #4b6b94 !important;
}

.btn-check:checked + .btn-outline-dark-blue-lither, .btn-check:active + .btn-outline-dark-blue-lither, .btn-outline-dark-blue-lither:active, .btn-outline-dark-blue-lither.active, .btn-outline-dark-blue-lither.dropdown-toggle.show {
  color: #fff;
  background-color: #4b6b94;
  border-color: #4b6b94;
}

.btn-check:checked + .btn-outline-dark-blue-lither:focus, .btn-check:active + .btn-outline-dark-blue-lither:focus, .btn-outline-dark-blue-lither:active:focus, .btn-outline-dark-blue-lither.active:focus, .btn-outline-dark-blue-lither.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem #4b6b94;
}

.btn-outline-dark-blue-lither:disabled, .btn-outline-dark-blue-lither.disabled {
  color: #4b6b94;
  background-color: transparent;
}

.btn-outline-info {
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.btn-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.btn-outline-success {
  color: #198754;
  border: 1px solid #198754;
}

.btn-outline-warning {
  color: #ffc107;
  border: 1px solid #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border: 1px solid #ffc107;
}

.switching-tabs.nav-tabs .nav-link {
  background-color: #ffffff;
  /* Default background color for inactive tabs */
  color: #333;
  /* Default text color for inactive tabs */
  border: 1px solid #ddd;
  /* Light border for inactive tabs */
  border-radius: 4px;
  /* Optional: rounded corners */
  padding: 10px 15px;
  /* Optional: padding for spacing */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth transition */
}

.switching-tabs.nav-tabs .nav-link:hover {
  background-color: #f8f9fa;
  /* Slightly darker background on hover */
}

.switching-tabs.nav-tabs .nav-link.active {
  background-color: #4b6b94;
  /* Background color for active tab */
  color: #ffffff;
  /* Text color for active tab */
  border-color: #4b6b94;
  /* Border color to match active background */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional: subtle shadow */
}

.page-link {
  color: #4b6b94 !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff !important;
  background-color: #4b6b94 !important;
  border-color: #4b6b94;
}

/* Add uniform padding and border */
.dt-custom-btn-radius {
  border-radius: 4px !important;
  /* Rounded corners */
}

/* Add a little margin between buttons */
.btn-margin-right {
  margin-right: 1.2rem;
}

/* Change the hover effect */
.dt-custom-btn-radius:hover {
  background-color: #2a3e57 !important;
  /* Darken the button on hover */
  border-color: #2a3e57 !important;
  /* Match border color on hover */
}

table#locations-table.hide-header thead tr:not(.filters) {
  display: none;
}

.btn.disabled {
  cursor: not-allowed !important;
}

.text-underline {
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
  }

  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: left;
    font-size: 14px !important;
  }

  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: left;
    font-size: 15px !important;
  }

  .dataTables_wrapper .dataTables_paginate {
    display: flex !important;
    justify-content: center !important;
    /* Center pagination controls */
    flex-wrap: wrap !important;
    /* Wrap pagination controls if they exceed the width */
  }
}
@media (max-width: 768px) {
  .dataTables_wrapper .col.d-flex.justify-content-end {
    display: block !important;
    /* Overrides d-flex, which sets display: flex */
    justify-content: unset !important;
    /* Removes justify-content-end alignment */
  }
}
.nav-sidebar > .nav-item > .nav-link.active {
  background-color: #cddee6 !important;
  color: #2a3e57 !important;
}

.nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #cddee6 !important;
}

.text-light-red {
  color: #f36464;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 4px 4px !important;
    text-align: center;
    font-size: 14px;
    border-radius: 50% !important;
}

.required::after {
    content: '*';
    color: rgb(231, 8, 28) !important; /* .text-red */
}

/*.modal-backdrop {*/
/*    display: none;*/
/*}*/

.modal {
    background: rgba(0, 0, 0, 0.5);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

#signature-pad {
    border: 1px solid black;
    width: 200px;
    height: 100px;
}

.w-20 {
    width: 20%;
}
/*.products-info-table thead th{*/
/*    width: 20%;*/
/*}*/

.confirm-products-table{
    text-align: center;
    border-collapse: collapse;
    vertical-align: top;
    margin-bottom: 1rem;
}
.confirm-products-table th{
    padding: 2px 10px;
}
/*.confirm-products-table th, .confirm-products-table td{*/
/*    border: 1px solid black;*/
/*}*/

.borderClass{
    border: 1px solid #4a4a4a;
}

.circle-icon {
    background: #ffffff;
    border-radius: 50%;
}

#locations-table thead input {
    width: 100%;
}

.filter-appearance-none{
    -webkit-appearance: none;
}
#filter-reset {
    cursor: pointer;
}
.btn.disabled {
    cursor: not-allowed !important;
}

