@import url(https://use.typekit.net/oes6emq.css);@charset "UTF-8";

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 0.5s linear infinite;
  animation: rotating 0.5s linear infinite;
}

.select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #ED1C24 !important;
  color: #fff;
}

.select2-dropdown .select2-results .select2-results__option[aria-selected=true]:hover {
  background-color: #ED1C24 !important;
  color: #fff;
}

.select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #ED1C24;
  color: #fff;
}

.select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected]:hover {
  color: #fff;
}

.select2-dropdown .select2-results .select2-results__option--highlighted[aria-not-selected] {
  background-color: #fff;
  color: #808080;
}

.select2-dropdown.select2-dropdown--below {
  border: 0;
  border-left: 1px solid #D9D7D4;
  border-right: 1px solid #D9D7D4;
  border-bottom: 1px solid #D9D7D4;
}

.select2.select2-container {
  width: 100% !important;
  border: 1px solid #EBE8E6;
  border-radius: 10px;
  overflow: hidden;
}

.select2.select2-container .select2-selection {
  border-color: #A0A0A0 !important;
  border: none;
  background-color: #FAF7F7;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.select2.select2-container .select2-selection:focus {
  outline: none !important;
}

.select2.select2-container.select2-container--focus.select2-container--open .select2-selection {
  border-color: #000000 !important;
}

.select2.select2-container.select2-container--default .select2-search__field {
  padding: 0 10px;
  width: 100% !important;
}

.selection .select2-selection__choice {
  color: #000000;
  padding: 2px 5px;
}

.selection .select2-selection__choice__remove {
  margin-right: 4px;
  font-size: 16px;
}

.selection .select2-selection__rendered {
  border-radius: 10px;
  color: #000000 !important;
  padding: 12px 16px !important;
  background-color: #FAF7F7;
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  line-height: 22px !important;
}

@media (max-width: 1199px) {
  .selection .select2-selection__rendered {
    padding: 10px 12px !important;
    font-size: 14px;
    line-height: 18px !important;
  }
}

.quantity-box .selection .select2-selection__rendered {
  padding: 12px 15px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  color: #000000;
  padding: 7px 16px 5px !important;
  background-color: #FAF7F7;
  font-family: "articulat-cf", sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
}

@media (max-width: 1199px) {
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 12px !important;
  }
}

body {
  font-family: "ProximaNova-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  background-color: #FAF7F5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ProximaNova-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  text-transform: none !important;
}

.bg-dark {
  background-color: #e8e8e8 !important;
}

@media (min-width: 1440px) {
  .container {
    width: 100%;
    max-width: 2000px;
    padding: 0 40px;
  }
}

.bg-dark {
  background-color: transparent !important;
}

.dropdown-menu {
  color: #000000;
}

.card {
  box-shadow: 0px 2px 4px rgba(167, 167, 167, 0.12);
  transition: box-shadow ease 0.2s;
  border-radius: 20px;
}

.card:hover {
  box-shadow: 0px 2px 4px rgba(167, 167, 167, 0.12);
}

.pull-up {
  margin-top: 0;
}

.pull-up .data-row {
  width: 80%;
  margin: auto;
}

@media (max-width: 1399px) {
  .pull-up .data-row {
    width: 85%;
  }
}

@media (max-width: 1299px) {
  .pull-up .data-row {
    width: 90%;
  }
}

@media (max-width: 1199px) {
  .pull-up .data-row {
    width: 95%;
  }
}

@media (max-width: 991px) {
  .pull-up .data-row {
    width: 100%;
  }
}

.pull-up .data-row.row-large {
  width: 100%;
}

.pull-up .data-row.extra-pb {
  padding-bottom: 40px;
}

.pull-up .data-row .save-btn-container {
  margin-top: 32px;
  text-align: right;
}

.pull-up .col_buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (max-width: 491px) {
  .pull-up .col_buttons {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.pull-up .col_buttons .btn.btn-info-big,
.pull-up .col_buttons .btn.btn-success-big {
  min-width: 150px;
}

.pull-up .col_buttons .btn i {
  display: none;
}

.pull-up .col_buttons .btn.loading i {
  display: inline-block;
}

@media (max-width: 991px) {
  .pull-up > .container {
    max-width: 100%;
  }
}

.pull-up #print_schedule_btn {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.pull-up #print_schedule_btn:hover:not(:disabled) {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.pull-up #print_schedule_btn:focus {
  box-shadow: none;
}

.pull-up .location-filter-container {
  text-align: start;
}

.pull-up .location-filter-container select {
  text-align: start;
  background-color: #fff;
}

.pull-up .location-filter-container .select2 {
  box-shadow: 0px 3px 6px #00000029;
}

.pull-up .location-filter-container .select2 .select2-selection__rendered {
  background-color: #fff;
  display: block;
  padding-left: 8px;
  padding-right: 25px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 600px) {
  .pull-up .report-filter-group .custom-width {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-up .report-filter-group .custom-width .date_wrapper {
    width: 100% !important;
  }
}

.admin-content {
  background-color: #FAF7F5;
}

.admin-content h1,
.admin-content h2 {
  font-size: 26px;
  line-height: 32px;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.admin-content .col_intro {
  padding-top: 25px;
}

.title-container {
  padding-top: 32px;
  padding-bottom: 25px;
}

.title-container h1,
.title-container h2 {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .title-container .col_buttons {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .cover_photo_desktop {
    display: none;
  }
}

.cover_photo_mobile {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .cover_photo_mobile {
    display: none;
  }
}

.table-action-container {
  position: relative;
  padding-right: 95px !important;
}

.table-action {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 10px;
}

.table-action span {
  cursor: pointer;
}

.table-action-wrapper {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.table-action-wrapper .table-action {
  position: relative;
  top: 0%;
  right: 0;
  transform: none;
}

.icon-container {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.icon-container.gray-bg {
  background-color: #EFEBEB;
}

.icon-container.gray-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(100%);
  width: 15.66px;
  height: 15.5px;
  background-image: url(/images/edit-pen-white.svg?a833dfc3f190279e4e47ddbfc3fb75e2);
  background-size: cover;
  z-index: 1;
  display: none;
}

.icon-container.gray-bg:hover:not(:disabled) {
  background-color: #ED1C24;
}

.icon-container.gray-bg:hover:not(:disabled) img {
  opacity: 0;
}

.icon-container.gray-bg:hover:not(:disabled)::before {
  display: block;
  transform: translateY(-50%);
}

.icon-container.gray-bg:focus,
.icon-container.gray-bg:active {
  border: none;
  outline: none;
}

.icon-container.red-border {
  border: 1px #ED1C24 solid;
  background-color: transparent;
}

.icon-container.red-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(100%);
  width: 15px;
  height: 16.5px;
  background-image: url(/images/delete-white.svg?20703418653bbd20eb82929ed6d9062c);
  background-size: cover;
  z-index: 1;
  display: none;
}

.icon-container.red-border:hover:not(:disabled) {
  background-color: #ED1C24;
}

.icon-container.red-border:hover:not(:disabled) img {
  opacity: 0;
}

.icon-container.red-border:hover:not(:disabled)::before {
  display: block;
  transform: translateY(-50%);
}

.icon-container.red-border:focus {
  outline: none;
}

.icon-container.no-bg {
  background: transparent;
}

.icon-container.no-bg:hover {
  background-color: #EAE5E5;
}

.icon-container.info-bg {
  background-color: #EFEBEB;
}

.icon-container.info-bg:hover:not(:disabled) {
  background-color: #19b5fe;
  color: #fff;
}

/* Define spinner animation */

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  vertical-align: middle;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #999191;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

#submit,
#validation-btn {
  float: right;
  margin: 0 0 42px 0;
}

.can-toggle {
  position: relative;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  box-sizing: border-box;
}

.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}

.can-toggle label {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.can-toggle label .can-toggle__switch {
  position: relative;
  background-color: #F4F2F2;
}

.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}

.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background-color: #5C5353;
  border-radius: 6px;
  transform: translate3d(0, 0, 0);
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  background-color: #5C5353;
  color: #fff;
  border-radius: 6px;
}

.can-toggle label .can-toggle__switch:before {
  color: #260B0C;
}

.can-toggle label .can-toggle__switch:after {
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #fff;
  border-radius: 6px;
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  background-color: #09af31;
  transform: translate3d(76px, 0, 0);
}

.can-toggle label .can-toggle__switch {
  height: 48px;
  flex: 0 0 164px;
  border-radius: 10px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .can-toggle label .can-toggle__switch {
    height: 40px;
  }
}

.can-toggle label .can-toggle__switch:before {
  top: calc(50% - 8px);
  left: 82px;
  font-size: 15px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 800;
  font-style: normal;
  width: 82px;
  padding: 0 12px;
}

.can-toggle label .can-toggle__switch:after {
  top: 6px;
  left: 6px;
  border-radius: 6px;
  width: 76px;
  line-height: 20px;
  font-size: 15px;
  font-family: articulat-cf, sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 9px 20px;
}

@media (max-width: 1199px) {
  .can-toggle label .can-toggle__switch:after {
    top: 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
}

.switches-container {
  width: 164px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  background: #F4F2F2;
  line-height: 3rem;
  border-radius: 10px;
  height: 48px;
}

.switches-container-large {
  width: 250px;
}

.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch {
  background-color: #09af31;
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #260B0C;
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .switches-container label {
    font-size: 14px;
  }
}

.switches-container .switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 6px;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.switches-container .switch-wrapper .switch {
  border-radius: 6px;
  background: #5C5353;
  height: 100%;
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .switches-container .switch-wrapper .switch {
    font-size: 14px;
  }
}

.switches-container .switch-wrapper .switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #fff;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.pagination {
  margin-bottom: 0px;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 15px;
}

@media (max-width: 991px) {
  .pagination {
    margin-bottom: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 991px) {
  .pagination .page-item:not(:first-child) .page-link,
  .pagination .page-item:not(:last-child) .page-link {
    font-size: 16px !important;
  }

  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    padding: 6px 14px !important;
  }
}

.no-data-found {
  font-size: 16px;
  margin: 0;
  margin-bottom: 1.75rem;
  padding: 20px 10px;
  margin-bottom: 0;
  text-align: center;
}

.no-data-found.show-border {
  border: 1px solid #EBE8E6;
  border-radius: 12px;
}

@media (max-width: 1200px) {
  .no-data-found {
    border: 1px solid #EBE8E6;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px;
  }
}

.padding-bottom {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 25px;
  }
}

.error-field {
  margin-top: 16px;
  border: 2px solid #ED1C24;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 580px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .error-field {
    padding: 9px 12px;
    gap: 10px;
  }
}

.error-field .icon-error {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-color: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.error-field .error.text-danger,
.error-field .error-msg {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

@media (max-width: 1199px) {
  .error-field .error.text-danger,
  .error-field .error-msg {
    font-size: 14px;
    line-height: 18px;
  }
}

.sublabel .error.text-danger {
  height: 0px;
  margin: 0px;
  padding: 0px;
}

.small_cursive_font {
  font-size: 24px;
  line-height: 1.7;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}

.small_cursive_font span {
  font-size: 16px;
  line-height: 1.2;
  color: #999191;
  margin-right: 4px;
}

.admin-sidebar {
  background-color: #fff;
  background-color: #f9f9f9;
  border: none;
}

.admin-sidebar ul.menu li.menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}

.admin-sidebar ul.menu li.menu-item:last-of-type {
  border-bottom: none !important;
}

.admin-sidebar ul.menu li.menu-item:hover span.menu-label {
  color: #000000 !important;
}

.admin-sidebar ul.menu li.menu-item.active {
  background-color: #000 !important;
  background-color: #FFDD30 !important;
}

.admin-sidebar ul.menu li.menu-item.active span.menu-label {
  color: black !important;
  font-family: "ProximaNova-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.admin-sidebar ul.menu li.menu-item .menu-link span.menu-label {
  color: rgba(0, 0, 0, 0.9);
}

.admin-sidebar ul.menu li.menu-item a.open-dropdown span.menu-label {
  color: #000000 !important;
}

/** header **/

.mdi-calendar-clock {
  font-size: 18px;
}

#shwTime {
  font-family: "ProximaNova-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
}

.white_box_shadow {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EBE8E6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.main-title {
  font-size: 34px;
  line-height: 40px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}

.main-title span {
  font-size: 16px;
  line-height: 22px;
  color: #999191;
  margin-right: 4px;
}

.main-title.curly {
  font-size: 26px;
  line-height: 32px;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.percentage {
  font-size: 14px;
  line-height: 18px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 5px;
  padding: 4px 8px;
  padding-left: 19px;
  position: relative;
}

.percentage.up {
  color: #09af31;
  background-color: #D9FFE6;
}

.percentage.up:before {
  background-image: url(/images/arrow-up.svg?3e75935b573d2b80659b5fd5c7a003a0);
}

.percentage.down {
  color: #ED1C24;
  background-color: #FFF2F3;
}

.percentage.down:before {
  background-image: url(/images/arrow-down.svg?897b33ed947634c9616b94e92c5bec1b);
}

.percentage:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 7px;
  height: 8px;
  left: 8px;
  top: calc(50% - 4px);
}

.dashboard {
  max-width: 1340px;
  padding-bottom: 42px;
}

.dashboard .subtitle {
  font-size: 15px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #999191;
  margin-bottom: 0;
}

.dashboard > .row {
  row-gap: 26px;
}

.dashboard .progress-card {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}

.dashboard .progress-card__inner {
  display: flex;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  flex-direction: column;
}

.dashboard .progress-card__inner .progress-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  margin-bottom: 12px;
}

.dashboard .progress-card__inner .progress-header .main-title {
  font-size: 30px;
  line-height: 38px;
}

.dashboard .progress-card__inner .progress-details {
  flex: 1;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px #FAF7F7 solid;
  background-color: #FAF7F7;
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 13px 16px 13px 14px;
}

.dashboard .progress-card__inner .progress-details.active {
  border: 1px #09af31 solid;
  background-color: rgba(33, 217, 94, 0.05);
}

.dashboard .progress-card__inner .progress-details .icon {
  width: 48px;
  height: 48px;
}

.dashboard .progress-card__inner .progress-details .icon:before {
  max-width: 20px;
  width: 100%;
}

.dashboard .progress-card__inner .progress-details .top-wrap {
  flex: 1;
  width: 100%;
}

.dashboard .progress-card__inner .progress-details .top-wrap h5 {
  font-size: 16px;
  line-height: 22px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #330002;
  margin-bottom: 2px;
}

@media (max-width: 549px) {
  .dashboard .progress-card__inner .progress-details .top-wrap {
    flex: auto;
    max-width: calc(100% - 70px);
  }
}

.dashboard .progress-card__inner .progress-details .top-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

@media (max-width: 549px) {
  .dashboard .progress-card__inner .progress-details .top-wrap .title-wrap {
    flex-direction: column;
    row-gap: 14px;
  }
}

.dashboard .progress-card__inner .progress-details button {
  min-width: 128px;
}

.dashboard .progress-card__inner .progress-details button::before {
  content: attr(data-title);
  display: inline-block;
  width: 100%;
  height: 100%;
}

.dashboard .progress-card__inner .progress-details button.active {
  background-color: #09af31;
  border: 1px #09af31 solid;
}

.dashboard .progress-card__inner .progress-details button.active::before {
  content: "";
  display: inline-block;
  width: 17.37px;
  height: 12.41px;
  background-image: url(/assets/img/icons/tick-white.svg);
  background-size: cover;
}

@media (max-width: 549px) {
  .dashboard .progress-card__inner .progress-details button {
    min-width: 100%;
  }
}

@media (max-width: 549px) {
  .dashboard .progress-card__inner .progress-details {
    flex-wrap: wrap;
  }
}

.dashboard .progress-card__inner .progress-details:last-child {
  margin-bottom: 16px;
}

.dashboard .progress-card__inner .progress-details.domain-page .top-wrap {
  max-width: 100%;
}

.dashboard .help-card__inner {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.dashboard .help-card__inner .top-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  width: 100%;
}

.dashboard .help-card__inner .top-content .col-title {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-bottom: 14px;
}

.dashboard .help-card__inner .top-content .col-title img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 100%;
}

.dashboard .help-card__inner .top-content .col-title h2 {
  margin-bottom: 0;
}

.dashboard .help-card__inner .top-content .subtitle {
  padding-left: 4px;
  max-width: 300px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .dashboard .help-card__inner .top-content .subtitle {
    max-width: 100%;
  }
}

.dashboard .help-card__inner .top-content .btns-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 12px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1279px) {
  .dashboard .help-card__inner .top-content .btns-container {
    margin: auto;
  }
}

@media (max-width: 1279px) {
  .dashboard .help-card__inner .top-content .btns-container {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .dashboard .help-card__inner .top-content .btns-container {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .dashboard .help-card__inner .top-content .btns-container {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile {
  border-radius: 6px;
  padding: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid #ED1C24;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media (max-width: 1279px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile {
    height: 55px;
    width: 55px;
    border-radius: 50%;
  }
}

@media (max-width: 991px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile {
    height: auto;
    width: 100%;
    border-radius: 6px;
  }
}

@media (max-width: 400px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile {
    height: 55px;
    width: 55px;
    border-radius: 50%;
  }
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile h5 {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #330002;
  text-align: center;
  width: 100%;
}

@media (max-width: 1279px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile h5 {
    display: none;
  }
}

@media (max-width: 991px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile h5 {
    display: block;
  }
}

@media (max-width: 400px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile h5 {
    display: none;
  }
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile .icon {
  position: absolute;
  left: 8px;
}

@media (max-width: 1279px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile .icon {
    position: static;
  }
}

@media (max-width: 987px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile .icon {
    display: absolute;
    left: 8px;
  }
}

@media (max-width: 400px) {
  .dashboard .help-card__inner .top-content .btns-container .contact-tile .icon {
    position: static;
  }
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile:hover {
  background-color: #ED1C24;
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile:hover h5 {
  color: #fff;
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile:hover .icon-call::before {
  background-image: url(/assets/img/icons/call-white.svg);
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile:hover .icon-mail::before {
  background-image: url(/assets/img/icons/mail-white.svg);
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile.red {
  background-color: #ED1C24;
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile.red h5 {
  color: #fff;
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile.red .icon-call::before {
  background-image: url(/assets/img/icons/call-white.svg);
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile.red:hover {
  background-color: #fff;
  border: 1px solid #ED1C24;
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile.red:hover h5 {
  color: #ED1C24;
}

.dashboard .help-card__inner .top-content .btns-container .contact-tile.red:hover .icon-call::before {
  background-image: url(/assets/img/icons/call.svg);
}

.dashboard .help-card__inner .bottom-content {
  width: 100%;
  padding: 0px;
  margin-top: -70px;
}

@media (max-width: 1699px) {
  .dashboard .help-card__inner .bottom-content {
    margin-top: -45px;
  }
}

@media (max-width: 1499px) {
  .dashboard .help-card__inner .bottom-content {
    margin-top: -35px;
  }
}

@media (max-width: 1399px) {
  .dashboard .help-card__inner .bottom-content {
    margin-top: -25px;
  }
}

@media (max-width: 1200px) {
  .dashboard .help-card__inner .bottom-content {
    margin-top: -15px;
  }
}

@media (max-width: 990px) {
  .dashboard .help-card__inner .bottom-content {
    margin-top: -75px;
  }
}

@media (max-width: 545px) {
  .dashboard .help-card__inner .bottom-content {
    margin-top: -35px;
  }
}

@media (max-width: 445px) {
  .dashboard .help-card__inner .bottom-content {
    margin-top: -20px;
  }
}

.dashboard .help-card__inner .bottom-content img {
  width: 100%;
}

.dashboard .details_left {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}

.dashboard .details_left .order_details {
  display: flex;
  align-items: flex-start;
  height: calc(50% - 16px);
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
}

.dashboard .details_left .order_details > .row {
  flex: auto;
}

.dashboard .details_left .order_details .details {
  text-align: center;
  width: 33.333%;
  height: 100%;
}

.dashboard .details_left .order_details .details .icon {
  margin: 0 auto;
  margin-bottom: 23px;
}

@media (max-width: 499px) {
  .dashboard .details_left .order_details .details .icon {
    margin: 0px;
  }
}

.dashboard .details_left .order_details .details .count {
  font-size: 24px;
  line-height: 32px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #330002;
}

.dashboard .details_left .order_details .details .title {
  font-size: 15px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #999191;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}

@media (max-width: 499px) {
  .dashboard .details_left .order_details .details .title {
    max-width: none;
    width: auto;
    margin: 0;
  }
}

.dashboard .details_left .order_details .details:not(:last-child) {
  border-right: 1px dotted #EFEBEB;
}

@media (max-width: 499px) {
  .dashboard .details_left .order_details .details {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 32px;
  }

  .dashboard .details_left .order_details .details:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px dotted #EFEBEB;
  }
}

@media (max-width: 380px) {
  .dashboard .details_left .order_details .details {
    gap: 25px;
  }
}

@media (max-width: 1249px) {
  .dashboard .details_left .order_details {
    height: auto;
  }
}

@media (max-width: 499px) {
  .dashboard .details_left .order_details {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
}

@media (max-width: 1249px) {
  .dashboard .details_left {
    min-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.dashboard .month_details {
  display: flex;
  height: calc(50% - 16px);
  width: 100%;
}

.dashboard .month_details .row {
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin: 0;
  width: 100%;
}

.dashboard .month_details .row .month_sale,
.dashboard .month_details .row .month_order {
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
  padding-top: 17px;
  padding-bottom: 26px;
  padding-left: 28px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.dashboard .month_details .row .month_sale .top_details,
.dashboard .month_details .row .month_order .top_details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 2px;
  padding-left: 4px;
}

.dashboard .month_details .row .month_sale .top_details h2,
.dashboard .month_details .row .month_order .top_details h2 {
  margin-right: 6px;
  margin-bottom: 0;
}

.dashboard .month_details .row .month_sale .top_details .desc,
.dashboard .month_details .row .month_order .top_details .desc {
  font-size: 15px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #999191;
  flex: 0 0 100%;
  max-width: 100%;
}

.dashboard .month_details .row .month_sale .graph_details,
.dashboard .month_details .row .month_order .graph_details {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.dashboard .month_details .row .month_sale .graph_details .details,
.dashboard .month_details .row .month_order .graph_details .details {
  padding-left: 16px;
}

.dashboard .month_details .row .month_sale .graph_details .details p,
.dashboard .month_details .row .month_order .graph_details .details p {
  font-size: 15px;
  line-height: 20px;
  color: #999191;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 16px;
}

.dashboard .month_details .row .month_sale .graph_details .details p span.type-title,
.dashboard .month_details .row .month_order .graph_details .details p span.type-title {
  padding-right: 10px;
}

.dashboard .month_details .row .month_sale .graph_details .details p span:not(.type-title),
.dashboard .month_details .row .month_order .graph_details .details p span:not(.type-title) {
  color: #330002;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.dashboard .month_details .row .month_sale .graph_details .details p:before,
.dashboard .month_details .row .month_order .graph_details .details p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  border-radius: 3px;
  left: 0;
  top: 6px;
}

.dashboard .month_details .row .month_sale .graph_details .details p.orange_indicate:before,
.dashboard .month_details .row .month_order .graph_details .details p.orange_indicate:before {
  background-color: #FF884D;
}

.dashboard .month_details .row .month_sale .graph_details .details p.blue_indicate:before,
.dashboard .month_details .row .month_order .graph_details .details p.blue_indicate:before {
  background-color: #4D5EFF;
}

.dashboard .month_details .row .month_sale .graph_details .details p:not(:last-child),
.dashboard .month_details .row .month_order .graph_details .details p:not(:last-child) {
  margin-bottom: 14px;
}

@media (max-width: 499px) {
  .dashboard .month_details .row .month_sale,
  .dashboard .month_details .row .month_order {
    flex: 0 0 calc(100%);
    min-width: 100%;
  }
}

@media (max-width: 499px) {
  .dashboard .month_details .row {
    row-gap: 32px;
  }
}

.dashboard .sales_graph .graph {
  padding: 20px 30px 30px 30px;
}

.dashboard .sales_graph .graph .top_wrap {
  margin-bottom: 60px;
}

.dashboard .sales_graph .graph .top_wrap h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #330002;
  margin-bottom: 3px;
}

.dashboard .sales_graph .graph .top_wrap h2 {
  margin-top: 30px;
}

.dashboard .payout_details .white_box_shadow,
.dashboard .top_products .white_box_shadow {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 17px 32px 32px 32px;
}

.dashboard .payout_details .top_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2px;
}

.dashboard .payout_details .top_wrap h2 {
  margin-right: 6px;
}

.dashboard .payout_details .left_wrap .payout,
.dashboard .payout_details .left_wrap .date {
  font-size: 15px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #999191;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.dashboard .payout_details .left_wrap .payout span,
.dashboard .payout_details .left_wrap .date span {
  color: #260B0C;
}

.dashboard .payout_details .right_wrap {
  text-align: end;
}

.dashboard .payout_details .right_wrap .payout,
.dashboard .payout_details .right_wrap .date {
  font-size: 15px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.dashboard .payout_details .right_wrap .payout {
  color: #999191;
}

.dashboard .payout_details .right_wrap .date {
  color: #260B0C;
}

.dashboard .payout_details .table_payout {
  margin-top: 55px;
}

.dashboard .top_products .white_box_shadow {
  padding-top: 17px;
}

.dashboard .top_products .white_box_shadow .top_wrap span {
  font-size: 15px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #999191;
}

.dashboard .top_products .white_box_shadow .table_products {
  margin-top: 38px;
}

.dashboard .top_products .white_box_shadow .table_products table th:first-child {
  width: 45%;
}

@media (max-width: 1247px) {
  .dashboard .top_products {
    width: 100%;
    min-width: 100%;
  }
}

.circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  transform: rotate(-90deg);
  /* 2, 3 */
  transform-origin: center;
  /* 4 */
}

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1);
  /* 1, 2, 3 */
}

@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@-webkit-keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Layout styles only, not needed for functionality */

label {
  font-size: 16px;
  line-height: 22px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 12px;
  color: #000000;
  display: block;
}

label.no-b-margin {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    display: block;
  }
}

.form-control {
  border: 1px solid #D9D7D4;
  background-color: #FAF7F7;
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  border-radius: 10px;
  padding: 12px 16px;
  height: auto;
  min-height: auto;
  color: #000000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder {
  color: #A0A0A0;
}

.form-control::-moz-placeholder {
  color: #A0A0A0;
}

.form-control:-ms-input-placeholder {
  color: #A0A0A0;
}

.form-control::-ms-input-placeholder {
  color: #A0A0A0;
}

.form-control::placeholder {
  color: #A0A0A0;
}

.form-control:focus,
.form-control:active {
  border: 1px solid #000000;
  color: #000000 !important;
}

.form-control[name=q] {
  border-radius: 20px;
  padding: 8px 15px !important;
}

@media (max-width: 1199px) {
  .form-control {
    padding: 10px 12px !important;
    font-size: 14px;
    line-height: 18px;
  }
}

.form-control[type=file] {
  padding: 9px 16px;
}

@media (max-width: 1199px) {
  .form-control[type=file] {
    padding: 9px 12px !important;
  }
}

.onboarding-page .main .form_primary_wrapper .col-form fieldset div.fieldset-container label.error {
  font-size: 14px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#unique_name {
  margin-top: 5px;
}

.error {
  color: red;
}

.common-modal-style .modal-content .form-row .form-label {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
  padding: 0px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  color: #260B0C;
  text-align: left;
}

.common-modal-style .modal-content .form-row .form-control {
  color: #260B0C;
}

.common-modal-style .modal-content .form-row .form-control::-webkit-input-placeholder {
  color: rgba(38, 11, 12, 0.5);
}

.common-modal-style .modal-content .form-row .form-control::-moz-placeholder {
  color: rgba(38, 11, 12, 0.5);
}

.common-modal-style .modal-content .form-row .form-control:-ms-input-placeholder {
  color: rgba(38, 11, 12, 0.5);
}

.common-modal-style .modal-content .form-row .form-control::-ms-input-placeholder {
  color: rgba(38, 11, 12, 0.5);
}

.common-modal-style .modal-content .form-row .form-control::placeholder {
  color: rgba(38, 11, 12, 0.5);
}

.common-modal-style .modal-content .form-row .form-control.pre-sign {
  position: relative;
}

.common-modal-style .modal-content .form-row .form-control.pre-sign::before {
  content: "$";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.s-input {
  display: flex;
  flex-direction: column;
  position: relative;
}

.s-input > label {
  font-size: max(0.6511627907rem, 12px);
  line-height: max(0.7906976744rem, 13px);
  margin-bottom: 0.5581395349rem;
  padding-left: 0.0930232558rem;
}

.s-input .output_text:not(input),
.s-input [data-tel-mask],
.s-input input,
.s-input select,
.s-input textarea {
  background: rgba(255, 255, 255, 0.05);
  outline: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 2.2325581395rem;
  width: 100%;
  border-radius: 0.4651162791rem;
  padding: 0.6511627907rem 0.6511627907rem;
  font-size: max(0.7441860465rem, 12px);
  line-height: max(1.023255814rem, 12px);
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, filter 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, filter 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.s-input .output_text:not(input)::-webkit-input-placeholder, .s-input [data-tel-mask]::-webkit-input-placeholder, .s-input input::-webkit-input-placeholder, .s-input select::-webkit-input-placeholder, .s-input textarea::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #6e6d73 !important;
}

.s-input .output_text:not(input)::-moz-placeholder, .s-input [data-tel-mask]::-moz-placeholder, .s-input input::-moz-placeholder, .s-input select::-moz-placeholder, .s-input textarea::-moz-placeholder {
  opacity: 1 !important;
  color: #6e6d73 !important;
}

.s-input .output_text:not(input):-ms-input-placeholder, .s-input [data-tel-mask]:-ms-input-placeholder, .s-input input:-ms-input-placeholder, .s-input select:-ms-input-placeholder, .s-input textarea:-ms-input-placeholder {
  opacity: 1 !important;
  color: #6e6d73 !important;
}

.s-input .output_text:not(input)::-ms-input-placeholder, .s-input [data-tel-mask]::-ms-input-placeholder, .s-input input::-ms-input-placeholder, .s-input select::-ms-input-placeholder, .s-input textarea::-ms-input-placeholder {
  opacity: 1 !important;
  color: #6e6d73 !important;
}

.s-input .output_text:not(input)::placeholder,
.s-input [data-tel-mask]::placeholder,
.s-input input::placeholder,
.s-input select::placeholder,
.s-input textarea::placeholder {
  opacity: 1 !important;
  color: #6e6d73 !important;
}

.s-input .output_text:not(input):focus,
.s-input [data-tel-mask]:focus,
.s-input input:focus,
.s-input select:focus,
.s-input textarea:focus {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px rgba(255, 255, 255, 0.6), inset 0 0 rgba(255, 255, 255, 0.6);
}

.s-input textarea {
  height: 6.976744186rem;
  resize: none;
}

.s-input__select-arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 12px;
  height: 7px;
  background-image: url("/assets/img/icons/down-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.s-input .output_text:not(input) {
  display: flex;
  align-items: center;
  position: relative;
}

.s-input .output_text:not(input)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9302325581rem;
  transform: translateY(-50%);
  width: 0.5581395349rem;
  height: 0.5581395349rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12.121" height="6.811" viewBox="0 0 12.121 6.811"%3E%3Cpath id="Icon_feather-chevron-down" data-name="Icon feather-chevron-down" d="M9,13.5l5,5,5-5" transform="translate(-7.939 -12.439)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/%3E%3C/svg%3E%0A');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.s-input [data-tel-mask] {
  padding-left: 0.8372093023rem !important;
}

.s-input .intl-tel-input {
  display: flex;
}

.s-input .intl-tel-input .flag-container {
  display: flex;
  flex-shrink: 0;
  margin-right: 0.7441860465rem;
  width: 6.511627907rem;
  position: relative;
}

.s-input__dropdown {
  display: none;
  position: absolute;
  left: 0;
  bottom: -0.4651162791rem;
  transform: translateY(100%);
  background: #faf7f5;
  z-index: 4;
  width: 10.6976744186rem;
  min-width: 100%;
  border-radius: 0.4651162791rem;
  overflow: hidden;
  font-size: 0.7441860465rem;
}

@media (max-width: 767.98px) {
  .s-input__dropdown {
    width: auto;
  }
}

.s-input__dropdown > ul {
  max-height: 11.3023255814rem;
  overflow-y: auto;
  display: block !important;
}

.s-input__dropdown > ul > :not(.divider) {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5581395349rem 0.7441860465rem;
  color: #000;
  transition: background 0.2s ease;
}

.s-input__dropdown > ul > :not(.divider):not(:last-child) {
  border-bottom: 1px solid #e1dedc;
}

@media (any-hover: hover) {
  .s-input__dropdown > ul > :not(.divider).is-hovered {
    background: #fff;
  }
}

.s-input__dropdown .dial-code {
  display: none;
}

.s-input .selected-flag {
  display: flex;
  align-items: center;
  height: 100%;
  background: #1b1921;
  border: 1px solid #2d2b33;
  border-radius: 0.4651162791rem;
  padding: 0.4651162791rem 0.7441860465rem;
  cursor: pointer;
  width: 6.511627907rem;
}

.s-input .flag-box {
  line-height: 0;
}

.s-input .iti-flag {
  width: 1.1162790698rem;
  height: 1.1162790698rem;
  flex-shrink: 0;
  margin-right: 0.5581395349rem;
  border-radius: 50%;
}

.s-input .selected-flag {
  position: relative;
  width: 100%;
}

.s-input .selected-dial-code {
  font-size: max(0.8372093023rem, 14px);
  line-height: max(1.1162790698rem, 12px);
}

.s-input:not(.is-error) .s-input__message {
  display: none;
}

.s-input__message {
  border: 2px solid #ed1c24;
  padding: 0.4651162791rem 0.4651162791rem 0.4651162791rem 1.6744186047rem;
  font-size: max(0.5581395349rem, 12px);
  line-height: max(0.7906976744rem, 13px);
  border-radius: 0.4651162791rem;
  position: relative;
  margin-top: 0.4651162791rem;
}

.s-input__message::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3255813953rem;
  transform: translateY(-50%);
  width: 0.9302325581rem;
  height: 0.9302325581rem;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBpZD0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YxfMjQ1NTkiIGRhdGEtbmFtZT0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YwgMjQ1NTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzY3OS45OTkgLTk3MykiPgogICAgPHBhdGggaWQ9InBhdGgyMzE2IiBkPSJNLTYyMi42NjUtMzExLjMzM2ExMC4wMjksMTAuMDI5LDAsMCwxLTEwLDEwLDEwLjAzLDEwLjAzLDAsMCwxLTEwLTEwLDEwLjAzLDEwLjAzLDAsMCwxLDEwLTEwQTEwLjAyOSwxMC4wMjksMCwwLDEtNjIyLjY2NS0zMTEuMzMzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTgzMjIuNjY0IDEyOTQuMzMzKSIgZmlsbD0iI2VkMWMyNCIvPgogICAgPGcgaWQ9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMXzI0NTQ2IiBkYXRhLW5hbWU9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMIDI0NTQ2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzY5MCA5NzkpIj4KICAgICAgPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF8xMDM1MyIgZGF0YS1uYW1lPSLQmtC+0L3RgtGD0YAgMTAzNTMiIGQ9Ik0xMiwxNi41VjEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIgLTEyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgICA8bGluZSBpZD0i0JvQuNC90LjRj18xMjg0IiBkYXRhLW5hbWU9ItCb0LjQvdC40Y8gMTI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA4KSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMi4yNSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.s-input__counter {
  display: none;
  position: absolute;
  bottom: -0.4651162791rem;
  right: 0;
  text-align: right;
  transform: translateY(100%);
  font-size: max(0.6511627907rem, 12px);
  line-height: max(0.7906976744rem, 13px);
  color: #939199;
}

.s-input__placeholder {
  color: #6e6d73;
  pointer-events: none;
}

.s-input .s-input--select-reverse .s-input__dropdown {
  top: -0.4651162791rem !important;
}

.s-input.s-input--radio {
  cursor: pointer;
}

.s-input.s-input--radio > input {
  position: absolute;
  left: -99999px;
  height: 0;
  width: 0;
}

.s-input.s-input--radio > input:checked + span {
  background: #eeedf0 !important;
  color: #14121a;
}

.s-input.s-input--radio > span {
  display: flex;
  align-items: center;
  padding: 0.7906976744rem 0.8372093023rem;
  border-radius: 0.4651162791rem;
  background: #1b1921;
  transition: background 0.2s ease, color 0.2s ease;
}

@media (any-hover: hover) {
  .s-input.s-input--radio > span:hover {
    background: #26252a;
  }
}

.s-input.s-input--checkbox {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.s-input.s-input--checkbox::before {
  content: "";
  position: absolute;
  width: 0.9302325581rem;
  height: 0.9302325581rem;
  left: 0;
  top: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg transform="translate(-639 -529)"%3E%3Crect width="24" height="24" rx="4" transform="translate(639 529)" fill="%2347454d"/%3E%3Cline x2="10" transform="translate(646 541)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="1.5"/%3E%3C/g%3E%3C/svg%3E%0A');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 3;
}

.s-input.s-input--checkbox > input {
  position: absolute;
  left: -99999px;
  width: 0;
  height: 0;
}

.s-input.s-input--checkbox > input:checked + span::after {
  opacity: 1;
}

.s-input.s-input--checkbox > span {
  font-size: max(0.6976744186rem, 12px);
  line-height: max(0.8372093023rem, 14px);
  position: relative;
  padding-left: 1.488372093rem;
  min-height: 0.9302325581rem;
  display: flex;
  align-items: center;
  font-family: var(--font-ArticulatCFRegular);
  transition: opacity 0.2s ease;
}

.s-input.s-input--checkbox > span::before {
  content: "";
  position: absolute;
  width: 0.9302325581rem;
  height: 0.9302325581rem;
  border-radius: 0.1860465116rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  left: 0;
  top: 0;
  z-index: 1;
  transition: inherit;
}

.s-input.s-input--checkbox > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9302325581rem;
  height: 0.9302325581rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBpZD0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YxfMjQyMjciIGRhdGEtbmFtZT0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YwgMjQyMjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MjggLTgxMikiPgogICAgPHJlY3QgaWQ9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6Xzc3NzQiIGRhdGEtbmFtZT0i0J/RgNGP0LzQvtGD0LPQvtC70YzQvdC40LogNzc3NCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODI4IDgxMikiIGZpbGw9IiNlZDFjMjQiLz4KICAgIDxwYXRoIGlkPSJJY29uX2ZlYXRoZXItY2hlY2siIGRhdGEtbmFtZT0iSWNvbiBmZWF0aGVyLWNoZWNrIiBkPSJNMTQuNzI3LDlsLTYsNkw2LDEyLjI3MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODI3LjYzNyA4MTAuMjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: inherit;
  z-index: 2;
}

.s-input.s-input--checkbox a {
  text-decoration: underline;
  transition: color 0.2s ease;
}

.s-input.s-input--checkbox a:hover {
  color: #ed1c24;
}

.s-input.s-input--checkbox-box {
  padding: 0.6511627907rem;
  border-radius: 0.4651162791rem;
  background: #1b1921;
}

.s-input.s-input--checkbox-box .s-input__message {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4651162791rem;
  transform: translateY(100%);
  margin: 0;
}

.s-input.s-input--checkbox-box.is-error {
  margin-bottom: 2.4186046512rem;
}

.s-input.s-input--checkbox.partly-checked::before {
  opacity: 1;
}

.s-input.s-input--checkbox.partly-checked > span::after {
  opacity: 0;
}

.s-input.s-input--file {
  display: block;
  border: 1px dashed rgba(250, 247, 245, 0.2);
  border-radius: 0.4651162791rem;
  padding: 0.9302325581rem;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
  margin-top: 1.2558139535rem;
}

@media (any-hover: hover) {
  .s-input.s-input--file.is-dragover,
  .s-input.s-input--file:hover {
    border-color: #fff;
  }
}

.s-input.s-input--file input {
  position: absolute;
  left: -99999px;
  width: 0;
  height: 0;
}

.s-input.s-input--file .s-input__file-preview {
  width: 3.9069767442rem;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  display: block;
}

.s-input.s-input--file .s-input__file-preview::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.s-input.s-input--file .s-input__file-preview > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.s-input.s-input--file .s-input__file-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.s-input.s-input--file .s-input__file-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(100% - 9.3023255814rem);
  font-size: max(0.7441860465rem, 12px);
  line-height: max(1.023255814rem, 12px);
  font-family: var(--font-ArticulatCFSemiBold);
}

.s-input.s-input--file .s-input__file-title svg {
  width: 0.6976744186rem;
  height: 0.6976744186rem;
  display: block;
  margin-right: 0.4651162791rem;
}

.s-input.s-input--file .s-input__file-remove {
  display: none;
}

.s-input.s-input--file .s-input__file-label {
  position: absolute;
  top: -0.511627907rem;
  transform: translateY(-100%);
  left: 0;
  font-size: max(0.6511627907rem, 12px);
  line-height: max(0.8372093023rem, 14px);
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s-input.s-input--file .text-uploaded {
  display: none;
}

.s-input.s-input--file.upload-success .text-empty {
  display: none;
}

.s-input.s-input--file.upload-success .text-uploaded {
  display: block;
}

.s-input.s-input--file.upload-success .s-input__file-preview > * {
  display: block;
}

.s-input.s-input--file.is-error {
  margin-bottom: 2.6976744186rem;
}

.s-input.s-input--file.is-error .s-input__message {
  position: absolute;
  bottom: -0.7441860465rem;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.s-input.s-input--select .tags {
  display: none;
}

.s-input.s-input--select-reverse .s-input__dropdown {
  top: 0.9302325581rem;
  bottom: unset;
  transform: translateY(-100%);
}

.s-input.s-input--select.is-open .output_text::before {
  transform: translateY(-50%) rotate(180deg);
}

.s-input--symbol input {
  padding-left: 2.511627907rem;
}

.s-input--symbol input {
  padding-left: 48px !important;
}

.s-input__symbol {
  display: flex;
  position: absolute;
  top: 1.9069767442rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.7674418605rem;
  height: 1.1162790698rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
  font-size: max(0.7441860465rem, 12px);
}

.s-input__symbol {
  top: 42px;
  width: 34px;
}

.s-input__symbol--center {
  top: 50%;
  transform: translateY(-50%);
}

.s-input.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.s-input > label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}

.s-input .output_text:not(input),
.s-input [data-tel-mask],
.s-input input,
.s-input select,
.s-input textarea {
  height: 48px;
  padding: 13.5px 14px;
  font-size: 15px;
  line-height: 18px;
  border-radius: 6px;
}

.s-input textarea {
  height: 84px;
}

.s-input .output_text:not(input)::before {
  right: 14px;
}

.s-input .selected-flag {
  padding: 12px 10px !important;
}

.s-input .selected-dial-code {
  font-size: 15px;
  line-height: 19px;
}

.s-input .intl-tel-input .flag-container {
  margin-right: 8px;
  width: 110px;
}

.s-input .iti-flag {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.s-input__message {
  padding: 9px 10px 9px 40px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 10px;
  margin-top: 14px;
}

.s-input__message::before {
  width: 24px;
  border-radius: 6px 0 0 6px;
}

.s-input__message::after {
  left: 10px;
}

.s-input__counter {
  bottom: -8px;
  font-size: 12px;
  line-height: 15px;
}

.s-input.s-input--radio > span {
  padding: 13px 14px;
}

.s-input.s-input--checkbox > span {
  padding-left: 32px;
}

.s-input.s-input--checkbox-box {
  padding: 9px 8px;
}

.s-input.s-input--file {
  padding: 12px;
  margin-top: 34px;
}

.s-input.s-input--file .s-input__file-preview {
  width: 56px;
}

.s-input.s-input--file .s-input__file-title svg {
  width: 13px;
  height: 13px;
}

.s-input.s-input--file .s-input__file-label {
  top: -10px;
  font-size: 14px;
  line-height: 17px;
}

.s-input.s-input--file.is-error {
  margin-bottom: 46px;
}

.s-input.s-input--file.is-error .s-input__message {
  bottom: -12px;
}

.s-input__icon {
  position: absolute;
  right: 0.5581395349rem;
  top: 2.0465116279rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8372093023rem;
  height: 0.8372093023rem;
  border-radius: 50%;
}

.s-input__icon {
  top: 40px;
  right: 12px;
  width: 20px;
  height: 20px;
}

.s-input__icon svg {
  width: 0.8372093023rem;
  height: 0.8372093023rem;
}

.s-input__icon svg {
  width: 20px;
  height: 20px;
}

.s-input__icon .s-tooltip__content {
  width: 180px;
}

@media (max-width: 575.98px) {
  .s-input__icon .s-tooltip__content {
    width: calc(100vw - 24px);
  }
}

.s-input__icon--sm {
  top: 2.1395348837rem;
  width: 0.6511627907rem;
  height: 0.6511627907rem;
}

.s-input__icon--sm {
  top: 44px;
  right: 14px;
}

.s-form__week {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .s-form__week {
    margin-bottom: 10px;
  }
}

.s-form__week .s-input__message {
  display: none;
}

@media (max-width: 767.98px) {
  .s-form__week-item {
    width: 33.33%;
    margin-bottom: 16px;
  }
}

.s-form__week-item:not(:last-child) {
  margin-right: 26px;
}

@media (max-width: 767.98px) {
  .s-form__week-item:not(:last-child) {
    margin-right: 0;
  }
}

.s-form__row {
  display: flex;
}

@media (max-width: 767.98px) {
  .s-form__row {
    display: block;
  }
}

.s-form__field {
  flex-basis: 0;
  flex-grow: 1;
}

.s-form__field:not(:last-child) {
  margin-right: 32px;
}

@media (max-width: 767.98px) {
  .s-form__field:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.s-form .s-input--checkbox > span {
  font-size: 16px;
}

.s-form .s-input--checkbox > span:before {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}

.s-form .s-input input {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15);
}

.s-form .s-input__symbol {
  color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.15);
}

.post-edit-form sup {
  font-size: 18px;
  color: #ed1c24;
  top: -2px;
}

.form-group .input-group {
  font-family: "Brown-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 10px;
  border: 1px solid #A0A0A0;
}

.form-group .input-group .input-group-prepend,
.form-group .input-group .input-group-append {
  margin-right: 0px;
}

.form-group .input-group .input-group-prepend .input-group-text,
.form-group .input-group .input-group-append .input-group-text {
  padding: 12px 16px;
  border: none;
  background: #eaeaea;
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 1199px) {
  .form-group .input-group .input-group-prepend .input-group-text,
  .form-group .input-group .input-group-append .input-group-text {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 18px;
  }
}

.form-group .input-group .input-group-prepend .input-group-text {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.form-group .input-group .input-group-append .input-group-text {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form-group.avg_delivery_field .quantity-box {
  display: inline-block;
  float: left;
}

@media (max-width: 480px) {
  .form-group.avg_delivery_field .quantity-box {
    width: 100% !important;
    display: block;
    float: none;
  }
}

.form-group.avg_delivery_field .select2 {
  margin-left: 15px;
  display: inline-block;
  width: 130px !important;
}

.form-group.avg_delivery_field .select2 .select2-selection__rendered {
  padding: 0.65rem 0.75rem !important;
}

@media (max-width: 480px) {
  .form-group.avg_delivery_field .select2 {
    width: 100% !important;
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.btn {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn.btn-cta,
.btn.btn-secondary {
  padding: 11px 24px;
  border-radius: 6px;
  border: 1px solid #ED1C24;
  text-transform: none;
  font-size: 15px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.btn.btn-cta.btn-cta-border,
.btn.btn-secondary.btn-cta-border {
  color: #260B0C;
  background-color: #fff;
  border: 1px solid #ED1C24;
}

.btn.btn-cta:hover,
.btn.btn-secondary:hover {
  background-color: #ED1C24;
  color: #fff !important;
}

@media (max-width: 991px) {
  .btn.btn-cta,
  .btn.btn-secondary {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 18px;
  }
}

.btn:hover:not(:disabled).btn-cta-border {
  color: #fff;
  background-color: #ED1C24;
}

.btn.add-btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0;
  color: #000000;
  min-width: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.btn.add-btn img {
  height: 10px;
}

.btn.add-btn:hover:not(:disabled) {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.btn.add-btn:focus {
  box-shadow: none;
}

.btn.btn-big {
  padding: 12px 24px;
  font-family: articulat-cf, sans-serif;
  font-size: 15px;
  line-height: 20px;
  border-radius: 6px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .btn.btn-big {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.btn.font-bold {
  font-weight: 700;
}

.btn.btn-secondary {
  padding: 6px 15px;
  background-color: #ED1C24;
  color: #000000;
  border-color: #ED1C24;
}

.btn-success {
  background-color: #ED1C24;
  color: #fff !important;
  border: 1px solid #ED1C24;
}

.btn-success:hover:not(:disabled) {
  background-color: #fff;
  color: #ED1C24;
  border: 1px solid #ED1C24;
  color: #ED1C24 !important;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 37, 0.5) !important;
}

.btn-success:disabled,
.btn-success.disabled {
  cursor: not-allowed;
  color: #ED1C24 !important;
  background-color: #fff;
}

.btn-neutral {
  background-color: #f1f1f1;
  color: #000000;
}

.btn-neutral:hover:not(:disabled) {
  color: #000000;
}

.btn-black {
  background-color: #000000;
  color: #fff !important;
  border: 1px solid #000000 !important;
  cursor: pointer;
}

.btn-black:hover:not(:disabled) {
  background-color: #fff;
  color: #000000 !important;
}

.btn-black:disabled {
  cursor: not-allowed;
}

.btn-warning {
  background-color: #000000;
  border-color: #000000;
}

.btn-warning:hover:not(:disabled) {
  background-color: #fff;
  color: #000000;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover:not(:disabled) {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-white:hover:not(:disabled):before {
  color: #fff;
}

.btn-red {
  background-color: #ED1C24;
  border-color: #ED1C24;
  color: #fff;
  padding: 11px 24px 13px 24px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 6px !important;
  border: 1px solid #ED1C24;
}

.btn-red:hover:not(:disabled),
.btn-red:active {
  color: #ED1C24;
  background-color: #fff;
}

.btn-brown-border {
  background-color: transparent;
  border-color: #260B0C;
  color: #260B0C;
  padding: 11px 24px 13px 24px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 6px !important;
}

.btn-brown-border:hover:not(:disabled),
.btn-brown-border:active {
  color: #fff !important;
  background-color: #260B0C;
  border-color: #260B0C;
}

.btn-brown-border:focus {
  box-shadow: none;
}

.btn-info {
  background-color: #19b5fe;
  border-color: #19b5fe;
  color: #fff;
}

.btn-info:hover:not(:disabled),
.btn-info:active {
  background-color: #4D5EFF;
  border-color: #4D5EFF;
  color: #fff;
}

.btn-info:focus {
  box-shadow: none;
}

.btn-sm {
  padding: 5px 12px 3px;
}

.mdi-border-color {
  position: relative;
  top: 2px;
}

.image-remove-btn {
  float: right;
  margin-top: 11px;
  margin-left: 10px;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #fff !important;
  color: #ED1C24 !important;
  border: 1px solid #ED1C24 !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.swal2-popup .swal2-styled.swal2-confirm:hover:not(:disabled) {
  background-color: #ED1C24 !important;
  color: #fff !important;
  background-image: linear-gradient(#dd3333, #dd3333) !important;
}

.swal2-popup .swal2-styled.swal2-confirm:disabled {
  cursor: not-allowed !important;
}

.swal2-popup .swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}

.swal2-icon.swal2-warning {
  border-color: #dd3333 !important;
  color: #dd3333 !important;
}

.quantity-box > .quantity-wrapper {
  display: table;
  width: auto;
  border-radius: 9px;
  color: #000000;
  border-color: #A0A0A0;
  padding: 6px 10px;
  height: calc(1.5em + 0.75rem + 2px);
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .quantity-box > .quantity-wrapper {
    padding: 11px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1030px) {
  .quantity-box > .quantity-wrapper {
    padding: 11px 10px;
  }
}

@media (max-width: 480px) {
  .quantity-box > .quantity-wrapper {
    width: 100%;
  }
}

.quantity-box > .quantity-wrapper input {
  width: 50px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  border: none;
  padding-right: 0.75rem;
  text-align: center;
  font-family: "Brown-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  pointer-events: none;
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .quantity-box > .quantity-wrapper input {
    padding-right: 0.35rem;
  }
}

@media (min-width: 992px) and (max-width: 1030px) {
  .quantity-box > .quantity-wrapper input {
    padding-right: 0.35rem;
  }
}

.quantity-box > .quantity-wrapper .sublabel {
  padding: 0 0 0 0.75rem;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  border-left: 0.8px solid #A0A0A0;
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .quantity-box > .quantity-wrapper .sublabel {
    padding: 0 0 0 0.35rem;
  }
}

@media (min-width: 992px) and (max-width: 1030px) {
  .quantity-box > .quantity-wrapper .sublabel {
    padding: 0 0 0 0.35rem;
  }
}

.quantity-box > .quantity-wrapper .toggle {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 0 0 0.75rem;
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .quantity-box > .quantity-wrapper .toggle {
    padding: 0 0 0 0.35rem;
  }
}

@media (min-width: 992px) and (max-width: 1030px) {
  .quantity-box > .quantity-wrapper .toggle {
    padding: 0 0 0 0.35rem;
  }
}

@media (max-width: 480px) {
  .quantity-box > .quantity-wrapper .toggle {
    text-align: right;
  }
}

.quantity-box > .quantity-wrapper .toggle > span {
  display: inline-block;
  color: #fff;
  background-color: #A0A0A0;
  border-radius: 9px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  outline: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.quantity-box > .quantity-wrapper .toggle > span:hover {
  background-color: #000000;
}

.quantity-box > .quantity-wrapper .toggle > span:last-child {
  margin-left: 5px;
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .quantity-box > .quantity-wrapper .toggle > span:last-child {
    margin-left: 2.5px;
  }
}

@media (min-width: 992px) and (max-width: 1030px) {
  .quantity-box > .quantity-wrapper .toggle > span:last-child {
    margin-left: 2.5px;
  }
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .quantity-box > .quantity-wrapper .toggle > span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1030px) {
  .quantity-box > .quantity-wrapper .toggle > span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
  }
}

.checkbox-box {
  display: block;
  flex: 0 0 20%;
  min-width: 116px;
}

@media (max-width: 991px) {
  .checkbox-box {
    flex: 0 0 33.3333333333%;
  }
}

@media (max-width: 680px) {
  .checkbox-box {
    flex: 0 0 50%;
  }
}

.checkbox-box > input {
  /* HIDE CHECKBOX */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

.checkbox-box > input + div {
  height: 100%;
  cursor: pointer;
}

.checkbox-box > input + div > .checkbox-wrapper {
  height: 100%;
  padding: 20px;
  border-radius: 9px;
  border: 1px solid #FAF7F7;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media (max-width: 1310px) {
  .checkbox-box > input + div > .checkbox-wrapper {
    padding: 20px 15px;
  }
}

.checkbox-box > input + div > .checkbox-wrapper::before {
  content: "";
  background-color: #EFEBEB;
  border: 1px solid #D9D7D4;
  border-radius: 4px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.checkbox-box > input:checked + div {
  height: 100%;
}

.checkbox-box > input:checked + div > .checkbox-wrapper {
  border: 1px solid #A0A0A0;
  height: 100%;
}

.checkbox-box > input:checked + div > .checkbox-wrapper::before {
  content: "";
  background-color: #ED1C24;
  border: 1px solid #ED1C24;
  border-radius: 4px;
  background-image: url(/assets/img/icons/tick-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.checkbox-box .checkbox-wrapper {
  background-color: #FAF7F7;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.checkbox-box .checkbox-wrapper:hover {
  background-color: #F4F2F2;
}

.checkbox-box .checkbox-wrapper img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .checkbox-box .checkbox-wrapper img {
    max-width: 100px;
  }
}

.checkbox-box .checkbox-wrapper h3 {
  font-family: "Brown-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  white-space: pre-wrap;
  word-break: break-word;
}

.radio-box {
  display: block;
  max-width: 284px;
}

@media (max-width: 480px) {
  .radio-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.radio-box > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

.radio-box > input + div {
  cursor: pointer;
}

.radio-box > input + div > .radio-wrapper {
  padding: 26px 16px 32px 16px;
  background-color: #FAF7F7;
  border: 1px solid #F4F2F2;
  border-radius: 26px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radio-box > input + div > .radio-wrapper:before {
  content: "";
  position: absolute;
  top: 26px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-color: #EFEBEB;
  border: 1px solid #D9D7D4;
  border-radius: 4px;
}

.radio-box > input:checked + div > .radio-wrapper {
  border: 1px solid #260B0C;
}

.radio-box > input:checked + div > .radio-wrapper:before {
  background-color: #ED1C24;
  border: 1px solid #ED1C24;
  background-image: url("/assets/img/icons/tick-white.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.radio-box > input:checked + div > .radio-wrapper .icon-container {
  background-color: #ED1C24;
}

.radio-box > input:checked + div > .radio-wrapper .icon-click::before {
  background-image: url(/assets/img/icons/click-white.svg);
}

.radio-box > input:checked + div > .radio-wrapper .icon-delivery-box::before {
  background-image: url(/assets/img/icons/box-big-white.svg);
}

.radio-box .radio-image {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .radio-box .radio-image {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .radio-box .radio-image {
    padding-left: 0;
    padding-right: 0;
  }
}

.radio-box .radio-image > .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.radio-box .radio-image > .inner > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  background-color: #EFEBEB;
  border-radius: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .radio-box .radio-image > .inner > .inner {
    width: 48px;
    height: 48px;
  }
}

.radio-box .radio-image > .inner > .inner img {
  width: 100%;
  max-width: 26px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .radio-box .radio-image > .inner > .inner img.radio-delivery-image {
    max-width: 100px;
  }
}

.radio-box .radio-text {
  text-align: center;
}

@media (max-width: 991px) {
  .radio-box .radio-text {
    border-left: none;
    padding-top: 15px;
  }
}

@media (max-width: 540px) {
  .radio-box .radio-text {
    padding-left: 0;
    padding-right: 0;
  }
}

.radio-box .radio-text > .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.radio-box .radio-text > .inner > .inner {
  display: table-cell;
  vertical-align: middle;
}

.radio-box .radio-text > .inner > .inner h4 {
  font-size: 20px;
  line-height: 26px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #260B0C;
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .radio-box .radio-text > .inner > .inner h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

.radio-box .radio-text > .inner > .inner p {
  font-size: 16px;
  line-height: 22px;
  color: #260B0C;
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .radio-box .radio-text > .inner > .inner p {
    font-size: 14px;
    line-height: 18px;
  }
}

.form-group .form-check.form-radio,
.form-group .form-check.form-checkbox {
  position: relative;
  margin-right: 25px;
}

.form-group .form-check.form-radio label,
.form-group .form-check.form-checkbox label {
  font-family: "Brown-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  padding-left: 30px;
  margin-top: 0px;
  color: #000000;
}

.form-group .form-check.form-radio label:before,
.form-group .form-check.form-checkbox label:before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #000000;
  border-radius: 100%;
  transform: translateY(-50%);
  background-position: center center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.form-group .form-check.form-radio input,
.form-group .form-check.form-checkbox input {
  position: absolute;
  visibility: hidden;
}

.form-group .form-check.form-radio input + label,
.form-group .form-check.form-checkbox input + label {
  cursor: pointer;
}

.form-group .form-check.form-radio input:checked + label:before,
.form-group .form-check.form-checkbox input:checked + label:before {
  background-color: #ED1C24;
  border-color: #ED1C24;
  background-image: url("/assets/img/icons/tick-white.png");
}

.form-group .form-check.form-radio input:disabled + label,
.form-group .form-check.form-checkbox input:disabled + label {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-group .form-check.form-radio:last-child,
.form-group .form-check.form-checkbox:last-child {
  margin-right: 0;
}

.form-group .form-check.form-radio a,
.form-group .form-check.form-checkbox a {
  text-decoration: underline;
  color: #000000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.form-group .form-check.form-radio a:hover,
.form-group .form-check.form-checkbox a:hover {
  color: #FFDD30;
}

.form-group .form-check.form-checkbox label:before {
  border-radius: 5px;
}

.card.grey {
  background-color: #f9f9f9;
}

#newVariance {
  background: #fafafc;
  border-radius: 20px;
  padding: 20px 5px;
  border: 1px solid #e4e4e4;
}

#miscItems {
  border: 1px solid #e4e4e4;
  padding: 12px 20px;
  border-radius: 10px;
}

#miscItems .modal-footer {
  border: none;
}

/** IZITOAST **/

.iziToast {
  border-radius: 12px !important;
}

.iziToast::after {
  border-radius: 12px !important;
}

.iziToast.iziToast-color-green {
  background: #55b559 !important;
}

.iziToast.iziToast-color-green .iziToast-title,
.iziToast.iziToast-color-green .iziToast-message {
  color: #fff !important;
}

.iziToast.iziToast-color-red {
  background: #ED1C24 !important;
}

.iziToast.iziToast-color-red .iziToast-title,
.iziToast.iziToast-color-red .iziToast-message {
  color: #fff !important;
}

.iziToast > .iziToast-progressbar {
  left: 12px !important;
  width: calc(100% - 20px) !important;
}

.iziToast > .iziToast-close {
  opacity: 1 !important;
  background: url(/assets/img/icons/close-white.svg) no-repeat 50% 50% !important;
}

/** TABLE OVERRIDES **/

table.table {
  color: #000000;
}

table.table thead th,
table.table tfoot th {
  background-color: #f1f0f5;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 12px 15px;
  color: #6f6f6f;
  border: none;
}

table.table thead th:first-of-type,
table.table tfoot th:first-of-type {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

table.table thead th:last-of-type,
table.table tfoot th:last-of-type {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

table.table tbody tr:hover {
  background-color: transparent;
}

table.table tbody tr:hover td {
  background-color: #f3f3f3 !important;
  color: #000000;
}

table.table tbody tr td {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: none;
  vertical-align: middle;
}

table.table tbody tr td:first-of-type {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

table.table tbody tr td:last-of-type {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

table.table tbody tr td img {
  border-radius: 5px;
}

table.table tbody tr:nth-child(even) {
  background-color: #fafafc;
}

table.table#user_modal_table {
  min-width: 750px;
  overflow-x: auto;
}

#itemsDetails {
  border-bottom: none;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

#itemsDetails thead tr th {
  padding-right: 30px !important;
}

#itemsDetails thead tr th::after,
#itemsDetails thead tr th::before {
  font-size: 20px !important;
}

#itemsDetails thead th,
#itemsDetails thead td {
  border-bottom: unset;
  padding: 12px 15px;
}

.dataTables_filter label input {
  font-family: "Brown-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  border-radius: 9px !important;
  padding: 12px 15px !important;
  border-color: #A0A0A0 !important;
  height: auto !important;
  color: #000000 !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.dataTables_filter label input:focus {
  outline: none;
  box-shadow: none;
}

.dataTables_filter label input::-webkit-input-placeholder {
  color: #A0A0A0 !important;
}

.dataTables_filter label input::-moz-placeholder {
  color: #A0A0A0 !important;
}

.dataTables_filter label input:-ms-input-placeholder {
  color: #A0A0A0 !important;
}

.dataTables_filter label input::-ms-input-placeholder {
  color: #A0A0A0 !important;
}

.dataTables_filter label input::placeholder {
  color: #A0A0A0 !important;
}

.dataTables_filter label input:focus {
  border-color: #000000 !important;
}

.dataTables_paginate span .paginate_button {
  font-size: 19px;
  color: #161616;
  background-color: transparent;
  border: none;
  margin-right: 10px;
  padding: 6px 15px !important;
  border-radius: 10px;
}

.dataTables_paginate span .paginate_button.current {
  border-radius: 10px;
  background: #FFDE58 !important;
  background-color: #FFDE58 !important;
  border: none !important;
  box-shadow: 0px 3px 6px #00000029;
  padding: 6px 15px !important;
}

.ui-timepicker-wrapper {
  border-radius: 9px;
  border: 1px solid #a0a0a0;
}

.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-am:hover,
.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-am.ui-timepicker-selected,
.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-pm:hover,
.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-pm.ui-timepicker-selected {
  color: #fff;
  background-color: #ED1C24;
}

.company_logo .label_wrap {
  display: table;
  padding-bottom: 10px;
}

.company_logo .label_wrap img,
.company_logo .label_wrap label {
  display: table-cell;
  vertical-align: middle;
}

.company_logo .label_wrap label {
  padding-left: 8px;
}

.company_logo .label_wrap img {
  border-radius: 100%;
}

.form_image_wrap {
  background-color: #f1f1f1;
  height: 250px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.inner_f_contents {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.inner_f_contents a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.inner_f_contents a img {
  max-width: 40px;
  padding-bottom: 10px;
  opacity: 0.5;
}

.inner_f_contents a h5 {
  font-family: "Brown-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

.form_image_wrap_replace {
  position: relative;
}

.form_image_wrap_replace .inner_f_contents {
  background-color: rgba(254, 254, 254, 0.95);
  border: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  transform: none;
  top: 0;
}

.form_image_wrap_replace:hover .inner_f_contents {
  opacity: 1;
}

img.image_preview {
  border-radius: 10px;
}

p.image_description {
  padding-top: 10px;
  font-size: 12px;
  color: #99979f;
}

.intro_row {
  padding-left: 15px;
  padding-right: 15px;
}

.intro_row h1 {
  position: relative;
  padding-bottom: 0;
}

.input-group.backend {
  border: none;
}

.input-group.backend .input-group-prepend .input-group-text,
.input-group.backend .input-group-append .input-group-text {
  background-color: #E5E3E1;
  color: #000000;
}

/** CATEGORIES EDIT **/

form {
  width: 100%;
}

form#userOrderHistoryForm {
  width: 100%;
  overflow-x: auto !important;
}

.date-checkbox {
  flex: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 15px;
}

.schedule {
  position: relative;
}

.schedule .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.schedule .actions button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.schedule .actions button i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.schedule .schedule_error {
  display: block;
  width: 100%;
  padding: 0;
  color: red;
  font-size: 12px;
  font-family: "ProximaNova-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*** MENU OVERVIEW ***/

.col_buttons {
  text-align: right;
}

.col_cat_intro {
  padding-bottom: 5px;
}

.col_delete {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}

@media (max-width: 767px) {
  .col_delete {
    margin-top: 12px;
    justify-content: right;
  }
}

form.draggable_form {
  width: 100%;
}

#renderMenuHours span.days {
  font-family: "ProximaNova-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#tblLocations,
#slidertblLocations {
  border: none;
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
}

#tblLocations tbody,
#slidertblLocations tbody {
  border: none;
}

#tblLocations tbody tr,
#slidertblLocations tbody tr {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
}

#tblLocations tbody tr:first-of-type,
#slidertblLocations tbody tr:first-of-type {
  display: none;
}

#tblLocations tbody tr.ui-sortable-handle,
#slidertblLocations tbody tr.ui-sortable-handle {
  cursor: move;
}

#tblLocations tbody tr.ui-sortable-handle td,
#slidertblLocations tbody tr.ui-sortable-handle td {
  border: none;
  background-color: #FAF7F7 !important;
  padding: 10px 10px;
  vertical-align: middle;
}

#tblLocations tbody tr.ui-sortable-handle td:first-of-type,
#slidertblLocations tbody tr.ui-sortable-handle td:first-of-type {
  display: none;
}

#tblLocations tbody tr.ui-sortable-handle td:nth-of-type(2),
#slidertblLocations tbody tr.ui-sortable-handle td:nth-of-type(2) {
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #EBE8E6;
  position: relative;
  padding-left: 36px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#tblLocations tbody tr.ui-sortable-handle td:nth-of-type(2):before,
#slidertblLocations tbody tr.ui-sortable-handle td:nth-of-type(2):before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-image: url(/images/handle-dots.png?65ad384ae0ad0cbfd0512323b043d902);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
  margin-top: -1px;
}

#tblLocations tbody tr.ui-sortable-handle td:last-of-type,
#slidertblLocations tbody tr.ui-sortable-handle td:last-of-type {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#tblLocations tbody tr.ui-sortable-handle.selected,
#slidertblLocations tbody tr.ui-sortable-handle.selected {
  color: #000000 !important;
  background-color: transparent !important;
  cursor: move !important;
}

#tblLocations tbody tr.ui-sortable-handle.selected td,
#slidertblLocations tbody tr.ui-sortable-handle.selected td {
  background-color: #e8e8e8 !important;
}

.menu_description {
  display: block;
  width: 100%;
}

.menu_description p {
  padding-left: 4px;
}

.admin-header {
  padding-top: 22px;
  padding-bottom: 25px;
  padding-right: 16px;
  padding-left: 18px !important;
  z-index: 9999;
  box-shadow: none;
  height: auto;
  background-color: #1F0001;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.admin-header.ebutcher .nav-item .site-logo {
  width: 100%;
  max-width: 132px;
}

.admin-header.ebutcher .right_nav ul li a {
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  padding: 0;
}

.admin-header.ebutcher .right_nav ul li .avatar .avatar-img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: 75%;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.admin-header.ebutcher .right_nav ul li .text_wrapped {
  padding-left: 15px;
  padding-right: 26px;
}

.admin-header.ebutcher .right_nav ul li .text_wrapped h3 {
  font-size: 18px;
  line-height: 20px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  margin-bottom: 1px;
}

.admin-header.ebutcher .right_nav ul li .text_wrapped .store_name h5 {
  font-size: 16px;
  line-height: 20px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

nav img.site-logo {
  max-width: 120px;
}

nav ul li.nav-item.search {
  padding-left: 100px;
}

nav ul li.nav-item.search form {
  position: relative;
}

nav ul li.nav-item.search form:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-image: url(/images/search.png?a06b7b0392b63f554e15a14281f6fa17);
  background-size: cover;
  background-position: center center;
}

nav ul li.nav-item.search form input {
  padding: 20px;
  padding-left: 35px !important;
  border: none;
  min-width: 500px;
  color: #fff;
  background-color: transparent;
}

nav ul li.nav-item .tg-list {
  text-align: center;
  display: flex;
  align-items: center;
}

nav ul li.nav-item .tg-list .tg-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 2em;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl {
  display: none;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl,
nav ul li.nav-item .tg-list .tg-list-item .tgl:after,
nav ul li.nav-item .tg-list .tg-list-item .tgl:before,
nav ul li.nav-item .tg-list .tg-list-item .tgl *,
nav ul li.nav-item .tg-list .tg-list-item .tgl *:after,
nav ul li.nav-item .tg-list .tg-list-item .tgl *:before,
nav ul li.nav-item .tg-list .tg-list-item .tgl + .tgl-btn {
  box-sizing: border-box;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl::-moz-selection, nav ul li.nav-item .tg-list .tg-list-item .tgl:after::-moz-selection, nav ul li.nav-item .tg-list .tg-list-item .tgl:before::-moz-selection, nav ul li.nav-item .tg-list .tg-list-item .tgl *::-moz-selection, nav ul li.nav-item .tg-list .tg-list-item .tgl *:after::-moz-selection, nav ul li.nav-item .tg-list .tg-list-item .tgl *:before::-moz-selection, nav ul li.nav-item .tg-list .tg-list-item .tgl + .tgl-btn::-moz-selection {
  background: none;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl::selection,
nav ul li.nav-item .tg-list .tg-list-item .tgl:after::selection,
nav ul li.nav-item .tg-list .tg-list-item .tgl:before::selection,
nav ul li.nav-item .tg-list .tg-list-item .tgl *::selection,
nav ul li.nav-item .tg-list .tg-list-item .tgl *:after::selection,
nav ul li.nav-item .tg-list .tg-list-item .tgl *:before::selection,
nav ul li.nav-item .tg-list .tg-list-item .tgl + .tgl-btn::selection {
  background: none;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 6em;
  height: 2em;
  margin: 0;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl + .tgl-btn:after,
nav ul li.nav-item .tg-list .tg-list-item .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl + .tgl-btn:after {
  left: 0;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl + .tgl-btn:before {
  display: none;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl:checked + .tgl-btn:after {
  left: 50%;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed + .tgl-btn:after,
nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed + .tgl-btn:before {
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed + .tgl-btn:active {
  background: #888;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

nav ul li.nav-item .tg-list .tg-list-item .tgl.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

nav.right_nav {
  padding-right: 15px;
}

nav.right_nav .avatar {
  position: relative;
  top: 5.5px;
}

nav.right_nav .avatar .avatar-title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

nav.right_nav .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
}

nav.right_nav .text_wrapped {
  display: inline-block;
  padding-left: 10px;
  padding-right: 6px;
}

nav.right_nav .text_wrapped h3 {
  font-size: 16px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

nav.right_nav .text_wrapped h5 {
  font-size: 14px;
  font-family: "Brown-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

/*** SUBHEADER ***/

.admin-content {
  position: relative;
}

.admin-content .subheader_wrapper {
  background-color: #000000;
  background-color: #fff;
  border-bottom: 1px solid #eaeaec;
  position: relative;
  top: 0;
  width: 100%;
}

.admin-content .subheader_wrapper ul.subheader {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.admin-content .subheader_wrapper ul.subheader li {
  display: inline-block;
  margin-bottom: 0;
}

.admin-content .subheader_wrapper ul.subheader li a {
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  padding: 9px 0;
  display: block;
}

.admin-content .subheader_wrapper ul.subheader li a.active {
  position: relative;
}

.admin-content .subheader_wrapper ul.subheader li a.active:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #ED1C24;
  height: 2px;
  position: absolute;
}

/*** SIDEBAR ***/

body .admin-sidebar {
  margin-top: 65px;
  background-color: #fff;
  background-color: #000000;
  border-right: 1px solid #eaeaec;
  width: 240px;
}

@media (max-width: 1380px) {
  body .admin-sidebar {
    width: 205px;
  }
}

.admin-sidebar-wrapper ul.menu {
  padding-top: 20px;
}

.admin-sidebar-wrapper ul.menu li.menu_header {
  color: #99979f;
  padding-left: 16px;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 20px;
  font-family: articulat-cf, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}

.admin-sidebar-wrapper ul.menu li.menu-item a.menu-link {
  position: relative;
  padding-left: 18px;
  padding-right: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.admin-sidebar-wrapper ul.menu li.menu-item a.menu-link .menu-icon {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent !important;
}

.admin-sidebar-wrapper ul.menu li.menu-item a.menu-link .menu-icon i {
  color: #999191 !important;
}

.admin-sidebar-wrapper ul.menu li.menu-item a.menu-link .menu-label {
  display: inline-block;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 1380px) {
  .admin-sidebar-wrapper ul.menu li.menu-item a.menu-link .menu-label {
    font-size: 14px;
  }
}

.admin-sidebar-wrapper ul.menu li.menu-item a.menu-link .menu-name {
  color: #fff;
}

.admin-sidebar-wrapper ul.menu li.menu-item.active {
  background-color: transparent !important;
}

.admin-sidebar-wrapper ul.menu li.menu-item.active > .menu-link {
  position: relative;
}

.admin-sidebar-wrapper ul.menu li.menu-item.active > .menu-link:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  background-color: #ED1C24;
}

.admin-sidebar-wrapper ul.menu li.menu-item.active a.menu-link .menu-icon i {
  color: #ED1C24 !important;
}

.admin-sidebar-wrapper ul.menu li.menu-item.active a.menu-link .menu-name {
  color: black;
  color: white;
}

.admin-sidebar-wrapper ul.menu .menu-arrow {
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: -2px;
}

.admin-sidebar-wrapper .menu-name {
  display: inline-block !important;
}

.admin-sidebar-wrapper .menu-name .badge {
  width: 26px;
  height: 26px;
  position: relative;
  left: 8px;
  color: #fff;
  background-color: #ED1C24;
  padding: 0px;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.admin-sidebar-wrapper ul.sub-menu {
  background-color: #2C0F0F;
}

.admin-sidebar-wrapper ul.sub-menu li.menu-item span.menu-label {
  padding: 4px 0;
  font-size: 12px;
}

.admin-sidebar-wrapper ul.sub-menu li.menu-item .menu-icon {
  display: none !important;
}

.admin-sidebar-wrapper ul.sub-menu li.menu-item .menu-name .badge {
  width: 19px;
  height: 19px;
  padding-top: 5px;
}

.admin-sidebar-wrapper ul.sub-menu li.menu-item.active .menu-link .menu-label .menu-name {
  color: #ED1C24;
}

.admin-sidebar-wrapper ul.sub-menu li.menu-item.active .menu-link:before {
  display: none !important;
}

.admin-sidebar-wrapper .order_count {
  width: 40px;
  height: 25px;
  position: relative;
  background-color: #FFDD30;
  display: inline;
  position: relative;
  border-radius: 100%;
  margin-left: 25px;
}

.admin-sidebar-wrapper .order_count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.admin-sidebar-wrapper .listing_status_wrapper {
  position: fixed;
  width: 100%;
  background-color: #f45;
  bottom: 0;
  left: 0;
  display: block;
}

.admin-sidebar-wrapper .listing_status_wrapper ul.list_status {
  display: block;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.admin-sidebar-wrapper .listing_status_wrapper ul.list_status li {
  display: none;
  width: 100%;
  background-color: #888;
  padding: 18px 5px;
  cursor: pointer;
}

.admin-sidebar-wrapper .listing_status_wrapper ul.list_status li.active {
  display: block;
}

.admin-sidebar-wrapper .listing_status_wrapper ul.list_status li.accepting {
  background-color: #09af31;
}

.admin-sidebar-wrapper .listing_status_wrapper ul.list_status li.paused {
  background-color: #e60c20;
}

.admin-sidebar-wrapper .listing_status_wrapper ul.list_status li.disabled {
  cursor: not-allowed;
  border: 1px solid red;
}

body.login_page {
  background-color: #000000;
  color: #fff;
  position: relative;
}

body.login_page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 200px;
  background: linear-gradient(180deg, #260b0c 0, rgba(38, 11, 12, 0) 100%);
}

body.login_page:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 200px;
  background: linear-gradient(0deg, #260b0c 0, rgba(38, 11, 12, 0) 100%);
}

@media (max-width: 767.98px) {
  body.login_page:after {
    height: 160px;
  }
}

body.login_page .admin-main {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding-bottom: 3.2558139535rem;
  padding-top: 0.9302325581rem;
  overflow: hidden;
}

body.login_page .s-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/images/back.jpg?080ba03fbebbfe9a951d35d84e88181d);
  background-position: center 0;
  opacity: 0.5;
}

body.login_page .top_header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 30px 50px;
}

@media (max-width: 991px) {
  body.login_page .top_header {
    padding: 20px 40px;
  }
}

@media (max-width: 767px) {
  body.login_page .top_header {
    padding: 20px 20px;
  }
}

body.login_page .top_header img {
  max-width: 200px;
}

@media (max-width: 991px) {
  body.login_page .top_header img {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  body.login_page .top_header img {
    max-width: 150px;
  }
}

body.login_page .inner {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

body.login_page .inner img.rabbit_login {
  max-width: 180px;
}

@media (max-width: 767px) {
  body.login_page .inner img.rabbit_login {
    max-width: 150px;
  }
}

body.login_page .inner h1 {
  color: #fff;
  padding-top: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

body.login_page .inner p.subheading {
  font-family: "Brown-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 25px;
  max-width: 400px;
  margin: 0 auto;
}

body.login_page .inner p.vendor_cta {
  margin-top: 15px;
  font-size: 18px;
}

body.login_page .inner p.vendor_cta a {
  text-decoration: underline;
}

body.login_page .inner .other_controls {
  padding: 10px 0;
}

body.login_page .inner .other_controls p.signup {
  float: left;
}

body.login_page .inner .other_controls p.forgot {
  float: right;
}

body.login_page .inner .other_controls a {
  text-decoration: underline;
}

body.login_page .inner input[type=text],
body.login_page .inner input[type=password] {
  border: 1px solid #D9D7D4;
  background-color: #FAF7F7 !important;
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  border-radius: 10px;
  padding: 12px 16px;
  height: auto;
  min-height: auto;
  color: #000000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body.login_page .inner input[type=text]::-webkit-input-placeholder, body.login_page .inner input[type=password]::-webkit-input-placeholder {
  color: #A0A0A0;
}

body.login_page .inner input[type=text]::-moz-placeholder, body.login_page .inner input[type=password]::-moz-placeholder {
  color: #A0A0A0;
}

body.login_page .inner input[type=text]:-ms-input-placeholder, body.login_page .inner input[type=password]:-ms-input-placeholder {
  color: #A0A0A0;
}

body.login_page .inner input[type=text]::-ms-input-placeholder, body.login_page .inner input[type=password]::-ms-input-placeholder {
  color: #A0A0A0;
}

body.login_page .inner input[type=text]::placeholder,
body.login_page .inner input[type=password]::placeholder {
  color: #A0A0A0;
}

body.login_page .inner input[type=text]:focus,
body.login_page .inner input[type=text]:active,
body.login_page .inner input[type=password]:focus,
body.login_page .inner input[type=password]:active {
  border: 1px solid #000000;
  color: #000000 !important;
}

body.login_page .inner input[type=text][name=q],
body.login_page .inner input[type=password][name=q] {
  border-radius: 20px;
  padding: 8px 15px !important;
}

@media (max-width: 1199px) {
  body.login_page .inner input[type=text],
  body.login_page .inner input[type=password] {
    padding: 10px 12px !important;
    font-size: 14px;
    line-height: 18px;
  }
}

body.login_page .inner .needs-validation label {
  color: #fff;
}

.addon_groups #addItem {
  padding-top: 20px;
}

.addon_groups .schedule {
  margin-bottom: 15px;
}

.addon_groups .card-body {
  padding-bottom: 0;
}

.order_table thead tr th {
  font-size: 11px;
}

.order_table thead tr .sort_order i {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.order_table thead tr .sort_order.desc i {
  transform: rotate(180deg);
  transition: transform 150ms ease;
  display: inline-block;
}

.order_table tbody .single-item.payment-success td:first-child {
  position: relative;
}

.order_table tbody .single-item.payment-success td:first-child:before {
  top: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  background-color: #09af31;
}

.order_table tbody .single-item.payment-failed td:first-child {
  position: relative;
}

.order_table tbody .single-item.payment-failed td:first-child:before {
  top: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  background-color: #e60c20;
}

.order_table tbody .single-item td {
  font-size: 13px;
}

.order_table tbody .single-item td .select2-selection {
  border: 1px solid #000000 !important;
  border-radius: 15px;
}

.order_table tbody .single-item td .select2-selection .select2-selection__rendered {
  font-size: 13px;
  color: #161616;
  padding: 10px 15px !important;
}

.order_table tbody .single-item td .btn-order-action {
  position: relative;
  display: block;
  border-radius: 15px;
  font-size: 13px;
  padding: 10px 32px 10px 17px !important;
  margin: 0;
  cursor: pointer;
  border: none;
}

.order_table tbody .single-item td .btn-order-action.btn-black {
  color: #fff;
  background-color: #000000;
  border: none;
}

.order_table tbody .single-item td .btn-order-action.btn-black:hover {
  background-color: #fff;
  color: #000000;
  border: none;
}

.order_table tbody .single-item td .btn-order-action:after {
  content: "\F054";
  position: absolute;
  font-family: "Material Design Icons";
  right: 10px;
  font-size: 18px;
  top: calc(50% - 14px);
}

.order_table tbody .single-item td .btn-order-action:hover {
  color: #fff;
  background-color: #000000;
  border: none;
}

@media (max-width: 1500px) {
  .order_table tbody .single-item td {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.order_table tbody .single-item .items .item_list {
  display: block;
  width: 150px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order_table tbody .single-item .items i {
  display: inline-block;
  font-size: 20px;
  border-radius: 100%;
}

.order_table tbody .single-item a {
  display: inline-block;
  padding: 0;
}

.order_table tbody .single-item a:hover,
.order_table tbody .single-item a:focus {
  text-decoration: none;
  outline: none;
}

.order_table tbody .single-item a .icons {
  margin-left: 5px;
}

.pagination .page-item .page-link {
  font-size: 19px;
  color: #000000;
  background-color: transparent;
  border: none;
  margin-right: 10px;
  padding: 6px 15px !important;
  border-radius: 10px;
}

.pagination .page-item .page-link:focus,
.pagination .page-item .page-link.active {
  outline: none;
  box-shadow: none;
}

.pagination .page-item:hover a,
.pagination .page-item:hover span,
.pagination .page-item:focus a,
.pagination .page-item:focus span,
.pagination .page-item.active a,
.pagination .page-item.active span {
  color: #fff;
  border-radius: 10px;
  background-color: #ED1C24;
  box-shadow: 0px 3px 6px #00000029;
  padding: 6px 15px !important;
}

.pagination .page-item:first-child a,
.pagination .page-item:first-child span {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 25px;
  padding: 4px 14px !important;
  padding-top: 1px !important;
}

.pagination .page-item:first-child:hover a,
.pagination .page-item:first-child:hover span {
  color: #000000;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination .page-item:last-child a,
.pagination .page-item:last-child span {
  color: #fff;
  border-radius: 10px;
  background-color: #ED1C24;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 25px;
  padding: 4px 14px !important;
  padding-top: 1px !important;
}

.support-modal .modal-dialog {
  min-width: 650px;
}

@media (max-width: 700px) {
  .support-modal .modal-dialog {
    min-width: 580px;
  }
}

@media (max-width: 620px) {
  .support-modal .modal-dialog {
    min-width: 500px;
  }
}

@media (max-width: 560px) {
  .support-modal .modal-dialog {
    min-width: 450px;
  }
}

@media (max-width: 500px) {
  .support-modal .modal-dialog {
    min-width: 400px;
  }
}

@media (max-width: 440px) {
  .support-modal .modal-dialog {
    min-width: 340px;
  }
}

@media (max-width: 395px) {
  .support-modal .modal-dialog {
    min-width: 310px;
  }
}

.support-modal .modal-dialog .modal-content .modal-header {
  display: flex;
}

.support-modal .modal-dialog .modal-content .modal-header .modal-close {
  border: none;
  background-color: #EFEBEB;
  font-size: 30px;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.support-modal .modal-dialog .modal-content .modal-body {
  border-radius: 16px;
}

.support-modal .modal-dialog .modal-content .modal-body .btn-center {
  display: flex;
  justify-content: center;
}

#quick-view-modal {
  z-index: 9999;
}

#quick-view-modal .modal-dialog {
  margin-top: 10vh;
  overflow: hidden;
}

@media (min-width: 576px) {
  #quick-view-modal .modal-dialog {
    max-width: 600px;
  }
}

#quick-view-modal .modal-content {
  border-radius: 30px;
  padding: 10px 10px 20px;
  padding-bottom: 20px;
  min-width: 250px;
  max-height: 80vh;
  background: #FAF7F5;
  overflow: scroll !important;
}

#quick-view-modal .modal-content .modal-header {
  border: none;
  padding: 15px;
  position: -webkit-sticky;
  position: sticky;
  background: #FAF7F5;
}

#quick-view-modal .modal-content .modal-header .modal-close {
  border: none;
  background-color: #EFEBEB;
  font-size: 30px;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

#quick-view-modal .modal-content .modal-header .modal-close:focus {
  outline: none;
  text-decoration: none;
}

#quick-view-modal .modal-content .modal-header .modal-close:hover {
  background-color: #ED1C24;
  color: #fff;
  outline: none;
  text-decoration: none;
}

#quick-view-modal .modal-content .modal-header .modal-title {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

#quick-view-modal .modal-content .modal-header .modal-title p {
  font-size: 20px;
}

#quick-view-modal .modal-content .modal-header .icons-right {
  font-size: 24px;
}

#quick-view-modal .modal-content .modal-header .icons-right .icons {
  margin-right: 5px;
}

#quick-view-modal .modal-content .modal-header .icons-right .icons:last-child {
  margin-right: 0;
}

#quick-view-modal .modal-content .modal-header p {
  margin: 0;
}

#quick-view-modal .modal-content .modal-body {
  text-align: left;
  padding: 0;
  background-color: #fff;
  border-radius: 16px;
}

#quick-view-modal .modal-content .modal-body .order_title {
  display: none;
}

#quick-view-modal .modal-content .modal-body .order_status {
  border-bottom: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 20px;
}

#quick-view-modal .modal-content .modal-body .order_status .order_st {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}

#quick-view-modal .modal-content .modal-body .order_status .order_st i {
  position: absolute;
  color: #C9C8C8;
  font-size: 18px;
  left: 7px;
  top: -2px;
}

#quick-view-modal .modal-content .modal-body .order_status .date_time {
  margin: 0;
  padding-left: 45px;
  color: #5F5F5F;
  font-size: 16px;
}

#quick-view-modal .modal-content .modal-body .order_details {
  padding: 0 20px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_info {
  padding: 8px 0;
  margin-bottom: 10px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_info p {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}

#quick-view-modal .modal-content .modal-body .order_details .order_info p i {
  position: absolute;
  font-size: 18px;
  left: 7px;
  top: 0;
}

#quick-view-modal .modal-content .modal-body .order_details .order_info p.light {
  font-weight: 400;
  color: #5F5F5F;
}

#quick-view-modal .modal-content .modal-body .order_details .order-flex {
  display: flex;
}

#quick-view-modal .modal-content .modal-body .order_details .order-flex .btn.add-btn {
  border-bottom: 0;
}

#quick-view-modal .modal-content .modal-body .order_details .order-flex .btn.add-btn:hover {
  border-bottom: 0;
}

#quick-view-modal .modal-content .modal-body .order_details .order_notes {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#quick-view-modal .modal-content .modal-body .order_details .order_notes p {
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_notes p.light {
  color: #5F5F5F;
  font-weight: 400;
}

#quick-view-modal .modal-content .modal-body .order_details .order_notes p i {
  position: absolute;
  font-size: 18px;
  left: 0;
  top: -4px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_items .item {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#quick-view-modal .modal-content .modal-body .order_details .order_items .item .item_name {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 16px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_items .item .item_name .qty {
  font-weight: bold;
  margin-right: 5px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_items .item .item_price {
  float: right;
  font-size: 16px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_items .subitems {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_items .subitems .item_name {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  color: #5F5F5F;
}

#quick-view-modal .modal-content .modal-body .order_details .order_items .subitems .item_price {
  font-size: 16px;
  float: right;
  color: #5F5F5F;
}

#quick-view-modal .modal-content .modal-body .order_details .order_items .subitems:last-child {
  padding-bottom: 8px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_pay .single {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#quick-view-modal .modal-content .modal-body .order_details .order_pay .single span {
  font-size: 16px;
  display: inline-block;
}

#quick-view-modal .modal-content .modal-body .order_details .order_pay .single span.row_price {
  width: auto !important;
  float: right;
}

#quick-view-modal .modal-content .modal-body .order_details .order_pay .single span.star {
  float: right;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_pay .single span.img {
  float: right;
  padding: 3px 12px;
  padding-top: 0;
  border: 0.5px solid #000000;
  border-radius: 10px;
  margin-right: 8px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_pay .single span.img img {
  width: 30px;
}

#quick-view-modal .modal-content .modal-body .order_details .order_pay .single span:first-child {
  width: 150px;
  text-align: start;
}

#quick-view-modal .modal-content .modal-body .order_details .order_pay .single #original_total {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.order_title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 1.75rem;
}

.order_title.no_data {
  padding: 20px 10px;
  margin-bottom: 0;
}

.order_index_title {
  font-size: 26px;
  line-height: 32px;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  margin-top: 32px;
  margin-bottom: 25px;
}

#order_search form,
#customers_search form {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}

#order_search form.full_width,
#customers_search form.full_width {
  max-width: 100%;
  margin-top: 15px;
}

@media (max-width: 768px) {
  #order_search form.full_width,
  #customers_search form.full_width {
    margin-top: 0;
  }
}

#order_search form.full_width .bottom_groups,
#customers_search form.full_width .bottom_groups {
  gap: 15px;
}

@media (max-width: 768px) {
  #order_search form.full_width .bottom_groups,
  #customers_search form.full_width .bottom_groups {
    flex-wrap: wrap;
  }
}

#order_search form.full_width .bottom_groups .location-filter-container,
#order_search form.full_width .bottom_groups .input-group,
#customers_search form.full_width .bottom_groups .location-filter-container,
#customers_search form.full_width .bottom_groups .input-group {
  flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
}

@media (max-width: 768px) {
  #order_search form.full_width .bottom_groups .location-filter-container,
  #order_search form.full_width .bottom_groups .input-group,
  #customers_search form.full_width .bottom_groups .location-filter-container,
  #customers_search form.full_width .bottom_groups .input-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#order_search form.full_width .bottom_groups .location-filter-container,
#customers_search form.full_width .bottom_groups .location-filter-container {
  text-align: start;
}

#order_search form.full_width .bottom_groups .location-filter-container select,
#customers_search form.full_width .bottom_groups .location-filter-container select {
  text-align: start;
  background-color: #fff;
}

#order_search form.full_width .bottom_groups .location-filter-container .select2,
#customers_search form.full_width .bottom_groups .location-filter-container .select2 {
  box-shadow: 0px 3px 6px #00000029;
}

#order_search form.full_width .bottom_groups .location-filter-container .select2 .select2-selection__rendered,
#customers_search form.full_width .bottom_groups .location-filter-container .select2 .select2-selection__rendered {
  background-color: #fff;
  display: block;
  padding-left: 8px;
  padding-right: 25px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 767px) {
  #order_search form,
  #customers_search form {
    max-width: 100%;
    width: 100%;
  }
}

#order_search form input,
#customers_search form input {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  align-self: center;
}

#order_search form .input-group-btn,
#customers_search form .input-group-btn {
  margin-left: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#order_search form .input-group-btn .btn-rounded,
#customers_search form .input-group-btn .btn-rounded {
  width: 36px;
  height: 36px;
}

#order_search form .input-group-btn button i,
#customers_search form .input-group-btn button i {
  font-size: 22px;
  position: relative;
  top: 1px;
}

.search-filter #seachItems {
  max-width: 100% !important;
}

.search-filter #seachItems .input-group {
  gap: 10px;
}

.search-filter #seachItems .input-group .select2,
.search-filter #seachItems .input-group input {
  width: 100% !important;
  max-width: 350px !important;
}

@media (max-width: 767px) {
  .search-filter #seachItems .input-group .select2,
  .search-filter #seachItems .input-group input {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.search-filter #seachItems .input-group .select2-selection {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 12px 16px;
  border: none;
}

@media (max-width: 1199px) {
  .search-filter #seachItems .input-group .select2-selection {
    padding: 10px 12px;
  }
}

.search-filter #seachItems .input-group .select2-selection__rendered {
  padding: 0 !important;
  background-color: #fff;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .search-filter #seachItems .input-group .select2-selection__rendered {
    font-size: 14px;
    line-height: 18px;
  }
}

.search-filter #seachItems .input-group .select2-container--open .select2-selection {
  box-shadow: none !important;
}

.search-filter #seachItems .input-group .input-group-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
  margin: 0;
}

@media (max-width: 767px) {
  .search-filter #seachItems .input-group .input-group-btn {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: end;
  }
}

.search-filter #seachItems .col-filters__full-width .input-group___full-width .select2,
.search-filter #seachItems .col-filters__full-width .input-group___full-width input {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px) !important;
}

@media (max-width: 600px) {
  .search-filter #seachItems .col-filters__full-width .input-group___full-width .select2,
  .search-filter #seachItems .col-filters__full-width .input-group___full-width input {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .search-filter #seachItems .col-filters__full-width .col-filters,
  .search-filter #seachItems .col-filters__full-width .input-group-btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}

#variance_modal #varianceForm {
  text-align: left;
}

#variance_modal .order_status {
  border-bottom: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 15px 20px;
}

#variance_modal .order_status .order_st {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}

#variance_modal .order_status .order_st i {
  position: absolute;
  color: #C9C8C8;
  font-size: 18px;
  left: 7px;
  top: -2px;
}

#variance_modal .order_status .date_time {
  margin: 0;
  padding-left: 45px;
  color: #5F5F5F;
  font-size: 16px;
}

#variance_modal .order_status .charge_action {
  padding-left: 45px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #variance_modal .order_status {
    padding: 8px 0;
  }
}

#variance_modal .order_details {
  padding: 7px 20px 0;
}

#variance_modal .order_details .order_info {
  padding: 8px 0;
  margin-bottom: 10px;
}

#variance_modal .order_details .order_info p {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}

#variance_modal .order_details .order_info p i {
  position: absolute;
  font-size: 18px;
  left: 7px;
  top: -2px;
}

#variance_modal .order_details .order_info p.light {
  font-weight: 400;
  color: #5F5F5F;
}

#variance_modal .order_details .order_info.charge_action .btn {
  width: 100%;
}

#variance_modal .order_details .order_notes {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#variance_modal .order_details .order_notes p {
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
}

#variance_modal .order_details .order_notes p.light {
  color: #5F5F5F;
  font-weight: 400;
}

#variance_modal .order_details .order_notes p i {
  position: absolute;
  font-size: 18px;
  left: 0;
  top: -4px;
}

#variance_modal .order_details .order_items .item {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#variance_modal .order_details .order_items .item .item_name {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 16px;
}

#variance_modal .order_details .order_items .item .item_name .qty {
  font-weight: bold;
  margin-right: 5px;
}

#variance_modal .order_details .order_items .item .item_price {
  float: right;
  font-size: 16px;
}

#variance_modal .order_details .order_items .subitems {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

#variance_modal .order_details .order_items .subitems .item_name {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  color: #5F5F5F;
}

#variance_modal .order_details .order_items .subitems .item_price {
  font-size: 16px;
  float: right;
  color: #5F5F5F;
}

#variance_modal .order_details .order_items .subitems:last-child {
  padding-bottom: 8px;
}

#variance_modal .order_details .order_pay .single {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#variance_modal .order_details .order_pay .single span {
  font-size: 16px;
  display: inline-block;
}

#variance_modal .order_details .order_pay .single span.row_price {
  width: auto !important;
  float: right;
}

#variance_modal .order_details .order_pay .single span.star {
  float: right;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

#variance_modal .order_details .order_pay .single span.img {
  float: right;
  padding: 3px 12px;
  padding-top: 0;
  border: 0.5px solid #000000;
  border-radius: 10px;
  margin-right: 8px;
}

#variance_modal .order_details .order_pay .single span.img img {
  width: 30px;
}

#variance_modal .order_details .order_pay .single span:first-child {
  width: 150px;
  text-align: start;
}

@media (max-width: 767px) {
  #variance_modal .order_details {
    padding: 0;
  }
}

#variance_modal .order_pay .single {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#variance_modal .order_pay .single span {
  font-size: 16px;
  display: inline-block;
}

#variance_modal .order_pay .single span.row_price {
  width: auto !important;
  float: right;
}

#variance_modal .order_pay .single span.star {
  float: right;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

#variance_modal .order_pay .single span.img {
  float: right;
  padding: 3px 12px;
  padding-top: 0;
  border: 0.5px solid #000000;
  border-radius: 10px;
  margin-right: 8px;
}

#variance_modal .order_pay .single span.img img {
  width: 30px;
}

#variance_modal .order_pay .single span:first-child {
  width: 150px;
  text-align: start;
}

#variance_modal .table .variance_item_name {
  min-width: 200px;
}

#variance_modal .table .variance-qty {
  max-width: 100px;
}

#variance_modal .table .variance-qty-unit {
  max-width: 100px;
}

#variance_modal .modal-content {
  overflow: scroll !important;
}

#order_history_modal {
  z-index: 9999;
}

#order_history_modal .modal-dialog {
  margin-top: 10vh;
  overflow: hidden;
  max-width: 950px;
}

#order_history_modal .modal-content {
  border-radius: 20px;
  padding: 10px;
  overflow: scroll !important;
}

#order_history_modal .modal-content .modal-header {
  border: none;
  padding: 15px;
}

#order_history_modal .modal-content .modal-header .modal-close {
  border: none;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
}

#order_history_modal .modal-content .modal-header .modal-close:focus,
#order_history_modal .modal-content .modal-header .modal-close:hover {
  outline: none;
  text-decoration: none;
}

#order_history_modal .modal-content .modal-header .modal-title {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

#order_history_modal .modal-content .modal-header .modal-title p {
  font-size: 20px;
}

#order_history_modal .modal-content .modal-header .icons-right {
  font-size: 24px;
}

#order_history_modal .modal-content .modal-header p {
  margin: 0;
}

#order_history_modal .order_status {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  border-bottom: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 20px;
}

#order_history_modal .order_status .order_st {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}

#order_history_modal .order_status .order_st i {
  position: absolute;
  color: #C9C8C8;
  font-size: 18px;
  left: 7px;
  top: -2px;
}

#order_history_modal .order_status .date_time {
  margin: 0;
  padding-left: 45px;
  color: #5F5F5F;
  font-size: 16px;
}

#order_history_modal .order_details {
  padding: 0 20px;
}

#order_history_modal .order_details .order_info {
  padding: 8px 0;
  margin-bottom: 10px;
}

#order_history_modal .order_details .order_info p {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}

#order_history_modal .order_details .order_info p i {
  position: absolute;
  font-size: 18px;
  left: 7px;
  top: -2px;
}

#order_history_modal .order_details .order_info p.light {
  font-weight: 400;
  color: #5F5F5F;
}

#order_history_modal .order_details .order_notes {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#order_history_modal .order_details .order_notes p {
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
}

#order_history_modal .order_details .order_notes p.light {
  color: #5F5F5F;
  font-weight: 400;
}

#order_history_modal .order_details .order_notes p i {
  position: absolute;
  font-size: 18px;
  left: 0;
  top: -4px;
}

#order_history_modal .order_details .order_items .item {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#order_history_modal .order_details .order_items .item .item_name {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 16px;
}

#order_history_modal .order_details .order_items .item .item_name .qty {
  font-weight: bold;
  margin-right: 5px;
}

#order_history_modal .order_details .order_items .item .item_price {
  float: right;
  font-size: 16px;
}

#order_history_modal .order_details .order_items .subitems {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

#order_history_modal .order_details .order_items .subitems .item_name {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  color: #5F5F5F;
}

#order_history_modal .order_details .order_items .subitems .item_price {
  font-size: 16px;
  float: right;
  color: #5F5F5F;
}

#order_history_modal .order_details .order_items .subitems:last-child {
  padding-bottom: 8px;
}

#order_history_modal .order_details .order_pay .single {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#order_history_modal .order_details .order_pay .single span {
  font-size: 16px;
  display: inline-block;
}

#order_history_modal .order_details .order_pay .single span.row_price {
  width: auto !important;
  float: right;
}

#order_history_modal .order_details .order_pay .single span.star {
  float: right;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

#order_history_modal .order_details .order_pay .single span.img {
  float: right;
  padding: 3px 12px;
  padding-top: 0;
  border: 0.5px solid #000000;
  border-radius: 10px;
  margin-right: 8px;
}

#order_history_modal .order_details .order_pay .single span.img img {
  width: 30px;
}

#order_history_modal .order_details .order_pay .single span:first-child {
  width: 150px;
  text-align: start;
}

#order_history_modal .order_pay .single {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#order_history_modal .order_pay .single span {
  font-size: 16px;
  display: inline-block;
}

#order_history_modal .order_pay .single span.row_price {
  width: auto !important;
  float: right;
}

#order_history_modal .order_pay .single span.star {
  float: right;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

#order_history_modal .order_pay .single span.img {
  float: right;
  padding: 3px 12px;
  padding-top: 0;
  border: 0.5px solid #000000;
  border-radius: 10px;
  margin-right: 8px;
}

#order_history_modal .order_pay .single span.img img {
  width: 30px;
}

#order_history_modal .order_pay .single span:first-child {
  width: 150px;
  text-align: start;
}

#order_history_modal .order_pay .single #original_total {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

#issue_refund_modal {
  z-index: 9999;
}

#issue_refund_modal .modal-dialog {
  margin-top: 10vh;
  overflow: hidden;
  max-width: 820px;
}

#issue_refund_modal .modal-content {
  border-radius: 20px;
  padding: 10px;
}

#issue_refund_modal .modal-content .modal-header {
  border: none;
  padding: 15px;
}

#issue_refund_modal .modal-content .modal-header .modal-close {
  border: none;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
}

#issue_refund_modal .modal-content .modal-header .modal-close:focus,
#issue_refund_modal .modal-content .modal-header .modal-close:hover {
  outline: none;
  text-decoration: none;
}

#issue_refund_modal .modal-content .modal-header .modal-title {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

#issue_refund_modal .modal-content .modal-header .modal-title p {
  font-size: 20px;
}

#issue_refund_modal .modal-content .modal-header .icons-right {
  font-size: 24px;
}

#issue_refund_modal .modal-content .modal-header p {
  margin: 0;
}

#issue_refund_modal .order_status {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  border-bottom: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 20px;
}

#issue_refund_modal .order_status .order_st {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}

#issue_refund_modal .order_status .order_st i {
  position: absolute;
  color: #C9C8C8;
  font-size: 18px;
  left: 7px;
  top: -2px;
}

#issue_refund_modal .order_status .date_time {
  margin: 0;
  padding-left: 45px;
  color: #5F5F5F;
  font-size: 16px;
}

#issue_refund_modal .order_details {
  padding: 0 20px;
}

#issue_refund_modal .order_details .order_info {
  padding: 8px 0;
  margin-bottom: 10px;
}

#issue_refund_modal .order_details .order_info p {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}

#issue_refund_modal .order_details .order_info p i {
  position: absolute;
  font-size: 18px;
  left: 7px;
  top: -2px;
}

#issue_refund_modal .order_details .order_info p.light {
  font-weight: 400;
  color: #5F5F5F;
}

#issue_refund_modal .order_details .order_notes {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#issue_refund_modal .order_details .order_notes p {
  margin: 0;
  padding-left: 45px;
  font-size: 16px;
}

#issue_refund_modal .order_details .order_notes p.light {
  color: #5F5F5F;
  font-weight: 400;
}

#issue_refund_modal .order_details .order_notes p i {
  position: absolute;
  font-size: 18px;
  left: 0;
  top: -4px;
}

#issue_refund_modal .order_details .order_items .item {
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#issue_refund_modal .order_details .order_items .item .item_name {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 16px;
}

#issue_refund_modal .order_details .order_items .item .item_name .qty {
  font-weight: bold;
  margin-right: 5px;
}

#issue_refund_modal .order_details .order_items .item .item_price {
  float: right;
  font-size: 16px;
}

#issue_refund_modal .order_details .order_items .subitems {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

#issue_refund_modal .order_details .order_items .subitems .item_name {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  color: #5F5F5F;
}

#issue_refund_modal .order_details .order_items .subitems .item_price {
  font-size: 16px;
  float: right;
  color: #5F5F5F;
}

#issue_refund_modal .order_details .order_items .subitems:last-child {
  padding-bottom: 8px;
}

#issue_refund_modal .order_details .order_pay .single {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#issue_refund_modal .order_details .order_pay .single span {
  font-size: 16px;
  display: inline-block;
}

#issue_refund_modal .order_details .order_pay .single span.row_price {
  width: auto !important;
  float: right;
}

#issue_refund_modal .order_details .order_pay .single span.star {
  float: right;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

#issue_refund_modal .order_details .order_pay .single span.img {
  float: right;
  padding: 3px 12px;
  padding-top: 0;
  border: 0.5px solid #000000;
  border-radius: 10px;
  margin-right: 8px;
}

#issue_refund_modal .order_details .order_pay .single span.img img {
  width: 30px;
}

#issue_refund_modal .order_details .order_pay .single span:first-child {
  width: 150px;
  text-align: start;
}

#issue_refund_modal .order_pay .single {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-top: 0.5px solid rgba(95, 95, 95, 0.2);
  padding: 8px 0;
}

#issue_refund_modal .order_pay .single span {
  font-size: 16px;
  display: inline-block;
}

#issue_refund_modal .order_pay .single span.row_price {
  width: auto !important;
  float: right;
}

#issue_refund_modal .order_pay .single span.star {
  float: right;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

#issue_refund_modal .order_pay .single span.img {
  float: right;
  padding: 3px 12px;
  padding-top: 0;
  border: 0.5px solid #000000;
  border-radius: 10px;
  margin-right: 8px;
}

#issue_refund_modal .order_pay .single span.img img {
  width: 30px;
}

#issue_refund_modal .order_pay .single span:first-child {
  width: 150px;
  text-align: start;
}

#issue_refund_modal .order_pay .single #original_total {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

#add-user-address {
  z-index: 99999;
}

#add-user-address .modal-dialog {
  margin-top: 10vh;
  overflow: hidden;
  max-width: 820px;
  overflow: hidden;
  max-width: 620px;
  border-radius: 20px;
  box-shadow: 0px 4px 16px 8px rgba(167, 167, 167, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

#add-user-address .modal-content {
  border-radius: 20px;
  padding: 10px;
}

#add-user-address .modal-content .modal-header {
  border: none;
  padding: 15px;
  position: relative;
  justify-content: center;
}

#add-user-address .modal-content .modal-header .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: #EFEBEB;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  border: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#add-user-address .modal-content .modal-header .modal-close:hover {
  background-color: #ED1C24;
  color: #fff;
  outline: none;
  text-decoration: none;
}

#add-user-address .modal-content .modal-header .modal-title {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

#add-user-address .modal-content .modal-header .modal-title p {
  font-size: 20px;
}

#add-user-address .modal-content .modal-header .icons-right {
  font-size: 24px;
}

#add-user-address .modal-content .modal-header p {
  margin: 0;
}

.daterangepicker {
  z-index: 99999 !important;
}

#order-misc-items-modal {
  z-index: 9999;
}

#order-misc-items-modal .modal-dialog {
  transform: translateY(-50%);
  top: 50%;
}

#order-misc-items-modal .modal-content {
  border-radius: 30px;
  padding: 10px;
}

#order-misc-items-modal .modal-content .modal-header {
  border: none;
  padding: 0;
}

#order-misc-items-modal .modal-content .modal-header .modal-close {
  border: none;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
}

#order-misc-items-modal .modal-content .modal-header .modal-close:focus,
#order-misc-items-modal .modal-content .modal-header .modal-close:hover {
  outline: none;
  text-decoration: none;
}

#order-misc-items-modal .modal-content .modal-body {
  text-align: center;
  padding: 20px;
  padding-top: 10px;
}

#order-misc-items-modal .modal-content .modal-body h4.title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

#order-misc-items-modal .modal-content .modal-body span {
  display: block;
  font-size: 13px;
  margin-bottom: 20px;
  color: #5F5F5F;
}

#order-misc-items-modal .modal-content .modal-body a {
  font-size: 13px;
  padding: 10px 25px;
}

#order-misc-items-modal .modal-content .modal-body a.cancel-order {
  background-color: #EFEDED;
  border-color: #EFEDED;
}

#order-misc-items-modal .modal-content .modal-footer {
  border: none;
  padding: 0;
}

.col_datepicker #ordersFilter .form-row .btn {
  padding: 4px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

.col_datepicker #ordersFilter .form-row .btn:before {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.col_datepicker #ordersFilter .form-row.date_picker {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.col_datepicker #ordersFilter .form-row.date_picker .date_wrapper {
  cursor: pointer;
}

.col_datepicker #ordersFilter .form-row.date_picker .date_wrapper span {
  font-size: 19px;
  font-weight: 600 !important;
}

#order_history_table .accordion-button {
  transition: transform 0.3s ease;
  padding: 0;
}

#order_history_table .accordion-button .icons {
  top: 0;
}

#order_history_table .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

#order_history_table .accordion-button.is_active {
  transform: rotate(180deg);
}

#order_history_table .accordion {
  display: table-row;
  width: 100%;
  background-color: transparent !important;
}

#order_history_table .accordion:hover td {
  background-color: transparent !important;
}

#order_history_table .accordion .accordion-item {
  padding: 0 !important;
}

#order_history_table .accordion .single_accord {
  border: none;
  width: 100%;
}

#order_history_table .accordion .single_accord ul {
  margin: 0;
  list-style: inside;
  padding: 0;
  padding: 0px 0px;
}

#order_history_table .accordion .single_accord ul li {
  padding: 15px 15px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#order_history_table .accordion .single_accord ul li:nth-child(even) {
  background-color: #fafafc;
}

#order_history_table .accordion .single_accord ul li:hover {
  background-color: #f3f3f3;
}

@media (max-width: 767px) {
  #printableArea.container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #printableArea .variance-modal-body {
    padding: 0;
  }
}

.row_header {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #EBE8E6;
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  .row_header {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .row_header {
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
}

@media (max-width: 576px) {
  .row_header {
    margin-bottom: 16px;
  }
}

.row_header .col_title {
  display: flex;
  align-items: center;
  align-self: stretch;
}

@media (max-width: 767px) {
  .row_header .col_title h1 {
    font-size: 20px;
    line-height: 20px;
  }
}

.row_header .print_btn {
  border: 1px solid #ED1C24;
  border-radius: 6px;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
}

.row_header .print_btn i {
  font-size: 18px;
}

@media (max-width: 767px) {
  .row_header .print_btn {
    font-size: 16px;
    line-height: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 10px 18px;
  }
}

@media (max-width: 576px) {
  .row_header .print_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 16px;
  }
}

.row_header .print_btn:hover:not(:disabled) {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.row_header .print_btn:focus {
  box-shadow: none;
}

.text_dark {
  color: #260B0C;
}

.text_light {
  color: #999191;
}

.jobs-list-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  min-height: 75vh;
  overflow: auto;
  padding-bottom: 80px;
}

.jobs-list-wrapper .schedule-card {
  flex: 0 0 calc(18% - 13px);
  max-width: calc(18% - 13px);
  margin: 0 13px;
  display: flex;
  flex-direction: column;
  min-width: 280px;
}

@media (max-width: 991px) {
  .jobs-list-wrapper .schedule-card {
    flex: 0 0 calc(18% - 7px);
    max-width: calc(18% - 7px);
    margin: 0 7px;
  }
}

.jobs-list-wrapper .schedule-card .title {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #999191;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 22px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  .jobs-list-wrapper .schedule-card .title {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .jobs-list-wrapper .schedule-card .title {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .jobs-list-wrapper .schedule-card .title {
    margin-bottom: 12px;
  }
}

.jobs-list-wrapper .schedule-card .title.dummy-title {
  min-height: 20px;
}

.jobs-list-wrapper .note {
  font-size: 18px;
  line-height: 24px;
  color: #999191;
  text-align: center;
  margin-top: 30px;
}

.jobs-list-wrapper .note.text_dark {
  color: #260B0C;
}

.jobs-list {
  margin: 0 0;
  flex: 1;
  display: flex;
  vertical-align: top;
  white-space: nowrap;
  background-color: #e2e4e6;
  border-radius: 16px;
  background: linear-gradient(to bottom, #FAF7F5, rgba(250, 247, 245, 0));
}

.jobs-list .jobs-list-body {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 5px;
  border-radius: 16px;
}

.jobs-list .jobs-list-body ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  flex: 1;
}

.jobs-list .jobs-list-body ul .job-block {
  background-color: #fff;
  border: 1px solid #F2EDED;
  border-radius: 16px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px 10px #e3dcdc;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
}

.jobs-list .jobs-list-body ul .job-block .job-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px #F2EDED solid;
  padding: 8px 12px 8px 6px;
  font-size: 12px;
  line-height: 16px;
}

.jobs-list .jobs-list-body ul .job-block .job-status .status-pill {
  border: 1px solid #08992C;
  background: #D9FFE6;
  border-radius: 16px;
  padding: 8px 13px 6px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.jobs-list .jobs-list-body ul .job-block .job-status .status-pill .light-dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px #08992C solid;
  background: #21D95E;
  border-radius: 15px;
  margin-top: -2px;
}

.jobs-list .jobs-list-body ul .job-block .job-info {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  font-weight: 400;
  font-size: 14px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .job-address {
  width: calc(82%);
  max-width: calc(82%);
  text-wrap: wrap;
  word-break: break-all;
}

.jobs-list .jobs-list-body ul .job-block .job-info .job-action {
  position: relative;
}

.jobs-list .jobs-list-body ul .job-block .job-info .job-action .quick-view-order-btn {
  width: 32px;
  height: 32px;
  background-color: #F4F2F2;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 7px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1F0001;
  color: #fff;
  z-index: 1;
  border-radius: 16px;
  padding: 10px;
  min-width: 250px;
  width: 250px;
  display: none;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .quick-info-inner {
  position: relative;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .quick-info-inner .top-arrow {
  position: absolute;
  left: 50%;
  top: -12px;
  width: 14px;
  height: 14px;
  rotate: 45deg;
  transform: translateX(-50%);
  background-color: #1F0001;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item {
  padding: 10px 0px;
  border-bottom: 1px solid #999191;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item:last-of-type {
  border: none;
  padding-bottom: 15px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item .title {
  text-transform: math-auto;
  margin: 0 8px 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item .title.title-white {
  color: #fff;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item.package_card {
  display: flex;
  gap: 10px;
  align-items: center;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item.package_card .icon {
  background-color: #999191;
  padding: 3px 6px 2px;
  border-radius: 6px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item.package_card .icon img {
  width: 15px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item.package_card .name {
  flex: 1;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item.package_card .count {
  border: 1px #ED1C24 solid;
  padding: 2px 6px;
  border-radius: 50%;
  min-width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item.package_card .count span {
  font-size: 14px;
  line-height: 20px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item .dropdown_container {
  position: relative;
  margin-top: 5px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item .dropdown_container .dropdown {
  width: 100%;
  padding: 5px 8px 3px;
  background-color: #3b1c1c;
  color: #999191;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px #999191 solid;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item .dropdown_container .dropdown:active,
.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item .dropdown_container .dropdown:focus {
  border: 1px #fff solid;
  outline: none;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .info-item .dropdown_container img {
  position: absolute;
  top: 14px;
  right: 11px;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .btn-red {
  border: 1px #e60c20 solid;
  width: 100%;
  color: #fff;
  font-weight: 700;
  padding: 7px;
  border-radius: 8px;
  background: #1F0001;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info .btn-red:hover {
  background-color: #e60c20;
}

.jobs-list .jobs-list-body ul .job-block .job-info .quick-info.hovered {
  display: block;
}

.common-modal-style {
  z-index: 9999;
}

.common-modal-style .modal-dialog {
  margin-top: 10vh;
  overflow: hidden;
}

.common-modal-style .modal-content {
  border-radius: 26px;
  padding: 0 10px 0px;
  background: #FAF7F5;
  max-height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.common-modal-style .modal-content .modal-header {
  display: block;
  border: none;
  position: relative;
  padding: 24px 16px 22px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #FAF7F5;
}

.common-modal-style .modal-content .modal-header .modal-title {
  text-align: center;
  margin: 0;
  color: #260B0C;
  margin: 0;
  padding: 0;
  height: 24px;
  font-family: "articulat-cf", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
}

.common-modal-style .modal-content .modal-header .icons-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  font-size: 24px;
  display: inline-flex;
  gap: 6px;
}

.common-modal-style .modal-content .modal-header .icons-right .modal-action {
  width: 36px;
  height: 36px;
  border: none;
  outline: none;
  background: #EFEBEB;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-modal-style .modal-content .modal-body {
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 14px 0px;
  font-size: 16px;
  line-height: 20px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
}

.common-modal-style .modal-content .modal-body .modal-block {
  border-bottom: 1px #EBE8E6 solid;
}

.common-modal-style .modal-content .modal-body .modal-block span:first-child {
  margin-right: 10px;
}

.common-modal-style .modal-content .modal-body .order__dropdown_container {
  position: relative;
}

.common-modal-style .modal-content .modal-body .order__dropdown_container img {
  position: absolute;
  top: 47%;
  right: 20px;
}

.common-modal-style .modal-content .modal-body .order__dropdown {
  width: 100%;
  border: 1px solid #D9D7D4;
  background: #FAF7F5;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.common-modal-style .modal-content .modal-body .order__dropdown.dropdown_header {
  position: relative;
  cursor: pointer;
}

.common-modal-style .modal-content .modal-body .order__dropdown.dropdown_header img {
  top: 26px;
}

.common-modal-style .modal-content .modal-body .order__dropdown.dropdown_header .total_price {
  padding: 7px 11px 5px 9px;
  font-size: 14px;
  line-height: 14px;
  background: #fff;
  border-radius: 16px;
}

.common-modal-style .modal-content .modal-body .order__dropdown.no-bottom-radius {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.common-modal-style .modal-content .modal-body .order__dropdown.order-details-block {
  padding-top: 40px;
  margin-top: -40px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 21px;
       column-gap: 21px;
  color: #151515;
  border-bottom: 1px #D9D7D4 solid;
  padding: 17px 0 15px;
}

@media (max-width: 991px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@media (max-width: 767px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item {
    padding: 15px 0 13px;
  }
}

@media (max-width: 576px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item {
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding: 13px 0 11px;
  }
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item:last-child {
  border: none;
  padding-bottom: 3px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item:last-child .price {
  font-weight: 600;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .item-weight {
  font-weight: 700;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .item-weight span {
  margin-right: 0px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container {
  flex: 1;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media (max-width: 576px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main .subitems {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  text-transform: uppercase;
  color: #999191;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media (max-width: 576px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main .subitems {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main .subitems .item_name {
  font-weight: 700;
  line-height: 17px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main .subitems .item_price {
  color: #151515;
  line-height: 18px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .name-details {
  flex: 1;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .price-title {
  flex: 1;
  font-weight: 600;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item p {
  margin-bottom: 7px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item p:nth-child(2) {
  margin-bottom: 0px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item p.packed_type {
  text-transform: uppercase;
  color: #999191;
  font-size: 13px;
  line-height: 17px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item p.packed_rate {
  font-size: 14px;
  line-height: 18px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .price {
  text-align: right;
}

.common-modal-style .modal-content .modal-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: -2px;
  width: 100%;
  padding: 0 0 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #FAF7F5;
  border: none;
  font-family: "articulat-cf", sans-serif;
}

.common-modal-style .modal-content .modal-footer .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 14px;
}

.common-modal-style .modal-content .modal-footer .btn-group button {
  flex: 1;
  font-size: 15px;
  padding: 14px;
  line-height: 15px;
  border-radius: 6px;
  font-weight: 700;
}

.common-modal-style .modal-content .modal-footer .btn-group button.btn-red {
  background-color: #ED1C24;
  color: #fff;
  border: 1px #ED1C24 solid;
}

.common-modal-style .modal-content .modal-footer .btn-group button.btn-red:hover {
  color: #ED1C24;
  background-color: #fff;
}

.common-modal-style .modal-content .modal-footer .btn-group button.btn-white {
  border: 1px #260B0C solid;
  background-color: #fff;
  color: #000000;
}

@media (min-width: 576px) {
  #quick-view-order-modal .modal-dialog {
    max-width: 600px;
  }
}

#quick-view-order-modal .modal-dialog {
  margin-top: 10vh;
}

#quick-view-order-modal .modal-content {
  max-height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

#quick-view-order-modal .modal-content .modal-body {
  color: #260B0C;
  font-family: "articulat-cf", sans-serif;
}

#quick-view-order-modal .modal-content .modal-body .modal-block {
  padding: 22px 0 20px 0;
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block {
    padding: 20px 0 16px 0;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block {
    padding: 18px 0 15px 0;
  }
}

@media (max-width: 480px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block {
    padding: 16px 0 13px 0;
  }
}

#quick-view-order-modal .modal-content .modal-body .modal-block .title-mini {
  color: #151515;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

#quick-view-order-modal .modal-content .modal-body .modal-block.notes {
  padding: 20px 0 14px 0;
  border-bottom: none;
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block.notes {
    padding: 18px 0 14px 0;
  }
}

@media (max-width: 480px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block.notes {
    padding: 16px 0 14px 0;
  }
}

#quick-view-order-modal .modal-content .modal-body .modal-block.equal-padding {
  padding: 20px 0px 24px;
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block.equal-padding {
    padding: 16px 0px 20px;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block.equal-padding {
    padding: 12px 0px 16px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__address p:first-child {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

#quick-view-order-modal .modal-content .modal-body .order__address p:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__address p:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  #quick-view-order-modal .modal-content .modal-body .order__address p:not(:last-child) {
    margin-bottom: 8px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__address p:last-child {
  margin-bottom: 0;
}

#quick-view-order-modal .modal-content .modal-body .order__address p img {
  position: relative;
  margin-left: 2px;
  margin-right: 8px;
}

#quick-view-order-modal .modal-content .modal-body .order__dropdown {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  padding: 18px 14px 14px;
  color: #260B0C;
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown {
    padding: 16px 14px 12px;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown {
    padding: 14px 14px 10px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery {
  padding: 18px 14px;
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery {
    padding: 16px 14px;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery {
    padding: 14px 14px;
  }
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery img {
    top: 24px;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery img {
    top: 22px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__dropdown.order-details-block {
  padding-top: 40px;
  margin-top: -40px;
}

#quick-view-order-modal .modal-content .modal-body .order__packages_types {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #151515;
}

#quick-view-order-modal .modal-content .modal-body .order__packages_types .package_card {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 50%;
  margin-top: 10px;
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__packages_types .package_card {
    margin-top: 0px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__packages_types .package_card .icon {
  position: relative;
  padding: 13px 14px;
  border-radius: 10px;
  background: #FAF7F5;
}

#quick-view-order-modal .modal-content .modal-body .order__packages_types .package_card .icon .count {
  position: absolute;
  padding: 5px 8px 4px 7px;
  background: #ED1C24;
  border-radius: 100%;
  color: white;
  bottom: 74%;
  left: 68%;
  font-size: 14px;
  line-height: 14px;
}

#print_order_model.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#print_order_model .modal-content {
  overflow: hidden;
  max-width: 500px;
}

#print_order_model .modal-content .modal-header .modal-title {
  color: #151515;
}

#print_order_model .modal-content .modal-body .modal-block {
  padding: 24px 0 6px 0;
}

#print_order_model .modal-content .modal-body .modal-block .title {
  color: #151515;
}

#print_order_model .modal-content .modal-body .modal-block.hide_border {
  border-bottom: none;
}

#print_order_model .modal-content .modal-body .modal-block.hide_border .date-title {
  color: #151515;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

#print_order_model .modal-content .modal-body .order__date_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block {
  color: #151515;
  flex: 0 0 calc(50% - 10px);
  color: #151515;
  max-width: calc(50% - 10px);
}

#print_order_model .modal-content .modal-body .order__date_block .date_block p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container {
  position: relative;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container img {
  position: absolute;
  top: 36%;
  right: 14px;
  cursor: pointer;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input {
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input::-webkit-input-placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input::-moz-placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input:-ms-input-placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input::-ms-input-placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input::placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__dropdown {
  padding: 18px 14px 14px 14px;
  color: #151515;
}

#print_order_model .modal-content .modal-body .order__dropdown.order-details-block {
  padding-top: 40px;
  margin-top: -40px;
}

.cut-off-section hr {
  border-top: 3px solid #000;
}

.overrides-section hr {
  border-top: 3px solid #000;
}

.overrides-section .header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.overrides-section .form-row {
  position: relative;
}

.overrides-section .form-row .icon-container {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 99;
}

.notice_bar a {
  text-decoration: underline;
}

.notice_bar a:hover {
  text-decoration: none;
}

.common-modal-style {
  z-index: 9999;
  text-align: center;
}

.common-modal-style::before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.common-modal-style .modal-dialog {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  /* text-align: left; */
}

.common-modal-style .modal-content {
  border-radius: 26px;
  padding: 0 10px 0px;
  background: #FAF7F5;
  max-height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
  text-align: left;
}

.common-modal-style .modal-content.white-bg {
  background: #fff;
}

.common-modal-style .modal-content.white-bg .modal-header {
  background: #fff;
}

.common-modal-style .modal-content.white-bg .modal-footer {
  background: #fff;
  padding: 0 0 32px;
}

.common-modal-style .modal-content.small {
  min-width: 360px;
}

.common-modal-style .modal-content .modal-header {
  display: block;
  border: none;
  position: relative;
  padding: 24px 16px 22px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #FAF7F5;
}

.common-modal-style .modal-content .modal-header .modal-title {
  text-align: center;
  color: #260B0C;
  margin: 0;
  padding: 0;
  height: 24px;
  font-family: "articulat-cf", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
}

.common-modal-style .modal-content .modal-header .icons-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  font-size: 24px;
  display: inline-flex;
  gap: 6px;
}

.common-modal-style .modal-content .modal-header .icons-right .modal-action {
  width: 36px;
  height: 36px;
  border: none;
  outline: none;
  background: #EFEBEB;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.common-modal-style .modal-content .modal-header .icons-right .modal-action img:first-child {
  display: block;
}

.common-modal-style .modal-content .modal-header .icons-right .modal-action img:nth-child(2) {
  display: none;
}

.common-modal-style .modal-content .modal-header .icons-right .modal-action:hover {
  background-color: #ED1C24;
}

.common-modal-style .modal-content .modal-header .icons-right .modal-action:hover img:first-child {
  display: none;
}

.common-modal-style .modal-content .modal-header .icons-right .modal-action:hover img:nth-child(2) {
  display: block;
}

.common-modal-style .modal-content .modal-header.header-large {
  padding: 32px 16px 26px;
  position: relative;
}

.common-modal-style .modal-content .modal-header.header-large .modal-title {
  height: auto;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

.common-modal-style .modal-content .modal-header.header-large .icons-right {
  top: 16px;
  right: 6px;
  transform: translateY(0%);
}

.common-modal-style .modal-content .modal-body {
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 14px 0px;
  font-size: 16px;
  line-height: 20px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
}

.common-modal-style .modal-content .modal-body.extra-margin {
  padding: 26px 0px 32px;
  margin: 0 22px;
}

.common-modal-style .modal-content .modal-body.border-top {
  border-top: 1px solid #EBE8E6;
  border-radius: 0px;
}

.common-modal-style .modal-content .modal-body .modal-block {
  border-bottom: 1px #EBE8E6 solid;
}

.common-modal-style .modal-content .modal-body .modal-block span:first-child {
  margin-right: 10px;
}

.common-modal-style .modal-content .modal-body .order__dropdown_container {
  position: relative;
}

.common-modal-style .modal-content .modal-body .order__dropdown_container img {
  position: absolute;
  top: 47%;
  right: 20px;
}

.common-modal-style .modal-content .modal-body .order__dropdown {
  width: 100%;
  border: 1px solid #D9D7D4;
  background: #FAF7F5;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.common-modal-style .modal-content .modal-body .order__dropdown.dropdown_header {
  position: relative;
  cursor: pointer;
}

.common-modal-style .modal-content .modal-body .order__dropdown.dropdown_header img {
  top: 26px;
}

.common-modal-style .modal-content .modal-body .order__dropdown.dropdown_header .total_price {
  padding: 7px 11px 5px 9px;
  font-size: 14px;
  line-height: 14px;
  background: #fff;
  border-radius: 16px;
}

.common-modal-style .modal-content .modal-body .order__dropdown.no-bottom-radius {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.common-modal-style .modal-content .modal-body .order__dropdown.order-details-block {
  padding-top: 40px;
  margin-top: -40px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 21px;
       column-gap: 21px;
  color: #151515;
  border-bottom: 1px #D9D7D4 solid;
  padding: 17px 0 15px;
}

@media (max-width: 991px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@media (max-width: 767px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item {
    padding: 15px 0 13px;
  }
}

@media (max-width: 576px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item {
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding: 13px 0 11px;
  }
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item:last-child {
  border: none;
  padding-bottom: 3px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item:last-child .price {
  font-weight: 600;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .item-weight {
  font-weight: 700;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .item-weight span {
  margin-right: 0px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container {
  flex: 1;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media (max-width: 576px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main .subitems {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  text-transform: uppercase;
  color: #999191;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media (max-width: 576px) {
  .common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main .subitems {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main .subitems .item_name {
  font-weight: 700;
  line-height: 17px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .order-items-container .order-items-main .subitems .item_price {
  color: #151515;
  line-height: 18px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .name-details {
  flex: 1;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .price-title {
  flex: 1;
  font-weight: 600;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item p {
  margin-bottom: 7px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item p:nth-child(2) {
  margin-bottom: 0px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item p.packed_type {
  text-transform: uppercase;
  color: #999191;
  font-size: 13px;
  line-height: 17px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item p.packed_rate {
  font-size: 14px;
  line-height: 18px;
}

.common-modal-style .modal-content .modal-body .order__dropdown .order-item .price {
  text-align: right;
}

.common-modal-style .modal-content .modal-body .form-row {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 24px;
}

.common-modal-style .modal-content .modal-body .form-row .form-group {
  margin: 0px;
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
}

.common-modal-style .modal-content .modal-body .form-row .form-group .form-checkbox {
  width: 100%;
}

.common-modal-style .modal-content .modal-body .form-row .datepicker_wrap {
  border: 1px solid #D9D7D4;
  padding: 13px 16px;
  border-radius: 10px;
}

.common-modal-style .modal-content .modal-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: -2px;
  width: 100%;
  padding: 0 0 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #FAF7F5;
  border: none;
  font-family: "articulat-cf", sans-serif;
}

.common-modal-style .modal-content .modal-footer .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 14px;
}

.common-modal-style .modal-content .modal-footer .btn-group button,
.common-modal-style .modal-content .modal-footer .btn-group a {
  flex: 1;
  font-size: 15px;
  padding: 14px;
  line-height: 15px;
  font-weight: 700;
}

.common-modal-style .modal-content .modal-footer .btn-group button.btn-white,
.common-modal-style .modal-content .modal-footer .btn-group a.btn-white {
  border: 1px #260B0C solid;
  background-color: #fff;
  color: #000000;
}

.common-modal-style .modal-content .modal-footer .btn-group.btn-group-center {
  gap: 16px;
  padding: 0px;
}

.common-modal-style .modal-content .modal-footer .btn-group.btn-group-center button,
.common-modal-style .modal-content .modal-footer .btn-group.btn-group-center a {
  flex: none !important;
  font-size: 16px;
  line-height: 16px;
  padding: 14px 32px;
  margin: 0;
}

.common-modal-style .modal-content .modal-footer .btn-group.btn-group-center .btn-red:hover {
  color: #ED1C24;
  background-color: #fff;
}

.common-modal-style .modal-content .modal-footer button,
.common-modal-style .modal-content .modal-footer a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: auto;
}

.common-modal-style .modal-content .modal-footer button.btn-red,
.common-modal-style .modal-content .modal-footer button.btn-white,
.common-modal-style .modal-content .modal-footer button.btn-brown-border,
.common-modal-style .modal-content .modal-footer a.btn-red,
.common-modal-style .modal-content .modal-footer a.btn-white,
.common-modal-style .modal-content .modal-footer a.btn-brown-border {
  padding: 14px 32px;
}

#quick-view-order-modal .modal-dialog {
  margin-top: 10vh;
}

#quick-view-order-modal .modal-content {
  min-width: 500px;
  max-height: 80vh;
  overflow: scroll !important;
  scrollbar-width: none;
}

#quick-view-order-modal .modal-content .modal-body {
  color: #260B0C;
  font-family: "articulat-cf", sans-serif;
}

#quick-view-order-modal .modal-content .modal-body .modal-block {
  padding: 22px 0 20px 0;
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block {
    padding: 20px 0 16px 0;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block {
    padding: 18px 0 15px 0;
  }
}

@media (max-width: 480px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block {
    padding: 16px 0 13px 0;
  }
}

#quick-view-order-modal .modal-content .modal-body .modal-block .title-mini {
  color: #151515;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

#quick-view-order-modal .modal-content .modal-body .modal-block.order-flex {
  display: flex;
  align-items: center;
}

#quick-view-order-modal .modal-content .modal-body .modal-block.order-flex .btn.add-btn {
  border-bottom: 0;
}

#quick-view-order-modal .modal-content .modal-body .modal-block.order-flex .btn.add-btn:hover {
  border-bottom: 0;
}

#quick-view-order-modal .modal-content .modal-body .modal-block.notes {
  padding: 20px 0 14px 0;
  border-bottom: none;
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block.notes {
    padding: 18px 0 14px 0;
  }
}

@media (max-width: 480px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block.notes {
    padding: 16px 0 14px 0;
  }
}

#quick-view-order-modal .modal-content .modal-body .modal-block.equal-padding {
  padding: 20px 0px 24px;
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block.equal-padding {
    padding: 16px 0px 20px;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .modal-block.equal-padding {
    padding: 12px 0px 16px;
  }
}

#quick-view-order-modal .modal-content .modal-body #storeNotesForm {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: end;
}

#quick-view-order-modal .modal-content .modal-body #storeNotesForm label {
  text-align: start;
}

#quick-view-order-modal .modal-content .modal-body .order__address p:first-child {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

#quick-view-order-modal .modal-content .modal-body .order__address p:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__address p:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  #quick-view-order-modal .modal-content .modal-body .order__address p:not(:last-child) {
    margin-bottom: 8px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__address p:last-child {
  margin-bottom: 0;
}

#quick-view-order-modal .modal-content .modal-body .order__address p img {
  position: relative;
  margin-left: 2px;
  margin-right: 8px;
}

#quick-view-order-modal .modal-content .modal-body .order__dropdown {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  padding: 18px 14px 14px;
  color: #260B0C;
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown {
    padding: 16px 14px 12px;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown {
    padding: 14px 14px 10px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery {
  padding: 18px 14px;
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery {
    padding: 16px 14px;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery {
    padding: 14px 14px;
  }
}

@media (max-width: 767px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery img {
    top: 24px;
  }
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__dropdown.order_dropdown_delivery img {
    top: 22px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__dropdown.order-details-block {
  padding-top: 40px;
  margin-top: -40px;
}

#quick-view-order-modal .modal-content .modal-body .order__packages_types {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #151515;
}

#quick-view-order-modal .modal-content .modal-body .order__packages_types .package_card {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 50%;
  margin-top: 10px;
}

@media (max-width: 576px) {
  #quick-view-order-modal .modal-content .modal-body .order__packages_types .package_card {
    margin-top: 0px;
  }
}

#quick-view-order-modal .modal-content .modal-body .order__packages_types .package_card .icon {
  position: relative;
  padding: 13px 14px;
  border-radius: 10px;
  background: #FAF7F5;
}

#quick-view-order-modal .modal-content .modal-body .order__packages_types .package_card .icon .count {
  position: absolute;
  padding: 5px 8px 4px 7px;
  background: #ED1C24;
  border-radius: 100%;
  color: white;
  bottom: 74%;
  left: 68%;
  font-size: 14px;
  line-height: 14px;
}

#print_order_model .modal-content {
  overflow: hidden;
  max-width: 500px;
}

#print_order_model .modal-content .modal-header .modal-title {
  color: #151515;
}

#print_order_model .modal-content .modal-body .modal-block {
  padding: 24px 0 6px 0;
}

#print_order_model .modal-content .modal-body .modal-block .title {
  color: #151515;
}

#print_order_model .modal-content .modal-body .modal-block.hide_border {
  border-bottom: none;
}

#print_order_model .modal-content .modal-body .modal-block.hide_border .date-title {
  color: #151515;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

#print_order_model .modal-content .modal-body .order__date_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block {
  color: #151515;
  flex: 0 0 calc(50% - 10px);
  color: #151515;
  max-width: calc(50% - 10px);
}

#print_order_model .modal-content .modal-body .order__date_block .date_block p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container {
  position: relative;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container img {
  position: absolute;
  top: 36%;
  right: 14px;
  cursor: pointer;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input {
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input::-webkit-input-placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input::-moz-placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input:-ms-input-placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input::-ms-input-placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__date_block .date_block .date_container input::placeholder {
  color: #260B0C;
}

#print_order_model .modal-content .modal-body .order__dropdown {
  padding: 18px 14px 14px 14px;
  color: #151515;
}

#print_order_model .modal-content .modal-body .order__dropdown.order-details-block {
  padding-top: 40px;
  margin-top: -40px;
}

#userFormModal .modal-dialog,
#editUserModal .modal-dialog,
#addRadiusCharges .modal-dialog {
  width: 660px;
  max-width: calc(100vw - 20px);
}

#userFormModal .modal-content,
#editUserModal .modal-content,
#addRadiusCharges .modal-content {
  width: 100%;
}

#issue_refund_model .modal-dialog,
#change_order_type_model .modal-dialog,
#variance_modal .modal-dialog {
  width: 800px;
  max-width: calc(100vw - 20px);
}

#issue_refund_model .modal-content,
#change_order_type_model .modal-content,
#variance_modal .modal-content {
  width: 100%;
  overflow: scroll !important;
}

#issue_refund_model .modal-content .modal-body .data-row .form-group,
#change_order_type_model .modal-content .modal-body .data-row .form-group,
#variance_modal .modal-content .modal-body .data-row .form-group {
  text-align: left;
}

#issue_refund_model .modal-content .modal-body .data-row .form-group .form-label .text-grey,
#change_order_type_model .modal-content .modal-body .data-row .form-group .form-label .text-grey,
#variance_modal .modal-content .modal-body .data-row .form-group .form-label .text-grey {
  color: #999191;
}

#userDeleteModal .modal-dialog,
#order-action-modal .modal-dialog,
#quickEditModal .modal-dialog {
  width: 460px;
  max-width: calc(100vw - 20px);
}

#userDeleteModal .modal-content,
#order-action-modal .modal-content,
#quickEditModal .modal-content {
  width: 100%;
  padding: 32px;
}

#userDeleteModal .modal-content .modal-header,
#order-action-modal .modal-content .modal-header,
#quickEditModal .modal-content .modal-header {
  padding: 0;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #EBE8E6;
}

#userDeleteModal .modal-content .modal-header h4,
#order-action-modal .modal-content .modal-header h4,
#quickEditModal .modal-content .modal-header h4 {
  margin-bottom: 0;
}

#userDeleteModal .modal-content .modal-body,
#order-action-modal .modal-content .modal-body,
#quickEditModal .modal-content .modal-body {
  padding: 0px;
}

#userDeleteModal .modal-content .modal-close,
#order-action-modal .modal-content .modal-close,
#quickEditModal .modal-content .modal-close {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #F4F2F2;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#userDeleteModal .modal-content .modal-close span,
#order-action-modal .modal-content .modal-close span,
#quickEditModal .modal-content .modal-close span {
  font-size: 30px;
  color: #260B0C;
}

#userDeleteModal .modal-content .modal-close:hover,
#order-action-modal .modal-content .modal-close:hover,
#quickEditModal .modal-content .modal-close:hover {
  background-color: #ED1C24;
}

#userDeleteModal .modal-content .modal-close:hover span,
#order-action-modal .modal-content .modal-close:hover span,
#quickEditModal .modal-content .modal-close:hover span {
  color: #fff;
}

#userDeleteModal .modal-content .modal-close:focus,
#order-action-modal .modal-content .modal-close:focus,
#quickEditModal .modal-content .modal-close:focus {
  outline: none;
}

#order-action-modal .modal-content.white-bg .modal-footer {
  padding: 27px 0 0;
}

.fancy-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.83s;
  pointer-events: none;
  z-index: 998;
}

.fancy-bg.is-active {
  opacity: 1;
  pointer-events: all;
}

.s-modal {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  color: #000;
}

@media (max-width: 767.98px) {
  .s-modal {
    padding: 0 36px;
  }
}

.s-modal.is-opened {
  opacity: 1;
}

.s-modal.is-opened .s-modal__content {
  pointer-events: all;
}

.s-modal--del .s-modal__content {
  max-width: 460px;
  padding: 30px 26px 36px;
}

@media (max-width: 767.98px) {
  .s-modal--del .s-modal__content {
    padding: 16px 10px 10px;
  }
}

.s-modal--hint {
  padding: 0 48px;
}

.s-modal--hint .s-modal__content {
  padding: 16px;
}

.s-modal--hint .s-modal__desc {
  margin-top: 6px;
  padding-right: 50px;
}

.s-modal__wrapper {
  display: flex;
  width: 100%;
  margin: auto 0;
}

.s-modal__content {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 30px 32px 32px;
  background-color: #faf7f5;
  border-radius: 26px;
}

@media (max-width: 767.98px) {
  .s-modal__content {
    padding: 16px 10px 10px;
    border-radius: 16px;
  }
}

.s-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .s-modal__close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
}

.s-modal__close svg {
  width: 12px;
  height: 12px;
}

@media (max-width: 767.98px) {
  .s-modal__close svg {
    width: 11px;
    height: 11px;
  }
}

.s-modal__title {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-ArticulatCFBold);
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .s-modal__title {
    max-width: none;
    padding: 0 80px 0 2px;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }
}

.s-modal__desc {
  margin-top: 16px;
  margin-bottom: -4px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767.98px) {
  .s-modal__desc {
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
}

.s-modal__form {
  margin-top: 26px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
  .s-modal__form {
    margin-top: 18px;
    padding-top: 20px;
  }
}

.s-modal__footer {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  color: #fff;
}

.s-modal__footer .blob-btn:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  .s-modal__footer .blob-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .s-modal__footer {
    display: block;
    margin-top: 26px;
  }

  .s-modal__footer .blob-btn {
    width: 100%;
  }
}

.icons {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: -2px;
  color: #fff;
  background-color: #000000;
  border-radius: 100%;
  cursor: pointer;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 20px !important;
  border: 1px solid #000000;
}

.icons:hover {
  color: #000000;
  background-color: #fff;
}

.icon {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.icon.icon-global {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon.icon-small {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}

.icon.white-bg {
  background-color: #fff;
}

.icon.gray-bg {
  background-color: #FAF7F5;
}

.icon.icon-admin::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 24px;
  background-image: url(/assets/img/icons/admin.svg);
  background-size: cover;
}

.icon.icon-admin.active::before {
  background-image: url(/assets/img/icons/admin-green.svg);
}

.icon.icon-store::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/icons/store.svg);
  background-size: cover;
}

.icon.icon-store.active::before {
  background-image: url(/assets/img/icons/store-green.svg);
}

.icon.icon-wallet::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/icons/wallet.svg);
  background-size: cover;
}

.icon.icon-wallet.active::before {
  background-image: url(/assets/img/icons/wallet-green.svg);
}

.icon.icon-card::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 16px;
  background-image: url(/assets/img/icons/card.svg);
  background-size: cover;
}

.icon.icon-card.active::before {
  background-image: url(/assets/img/icons/card-green.svg);
}

.icon.icon-unaccepted-orders::before {
  content: "";
  display: inline-block;
  width: 27.857px;
  height: 30px;
  background-image: url(/assets/img/icons/remove.svg);
  background-size: cover;
}

.icon.icon-clock::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/icons/clock.svg);
  background-size: cover;
}

.icon.icon-delivery::before {
  content: "";
  display: inline-block;
  width: 28.217px;
  height: 26px;
  background-image: url(/assets/img/icons/fast-delivery.svg);
  background-size: cover;
}

.icon.icon-packaging::before {
  content: "";
  display: inline-block;
  width: 28.298px;
  height: 24px;
  background-image: url(/assets/img/icons/packaging.svg);
  background-size: cover;
}

.icon.icon-call::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/assets/img/icons/call.svg);
  background-size: cover;
}

.icon.icon-mail::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/assets/img/icons/mail.svg);
  background-size: cover;
}

.icon-arrow::before {
  content: "";
  display: inline-block;
  width: 11.5px;
  height: 9.121px;
  background-image: url(/assets/img/arrow-table.svg);
  background-size: cover;
}

.icon-edit {
  border: 1px #000000 solid;
  background-color: #000000;
  outline: none;
}

.icon-edit::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/assets/img/icons/edit-pen-white.svg);
  background-size: cover;
  z-index: 1;
}

.icon-edit.active,
.icon-edit:focus,
.icon-edit:hover:not(:disabled) {
  background-color: #fff;
  outline: none;
}

.icon-edit.active::before,
.icon-edit:focus::before,
.icon-edit:hover:not(:disabled)::before {
  background-image: url(/assets/img/icons/edit-pen.svg);
}

.icon-delete {
  border: 1px #000000 solid;
  background-color: #000000;
  outline: none;
}

.icon-delete::before {
  content: "";
  display: inline-block;
  width: 13.5px;
  height: 16px;
  background-image: url(/assets/img/icons/delete-white.svg);
  background-size: cover;
}

.icon-delete.active,
.icon-delete:focus,
.icon-delete:hover:not(:disabled) {
  background-color: #fff;
  outline: none;
}

.icon-delete.active::before,
.icon-delete:focus::before,
.icon-delete:hover:not(:disabled)::before {
  background-image: url(/assets/img/icons/delete.svg);
}

.icon-manage {
  border: 1px #000000 solid;
  background-color: #000000;
  outline: none;
}

.icon-manage::before {
  content: "";
  display: inline-block;
  width: 13.5px;
  height: 16px;
  background-image: url(/assets/img/icons/exchange.png);
  background-size: cover;
}

.icon-manage.active,
.icon-manage:focus,
.icon-manage:hover:not(:disabled) {
  background-color: #fff;
  outline: none;
}

.icon-manage.active::before,
.icon-manage:focus::before,
.icon-manage:hover:not(:disabled)::before {
  background-image: url(/assets/img/icons/exchange.png);
}

.toast-icon-error {
  background-color: #ad190e;
  border-radius: 50%;
}

.toast-icon-error::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/img/icons/info-icon.svg) no-repeat 50% 50%;
  background-size: 66%;
  z-index: 2;
}

.toast-icon-error::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  background-color: #fff;
  width: 5px;
  height: 14px;
}

.toast-icon-success {
  background-color: #0b7f35;
  border-radius: 50%;
}

.toast-icon-success::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/icons/tick-white.svg) no-repeat 50% 50%;
  background-size: 66%;
  z-index: 2;
  left: 3px;
}

.toast-icon-warning {
  background-color: #c9a144;
  border-radius: 50%;
}

.toast-icon-warning::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/img/icons/info-icon-warning.svg) no-repeat 50% 50%;
  background-size: 66%;
  z-index: 2;
}

.toast-icon-warning::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  background-color: #fff;
  width: 5px;
  height: 14px;
}

.icon-select-arrow {
  position: relative;
}

.icon-select-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12.121px;
  height: 7.811px;
  background-size: cover;
  margin-left: 5px;
}

.icon-select-arrow.down::after {
  background-image: url(/assets/img/icons/chevron-down.svg);
}

.icon-select-arrow.up::after {
  background-image: url(/assets/img/icons/chevron-up.svg);
}

.icon-click {
  background-color: transparent;
  outline: none;
}

.icon-click::before {
  content: "";
  display: inline-block;
  width: 24.68px;
  height: 28px;
  background-image: url(/assets/img/icons/click.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-left: 2px;
}

.icon-click.active::before {
  background-image: url(/assets/img/icons/click-white.svg);
}

.icon-delivery-box {
  background-color: transparent;
  outline: none;
}

.icon-delivery-box::before {
  content: "";
  display: inline-block;
  width: 21.5px;
  height: 23.84px;
  background-image: url(/assets/img/icons/box.svg);
  background-repeat: no-repeat;
}

.icon-delivery-box.big::before {
  content: "";
  display: inline-block;
  width: 26.15px;
  height: 26px;
  background-image: url(/assets/img/icons/box-big.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  margin-left: 2px;
  margin-top: 2px;
}

.icon-delivery-box.active::before,
.icon-delivery-box:hover::before {
  background-image: url(/assets/img/icons/box-big-white.svg);
}

.icon-error::before {
  content: "";
  display: inline-block;
  width: 9.828px;
  height: 9.828px;
  background-image: url(/assets/img/icons/error-close.svg);
  background-repeat: no-repeat;
}

.icon-info {
  background-color: #fff;
  border-radius: 50%;
}

.icon-info::before {
  content: "";
  display: inline-block;
  width: 13.5px;
  height: 15px;
  background-image: url(/assets/img/icons/info-icon-warning.svg);
  background-size: cover;
}

.icon-info.mini::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/assets/img/icons/info-blue.svg);
  background-repeat: no-repeat;
}

.select-box {
  background-color: #faf7f7;
  border-radius: 10px;
  padding-right: 10px;
  border: 1px solid #d9d7d4 !important;
}

.select-box select.form-control {
  background-color: #faf7f7;
  border: 0px solid #d9d7d4 !important;
}

@media (max-width: 1200px) {
  .table-card.responsive .card-body {
    padding: 16px;
  }
}

@media (max-width: 467px) {
  .table-card.responsive .card-body {
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  .table-card.responsive .card-body .table-container {
    border: 0;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .table-card.responsive .card-body .table-container.show-md-border {
    border: 1px solid #EBE8E6;
    border-radius: 15px;
    overflow: hidden;
  }
}

@media (max-width: 765px) {
  .table-card.responsive .card-body .table-container.show-md-border {
    border: 0;
  }
}

@media (max-width: 1200px) {
  .table-card.responsive .card-body .table-container.show-border {
    border: 1px solid #EBE8E6;
    border-radius: 15px;
  }
}

.s-table--rates .s-table__col {
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .s-table--rates .s-table__col:first-child:before {
    content: "Radius: ";
  }

  .s-table--rates .s-table__col:first-child:after {
    content: " km";
  }

  .s-table--rates .s-table__col:nth-child(2) {
    padding-right: 90px;
  }

  .s-table--rates .s-table__col:nth-child(2):before {
    content: "Delivery charge: ";
  }
}

.s-table__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.2093023256rem;
  padding-top: 1.6744186047rem;
  border-top: 1px solid #EBE8E6;
}

@media (max-width: 767.98px) {
  .s-table__header {
    display: block;
    margin-bottom: 20px;
    padding-top: 26px;
  }
}

@media (max-width: 575.98px) {
  .s-table__header .blob-btn {
    width: 100%;
  }
}

.s-table__info {
  max-width: 23.2558139535rem;
}

.s-table__info-title {
  font-family: var(--font-ArticulatCFSemiBold);
  font-size: max(0.9302325581rem, 12px);
  line-height: max(1.2093023256rem, 12px);
}

@media (max-width: 767.98px) {
  .s-table__info-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.s-table__info-desc {
  margin-top: 0.1860465116rem;
  font-size: max(0.7441860465rem, 12px);
  line-height: max(1.023255814rem, 12px);
}

@media (max-width: 767.98px) {
  .s-table__info-desc {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .s-table__add {
    margin-top: 20px;
  }
}

.s-table__list {
  border: 1px solid #EBE8E6;
  border-top: none;
  border-radius: 0.6511627907rem;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .s-table__list {
    border-radius: 6px;
  }
}

.s-table__head {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  display: flex;
  border-radius: 0.6511627907rem 0.6511627907rem 0 0;
}

@media (max-width: 767.98px) {
  .s-table__head {
    display: none;
  }
}

.s-table__head .s-table__col {
  color: #999191;
  text-transform: uppercase;
}

.s-table__head .s-table__col.sort-box {
  position: relative;
}

.s-table__head .s-table__col .sort-link {
  text-decoration: underline;
}

.s-table__head .s-table__col .sort-icon {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.s-table__head .s-table__col a[href="?sort=created_at&amp;order=  DESC  "] {
  /* Your styles here */
  color: blue;
  /* Change color to blue */
  text-decoration: none;
  /* Remove underline */
  font-weight: bold;
  /* Make text bold */
}

.s-table__row {
  display: flex;
  position: relative;
  font-size: max(0.7441860465rem, 14px);
  line-height: max(1.023255814rem, 20px);
  background-color: #FAF7F7;
}

.s-table__row.is-empty + .s-table__row {
  border-top: 1px solid #EBE8E6;
  border-radius: 6px 6px 0 0;
}

.s-table__row.is-hide {
  display: none;
}

.s-table__row.separator {
  height: 6px;
  max-height: 6px !important;
  background-color: #fff;
}

.s-table__row.separator .s-table__col {
  padding: 0px;
}

.dashboard.admin {
  max-width: 100%;
}

.dashboard.admin .admin-report .admin-report-title {
  font-family: "Permanent Marker", cursive;
}

.dashboard.admin .admin-report .table_payout {
  margin-top: 25px;
}

.dashboard.admin .admin-report .table_payout .s-table__head .s-table__col {
  color: #333;
  text-transform: none;
  flex: 1;
}

.dashboard.admin .admin-report .table_payout .s-table__head .s-table__col.align-right {
  justify-content: end;
}

@media (max-width: 1229px) {
  .dashboard.admin .admin-report .table_payout .s-table__head {
    display: flex;
  }
}

.dashboard.admin .admin-report .btn-container {
  text-align: right;
  /* Align the button to the right */
  margin-top: 20px;
  /* Adjust the margin as needed */
}

.dashboard.admin .admin-report .btn-view-all {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  text-decoration: none;
}

.dashboard.admin .admin-report .btn-view-all:hover {
  background-color: #0056b3;
  /* Darken the color on hover */
  border-color: #0056b3;
  /* Match border color */
}

.s-table__col {
  flex: 1;
  padding: 10px 12px;
  border-bottom: 1px solid #EBE8E6;
  font-size: max(0.6511627907rem, 14px);
  line-height: max(1.023255814rem, 22px);
  letter-spacing: 0.66px;
}

.s-table__col .review_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.s-table__col.sort_order,
.s-table__col.order_history {
  cursor: pointer;
}

.s-table__col:not(:first-child) {
  border-left: 1px solid #EBE8E6;
}

.s-table__col.payment-failed,
.s-table__col.payment-success {
  position: relative;
}

.s-table__col.payment-failed:before,
.s-table__col.payment-success:before {
  top: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
}

@media (max-width: 1299px) {
  .s-table__col.payment-failed,
  .s-table__col.payment-success {
    border-top-left-radius: 11px;
    overflow: hidden;
  }
}

.s-table__col.payment-failed:before {
  background-color: #e60c20;
}

.s-table__col.payment-success:before {
  background-color: #09af31;
}

.s-table__actions {
  display: flex;
  position: absolute;
  top: 0.4651162791rem;
  right: 0.4651162791rem;
}

@media (max-width: 767.98px) {
  .s-table__actions {
    top: 50%;
    transform: translateY(-50%);
  }
}

.s-table__actions.is-disabled .s-table__action {
  background-color: #260b0c;
  border-color: transparent;
  pointer-events: none;
}

.s-table__actions.is-disabled .s-table__action svg {
  opacity: 0.5;
}

.s-table__action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid transparent;
  background-color: #260b0c;
  border-radius: 50%;
  cursor: pointer;
}

.s-table__action svg {
  width: 1.6744186047rem;
  height: 1.6744186047rem;
}

.s-table__action:not(:last-child) {
  margin-right: 0.2790697674rem;
}

.s-table__action--del {
  border: 1px solid #ED1C24;
  background-color: transparent;
}

.s-table__col-title {
  font-weight: 700;
  font-size: max(0.6511627907rem, 14px);
  line-height: max(1.023255814rem, 22px);
  letter-spacing: 0.66px;
  color: #999191;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .s-table__col-title {
    display: none;
  }
}

@media (min-width: 1200px) {
  .s-table__col-title.revenue_title {
    display: block;
  }
}

@media (min-width: 766px) {
  .s-table__body.sm .s-table__col-title {
    display: none;
  }
}

@media (max-width: 765px) {
  .s-table__body.sm .s-table__col-title {
    display: block;
  }
}

@media (min-width: 766px) {
  .s-table__body.sm .s-table__col-title.revenue_title {
    display: block;
  }
}

@media (max-width: 765px) {
  .s-table__body.sm .s-table__col-title.revenue_title {
    display: block;
  }
}

.s-table__col-data {
  font-weight: 600;
  font-size: max(0.6511627907rem, 12px);
  line-height: max(1.023255814rem, 20px);
  letter-spacing: 0.66px;
}

@media (min-width: 1200px) {
  .s-table__col-data {
    display: none;
  }
}

.s-table-dashboard {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.s-table-dashboard .s-table__col {
  letter-spacing: 0.4px;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  border: 0px;
  background-color: #fff;
  padding: 1.25rem 1rem 10px 0px;
}

.s-table-dashboard .s-table__col:last-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 0px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (max-width: 1140px) {
  .s-table-dashboard .s-table__col:last-child {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

@media (max-width: 987px) {
  .s-table-dashboard .s-table__col:last-child {
    flex-wrap: nowrap;
  }
}

@media (max-width: 476px) {
  .s-table-dashboard .s-table__col:last-child {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.s-table-dashboard .s-table__col:last-child a {
  text-align: end;
  width: 30px;
  min-width: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 9px;
  border-radius: 6px;
  background-color: #F4F2F2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin: auto;
  margin-right: 0px;
}

.s-table-dashboard .s-table__col:last-child a:hover {
  background-color: #ED1C24;
}

.s-table-dashboard .s-table__col:last-child a:hover:before {
  background-image: url(/assets/img/arrow-table-white.svg);
}

.s-table-dashboard .s-table__head {
  display: flex;
}

.s-table-dashboard .s-table__head .s-table__col {
  font-size: 13px;
  line-height: 20px;
  color: #999191;
  border: 0px;
}

.s-table-dashboard .s-table__row {
  display: flex;
  background-color: transparent;
}

.s-table-dashboard .s-table__row:not(:last-child) {
  border-bottom: 1px dotted #EFEBEB;
}

.s-table-dashboard .s-table__row .s-table__col.price {
  color: #330002;
}

.s-table-dashboard .s-table__row .s-table__col.price .revenue_title {
  align-self: end;
  text-align: end;
  width: 100%;
}

.table-payout .s-table__head {
  justify-content: space-between;
}

@media (max-width: 1229px) {
  .table-payout .s-table__head {
    display: none;
  }
}

@media (max-width: 991px) {
  .table-payout .s-table__head {
    display: flex;
  }
}

@media (max-width: 567px) {
  .table-payout .s-table__head {
    display: none;
  }
}

.table-payout .s-table__col {
  flex: 0;
  padding: 0px;
}

.table-payout .s-table__col:first-child {
  min-width: 100px;
}

@media (max-width: 1229px) {
  .table-payout .s-table__col:first-child {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 991px) {
  .table-payout .s-table__col:first-child {
    flex: 0 0 auto;
    min-width: 100px;
  }
}

@media (max-width: 567px) {
  .table-payout .s-table__col:first-child {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

.table-payout .s-table__col:nth-child(2) {
  min-width: 70px;
}

@media (max-width: 1229px) {
  .table-payout .s-table__col:nth-child(2) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 991px) {
  .table-payout .s-table__col:nth-child(2) {
    flex: 0 0 auto;
    min-width: 70px;
  }
}

@media (max-width: 567px) {
  .table-payout .s-table__col:nth-child(2) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

.table-payout .s-table__col:nth-child(3) {
  min-width: 175px;
}

.table-payout .s-table__col:nth-child(4) {
  min-width: 32px;
}

@media (max-width: 1229px) {
  .table-payout .s-table__col .s-table__col-title {
    display: block;
  }
}

@media (max-width: 991px) {
  .table-payout .s-table__col .s-table__col-title {
    display: none;
  }
}

@media (max-width: 567px) {
  .table-payout .s-table__col .s-table__col-title {
    display: block;
  }
}

@media (max-width: 1229px) {
  .table-payout .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

@media (max-width: 991px) {
  .table-payout .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

@media (max-width: 567px) {
  .table-payout .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

.table-payout .s-table__row {
  justify-content: space-between;
  padding: 10px 0px;
}

@media (max-width: 1229px) {
  .table-payout .s-table__row {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

@media (max-width: 991px) {
  .table-payout .s-table__row {
    flex-wrap: nowrap;
    row-gap: 0px;
  }
}

@media (max-width: 991px) {
  .table-payout .s-table__row {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.table-payout .s-table__row .s-table__col {
  color: #999191;
  display: flex;
}

@media (max-width: 1229px) {
  .table-payout .s-table__row .s-table__col {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .table-payout .s-table__row .s-table__col {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 567px) {
  .table-payout .s-table__row .s-table__col {
    flex-direction: column;
    align-items: flex-start;
  }
}

.table-products .s-table__head {
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (max-width: 576px) {
  .table-products .s-table__head {
    display: none;
  }
}

.table-products .s-table__col {
  padding: 0px;
}

.table-products .s-table__col:first-child {
  max-width: 250px;
}

@media (max-width: 1248px) {
  .table-products .s-table__col:first-child {
    max-width: none;
    min-width: 250px;
  }
}

@media (max-width: 991px) {
  .table-products .s-table__col:first-child {
    max-width: 200px;
    min-width: 175px;
  }
}

@media (max-width: 576px) {
  .table-products .s-table__col:first-child {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.table-products .s-table__col:nth-child(2) {
  min-width: 60px;
  max-width: 40px;
}

@media (max-width: 1248px) {
  .table-products .s-table__col:nth-child(2) {
    flex: 1;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .table-products .s-table__col:nth-child(2) {
    min-width: 60px;
    max-width: 85px;
  }
}

@media (max-width: 576px) {
  .table-products .s-table__col:nth-child(2) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.table-products .s-table__col:nth-child(3) {
  max-width: 90px;
}

@media (max-width: 1248px) {
  .table-products .s-table__col:nth-child(3) {
    flex: 1;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .table-products .s-table__col:nth-child(3) {
    max-width: 110px;
  }
}

@media (max-width: 576px) {
  .table-products .s-table__col:nth-child(3) {
    max-width: none;
  }
}

.table-products .s-table__col:nth-child(4) {
  min-width: 32px;
  max-width: 32px;
}

@media (min-width: 578px) {
  .table-products .s-table__col .s-table__col-title {
    display: none;
  }
}

@media (max-width: 576px) {
  .table-products .s-table__col .s-table__col-title {
    display: block;
  }
}

@media (min-width: 578px) {
  .table-products .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

@media (max-width: 576px) {
  .table-products .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

.table-products .s-table__row {
  justify-content: space-between;
  padding: 10px 0px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.table-products .s-table__row .s-table__col {
  color: #999191;
  align-self: center;
}

.table-products .s-table__row .s-table__col.flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.table-products .s-table__row .s-table__col.flex img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 6px;
}

.table-products .s-table__row .s-table__col .details .product_name {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #330002;
}

.table-products .s-table__row .s-table__col .details .category {
  font-size: 13px;
  line-height: 15px;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 576px) {
  .table-products .s-table__row {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__head {
    display: none;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__row {
    flex-wrap: wrap;
    margin: 10px;
    border-radius: 12px;
    border: 1px solid #EBE8E6;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__row.separator {
    display: none;
  }

  .s-table-modal .s-table__row.separator .s-table__col:not(:first-child) {
    display: none;
  }
}

.s-table-modal .s-table__col__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.s-table-modal .s-table__col__item .s-table__col-title {
  flex: 0 0 100%;
  max-width: 100%;
}

.s-table-modal .s-table__col__item .item_label {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.order_table_incomplete {
  width: 100%;
  overflow-x: auto !important;
}

.order_table_incomplete .s-table-orders {
  min-width: 1100px;
  overflow-x: auto;
}

@media (max-width: 1200px) {
  .order_table_incomplete {
    border: 1px solid #EBE8E6 !important;
  }
}

.order_table_incomplete .s-table__col-title {
  display: none !important;
}

.order_table_incomplete .s-table__col-title.revenue_title {
  display: block !important;
}

.order_table_incomplete .s-table__head {
  display: flex !important;
}

.order_table_incomplete {
  width: 100%;
  overflow-x: auto !important;
}

.order_table_incomplete .s-table-orders {
  min-width: 1020px;
  overflow-x: auto;
}

.order_table_incomplete .s-table-orders .s-table__head .s-table__col:nth-child(1),
.order_table_incomplete .s-table-orders .s-table__row .s-table__col:nth-child(1) {
  min-width: 100px;
  max-width: 150px;
}

.order_table_incomplete .s-table-orders .s-table__head .s-table__col:nth-child(1) .table-action-wrapper,
.order_table_incomplete .s-table-orders .s-table__row .s-table__col:nth-child(1) .table-action-wrapper {
  flex-direction: row;
}

.order_table_incomplete .s-table-orders .s-table__head .s-table__col:nth-child(2),
.order_table_incomplete .s-table-orders .s-table__row .s-table__col:nth-child(2) {
  min-width: 120px;
  max-width: 200px;
}

.order_table_incomplete .s-table-orders .s-table__head .s-table__col:nth-child(3),
.order_table_incomplete .s-table-orders .s-table__row .s-table__col:nth-child(3) {
  min-width: 160px;
  max-width: 160px;
}

.order_table_incomplete .s-table-orders .s-table__head .s-table__col:nth-child(4),
.order_table_incomplete .s-table-orders .s-table__row .s-table__col:nth-child(4) {
  max-width: 150px;
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:nth-child(1) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:nth-child(1) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .s-table-modal .s-table__col:nth-child(1) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.s-table-modal .s-table__col:nth-child(1) .table-action-wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:nth-child(1) .table-action-wrapper .table-action {
    align-items: center;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:nth-child(2) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .s-table-modal .s-table__col:nth-child(2) {
    flex: 0 0 100%;
    min-width: 100%;
    border-left: none;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:nth-child(3) {
    flex: 0 0 50%;
    min-width: 50%;
    border-left: none;
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .s-table-modal .s-table__col:nth-child(3) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:nth-child(4) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .s-table-modal .s-table__col:nth-child(4) {
    flex: 0 0 100%;
    min-width: 100%;
    border-left: none;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:nth-child(5) {
    flex: 0 0 50%;
    min-width: 50%;
    border-left: none;
  }
}

@media (max-width: 480px) {
  .s-table-modal .s-table__col:nth-child(5) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.s-table-modal .s-table__col:nth-child(5) .item_list {
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:nth-child(6) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .s-table-modal .s-table__col:nth-child(6) {
    flex: 0 0 100%;
    min-width: 100%;
    border-left: none;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col:last-child {
    border-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .s-table-modal .s-table__col:last-child {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media (min-width: 1300px) {
  .s-table-modal .s-table__col .s-table__col-title {
    display: none;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col .s-table__col-title {
    display: block;
  }
}

@media (min-width: 1300px) {
  .s-table-modal .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

@media (max-width: 1299px) {
  .s-table-modal .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

.s-table-orders .s-table__col:nth-child(1) {
  width: 85px;
  min-width: 85px;
  max-width: 140px;
  flex-shrink: 2;
}

.s-table-orders .s-table__col:nth-child(1) .table-action-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.s-table-orders .s-table__col:nth-child(2) {
  min-width: 170px;
  max-width: 170px;
}

.s-table-orders .s-table__col:nth-child(3) {
  min-width: 155px;
  flex-shrink: 2;
}

.s-table-orders .s-table__col:nth-child(4) {
  min-width: 120px;
  flex-shrink: 2;
}

.s-table-orders .s-table__col:nth-child(5) {
  min-width: 90px;
  max-width: 150px;
}

.s-table-orders .s-table__col:nth-child(5) .item_list {
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.s-table-orders .s-table__col:nth-child(6) {
  min-width: 175px;
}

.s-table-orders .s-table__col:last-child {
  min-width: 160px;
}

.s-table-orders .s-table__col.min_width {
  max-width: 95px !important;
  min-width: auto;
}

@media (max-width: 1200px) {
  .s-table.menu-hours {
    border: 1px #EBE8E6 solid;
    border-radius: 0.999rem;
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .s-table.menu-hours .s-table__head {
    display: none;
  }
}

@media (max-width: 767px) {
  .s-table.menu-hours .s-table__head {
    display: flex;
  }
}

@media (max-width: 567px) {
  .s-table.menu-hours .s-table__head {
    display: none;
  }
}

.s-table.menu-hours .s-table__row:last-child .s-table__col {
  border-bottom: none;
}

@media (max-width: 1199px) {
  .s-table.menu-hours .s-table__row .s-table__col:not(:first-child) {
    display: none;
  }
}

@media (max-width: 767px) {
  .s-table.menu-hours .s-table__row .s-table__col:not(:first-child) {
    display: block;
  }

  .s-table.menu-hours .s-table__row .s-table__col .s-table__col-title,
  .s-table.menu-hours .s-table__row .s-table__col .s-table__col-data {
    display: none;
  }

  .s-table.menu-hours .s-table__row .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

@media (max-width: 567px) {
  .s-table.menu-hours .s-table__row .s-table__col:not(:first-child) {
    display: none;
  }

  .s-table.menu-hours .s-table__row .s-table__col .s-table__col-title,
  .s-table.menu-hours .s-table__row .s-table__col .s-table__col-data {
    display: none;
  }

  .s-table.menu-hours .s-table__row .s-table__col .s-table__col-title.revenue_title {
    display: block;
  }
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__head {
    display: none;
  }
}

.s-table.manage-items .s-table__col:nth-child(1) {
  flex: 0 0 12%;
  min-width: 12%;
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__col:nth-child(1) {
    flex: 0 0 auto;
    width: 100px;
    max-width: 100px;
  }
}

@media (max-width: 480px) {
  .s-table.manage-items .s-table__col:nth-child(1) {
    flex: 0 0 100%;
    min-width: 100%;
    border-bottom: 0px;
    padding-bottom: 0px;
  }
}

.s-table.manage-items .s-table__col:nth-child(1) img {
  border-radius: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 60px;
}

.s-table.manage-items .s-table__col:nth-child(2) {
  flex: 0 0 18%;
  min-width: 18%;
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__col:nth-child(2) {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    border-left: 0px;
  }
}

@media (max-width: 480px) {
  .s-table.manage-items .s-table__col:nth-child(2) {
    flex: 0 0 100%;
    min-width: 100%;
    border-left: none;
  }
}

.s-table.manage-items .s-table__col:nth-child(3) {
  flex: 0 0 10%;
  min-width: 113px;
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__col:nth-child(3) {
    flex: 0 0 50%;
    min-width: 50%;
    border-left: none;
  }
}

@media (max-width: 480px) {
  .s-table.manage-items .s-table__col:nth-child(3) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.s-table.manage-items .s-table__col:nth-child(4) {
  flex: 0 0 12%;
  min-width: 120px;
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__col:nth-child(4) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .s-table.manage-items .s-table__col:nth-child(4) {
    flex: 0 0 100%;
    min-width: 100%;
    border-left: none;
  }
}

.s-table.manage-items .s-table__col:nth-child(5) {
  flex: 0 0 12%;
  min-width: 12%;
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__col:nth-child(5) {
    flex: 0 0 50%;
    min-width: 50%;
    border-left: none;
  }
}

@media (max-width: 480px) {
  .s-table.manage-items .s-table__col:nth-child(5) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.s-table.manage-items .s-table__col:nth-child(6) {
  flex: 0 0 10%;
  min-width: 80px;
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__col:nth-child(6) {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .s-table.manage-items .s-table__col:nth-child(6) {
    flex: 0 0 100%;
    min-width: 100%;
    border-left: none;
  }
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__col:last-child {
    border-left: none;
    border-bottom: 0px;
  }

  .s-table.manage-items .s-table__col:last-child .table-action-wrapper {
    justify-content: right;
  }
}

@media (max-width: 480px) {
  .s-table.manage-items .s-table__col:last-child {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__row {
    flex-wrap: wrap;
    margin: 10px;
    border-radius: 12px;
    border: 1px solid #EBE8E6;
  }
}

@media (min-width: 1200px) {
  .s-table.manage-items .s-table__row:last-child .s-table__col {
    border-bottom: 0px;
  }
}

@media (max-width: 1199px) {
  .s-table.manage-items .s-table__row:last-child .s-table__col {
    border-bottom: 1px solid #EBE8E6;
  }
}

@media (max-width: 1199px) {
  .s-table.manage-items .s-table__row:last-child .s-table__col:last-child {
    border-bottom: 0px;
  }
}

@media (max-width: 1200px) {
  .s-table.manage-items .s-table__row.separator {
    display: none;
  }
}

table.revenue-table {
  min-width: 500px;
}

table.revenue-table tr td:first-child {
  min-width: 100px;
  white-space: nowrap !important;
  word-wrap: break-word !important;
}

@media (max-width: 765px) {
  .s-table.item-categories .s-table__head {
    display: none;
  }
}

.s-table.item-categories .s-table__col:nth-child(1) {
  flex: 0 0 12%;
  min-width: 100px;
}

@media (max-width: 765px) {
  .s-table.item-categories .s-table__col:nth-child(1) {
    flex: 0 0 auto;
    width: 100px;
    max-width: 100px;
  }
}

@media (max-width: 480px) {
  .s-table.item-categories .s-table__col:nth-child(1) {
    flex: 0 0 100%;
    min-width: 100%;
    border-bottom: 0px;
    padding-bottom: 0px;
  }
}

.s-table.item-categories .s-table__col:nth-child(1) img {
  border-radius: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 60px;
}

.s-table.item-categories .s-table__col:nth-child(2) {
  flex: 0 0 38%;
  min-width: 38%;
}

@media (max-width: 765px) {
  .s-table.item-categories .s-table__col:nth-child(2) {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    border-left: 0px;
  }
}

@media (max-width: 480px) {
  .s-table.item-categories .s-table__col:nth-child(2) {
    flex: 0 0 100%;
    min-width: 100%;
    border-left: none;
  }
}

.s-table.item-categories .s-table__col:nth-child(3) {
  flex: 1;
}

@media (max-width: 765px) {
  .s-table.item-categories .s-table__col:nth-child(3) {
    border-left: none;
    border-bottom: 0px;
  }
}

@media (max-width: 765px) {
  .s-table.item-categories .s-table__row {
    flex-wrap: wrap;
    margin: 10px;
    border-radius: 12px;
    border: 1px solid #EBE8E6;
  }
}

.s-table.item-categories .s-table__row:last-child .s-table__col {
  border-bottom: 0px;
}

@media (max-width: 765px) {
  .s-table.item-categories .s-table__row.separator {
    display: none;
  }
}

@media (max-width: 765px) {
  .s-table.add-on-group .s-table__head,
  .s-table.restaurants-offers .s-table__head {
    display: none;
  }
}

.s-table.add-on-group .s-table__col:nth-child(1),
.s-table.restaurants-offers .s-table__col:nth-child(1) {
  flex: 1;
}

@media (max-width: 480px) {
  .s-table.add-on-group .s-table__col:nth-child(1),
  .s-table.restaurants-offers .s-table__col:nth-child(1) {
    flex: 0 0 100%;
    min-width: 100%;
    border-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 765px) {
  .s-table.add-on-group .s-table__col:nth-child(2),
  .s-table.restaurants-offers .s-table__col:nth-child(2) {
    border-left: 0px;
  }
}

@media (max-width: 480px) {
  .s-table.add-on-group .s-table__col:nth-child(2),
  .s-table.restaurants-offers .s-table__col:nth-child(2) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media (max-width: 765px) {
  .s-table.add-on-group .s-table__col:nth-child(3),
  .s-table.restaurants-offers .s-table__col:nth-child(3) {
    border-left: none;
    border-bottom: 0px;
  }
}

@media (max-width: 765px) {
  .s-table.add-on-group .s-table__row,
  .s-table.restaurants-offers .s-table__row {
    flex-wrap: wrap;
    margin: 10px;
    border-radius: 12px;
    border: 1px solid #EBE8E6;
    flex-direction: column;
  }
}

.s-table.add-on-group .s-table__row:last-child .s-table__col,
.s-table.restaurants-offers .s-table__row:last-child .s-table__col {
  border-bottom: 0px;
}

@media (max-width: 765px) {
  .s-table.add-on-group .s-table__row.separator,
  .s-table.restaurants-offers .s-table__row.separator {
    display: none;
  }
}

@media (max-width: 765px) {
  .s-table.packaging-items .s-table__head,
  .s-table.coupons .s-table__head {
    display: none;
  }
}

@media (max-width: 480px) {
  .s-table.packaging-items .s-table__col:nth-child(1),
  .s-table.coupons .s-table__col:nth-child(1) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media (max-width: 765px) {
  .s-table.packaging-items .s-table__col:nth-child(2),
  .s-table.coupons .s-table__col:nth-child(2) {
    border-left: 0px;
    border-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .s-table.packaging-items .s-table__col:nth-child(2),
  .s-table.coupons .s-table__col:nth-child(2) {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media (max-width: 765px) {
  .s-table.packaging-items .s-table__row,
  .s-table.coupons .s-table__row {
    flex-wrap: wrap;
    margin: 10px;
    border-radius: 12px;
    border: 1px solid #EBE8E6;
    flex-direction: column;
  }
}

.s-table.packaging-items .s-table__row:last-child .s-table__col,
.s-table.coupons .s-table__row:last-child .s-table__col {
  border-bottom: 0px;
}

@media (max-width: 765px) {
  .s-table.packaging-items .s-table__row:last-child .s-table__col:first-child,
  .s-table.coupons .s-table__row:last-child .s-table__col:first-child {
    border-bottom: 1px solid #EBE8E6;
  }
}

@media (max-width: 765px) {
  .s-table.packaging-items .s-table__row.separator,
  .s-table.coupons .s-table__row.separator {
    display: none;
  }
}

.overflow-table {
  overflow-x: auto !important;
}

@media (max-width: 769px) {
  .overflow-table {
    border: 1px solid #EBE8E6;
    border-radius: 16px;
  }
}

@media (max-width: 769px) {
  .overflow-table .s-table__head {
    display: flex;
  }
}

.overflow-table .s-table__row:last-child .s-table__col {
  border-bottom: 0px;
}

.s-table.reports-data .s-table__col {
  min-width: 160px;
}

.s-table.reports-data .s-table__col.col-large {
  min-width: 200px;
}

.s-table.reports-data .s-table__head,
.s-table.reports-data .s-table__row {
  min-width: 680px;
}

.s-table.review-data .s-table__col {
  min-width: 210px;
}

.s-table.review-data .s-table__col.col-large {
  min-width: 200px;
}

.s-table.review-data .s-table__col:last-child {
  max-width: 160px;
  min-width: 160px;
}

.s-table.review-data .s-table__head,
.s-table.review-data .s-table__row {
  min-width: 860px;
}

.s-table.restaurant-data {
  overflow-x: hidden;
  min-width: 1500px;
}

.s-table.restaurant-data .s-table__col {
  min-width: 160px;
}

.s-table.restaurant-data .s-table__col.col-large {
  min-width: 200px;
  max-width: 250px;
}

.s-table.restaurant-data .s-table__col.col-max {
  min-width: 400px;
  max-width: 500px;
}

.s-table.restaurant-data .store_details {
  display: flex;
  justify-content: space-between;
  margin: 5px;
  background-color: #aaa;
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
}

.s-table.restaurant-data .store_details.active {
  background-color: #09af31;
}

.s-table.table-popularity .s-table__col {
  min-width: 170px;
  max-width: 170px;
}

.s-table.table-popularity .s-table__col.col-large {
  min-width: 200px;
  max-width: none;
}

.s-table.table-popularity .s-table__head,
.s-table.table-popularity .s-table__row {
  min-width: 370px;
}

.s-table.table-coupon .s-table__col.col-large {
  min-width: 200px;
  max-width: none;
}

.s-table.table-coupon .s-table__col:nth-child(2),
.s-table.table-coupon .s-table__col:nth-child(3) {
  min-width: 120px;
  max-width: 120px;
}

.s-table.table-coupon .s-table__col:last-child {
  min-width: 180px;
  max-width: 180px;
}

.s-table.table-coupon .s-table__head,
.s-table.table-coupon .s-table__row {
  min-width: 620px;
}

.s-table.table-gst .s-table__col:nth-child(1) {
  min-width: 180px;
  max-width: 180px;
}

.s-table.table-gst .s-table__col.col-large {
  min-width: 250px;
  max-width: none;
}

.s-table.table-gst .s-table__col:nth-child(3),
.s-table.table-gst .s-table__col:nth-child(4),
.s-table.table-gst .s-table__col:nth-child(5) {
  min-width: 130px;
  max-width: 130px;
}

.s-table.table-gst .s-table__head,
.s-table.table-gst .s-table__row {
  min-width: 820px;
}

.table-invoice th:first-child,
.table-invoice td:first-child {
  width: 80px;
  min-width: 80px;
}

.table-invoice th:nth-child(2),
.table-invoice td:nth-child(2) {
  min-width: 230px;
}

.table-invoice th:nth-child(3),
.table-invoice th:nth-child(4),
.table-invoice td:nth-child(3),
.table-invoice td:nth-child(4) {
  width: 160px;
  min-width: 160px;
}

.table-invoice th:nth-child(5),
.table-invoice td:nth-child(5) {
  min-width: 300px;
}

.table-print-invoice {
  min-width: 580px;
}

.table-print-invoice th:first-child,
.table-print-invoice td:first-child {
  width: 10%;
  min-width: 100px;
}

.table-print-invoice th:nth-child(2),
.table-print-invoice td:nth-child(2) {
  width: 40%;
}

.table-print-invoice th:nth-child(3),
.table-print-invoice td:nth-child(3) {
  width: 20%;
  min-width: 150px;
}

.table-print-invoice th:nth-child(4),
.table-print-invoice td:nth-child(4) {
  width: 30%;
}

.s-table.item-activity-data.s-table-orders {
  min-width: 700px;
}

.s-table.item-activity-data.s-table-orders .s-table__col.s-col-large {
  min-width: 300px;
}

