/*# sourceMappingURL=custom.min.css.map */

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after {
  display: none;
}

.artic-revenues label {
  margin-bottom: 0;
  display: block;
}

.current-day b {
  font-size: 18px;
}

.artic-revenues span {
  font-weight: 800;
  font-size: 15px;
  margin-left: 5px;
  color: #000;
}

footer.footer {
  display: none;
}

.allocation-box.load.re-loads-required {
  margin-top: 25px;
}

.day-wise-row-inner {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.current-day {
  display: grid;
  text-align: center;
  line-height: 1.4;
}

.form-check.form-check-inline label {
  vertical-align: middle;
}

table#driver-availability-table .form-select-sm {
  padding-right: 0px;
  min-width: 100px;
}

table#driver-availability-table td,
table#driver-availability-table .form-select-sm {
  padding-right: 0px;
  min-width: 100px;
  border: 0;
  font-weight: 600;
  font-size: 13px;
  color: #212529;
}

button.arrow-btn:hover {
  color: #0ab39c;
}

.calendar-wrap input {
  max-width: 240px !important;
}

.calendar-wrap {
  align-items: center;
  column-gap: 20px;
}

#driver-availability-table th {
  background: #eae3f5;
}

#driver-availability-table th {
  vertical-align: middle;
}

div#driver-availability-table_info {
  color: #666;
}

button.arrow-btn i {
  font-size: 30px;
  font-weight: 100;
}

.cloud-table {
  table-layout: fixed;
  width: 100%;
}

input.li-content {
  font-size: 12px;
  border: 1px solid #c5c0c0;
}

button.arrow-btn {
  background: none;
  border: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}

i.ri-save-line {
  color: #39b29c;
  font-size: 15px;
}

.remove-btn,
i.ri-close-line {
  color: red;
  font-size: 15px;
  cursor: pointer;
}

.li-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.allocation-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.day-wise-row {
  width: 100%;
}

.artic-revenues {
  text-align: center;
}

.day-wise-col {
  padding-left: 0;
}

.export-actions {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: right;
  width: auto;
  padding-right: 0;
}

.sticky-table-header {
  position: relative;
  min-height: 100vh;
}

.day-wise-main {
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sticly-table-header.stuck {
  transform: translateY(70px);
  opacity: 1;
  position: sticky;
  top: 0;
  z-index: 99;
}

.sticly-table-header {
  transform: translateY(-100px);
  transition: 0.3s ease-in;
  opacity: 0;
  height: 0;
  position: relative;
  z-index: -1;
}

.dual-table-toggle .toggle-button-container {
  position: relative;
  box-sizing: border-box;
}

.dual-table-toggle .toggle-button {
  position: relative;
}

.dual-table-toggle .toggle-button:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.dual-table-toggle .knob,
.dual-table-toggle .btn-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dual-table-toggle .btn {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  overflow: hidden;
  padding: 0;
}

.dual-table-toggle .btn.btn-pill,
.dual-table-toggle .btn.btn-pill>.btn-bg {
  border-radius: 100px;
}

.dual-table-toggle .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.dual-table-toggle .knob {
  z-index: 2;
}

.dual-table-toggle .btn-bg {
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s ease all;
  z-index: 1;
  border: 1px solid #e6e6e6;
}

.cloud-table tr td b {
  white-space: break-spaces;
}

/* Button 10 */
#dual-table .knob:before,
#dual-table .knob:after,
#dual-table .knob span {
  position: absolute;
  top: 4px;
  width: 30px;
  height: 26px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

#dual-table .knob:before {
  content: "";
  left: 4px;
  background-color: #111c2c;
  height: 25px;
}

.toggle-button>span {
  font-weight: 500;
  margin-right: 9px;
}

#dual-table .knob:after {
  content: "ON";
  right: 5px;
  color: #4e4e4e;
}

#dual-table .knob span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

#dual-table .checkbox:checked+.knob span {
  color: #4e4e4e;
}

#dual-table .checkbox:checked+.knob:before {
  left: 36px;
  background-color: #000000;
  height: 26px;
  width: 32px;
}

#dual-table .checkbox:checked+.knob:after {
  color: #fff;
}

.allocation-box.name ul {
  background-color: #dbcba8;
}

.allocation-box.load ul {
  background-color: #feebfe;
}

.allocation-box.left ul {
  background-color: #e6e3da;
}

.allocation-box h4 {
  background-color: #000000;
  color: #fff;
  font-size: 13px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 0;
}

.sidebar-here {
  margin-top: 17px;
  position: sticky;
  top: 0px;
}

.allocation-box button {
  border: 0;
  background-color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin-top: 13px;
}

.driver-listings {
  border: 1px solid;
}

.allocation-box {
  margin-bottom: 20px;
}

.driver-listings ul li:last-child {
  border: 0;
}

.driver-listings ul li {
  list-style: none;
  border-bottom: 1px dashed #444;
  padding: 6px 10px;
  min-height: 35px;
}

.driver-listings ul {
  padding-left: 0;
  margin-bottom: 0;
}

.table-part.second {
  display: none;
}

.dualtable.enabled .table-part.second {
  display: block !important;
}

.dualtable.enabled>.table-part {
  min-width: 1300px !important;
}

.dualtable.enabled {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
}

/*.dualtable.enabled > .table-part {*/
/*    height: calc(100vh - 170px);*/
/*    overflow-y: auto;*/
/*        overflow-x: hidden;*/
/*}*/
.dualtable.enabled .sidebar-here {
  margin-top: 17px;
  position: sticky;
  top: 0px;
}

.dualtable.enabled .sticly-table-header.dual-stuck {
  transform: translateY(0px);
  opacity: 1;
  position: sticky;
  top: 0px;
  z-index: 9;
  transition: none;
}

td.select-v select {
  border: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.driver-sceduling th {
  padding: 22px 8px;
  font-size: 14px;
}

.dualtable.enabled .sticly-table-header.stuck {
  opacity: 0;
  height: 0;
}

table#vehicleTable th {
  border: 0;
  padding-block: 20px;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #eae3f5;
}

td.scheduled-days span {
  display: flex;
  column-gap: 5px;
}

td.scheduled-days {
  display: flex;
  align-items: center;
  column-gap: 9px;
}

.days-table th span {
  display: block;
  border-top: 1px solid #212529;
  font-size: 12px;
  padding-top: 6px;
  margin-top: 3px;
}

.driver-name {
  color: #212529;
  font-size: 18px;
}

.drive-details {
  color: #39b29c;
  font-size: 18px;
}

.driver-notes {
  font-weight: 400;
  /* white-space: break-spaces; */
  font-size: 13px;
  margin-left: -4px !important;
  margin-top: -4px !important;
}

.drive-info b {
  color: #006c05;
  font-weight: 400;
  white-space: break-spaces;
  font-size: 10px !important;
}

.days-table th {
  padding: 7px 0px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .calendar-wrap {
    margin-top: 20px;
  }

  .calendar-wrap input {
    max-width: 50%;
  }

  div#driver-availability-table_wrapper {
    width: auto;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .driver-sceduling {
    min-width: 715px;
  }

  .driver-tables {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .page-content {
    padding-bottom: 0;
  }

  .table-responsive-nulled {
    width: 100%;
    overflow: auto;
    height: calc(105vh - 250px) !important;
  }

  .page-content .dualtable .card {
    margin-bottom: 0 !important;
  }

  .main-content {
    height: 100vh;
  }

  .card-header ul.nav.nav-pills.card-header-pills {
    min-height: 70px;
    display: flex;
    align-items: center;
  }
}

td.resource-column select,
td.resource-column input {
  width: 100%;
}

.card-body.mainContainer .allocation-box.name {
  overflow: auto;
  max-height: 30vh;
}

.allocation-box.left.left-for-today {
  max-height: 32vh;
  overflow: auto;
}

.card-body.mainContainer .table> :not(caption)>*>* {
  padding: 0.45rem 0.3rem;
}

@media (max-width: 1600px) {
  .driver-name {
    font-size: 13px;
  }

  .drive-details {
    font-size: 12px;
  }

  b.driver-name+a svg {
    width: 95px;
  }
}

.cloud-table td,
.cloud-table th {
  padding: 0px 4px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
  white-space: nowrap;
}

.cloud-table input,
.cloud-table select,
.cloud-table textarea {
  font-size: 11px !important;
  padding: 6px 6px !important;
  height: auto !important;
}

.cloud-table .driver-name {
  font-size: 15px !important;
}

.driver-notes,
.drive-info b,
.drive-details {
  font-size: 14px !important;
}

.cloud-table img {
  height: 16px !important;
  width: auto !important;
}

.cloud-table td:nth-child(2) a {
  font-size: 13px !important;
  font-weight: 700 !important;
}

.editSheet svg {
  width: 14px !important;
  height: 14px !important;
}

.resource-column.drive-info>b {
  font-size: 10px !important;
}

.vehicleOptionsIcons img {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle;
  display: inline-block;
}

.cloud-table td {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.drive-details {
  line-height: 0 !important;
  margin-bottom: 0 !important;
}

.vehicleOptionsIcons img {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
  display: inline-block;
}

.table-part.first .card {
  height: calc(100vh - 105px);
  /* adjust 160px if needed */
  display: flex;
  flex-direction: column;
}

.table-part.first .card-body.mainContainer {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  /* ✅ Important for flex layouts */
}

.day-wise-main {
  margin-bottom: 5px !important;
  /* Reduced from 20px */
}

.day-wise-row-inner {
  padding: 6px 0 !important;
  /* Tighten inside row */
}

.current-day {
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.artic-revenues {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0px 0 !important;
}

.export-actions {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.card-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.day-wise-main {
  margin-bottom: 0px !important;
  /* was 20px, now tighter */
}

.day-wise-row {
  margin-bottom: 0px !important;
  /* adds control if not already defined */
  padding-bottom: 0 !important;
}

.day-wise-row-inner {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.card-header {
  margin-bottom: 0px !important;
  /* reduces gap under tab bar */
  padding-bottom: 0px !important;
}

.card-body.mainContainer {
  padding-top: 4px !important;
  /* if there's extra space above the table */
  margin-top: 0 !important;
}

.day-wise-main {
  margin-bottom: 0px !important;
  /* was 20px */
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.topbar-user {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important;
  background-color: transparent !important;
  /* optional */
}

/* Remove top margin on the row */
.row.mt-2 {
  margin-top: 0 !important;
}

/* Reduce padding in card-header */
.card-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Remove margins from nav */
.card-header .nav-pills {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove vertical margin on nav-items */
.card-header .nav-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.active-user {
  padding: 6px 10px;
}

.navbar-header {
  height: 50px !important;
}