@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@media (min-width: 1900px) {
  .container {
    max-width: 1600px;
  }
}

.nowrapontext {
  white-space: nowrap;
}

.logintemplate {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100%;
}

.logintemplate .centered-panel {
  width: 50vw;
  min-width: 700px;
  min-height: 500px;
  height: 60vh;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 42px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 42px 4px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logintemplate .centered-panel .leftside {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-radius: 10px;
  background-image: url(/img/loginbg.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logintemplate .centered-panel .leftside .welcomepanel {
  color: #fff;
  padding: 3rem;
  border-radius: 10px;
  background-color: rgba(0, 0, 55, 0.2);
}

.logintemplate .centered-panel .rightside {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  background-color: #f8f8f8;
  margin: 0 auto;
}

.main-header,
.sidebar-mini.sidebar-collapse .main-header {
  margin-left: 0px !important;
  position: fixed;
  width: 100%;
  border: none !important;
  z-index: 999;
}

.the-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-wrapper {
  background-color: transparent !important;
  padding-top: 75px;
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .main-footer,
  .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0rem !important;
  }
}

body:not(.sidebar-mini-md) .content-wrapper,
body:not(.sidebar-mini-md) .main-footer,
body:not(.sidebar-mini-md) .main-header {
  margin-left: 0 !important;
}

.sidebar-collapse .main-sidebar {
  overflow: visible !important;
}

.sidebar-collapse .main-sidebar .asideslide i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-sidebar {
  position: -webkit-sticky !important;
  position: sticky !important;
  overflow: visible;
  top: 75px !important;
  max-height: 80vh;
}

.main-sidebar .asideslide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  left: -5px;
  top: -10px;
  font-size: 25px;
  color: #043d8d;
  background-color: #fff;
  z-index: 999;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.main-sidebar .asideslide:hover {
  background-color: #eee;
}

.main-sidebar .asideslide i {
  font-size: 1rem;
}

.form-group-with-multiple-checkboxes .checkbox {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.25em;
  border-width: 2px;
  border-style: solid;
  margin-right: 4px;
}

/*
.main-header,
.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0px !important;
    position: fixed;
    width: 100%;
    border: none !important;
    z-index: 99999;
}


.main-sidebar {

    .asideslide {
        position: absolute;
        right: -5px;
        top: -10px;
        font-size: 25px;
        color: $primary;
    }

    .sidebar {}


    overflow: visible;
    padding-top: 15px;
    margin-top: 80px !important;
    top: 80px !important;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 215px;
    
    position: sticky !important;
}

.sidebar-collapse {
    .main-sidebar {
        flex-basis:auto !important;
    }
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(215px - 0.5rem * 2);
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 1rem !important
    }
}
*/
.newrounded {
  border-radius: 10px !important;
}

.card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 10px !important;
  padding: 20px !important;
}

.small-box {
  border-radius: 10px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.page-content-title {
  font-size: 1.5rem !important;
  color: #ff5e6a;
  font-weight: bold;
}

.table-striped tr th:first-child,
.table-striped tr td:first-child {
  border-top-left-radius: 5px;
  font-size: 1em !important;
  font-weight: 400 !important;
}

.table-striped tr th:last-child,
.table-striped tr td:last-child {
  border-top-right-radius: 5px;
  font-size: 1em !important;
  font-weight: 400 !important;
}

.table-striped tr th:last-child,
.table-striped tr th:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

.table-striped tr th {
  background-color: #043d8d;
  border: none !important;
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff !important;
}

.table-striped tr th a {
  font-weight: 400;
  color: #fff;
}

body {
  font-family: Lato;
}

/* S: Important Cell Designs */
.card-row {
  margin-top: 10px;
  border-top: 2px solid #eee;
  padding-top: 20px;
}

b.importantcell {
  display: inline-block;
  text-transform: capitalize;
  background-color: #ccc;
  padding: 3px 10px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
}

span.infobox {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.25em;
  border-width: 2px;
  border-style: solid;
  margin-right: 4px;
}

span.infobox.infobox-white {
  color: #fff !important;
  border-color: #fff !important;
}

span.infobox.infobox-sm {
  font-size: 0.75rem !important;
}

span.infobox span {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}

span.infobox.leftlist {
  line-height: 1.2em;
  text-align: left;
  margin: 0.1rem;
  font-weight: 600;
}

/* X: Important Cell Designs */
.simple-panel {
  padding: 10px;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.big-checkbox {
  width: 20px;
  height: 20px;
}

th.actions,
td.actions {
  text-align: right;
  padding: 3px !important;
}

.actions .btn {
  margin-bottom: 3px;
  width: 100%;
}

.paginator p {
  font-size: 13px;
  font-weight: 600;
}

.paginator ul.pagination {
  margin-bottom: 0px;
}

.paginator ul.pagination li a {
  margin: 0 2px;
  padding: 3px 8px;
  background-color: #f1f1f1;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
}

.paginator ul.pagination li a:hover {
  background-color: lightseagreen;
}

.paginator ul.pagination li.active a {
  background-color: #555;
  color: #fff;
}

.smalldatestableheader .move-days {
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  border-color: #777;
}

.smalldatestableheader .currentmonth {
  font-size: 20px;
  font-weight: bold;
}

.smallscheduledatestable {
  font-family: Lato;
}

.smallscheduledatestable tr th {
  border: 1px solid #ccc;
}

.smallscheduledatestable tr th.title {
  font-style: italic;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 10px;
}

.smallscheduledatestable tr th.date {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}

.smallscheduledatestable tr td {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 8px;
}

.smallscheduledatestable tr td.name {
  font-weight: bold;
  vertical-align: middle;
}

.smallscheduledatestable tr td.slots .load {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.smallscheduledatestable tr td.slots .eachlost {
  overflow: hidden;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 3px;
}

.smallscheduledatestable tr td.slots .eachlost.bg-slotused {
  background-color: #ddd;
}

.smallscheduledatestable tr td.slots .eachlost .slotload .label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.smallscheduledatestable tr td.slots .eachlost .slotload .sublabel {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}

.smallscheduledatestable tr td.slots .eachlost .slotload input {
  font-weight: bold;
  text-align: center;
}

.smalldayscalendarcontainer {
  width: 100%;
  min-width: 800px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 1rem;
}

.smalldayscalendarcontainer .slots {
  padding: 5px;
  background-color: #f3f8ff;
  border-radius: 10px;
}

.smalldayscalendarcontainer .slots.selected_date-JS {
  background-color: #27c06d !important;
}

.smalldayscalendarcontainer .slots.selected_date-JS .header .date {
  color: #fff !important;
  border: 1px solid #fff;
}

.smalldayscalendarcontainer .slots.disabled {
  background-color: #f8f8f8 !important;
}

.smalldayscalendarcontainer .slots.disabled .header .date {
  color: #d1d1d1 !important;
  border: 1px solid #d1d1d1;
}

.smalldayscalendarcontainer .slots.notthismonth {
  background-color: #f8f8f8 !important;
}

.smalldayscalendarcontainer .slots.header {
  font-size: 1.1rem;
  color: #999;
  text-align: center;
  min-height: 2rem !important;
  height: 2rem !important;
  background-color: transparent;
}

.smalldayscalendarcontainer .slots .header {
  margin-bottom: 8px;
  overflow: hidden;
}

.smalldayscalendarcontainer .slots .header .date {
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #043d8d;
  color: #043d8d;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smalldayscalendarcontainer .slots .footer {
  margin: 10px auto !important;
}

.smalldayscalendarcontainer .slots .eachlost {
  margin: 2px 0;
  padding: 0px 10px;
  text-align: center;
}

.smalldayscalendarcontainer .slots .eachlost .label {
  text-transform: uppercase;
  font-weight: 600;
}

.smalldayscalendarcontainer .slots .eachlost .progress {
  margin: 4px 0;
}

.modal-for-add .modal-content {
  border-radius: 1rem !important;
}

.modal-for-add .modal-content .modal-header {
  padding: 2rem !important;
  border-bottom: none !important;
}

.modal-for-add .modal-content .modal-header .modal-title {
  color: #ff5e6a;
  font-size: 1.15rem;
  font-weight: bold;
}

.modal-for-add .modal-content .modal-header button span {
  font-size: 2rem;
  color: #000 !important;
}

.modal-for-add .modal-content .modal-body {
  padding: 0 2rem !important;
}

.modal-for-add .modal-content .modal-footer {
  border-top: none !important;
}

.floatingmultiselecttool-JS {
  position: fixed;
  bottom: 20px;
  right: 30px;
  padding: 30px;
  display: none;
}

.dayscalendarcontainer {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.dayscalendarcontainer .slots {
  padding: 5px;
  background-color: #f3f8ff;
  border-radius: 10px;
  min-height: 150px;
}

.dayscalendarcontainer .slots .multidayselect {
  cursor: pointer;
}

.dayscalendarcontainer .slots .dayediticon {
  cursor: pointer;
}

.dayscalendarcontainer .slots .multidayselect::before {
  content: "\f111";
  font: var(--fa-font-regular);
  font-size: 20px;
}

.dayscalendarcontainer .slots.thisdayisselected-JS {
  background-color: #27c06d !important;
}

.dayscalendarcontainer .slots.thisdayisselected-JS .header .date {
  color: #fff !important;
  border: 1px solid #fff;
}

.dayscalendarcontainer .slots.thisdayisselected-JS .multidayselect::before {
  content: "\f058";
}

.dayscalendarcontainer .slots.disabled {
  background-color: #f8f8f8 !important;
}

.dayscalendarcontainer .slots.disabled .header .date {
  color: #d1d1d1 !important;
  border: 1px solid #d1d1d1;
}

.dayscalendarcontainer .slots.notthismonth {
  background-color: #f8f8f8 !important;
}

.dayscalendarcontainer .slots.header {
  font-size: 1.1rem;
  color: #999;
  text-align: center;
  min-height: 2rem !important;
  height: 2rem !important;
  background-color: transparent;
}

.dayscalendarcontainer .slots .header {
  margin-bottom: 8px;
  overflow: hidden;
}

.dayscalendarcontainer .slots .header .date {
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #043d8d;
  color: #043d8d;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dayscalendarcontainer .slots .footer {
  margin: 10px auto !important;
}

.dayscalendarcontainer .slots .eachlost {
  margin: 2px 0;
  padding: 0px 10px;
  text-align: left;
  font-size: 0.8rem;
}

.dayscalendarcontainer .slots .eachlost .label {
  text-transform: uppercase;
  font-weight: 600;
}

.dayscalendarcontainer .slots .eachlost .progress {
  margin: 4px 0;
}

.scheduledatestable {
  font-family: Lato;
}

.scheduledatestable tr th {
  border: 1px solid #ccc;
}

.scheduledatestable tr th.title {
  font-style: italic;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 10px;
}

.scheduledatestable tr th.date {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}

.scheduledatestable tr td {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 8px;
}

.scheduledatestable tr td.name {
  font-weight: bold;
  vertical-align: middle;
}

.scheduledatestable tr td.slots .load {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.scheduledatestable tr td.slots .eachlost {
  overflow: hidden;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 3px;
}

.scheduledatestable tr td.slots .eachlost.bg-slotused {
  background-color: #ddd;
}

.scheduledatestable tr td.slots .eachlost .slotload .label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.scheduledatestable tr td.slots .eachlost .slotload .sublabel {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}

.scheduledatestable tr td.slots .eachlost .slotload input {
  font-weight: bold;
  text-align: center;
}

.deliverytypefieldmap {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  border-radius: 5px;
  line-height: 1em;
}

.deliverytypefieldmap .title {
  font-size: 18px;
  text-align: right;
}

.deliverytypefieldmap label {
  margin-bottom: 0;
  cursor: pointer;
}

.deliverytypefieldmap:hover {
  background-color: #eee;
}

.deliverytypefieldmap input {
  cursor: pointer;
}

.deliveryItem.quantity {
  width: 100px;
}

.slotsinuseinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #043d8d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  text-transform: uppercase;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.dashboard-content .card-title {
  font-size: 22px;
  font-weight: bold;
}

.newticketh1 {
  color: #dc3545;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tickettabtitle {
  color: #28a745;
  border-bottom: 5px solid #28a745;
  text-align: center;
  padding-bottom: 5px;
}

.tickettabtitle.selected {
  color: #000;
  border-bottom: 5px solid #000;
}

.formerror {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: red;
  margin-top: 3px;
}

.requiredsign {
  color: red;
}

.palletserror {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: red;
  margin-top: 3px;
}

.numberof {
  font-size: 17px;
  font-weight: bold;
  width: 100px !important;
  background-color: transparent !important;
  color: #fff;
  border: none;
}

.continuebutton {
  font-weight: bold;
}

.customDataError {
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.2) !important;
}

.deliveryitemsoverlay,
.detailsoverlay,
.scheduleoverlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: none;
  z-index: 100;
  background-color: rgba(0, 180, 0, 0.5);
}

.deliveryitemsoverlay.showit,
.detailsoverlay.showit,
.scheduleoverlay.showit {
  display: block;
  cursor: not-allowed;
}

.detailsoverlay.showit:after {
  content: "Saving ticket, Please wait!";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  font-weight: bold;
  color: red;
}

.selected_date-JS {
  background-color: yellowgreen;
}

.borderRight {
  border-right: 1px solid #eee;
}

.deliveries-edit-content hr {
  background-color: #eee;
}

.deliveries-edit-content .card {
  padding: 0px !important;
}

.deliveries-edit-content .card .card-body {
  padding: 1rem;
}

.deliveriesList .paginator p {
  font-size: 13px;
  font-weight: 600;
}

.deliveriesList .paginator ul.pagination {
  margin-bottom: 0px;
}

.deliveriesList .paginator ul.pagination li a {
  margin: 0 2px;
  padding: 3px 8px;
  background-color: #f1f1f1;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
}

.deliveriesList .paginator ul.pagination li a:hover {
  background-color: lightseagreen;
}

.deliveriesList .paginator ul.pagination li.active a {
  background-color: #555;
  color: #fff;
}

.ticketFilter {
  /*
    label {
        font-size: 13px;
        margin-bottom: 0px;
    }

    input,
    select {
        padding: 0px 10px !important;
        font-size: 12px;
        display: block;
        height: 2.5em;
        line-height: 2.5em;
    }

    input {}

    input[type="date"] {}

    select {}
    */
}

.ticketstabel {
  position: relative;
}

.ticketstabel .deliveryItemsTable {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.ticketstabel .deliveryItemsTable tr {
  padding: 0 !important;
  border: none !important;
}

.ticketstabel .deliveryItemsTable td {
  padding: 0 !important;
  line-height: 1.1em;
  border: none !important;
}

.ticketstabel .infobox {
  margin: 2px 5px;
}

.ticketstabel .actions .infobox {
  display: block;
}

.ticketstabel > thead {
  position: relative;
}

.ticketstabel > thead tr {
  color: #fff;
  border-color: white;
}

.ticketstabel > thead tr th.stickTH {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 55px;
  border-color: white;
  padding: 5px !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.ticketstabel > thead tr th.stickTH a {
  color: #fff;
  font-weight: 600;
}

.ticketstabel > tbody tr {
  border-bottom: 1px solid #043d8d !important;
}

.ticketstabel > tbody tr td {
  vertical-align: middle;
  padding: 3px;
  border: 1px solid #043d8d !important;
}

.ticketstabel > tbody tr td.customerDetailsContainer {
  font-size: 13px !important;
  min-width: 200px;
}

.ticketstabel td:has(.deliveryItemsTable) {
  padding: none !important;
}

@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .main-sidebar,
  .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 4rem;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    width: 90%;
    max-width: 1000px;
  }
}

.nav-link {
  padding: 0.3rem 1rem;
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
}

.nav-sidebar > .nav-item.menu-is-opening > .nav-link.active {
  background-color: #e51937 !important;
  color: #fff !important;
}

.nav-sidebar > .nav-item > .nav-link.active {
  color: #7b869a !important;
  padding: 0.75rem 0.5rem !important;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.select2-selection {
  background-color: #f3f8ff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
  float: right;
  margin-left: 5px;
  margin-right: -2px;
  font-size: 31px;
  margin-top: -8px;
  height: 1em;
}

@media (max-width: 1300px) {
  html {
    font-size: 13px;
  }
  .hide-small43 {
    display: none;
  }
  .show-small43 {
    display: block !important;
  }
  .deliveryItemsTable {
    position: absolute;
    top: 0;
    right: 100%;
    background: white;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .ticketstabel tbody tr td {
    padding: 5px !important;
    font-size: 13px;
    vertical-align: middle;
  }
}

.layout-fixed .brand-link {
  width: 100%;
}

.nav-sidebar > .nav-item {
  width: 100%;
}

.only-mobile {
  display: none;
}

.only-mobile-span {
  display: none;
}

@media only screen and (max-width: 600px) {
  hr {
    margin: 10x 0 !important;
    border-top: 2px solid rgba(0, 0, 0, 0.04) !important;
  }
  .only-mobile {
    display: block;
  }
  .only-mobile-span {
    display: inline;
  }
  .hidden-mobile {
    display: none !important;
  }
  .content-wrapper {
    padding-top: 50px;
  }
  .main-sidebar {
    display: none;
  }
  section.content {
    padding: 0 !important;
  }
  .container-fluid {
    padding: 0 2px !important;
  }
  .header-logo img {
    height: 20px !important;
  }
  .card {
    padding: 4px !important;
    border-radius: 4px !important;
  }
  .card-body {
    padding: 2px !important;
  }
  .slotsinuseinfo {
    padding: 2px !important;
  }
  .newticketh1 {
    display: none;
  }
  .tickettabtitle {
    height: 100%;
    font-size: 10px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .smalldatestableheader {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .smalldayscalendarcontainer {
    min-width: auto !important;
    gap: 2px;
  }
  .smalldayscalendarcontainer .slots {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
  }
  .smalldayscalendarcontainer .slots .date {
    height: 1.5rem !important;
    width: 1.5rem !important;
    font-size: 10px !important;
  }
  .smalldayscalendarcontainer .slots h3 {
    font-size: 12px;
  }
  .smalldayscalendarcontainer .slots .eachlost {
    margin: 0;
    padding: 0;
  }
  .smalldayscalendarcontainer .slots .eachlost .slotload span {
    font-size: 9px;
  }
  .smalldayscalendarcontainer .slots .eachlost .not-set-day {
    font-size: 10px;
  }
  .smalldayscalendarcontainer .slots .eachlost .footer .btn-info {
    padding: 0.15rem 0.1rem;
  }
  .dayscalendarcontainer {
    min-width: auto !important;
    gap: 2px;
  }
  .dayscalendarcontainer .slots {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
  }
  .dayscalendarcontainer .slots .date {
    height: 1.5rem !important;
    width: 1.5rem !important;
    font-size: 10px !important;
  }
  .dayscalendarcontainer .slots h3 {
    font-size: 12px;
  }
  .dayscalendarcontainer .slots .eachlost {
    margin: 0;
    padding: 0;
  }
  .dayscalendarcontainer .slots .eachlost .slotload span {
    font-size: 9px;
  }
  .dayscalendarcontainer .slots .eachlost .not-set-day {
    font-size: 10px;
  }
  .dayscalendarcontainer .slots .eachlost .footer .btn-info {
    padding: 0.15rem 0.1rem;
  }
  .logintemplate .centered-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 90%;
  }
}
/*# sourceMappingURL=more.css.map */