/*
html {
  //Small devices (landscape phones)
  @media (max-width: 767.98px) {
    font-size: 0.45rem;
  }
  //Medium devices (tablets, 768px and up)
  @media (min-width: 768px) {
    font-size: 0.55rem;
  }
  //Large devices (desktops, 992px and up)
  @media (min-width: 992px) {
    font-size: 0.65rem;
  }
  //X-Large devices (large desktops, 1200px and up)
  @media (min-width: 1440px) {
    font-size: 1rem;
  }
}
*/
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v12-latin-regular.woff2") format("woff2"), url("../fonts/inter-v12-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v12-latin-500.woff2") format("woff2"), url("../fonts/inter-v12-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v12-latin-600.woff2") format("woff2"), url("../fonts/inter-v12-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v12-latin-800.woff2") format("woff2"), url("../fonts/inter-v12-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
body.app,
body.signin {
  background-color: #f6f7fa;
  display: flex;
  flex-flow: column;
  height: 100%;
}

#actions a {
  margin: 0.1rem;
}

.logo_svg {
  height: 42px;
}

#columns_container {
  padding-bottom: 3rem;
  flex: 1 1 auto;
}

.columns_container_row {
  height: 100%;
}

/* hide first */
#columns_container.hide_first #first_column {
  display: none;
  visibility: hidden !important;
}

/* hide second */
#columns_container.hide_second #second_column {
  display: none;
  visibility: hidden !important;
}

/* hide third */
#columns_container.hide_third #third_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.hide_third #second_column {
  visibility: visible;
}

#columns_container.hide_third #third_column {
  display: none;
}

#columns_container.hide_third #fourth_column {
  visibility: visible;
}

/* hide fourth */
#columns_container.hide_fourth #fourth_column {
  display: none;
  visibility: hidden !important;
}

/* hide second third */
#columns_container.hide_second_third #second_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.hide_second_third #third_column {
  display: none;
  visibility: hidden !important;
}

/* hide second fourth */
#columns_container.hide_second_fourth #second_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.hide_second_fourth #fourth_column {
  display: none;
  visibility: hidden !important;
}

/* hide third fourth */
#columns_container.hide_third_fourth #third_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.hide_third_fourth #fourth_column {
  display: none;
  visibility: hidden !important;
}

/* hide first second fourth */
#columns_container.hide_first_second_fourth #first_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.hide_first_second_fourth #second_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_first #second_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_first #third_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_first #fourth_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_second #first_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_second #third_column {
  visibility: hidden !important;
}

#columns_container.show_second #fourth_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_third #first_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_third #second_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_third #fourth_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_fourth #first_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_fourth #second_column {
  display: none;
  visibility: hidden !important;
}

#columns_container.show_fourth #third_column {
  display: none;
  visibility: hidden !important;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a.btn-primary,
a.btn-primary:hover,
button.btn-primary,
button.btn-primary:hover {
  color: #FFFFFF;
}

div.browser {
  background-color: #f9f9f9;
  max-width: 300px;
}

div.modal-body div.browser {
  max-width: none;
}

div.browser.auto {
  max-width: none;
}

div.browser-records > a,
div.browser-records > a:hover,
div.browser-records > a:active,
div.browser-records > a:focus {
  color: #212529;
}

div.browser-records > a.active .card-subtitle {
  color: #FFF !important;
}

.content {
  height: 100%;
}

#content input:not(:disabled).field_req + label:after,
#content textarea:not(:disabled).field_req + label:after,
.content input:not(:disabled).field_req + label:after,
.content textarea:not(:disabled).field_req + label:after,
input:not(:disabled).field_req + label:after,
select:not(:disabled).field_req + label:after,
th.field_req:after,
textarea:not(:disabled).field_req + label:after,
label.field_req:after {
  content: " *";
  color: #FF0000;
  font-family: bootstrap-icons;
  font-weight: bold;
}

#overlay_fullscreen {
  opacity: 0.5;
  background: transparent;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 17000;
}

#loading_box {
  left: 0;
  position: fixed;
  top: 72px;
  width: 100%;
  z-index: 18000;
}

#loading_box button.btn {
  opacity: unset;
}

#jzebra_printer_queue,
#shippingbasket_counter {
  top: 6px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #FFFFFF !important;
}

.breadcrumb-item.active {
  font-weight: 700;
}

.breadcrumb-item {
  font-size: 10px;
}

@media (min-width: 544px) {
  .breadcrumb-item {
    font-size: 18px;
  } /*1rem = 16px*/
}
.toast-container {
  top: 50px;
}

.toast {
  width: 380px;
}

.tooltip-icon:hover, .tooltip-icon-label:hover {
  cursor: help;
}

.floating-label-icon {
  pointer-events: auto !important;
  height: 70% !important;
  width: fit-content !important;
}

.form-select.one-option {
  background: none;
  pointer-events: none;
}

#search_button {
  border-color: rgb(206, 212, 218);
}

#search_button:hover {
  background-color: #FFF;
}

.hidden {
  display: none;
}

.card {
  border-color: var(--bs-secondary) !important;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #FFFFFF;
  box-shadow: none;
  border: 1px solid #ced4da;
  color: #212529;
  opacity: 1 !important;
  max-width: 50vw;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ced4da !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #ced4da !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ced4da !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ced4da !important;
}

.tooltip-inner-ajax {
  max-width: 500px;
}

#sidebar-row {
  margin-left: 0;
  margin-right: 0;
}

#sidebar-container {
  padding: 0;
}

.sidebar-collapsed {
  width: 60px;
}

.steps .step {
  display: block;
  width: 100%;
  text-align: center;
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: "";
  z-index: 1;
}

.steps .step .step-icon-wrap::before {
  left: 0;
}

.steps .step .step-icon-wrap::after {
  right: 0;
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 81px;
  z-index: 5;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none;
}

.steps .step:last-child .step-icon-wrap::after {
  display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #0da9ef;
}

.steps .step.completed .step-icon {
  border-color: #0da9ef;
  background-color: #0da9ef;
  color: #fff;
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
.flex-sm-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
.flex-md-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
.flex-lg-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
.flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
/* Menu item*/
/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
  padding-left: 30px;
}

/* Separators */
.sidebar-separator-title {
  height: 35px;
}

.sidebar-separator {
  height: 25px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded=false] .submenu-icon::after {
  content: " \f231";
  font-family: bootstrap-icons;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded=true] .submenu-icon::after {
  content: " \f229";
  font-family: bootstrap-icons;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

#offcanvasMenu.offcanvas {
  width: 300px;
}

figure.zoom {
  margin: auto;
  overflow: hidden;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  width: 100%;
  max-width: 300px;
}

#rescheduledelivery_not_found {
  display: none;
}

#rescheduledelivery_delivered {
  display: none;
}

#rescheduledelivery_container {
  background-color: #efefef;
}

#rescheduledelivery_info {
  background-color: #f9f9f9;
}

#reschedule_map {
  height: 600px;
  width: 800px;
}

.delivery_info_card {
  background-color: #f9f9f9;
}

#delivered_map {
  height: 100%;
}

.steps .step {
  display: block;
  width: 100%;
  text-align: center;
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: "";
  z-index: 1;
}

.steps .step .step-icon-wrap::before {
  left: 0;
}

.steps .step .step-icon-wrap::after {
  right: 0;
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 84px;
  height: 84px;
  border: 2px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 81px;
  z-index: 5;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none;
}

.steps .step:last-child .step-icon-wrap::after {
  display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #0da9ef;
}

.steps .step.completed .step-icon {
  border-color: #0da9ef;
  background-color: #f5f5f5;
  color: #fff;
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
.flex-sm-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
.flex-md-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
.flex-lg-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
.flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 40px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating-inactive {
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: lightblue;
  -webkit-border-radius: 7px;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

div.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  border-left: none !important;
}

div.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: 1px solid lightgrey !important;
}

.dataTables_scrollBody {
  transform: translatey(-15px) !important;
}

.table-sticky-header {
  position: sticky;
  top: 64px;
}

.input-group-form {
  height: 3.654rem !important;
}

.btn-light {
  height: 4rem;
  background-color: white;
  border-color: lightgrey;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.filter-option {
  background-color: transparent;
  color: black;
}

.max-scroll-height {
  max-height: 65vh;
}

.form-check-input:disabled {
  border: 1px solid rgb(206, 212, 218);
}

.form-check-input:disabled {
  border-color: #e0e0e0;
  /* Remove the default reduced opacity for better visibility */
}

/* Optional: Disable pointer events for the disabled switch */
.form-check-input:disabled + .form-check-label {
  color: #aaa; /* Grey out the label if you want */
}

/*# sourceMappingURL=hypaship-base.css.map */
