html {
  font-size: 14px;
}

.custom-daterange-picker > div {
  border: none;
}
.custom-daterange-picker > div:nth-child(2) {
  display: none;
}

.reservation_v2_form .rc-time-picker {
  /* base input styles */
}
.reservation_v2_form .rc-time-picker .rc-time-picker-input {
  height: 2.5rem;
  border: 0.0625rem solid #cbd5e0;
  border-radius: 0.5rem;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.reservation_v2_form .rc-time-picker {
  /* when focused (tab/click) OR panel open (selecting time) */
}
.reservation_v2_form .rc-time-picker.rc-time-picker-focused .rc-time-picker-input, .reservation_v2_form .rc-time-picker.rc-time-picker-open .rc-time-picker-input {
  border-color: #3182ce !important;
  box-shadow: 0 0 0 0.0625rem #3182ce !important;
}
.reservation_v2_form .rc-time-picker {
  /* clear button & icon */
}
.reservation_v2_form .rc-time-picker .rc-time-picker-clear {
  width: 2rem;
  height: 2rem;
}
.reservation_v2_form .rc-time-picker .rc-time-picker-clear .rc-time-picker-clear-icon:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
}
.reservation_v2_form {
  /* scrollbar tweaks */
}
.reservation_v2_form .rc-time-picker-panel-select {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 100, 100, 0.4) transparent;
}
.reservation_v2_form .rc-time-picker-panel-select::-webkit-scrollbar {
  width: 0.5rem;
}
.reservation_v2_form .rc-time-picker-panel-select::-webkit-scrollbar-track {
  background: transparent;
}
.reservation_v2_form .rc-time-picker-panel-select::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.4);
  border-radius: 0.25rem;
  border: 0.125rem solid transparent;
  background-clip: content-box;
}

.keyword_sms_template {
  display: inline-flex;
  align-items: center;
  background-color: rgba(68, 76, 231, 0.0784313725);
  height: 1.5rem;
  font-size: 0rem;
  color: #353dba;
  padding: 0 0.375rem;
  border-radius: 0.3125rem;
  user-select: all;
}
.keyword_sms_template::before {
  content: attr(data-content);
  font-size: 0.875rem;
}

.code_style_accordion code {
  font-size: 14px;
  background-color: #e3e3e3;
  padding: 2px 4px;
  border-radius: 8px;
}.rc-pagination {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.rc-pagination ul,
.rc-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rc-pagination-start {
  justify-content: start;
}
.rc-pagination-center {
  justify-content: center;
}
.rc-pagination-end {
  justify-content: end;
}
.rc-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.rc-pagination-total-text {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  line-height: 26px;
  vertical-align: middle;
}
.rc-pagination-item {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.rc-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.rc-pagination-item a:hover {
  text-decoration: none;
}
.rc-pagination-item:focus,
.rc-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}
.rc-pagination-item:focus a,
.rc-pagination-item:hover a {
  color: #1890ff;
}
.rc-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.rc-pagination-item-active a {
  color: #1890ff;
}
.rc-pagination-item-active:focus,
.rc-pagination-item-active:hover {
  border-color: #40a9ff;
}
.rc-pagination-item-active:focus a,
.rc-pagination-item-active:hover a {
  color: #40a9ff;
}
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  outline: 0;
}
.rc-pagination-jump-prev button,
.rc-pagination-jump-next button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
}
.rc-pagination-jump-prev button:after,
.rc-pagination-jump-next button:after {
  display: block;
  content: '•••';
}
.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  margin-right: 8px;
}
.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Arial;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.rc-pagination-prev,
.rc-pagination-next {
  outline: 0;
}
.rc-pagination-prev button,
.rc-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}
.rc-pagination-prev:hover button,
.rc-pagination-next:hover button {
  border-color: #40a9ff;
}
.rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-next .rc-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.rc-pagination-prev:focus .rc-pagination-item-link,
.rc-pagination-next:focus .rc-pagination-item-link,
.rc-pagination-prev:hover .rc-pagination-item-link,
.rc-pagination-next:hover .rc-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.rc-pagination-prev button:after {
  content: '‹';
  display: block;
}
.rc-pagination-next button:after {
  content: '›';
  display: block;
}
.rc-pagination-disabled,
.rc-pagination-disabled:hover,
.rc-pagination-disabled:focus {
  cursor: not-allowed;
}
.rc-pagination-disabled .rc-pagination-item-link,
.rc-pagination-disabled:hover .rc-pagination-item-link,
.rc-pagination-disabled:focus .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.rc-pagination-slash {
  margin: 0 10px 0 12px;
}
.rc-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .rc-pagination-options *::-ms-backdrop,
  .rc-pagination-options {
    vertical-align: top;
  }
}
.rc-pagination-options-size-changer.rc-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.rc-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}
.rc-pagination-options-quick-jumper input {
  width: 50px;
  margin: 0 8px;
}
.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link::after,
.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.rc-pagination-simple .rc-pagination-simple-pager {
  display: flex;
  align-items: center;
  height: 24px;
  margin-right: 8px;
}
.rc-pagination-simple .rc-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.rc-pagination.rc-pagination-disabled {
  cursor: not-allowed;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
  color: #fff;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
  opacity: 0;
}
.rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .rc-pagination-options {
    display: none;
  }
}
/* Container to center the pagination */
.pagination-container {
  display: flex;
  justify-content: start;
  /* margin: 1.25rem 0; 20px -> 1.25rem */
}

/* Style for the pagination */
.pagination {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rc-pagination {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #d0d5dd; /* 1px -> 0.0625rem */
  border-radius: 0.5rem; /* 8px -> 0.5rem */
}

/* Style for pagination buttons */
.rc-pagination-item {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem; /* 40px */
  height: 2.5rem; /* 40px */
  font-size: 1rem; /* 16px */
  cursor: pointer;
  margin: 0;
  transition: background-color 0.3s, color 0.3s;
  background-color: transparent;
}
.rc-pagination-item a {
  text-decoration: none;
  color: inherit;
}
.rc-pagination-item:hover {
  background-color: #f9fafb;
  border-color: #444ce7;
}
.rc-pagination-item:hover a {
  color: #444ce7 !important;
}

.rc-pagination-jump-next {
  display: flex;
  align-items: end;
  justify-content: end;
}

/* Active page button */
.rc-pagination-item-active {
  background-color: #f9fafb;
  color: #fff;
}
.rc-pagination-item-active a {
  color: #444ce7 !important;
}

.rc-pagination-item-active {
  border-color: #444ce7;
}

/* Previous and next buttons */
.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-next .rc-pagination-item-link {
  background-color: transparent;
  color: #333;
  border: none;
  width: 2.5rem; /* 40px */
  height: 2.5rem; /* 40px */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1.5625rem; /* 25px */
  text-align: center;
}
.rc-pagination-prev:hover,
.rc-pagination-next:hover,
.rc-pagination-prev .rc-pagination-item-link:hover,
.rc-pagination-next .rc-pagination-item-link:hover {
  background-color: #f9fafb;
  border-radius: 0.5rem; /* 8px */
  color: #333;
}
.rc-pagination-prev:hover .rc-pagination-item-link,
.rc-pagination-next:hover .rc-pagination-item-link,
.rc-pagination-prev .rc-pagination-item-link:hover .rc-pagination-item-link,
.rc-pagination-next .rc-pagination-item-link:hover .rc-pagination-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.5rem;
  height: 100%;
}

/* Custom arrow */
.custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Quick jumper */
.rc-pagination-options {
  display: flex;
  align-items: center;
  margin-left: 0.625rem; /* 10px */
}

/* Ellipsis */
.rc-pagination-item-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem; /* 40px */
  height: 2.5rem; /* 40px */
  line-height: 2.5rem;
  position: relative;
}

.rc-pagination-item-ellipsis::after {
  content: "...";
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

/* Responsive */
@media (max-width: 48rem) {
  /* 768px */
  .rc-pagination-item {
    width: 1.875rem; /* 30px */
    height: 1.875rem; /* 30px */
    font-size: 0.875rem; /* 14px */
  }
  .pagination-container {
    display: flex;
    justify-content: center;
    margin: 1.25rem 0; /* 20px */
  }
  .rc-pagination-prev,
  .rc-pagination-next {
    width: 1.875rem; /* 30px */
    height: 1.875rem; /* 30px */
    font-size: 1.25rem; /* 20px */
  }
  /* Limit visible pages */
  .rc-pagination .rc-pagination-item:nth-child(4), .rc-pagination .rc-pagination-item:nth-last-child(4) {
    display: none;
  }
  .rc-pagination .rc-pagination-item:nth-child(5), .rc-pagination .rc-pagination-item:nth-last-child(5) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem; /* 30px */
    height: 1.875rem; /* 30px */
    line-height: 1.875rem;
    position: relative;
  }
}._highlighted_text_6ne2b_1,
._editing_text_6ne2b_2 {
  width: fit-content;
  padding: 0 0.5rem 0 0.5rem;
  background-color: transparent;
  color: #fa8c16;
  border: 0.0625rem solid transparent;
  border-radius: 0.75rem;
  text-align: center;
  transition: 400ms ease;
  margin-bottom: 0.125rem;
}

._highlighted_text_6ne2b_1 {
  white-space: nowrap;
  max-height: 1.625rem;
  border-color: #ffd591;
  background-color: #fff7e6;
}
._highlighted_text_6ne2b_1._error_6ne2b_20 {
  color: #fa1616;
  border-color: #ff9191;
  background-color: #ffe6e6;
}

._editing_text_6ne2b_2 {
  overflow: hidden;
  max-height: 0rem;
}

._orderId_6ne2b_31 {
  position: relative;
  transition: 400ms ease;
}
._orderId_6ne2b_31._editing_6ne2b_2 {
  max-height: 3.125rem;
}
._orderId_6ne2b_31._editing_6ne2b_2 ._editing_text_6ne2b_2 {
  max-height: 1.625rem;
  border-color: #ffd591;
  background-color: #fff7e6;
}

._top_left_6ne2b_44 {
  position: absolute;
  top: -2.25rem;
  left: -0.5rem;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

._copy_6ne2b_53 {
  position: absolute;
  top: -2.25rem;
  right: -0.5rem;
  opacity: 0;
  transition: 150ms ease;
}
._copy_6ne2b_53:hover {
  opacity: 1;
}

._future_time_6ne2b_64 {
  padding: 0 0.3125rem 0 0.3125rem;
  color: #fa8c16;
  border: 0.0625rem solid transparent;
  border-radius: 0.75rem;
  text-align: center;
  transition: 400ms ease;
  margin-bottom: 0.125rem;
  max-height: 1.625rem;
  border-color: #ffd591;
  background-color: #fff7e6;
}.autocomplete-container input,
.autocomplete-control {
  box-sizing: border-box;
}

.autocomplete-control {
  margin: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.autocomplete-container {
  width: 300px;
}
.autocomplete-container input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 18px;
}

.autocomplete-container .custom-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.autocomplete-container .custom-list-item {
  padding: 8px;
}

.autocomplete-container .custom-list-item:hover {
  background: lightgrey;
  cursor: pointer;
}

.autocomplete-mode {
  margin: 8px 0;
}

.drawing-history {
  margin: 5px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 27px;
  box-sizing: border-box;
}

.drawing-history button {
  height: 100%;
  background: rgb(255, 255, 255);
  border: 0px;
  margin: 0px;
  cursor: pointer;
  color: rgb(86, 86, 86);
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.drawing-history button svg {
  width: 20px;
}
.drawing-history button path {
  fill: rgb(86, 86, 86);
}

.drawing-history button:hover {
  background: rgb(235, 235, 235);
}

.drawing-history button:disabled:hover,
.drawing-history button:disabled {
  background: rgb(255, 255, 255);
  opacity: 0.5;
  cursor: default;
}._branch_marker_vlc4k_1 {
  background-color: #4285f4;
  border-radius: 0.5rem; /* 8px */
  color: #ffffff;
  font-size: 0.875rem; /* 14px */
  padding: 0.3125rem 0.4375rem; /* 5px 7px */
  position: relative;
  opacity: 0.6;
  transition: 150ms ease-in-out;
}
._branch_marker_vlc4k_1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent; /* 8px */
  border-right: 0.5rem solid transparent; /* 8px */
  border-top: 0.5rem solid #4285f4; /* 8px */
}
._branch_marker_vlc4k_1:hover, ._branch_marker_vlc4k_1._active_vlc4k_23 {
  opacity: 1;
  z-index: 10;
}._branch_marker_vlc4k_1 {
  background-color: #4285f4;
  border-radius: 0.5rem; /* 8px */
  color: #ffffff;
  font-size: 0.875rem; /* 14px */
  padding: 0.3125rem 0.4375rem; /* 5px 7px */
  position: relative;
  opacity: 0.6;
  transition: 150ms ease-in-out;
}
._branch_marker_vlc4k_1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent; /* 8px */
  border-right: 0.5rem solid transparent; /* 8px */
  border-top: 0.5rem solid #4285f4; /* 8px */
}
._branch_marker_vlc4k_1:hover, ._branch_marker_vlc4k_1._active_vlc4k_23 {
  opacity: 1;
  z-index: 10;
}._highlighted_text_6ne2b_1,
._editing_text_6ne2b_2 {
  width: fit-content;
  padding: 0 0.5rem 0 0.5rem;
  background-color: transparent;
  color: #fa8c16;
  border: 0.0625rem solid transparent;
  border-radius: 0.75rem;
  text-align: center;
  transition: 400ms ease;
  margin-bottom: 0.125rem;
}

._highlighted_text_6ne2b_1 {
  white-space: nowrap;
  max-height: 1.625rem;
  border-color: #ffd591;
  background-color: #fff7e6;
}
._highlighted_text_6ne2b_1._error_6ne2b_20 {
  color: #fa1616;
  border-color: #ff9191;
  background-color: #ffe6e6;
}

._editing_text_6ne2b_2 {
  overflow: hidden;
  max-height: 0rem;
}

._orderId_6ne2b_31 {
  position: relative;
  transition: 400ms ease;
}
._orderId_6ne2b_31._editing_6ne2b_2 {
  max-height: 3.125rem;
}
._orderId_6ne2b_31._editing_6ne2b_2 ._editing_text_6ne2b_2 {
  max-height: 1.625rem;
  border-color: #ffd591;
  background-color: #fff7e6;
}

._top_left_6ne2b_44 {
  position: absolute;
  top: -2.25rem;
  left: -0.5rem;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

._copy_6ne2b_53 {
  position: absolute;
  top: -2.25rem;
  right: -0.5rem;
  opacity: 0;
  transition: 150ms ease;
}
._copy_6ne2b_53:hover {
  opacity: 1;
}

._future_time_6ne2b_64 {
  padding: 0 0.3125rem 0 0.3125rem;
  color: #fa8c16;
  border: 0.0625rem solid transparent;
  border-radius: 0.75rem;
  text-align: center;
  transition: 400ms ease;
  margin-bottom: 0.125rem;
  max-height: 1.625rem;
  border-color: #ffd591;
  background-color: #fff7e6;
}._branch_marker_vlc4k_1 {
  background-color: #4285f4;
  border-radius: 0.5rem; /* 8px */
  color: #ffffff;
  font-size: 0.875rem; /* 14px */
  padding: 0.3125rem 0.4375rem; /* 5px 7px */
  position: relative;
  opacity: 0.6;
  transition: 150ms ease-in-out;
}
._branch_marker_vlc4k_1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent; /* 8px */
  border-right: 0.5rem solid transparent; /* 8px */
  border-top: 0.5rem solid #4285f4; /* 8px */
}
._branch_marker_vlc4k_1:hover, ._branch_marker_vlc4k_1._active_vlc4k_23 {
  opacity: 1;
  z-index: 10;
}._map_wrapper_uhmbl_1 {
  flex: 1;
  border-radius: 0.5rem;
  overflow: hidden;
}
._map_popup_uhmbl_6 {
  border-radius: 1rem;
  height: 100%;
}
._map_popup_uhmbl_6 ._popup_title_uhmbl_10 {
  color: #101828;
  font-size: 1rem;
  font-weight: 600;
}
._map_popup_uhmbl_6 ._icon_container_uhmbl_15 {
  margin-top: 1rem;
}
._map_popup_uhmbl_6 ._iconed_items_uhmbl_18 {
  display: flex;
  margin-top: 0.625rem;
  font-size: 1rem;
}
._map_popup_uhmbl_6 ._iconed_items_uhmbl_18 img {
  margin-right: 0.5rem;
}
._map_popup_uhmbl_6 ._popup_items_uhmbl_26 {
  color: #101828;
  font-size: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 1.125rem;
}
._map_popup_uhmbl_6 ._buttons_uhmbl_32 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._map_popup_uhmbl_6 ._buttons_uhmbl_32 a {
  padding: 0.5rem 0.75rem;
  width: fit-content;
  font-size: 1rem;
  color: #303940;
  border: 0.0625rem solid #e5e9eb;
  justify-content: center;
  border-radius: 0.5rem;
}
._map_popup_uhmbl_6 ._buttons_uhmbl_32 a:hover {
  color: #0188e2;
  background-color: #e7f1ff;
}

._route_card_uhmbl_51 {
  position: relative;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #f2f4f5;
  border-radius: 0.625rem;
  margin-bottom: 0.625rem;
  transition: 300ms ease-in-out;
  background: #f2f4f7;
  overflow: hidden;
  cursor: pointer;
}
._route_card_uhmbl_51:hover, ._route_card_uhmbl_51._active_uhmbl_62 {
  border: 0.0625rem solid #444ce7;
}
._route_card_uhmbl_51._drag_over_uhmbl_65 {
  background-color: #e9e9e9;
}
._route_card_uhmbl_51 ._order_chip_uhmbl_68 {
  font-size: 0.6875rem;
  color: #3c464e;
  background: #f6f8f9;
  padding: 0 0.25rem;
  border-radius: 0.1875rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
._route_card_uhmbl_51 ._branch_uhmbl_79 {
  color: #84919a;
  font-size: 0.6875rem;
}
._route_card_uhmbl_51 ._subtitle_uhmbl_83 {
  color: #3c464e;
  font-size: 0.6875rem;
  margin: 0.25rem 0 0.5rem;
}

._courier_card_uhmbl_89 {
  border: 0.0625rem solid #f2f4f5;
  margin-bottom: 0.625rem;
  border-radius: 0.75rem;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  transition: 300ms ease-in-out;
}
._courier_card_uhmbl_89:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 0.125rem 0.5rem 0rem;
}
._courier_card_uhmbl_89:active {
  cursor: grabbing;
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 0.125rem 0.5rem 0rem;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
._courier_card_uhmbl_89._drag_start_uhmbl_107 {
  background-color: #e5e9eb;
}
._courier_card_uhmbl_89 ._order_chip_uhmbl_68 {
  font-size: 0.6875rem;
  color: #3c464e;
  background: #f6f8f9;
  padding: 0 0.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._courier_card_uhmbl_89 ._branch_uhmbl_79 {
  color: #84919a;
  font-size: 0.6875rem;
}
._courier_card_uhmbl_89 ._subtitle_uhmbl_83 {
  color: #3c464e;
  font-size: 0.6875rem;
  font-weight: 500;
  margin: 0.25rem 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

._courier_info_card_uhmbl_134 {
  padding: 1rem;
  border: 0.125rem solid #e5e9eb;
  border-radius: 0.5rem;
}

._route_card_uhmbl_51 {
  position: relative;
  padding: 0.75rem;
  border: 0.0625rem solid #ebe9e9;
  border-radius: 0.5rem;
  background: white;
  transition: background 0.3s ease-in-out;
}

._route_card_uhmbl_51._selected_uhmbl_149 {
  background: #f0f1ff;
  border-color: #444ce7;
}

._checkboxWrapper_uhmbl_154 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}:root {
  --backgroundMessageYou: #eeffde;
  --backgroundMessageForYou: #fff;
  --backgroundBody: #4a8e3a8c;
}

.phone {
  border-radius: 20px;
  overflow: hidden;
  justify-content: space-between;
  background: #99ba92;
  width: 275px;
  height: 580px;
  padding: 30px 0 10px 0;
  border: 1px solid #dedede;
  position: relative;
  display: flex;
  flex-direction: column;
}

.phone > .topHeader {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #416482;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 4px;
  gap: 5px;
  font-size: x-small;
  box-sizing: border-box;
}

#sendMessage {
  border: none;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
}

.phone p,
.dayIs {
  font-size: small;
}

.phone p {
  min-width: 60px;
  margin: auto;
  padding: 0.3125rem 0.5rem 0.1rem;
  position: relative;
  background: var(--backgroundMessageYou);
  border-radius: 5px 0 5px 5px;
  float: right;
}

.phone p > span {
  font-size: 11px;
  float: right;
  color: rgba(104, 108, 114, 0.75);
}

.forYou p {
  background: var(--backgroundMessageForYou);
  border-radius: 0 5px 5px 5px;
  float: left;
  color: #000;
}

.phone p::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border: 7px solid var(--backgroundBody);
  border-left: 5px solid var(--backgroundMessageYou);
  border-top: 7px solid var(--backgroundMessageYou);
  left: 100%;
  border-radius: 0 7px 150% 0;
}

.contactTidy {
  width: 100%;
  display: flex;
  gap: 7px;
  padding: 8px 16px;
  align-items: center;
  box-sizing: border-box;
  background: #517da2;
}

.contactTidy button {
  background: none;
  border: none;
  color: #eeeeee;
}

.contactTidy div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: rgba(238, 238, 238, 0.7333333333);
}

.contactTidy div h2,
.contactTidy div h3 {
  margin: 0;
}

.contactTidy div h2 {
  font-size: medium;
}

.contactTidy div h3 {
  font-size: x-small;
}

.contactTidy img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
}

.forYou p::after {
  border-left: 7px solid var(--backgroundBody);
  border-right: 5px solid var(--backgroundMessageForYou);
  border-top: 7px solid var(--backgroundMessageForYou);
  left: 0;
  transform: translateX(-100%);
  border-radius: 7px 0 0 150%;
}

.phone > section {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f1f2f6;
}

.dayIs {
  background: rgba(74, 142, 58, 0.5490196078);
  width: fit-content;
  padding: 0px 8px;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.noNewTidy p::after {
  content: none;
}

#messagesTidy div {
  margin-top: 15px;
  word-break: break-word;
}

.tg_btn {
  flex: 1;
  border-radius: 4px;
  padding: 8px 4px;
  font-size: 12px;
  background: #e5e6ea;
}._gallery_4rped_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* 16px */
  flex-direction: column;
}
._gallery_4rped_1 ._add-block_4rped_7 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  position: relative;
  transition-duration: 0.4s;
  border-radius: 0.375rem; /* 6px */
  border: 0.125rem dashed #d0d5dd; /* 2px */
}
._gallery_4rped_1 ._add-block_4rped_7:active {
  transform: translateY(0);
}
._gallery_4rped_1 ._add-block_4rped_7:hover > ._close-btn_4rped_21 {
  transform: rotate(90deg);
}
._gallery_4rped_1 ._close-btn_4rped_21._rounded-block_4rped_24 {
  top: 0;
  right: 0;
}
._gallery_4rped_1 ._add-icon_4rped_28 {
  display: flex;
  flex-direction: column;
  align-items: center;
}._container_is4gs_1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: opacity 150ms ease-in-out;
}
._container_is4gs_1._open_is4gs_16 {
  opacity: 1;
  transform: scale(1);
}
._container_is4gs_1 ._button_is4gs_20 {
  position: absolute;
  top: 0;
  right: 1.25rem; /* 20px */
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem; /* 60px */
  height: 3.75rem; /* 60px */
  cursor: pointer;
}
._container_is4gs_1 ._button_is4gs_20:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
._container_is4gs_1 img {
  object-fit: contain;
  max-height: 80vh;
  max-width: 80vw;
}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}
._gallery_179rt_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* 16px */
  flex-direction: row;
}
._gallery_179rt_1 ._add-block_179rt_7 {
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  position: relative;
  transition-duration: 0.4s;
  border-radius: 0.375rem; /* 6px */
  border: 0.125rem dashed #d0d5dd; /* 2px */
}
._gallery_179rt_1 ._add-block_179rt_7:active {
  transform: translateY(0);
}
._gallery_179rt_1 ._add-block_179rt_7:hover > ._close-btn_179rt_22 {
  transform: rotate(90deg);
}
._gallery_179rt_1 ._close-btn_179rt_22._rounded-block_179rt_25 {
  top: 0;
  right: 0;
}
._gallery_179rt_1 ._add-icon_179rt_29 {
  display: flex;
  flex-direction: column;
  align-items: center;
}._gallery_pgh59_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: column;
}
._gallery_pgh59_1 ._add-block_pgh59_7 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  position: relative;
  transition-duration: 0.4s;
  border-radius: 0.375rem;
  border: 0.125rem dashed #d0d5dd;
}
._gallery_pgh59_1 ._add-block_pgh59_7:active {
  transform: translateY(0);
}
._gallery_pgh59_1 ._add-block_pgh59_7:hover > ._close-btn_pgh59_21 {
  transform: rotate(90deg);
}
._gallery_pgh59_1 ._add-icon_pgh59_24 {
  display: flex;
  flex-direction: column;
  align-items: center;
}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}._cart_1a9o5_1 {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
._cart_item_1a9o5_8 {
  border-bottom: 1px solid #dddddd;
  padding: 12px 8px;
}
._cart_item_1a9o5_8 ._header_1a9o5_12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
._cart_item_1a9o5_8 ._header_1a9o5_12 h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}
._cart_item_1a9o5_8 ._details_1a9o5_24 {
  font-size: 14px;
  line-height: 17px;
  color: #828282;
  margin-bottom: 2px;
}
._cart_item_1a9o5_8 ._actions_1a9o5_30 {
  user-select: none;
}
._cart_item_1a9o5_8 ._actions_1a9o5_30 ._price_1a9o5_33 {
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
._cart_item_1a9o5_8:last-of-type {
  margin-bottom: 0.5rem;
}

._newItem_1a9o5_42 {
  background: #fff;
  border: 2px solid transparent;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  animation: _fadeOutline_1a9o5_1 1.5s ease forwards;
  transition: background-color 0.3s ease;
}

@keyframes _fadeOutline_1a9o5_1 {
  0% {
    border-color: #444ce7;
    box-shadow: 0 0 10px 5px rgba(68, 76, 231, 0.4);
    background: linear-gradient(135deg, #ebedff, #f2f4f7);
  }
  100% {
    border-color: transparent;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(68, 76, 231, 0);
  }
}
._newItem_1a9o5_42::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: inherit;
  z-index: -1;
  transition: opacity 0.6s ease;
}._branch_marker_oxp5s_1 {
  background-color: #4285f4;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 7px;
  position: relative;
  opacity: 0.6;
  transition: 150ms ease-in-out;
}
._branch_marker_oxp5s_1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4285f4;
}
._branch_marker_oxp5s_1:hover, ._branch_marker_oxp5s_1._active_oxp5s_23 {
  opacity: 1;
  z-index: 10;
}._container_4nk6k_1 {
  position: relative;
}

._numberPad_4nk6k_5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 327px;
  height: auto;
  transform: translateX(110%);
  transition: transform 0.3s ease-in-out;
  z-index: 10;
}
._numberPad_4nk6k_5._open_4nk6k_15 {
  transform: translateX(0);
}

._grid_4nk6k_19 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 16px;
}

._numberButton_4nk6k_26 {
  width: 90px;
  height: 90px;
  font-size: 32px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s;
}
._numberButton_4nk6k_26:hover {
  background-color: #f0f0f0;
}

._deleteButton_4nk6k_40 {
  width: 90px;
  height: 90px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
._deleteButton_4nk6k_40 img {
  width: 32px;
  height: 32px;
}

._toggleButton_4nk6k_56 {
  position: absolute;
  right: 10px;
  top: 70%;
  margin-top: 10px;
  padding: 10px;
  background-color: #e2e5fb;
  color: #444ce7;
  border: none;
  border-radius: 5px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
}._cart_15jfx_1 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 12px;
}
._cart_15jfx_1 ._products_15jfx_10 {
  transition: 300ms ease-in-out;
  max-height: 0px;
  overflow: hidden;
}
._cart_15jfx_1 ._products_15jfx_10._expanded_15jfx_15 {
  max-height: 500px;
  height: 100%;
}
._cart_15jfx_1 ._toggle_15jfx_19 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
._cart_15jfx_1 ._actions_15jfx_29 {
  gap: 14px;
  padding: 24px 30px;
}._card_krtrr_1 {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  height: 100%;
  min-height: 245px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 150ms ease-in-out;
  background-color: #fff;
  padding: 12px;
}
._card_krtrr_1._unavailable_krtrr_13 ._image_krtrr_13 {
  opacity: 0.8;
}
._card_krtrr_1 ._image_krtrr_13 {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 12px;
}
._card_krtrr_1 ._content_krtrr_22 {
  flex: 1;
  padding-top: 12px;
}
._card_krtrr_1 ._content_krtrr_22 h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}
._card_krtrr_1 ._content_krtrr_22 ._price_krtrr_32 ._discount_krtrr_32 {
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: line-through;
  color: #5b6871;
}
._card_krtrr_1 ._content_krtrr_22 ._price_krtrr_32 p {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1a2024;
}
._card_krtrr_1 ._content_krtrr_22 ._action_krtrr_44 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._popover_body_krtrr_50 {
  max-height: 362px;
  overflow-y: auto;
}
._popover_body_krtrr_50::-webkit-scrollbar {
  display: none;
}
._popover_body_krtrr_50 h4 {
  font-size: 14px;
  font-weight: 500;
  color: var(--darkgray-1);
}
._popover_body_krtrr_50 ._single_modifier_krtrr_62 {
  margin-bottom: 12px;
}
._popover_body_krtrr_50 ._single_modifier_krtrr_62 h4 {
  margin-bottom: 12px;
}
._popover_body_krtrr_50 ._modifier_group_krtrr_68,
._popover_body_krtrr_50 ._option_group_krtrr_69 {
  border: 1px solid var(--lightgray-2);
  border-radius: 12px;
  padding: 12px 12px 3px;
  margin-bottom: 12px;
}
._popover_body_krtrr_50 ._modifier_group__title_krtrr_75,
._popover_body_krtrr_50 ._option_group__title_krtrr_76 {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._popover_body_krtrr_50 ._modifier_group__title_krtrr_75 p,
._popover_body_krtrr_50 ._option_group__title_krtrr_76 p {
  font-size: 12px;
}
._popover_body_krtrr_50 ._option_group_krtrr_69 ._option_krtrr_69 + span {
  font-size: 12px;
}
._popover_body_krtrr_50 ._option_group_krtrr_69 ._option_krtrr_69 .MuiFormControlLabel-label {
  font-size: 12px;
}._product_1fia3_1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
._product_1fia3_1 ._gallery_1fia3_6 ._img_1fia3_6 {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 3/2;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
._product_1fia3_1 ._details_1fia3_15 ._title_1fia3_15 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.35px;
}
._product_1fia3_1 ._details_1fia3_15 ._title_1fia3_15._loading_1fia3_21 {
  width: 70%;
  height: 28px;
  margin-bottom: 12px;
  margin-left: 36px;
}
._product_1fia3_1 ._details_1fia3_15 ._delivery_time_1fia3_27 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 24px;
}
._product_1fia3_1 ._details_1fia3_15 ._delivery_time_1fia3_27 p {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
._product_1fia3_1 ._details_1fia3_15 ._description_1fia3_39._loading_1fia3_21 {
  width: 100%;
  height: 18px;
}
._product_1fia3_1 ._actions_1fia3_43 {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
._product_1fia3_1 ._loading_text_1fia3_49 {
  width: 90%;
  height: 18px;
  margin-top: 4px;
}
._product_1fia3_1 ._loading_text_1fia3_49:nth-of-type(2) {
  width: 80%;
}
._product_1fia3_1 ._loading_text_1fia3_49:nth-of-type(2) {
  width: 70%;
}
@media (min-width: 1024px) {
  ._product_1fia3_1 {
    grid-template-columns: 1fr minmax(576px, 1fr);
    min-height: 470px;
  }
  ._product_1fia3_1 ._details_1fia3_15 ._title_1fia3_15 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}._map_wrapper_1l6tz_1 {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}
._map_popup_1l6tz_6 {
  border-radius: 16px;
  height: 100%;
}
._map_popup_1l6tz_6 ._popup_title_1l6tz_10 {
  color: #101828;
  font-size: 16px;
  font-weight: 600;
}
._map_popup_1l6tz_6 ._icon_container_1l6tz_15 {
  margin-top: 16px;
}
._map_popup_1l6tz_6 ._iconed_items_1l6tz_18 {
  display: flex;
  margin-top: 10px;
  font-size: 16px;
}
._map_popup_1l6tz_6 ._iconed_items_1l6tz_18 img {
  margin-right: 8px;
}
._map_popup_1l6tz_6 ._popup_items_1l6tz_26 {
  color: #101828;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 18px;
}
._map_popup_1l6tz_6 ._buttons_1l6tz_32 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._map_popup_1l6tz_6 ._buttons_1l6tz_32 a {
  padding: 8px 12px;
  width: fit-content;
  font-size: 16px;
  color: #303940;
  border: 1px solid #e5e9eb;
  justify-content: center;
  border-radius: 8px;
}
._map_popup_1l6tz_6 ._buttons_1l6tz_32 a:hover {
  color: #0188e2;
  background-color: #e7f1ff;
}

._route_card_1l6tz_51 {
  position: relative;
  padding: 8px 12px;
  border: 1px solid #f2f4f5;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 300ms ease-in-out;
  background: #f2f4f7;
  overflow: hidden;
  cursor: pointer;
}
._route_card_1l6tz_51:hover, ._route_card_1l6tz_51._active_1l6tz_62 {
  border: 1px solid #444ce7;
}
._route_card_1l6tz_51._drag_over_1l6tz_65 {
  background-color: #e9e9e9;
}
._route_card_1l6tz_51 ._order_chip_1l6tz_68 {
  font-size: 11px;
  color: #3c464e;
  background: #f6f8f9;
  padding: 0 4px;
  border-radius: 3px;
  height: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
._route_card_1l6tz_51 ._branch_1l6tz_79 {
  color: #84919a;
  font-size: 11px;
}
._route_card_1l6tz_51 ._subtitle_1l6tz_83 {
  color: #3c464e;
  font-size: 11px;
  margin: 4px 0 8px;
}

._courier_card_1l6tz_89 {
  border: 1px solid #f2f4f5;
  margin-bottom: 10px;
  border-radius: 12px;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  transition: 300ms ease-in-out;
}
._courier_card_1l6tz_89:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
._courier_card_1l6tz_89:active {
  cursor: grabbing;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
._courier_card_1l6tz_89._drag_start_1l6tz_107 {
  background-color: #e5e9eb;
}
._courier_card_1l6tz_89 ._order_chip_1l6tz_68 {
  font-size: 11px;
  color: #3c464e;
  background: #f6f8f9;
  padding: 0 4px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._courier_card_1l6tz_89 ._branch_1l6tz_79 {
  color: #84919a;
  font-size: 11px;
}
._courier_card_1l6tz_89 ._subtitle_1l6tz_83 {
  color: #3c464e;
  font-size: 11px;
  font-weight: 500;
  margin: 4px 0 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

._courier_info_card_1l6tz_134 {
  padding: 1rem;
  border: 2px solid #e5e9eb;
  border-radius: 8px;
}._t_row_1xv56_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

._table_1xv56_6 {
  width: 100%;
  position: relative;
}
._table_1xv56_6 td > div:first-child {
  width: 100%;
}
._table_1xv56_6 td input {
  width: 100%;
  border: 1px solid lightgray;
}._t_row_1850p_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

._table_1850p_6 {
  width: 100%;
}
._table_1850p_6 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: arial, sans-serif;
  table-layout: fixed;
}
._table_1850p_6 thead {
  background: #dddddd;
}
._table_1850p_6 tr {
  border-bottom: 1px solid #e5e9eb;
}
._table_1850p_6 th {
  border-right: 1px solid #e5e9eb;
  padding: 2px 4px;
  text-align: left;
}
._table_1850p_6 td {
  border-right: 1px solid #e5e9eb;
  padding: 6px;
}
._table_1850p_6 td > * {
  width: 100%;
}
._table_1850p_6 td input {
  border: 1px solid #e5e9eb;
}
._table_container_1850p_37 {
  border: 1px solid #e5e9eb;
}.notion-input {
  padding: 0.46875rem 0.5rem; /* 7.5px 8px */
  border-radius: 0.5rem; /* 8px */
  width: 100%;
  outline-color: #d0d5dd;
  outline-width: 0.0625rem; /* 1px */
  background-color: transparent;
  border: 0.0625rem solid transparent; /* 1px */
}
.notion-input:focus {
  background: #f9fafb;
}
.notion-input:disabled {
  background: #f9fafb;
  border-radius: 0rem; /* 0px */
  opacity: 0.5;
}
.notion-input::placeholder {
  opacity: 0.1;
}

.action-cell.invisible {
  position: relative;
}

.action-cell .actions {
  position: absolute;
  top: 0.625rem; /* 10px */
  right: 0.5rem; /* 8px */
  height: 1.5rem; /* 24px */
  background-color: #fff;
  box-shadow: rgba(255, 255, 235, 0.1) 0rem 0rem 0rem 0.0625rem,
    rgba(0, 0, 0, 0.16) 0rem 0.25rem 0.75rem -0.125rem; /* 1px, 4px, 12px, -2px */
  border-radius: 0.375rem; /* 6px */
  padding: 0.125rem; /* 2px */
  transition: 100ms ease-in-out;
}

.action-cell.invisible .actions {
  opacity: 0;
  top: 0.4375rem; /* 7px */
}

.action-cell.invisible:hover .actions {
  opacity: 1;
}

.action-cell .actions .action {
  width: 1.25rem; /* 20px */
  height: 1.25rem; /* 20px */
  color: #98a2b3;
}

.action-cell .actions .action:hover {
  background-color: #f9fafb;
  border-radius: 0.25rem; /* 4px */
}

.resizer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.3125rem; /* 5px */
  background: transparent;
  cursor: col-resize;
  user-select: none;
  touch-action: none;
  right: -0.125rem; /* -2px */
  transition: background 100ms ease-in-out;
  z-index: 1;
}

.resizer:hover,
.resizer.isResizing {
  background: #444ce7;
}
/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}:root {
  --backgroundMessageYou: #eeffde;
  --backgroundMessageForYou: #fff;
  --backgroundBody: #4a8e3a8c;
}

._phone_p2s7t_7 {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  width: 375px;
  height: 748px;
  padding: 0px 0 10px 0;
  border: 1px solid #dedede;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
}

._phone_p2s7t_7 > ._topHeader_p2s7t_21 {
  width: 100%;
  min-height: 44px;
  background: #416482;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  box-sizing: border-box;
  z-index: 2;
}

._header_p2s7t_37 {
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff;
  font-weight: 600;
}

._header_p2s7t_37 button {
  width: 24px;
}

._header_p2s7t_37 div {
  flex: 1;
  font-size: 20px;
  text-align: center;
}

._phone_p2s7t_7 > section {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  z-index: 1;
}

._content_p2s7t_73 {
  overflow-y: auto;
  color: #1a2024;
  font-size: 14px;
  padding: 24px 16px;
}
._content_p2s7t_73 a {
  color: dodgerblue;
  text-decoration: underline;
}:root {
  --backgroundMessageYou: #eeffde;
  --backgroundMessageForYou: #fff;
  --backgroundBody: #4a8e3a8c;
}

._phone_1tvlm_7 {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  width: 375px;
  height: 748px;
  padding: 0px 0 10px 0;
  border: 1px solid #dedede;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
}

._phone_1tvlm_7 > ._topHeader_1tvlm_21 {
  width: 100%;
  min-height: 44px;
  background: #416482;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  box-sizing: border-box;
}

._header_1tvlm_36 {
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff;
  font-weight: 600;
}

._header_1tvlm_36 button {
  width: 24px;
}

._header_1tvlm_36 div {
  flex: 1;
  font-size: 20px;
  text-align: center;
}

._phone_1tvlm_7 > section {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  z-index: 1;
}

._content_1tvlm_72 {
  overflow-y: auto;
  color: #1a2024;
  font-size: 14px;
  padding: 24px 16px;
}
._content_1tvlm_72 a {
  color: dodgerblue;
  text-decoration: underline;
}.notion-input {
  padding: 0.46875rem 0.5rem; /* 7.5px 8px */
  border-radius: 0.5rem; /* 8px */
  width: 100%;
  outline-color: #d0d5dd;
  outline-width: 0.0625rem; /* 1px */
  background-color: transparent;
  border: 0.0625rem solid transparent; /* 1px */
}
.notion-input:focus {
  background: #f9fafb;
}
.notion-input:disabled {
  background: #f9fafb;
  border-radius: 0rem; /* 0px */
  opacity: 0.5;
}
.notion-input::placeholder {
  opacity: 0.1;
}

.action-cell.invisible {
  position: relative;
}

.action-cell .actions {
  position: absolute;
  top: 0.625rem; /* 10px */
  right: 0.5rem; /* 8px */
  height: 1.5rem; /* 24px */
  background-color: #fff;
  box-shadow: rgba(255, 255, 235, 0.1) 0rem 0rem 0rem 0.0625rem,
    rgba(0, 0, 0, 0.16) 0rem 0.25rem 0.75rem -0.125rem; /* 1px, 4px, 12px, -2px */
  border-radius: 0.375rem; /* 6px */
  padding: 0.125rem; /* 2px */
  transition: 100ms ease-in-out;
}

.action-cell.invisible .actions {
  opacity: 0;
  top: 0.4375rem; /* 7px */
}

.action-cell.invisible:hover .actions {
  opacity: 1;
}

.action-cell .actions .action {
  width: 1.25rem; /* 20px */
  height: 1.25rem; /* 20px */
  color: #98a2b3;
}

.action-cell .actions .action:hover {
  background-color: #f9fafb;
  border-radius: 0.25rem; /* 4px */
}

.resizer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.3125rem; /* 5px */
  background: transparent;
  cursor: col-resize;
  user-select: none;
  touch-action: none;
  right: -0.125rem; /* -2px */
  transition: background 100ms ease-in-out;
  z-index: 1;
}

.resizer:hover,
.resizer.isResizing {
  background: #444ce7;
}
.rc-time-picker {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-clear {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 3px;
  margin: 0;
}
.rc-time-picker-clear-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  height: 20px;
  width: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.rc-time-picker-clear-icon:hover:after {
  color: #666;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-narrow {
  max-width: 113px;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
._map_wrapper_uhmbl_1 {
  flex: 1;
  border-radius: 0.5rem;
  overflow: hidden;
}
._map_popup_uhmbl_6 {
  border-radius: 1rem;
  height: 100%;
}
._map_popup_uhmbl_6 ._popup_title_uhmbl_10 {
  color: #101828;
  font-size: 1rem;
  font-weight: 600;
}
._map_popup_uhmbl_6 ._icon_container_uhmbl_15 {
  margin-top: 1rem;
}
._map_popup_uhmbl_6 ._iconed_items_uhmbl_18 {
  display: flex;
  margin-top: 0.625rem;
  font-size: 1rem;
}
._map_popup_uhmbl_6 ._iconed_items_uhmbl_18 img {
  margin-right: 0.5rem;
}
._map_popup_uhmbl_6 ._popup_items_uhmbl_26 {
  color: #101828;
  font-size: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 1.125rem;
}
._map_popup_uhmbl_6 ._buttons_uhmbl_32 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._map_popup_uhmbl_6 ._buttons_uhmbl_32 a {
  padding: 0.5rem 0.75rem;
  width: fit-content;
  font-size: 1rem;
  color: #303940;
  border: 0.0625rem solid #e5e9eb;
  justify-content: center;
  border-radius: 0.5rem;
}
._map_popup_uhmbl_6 ._buttons_uhmbl_32 a:hover {
  color: #0188e2;
  background-color: #e7f1ff;
}

._route_card_uhmbl_51 {
  position: relative;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #f2f4f5;
  border-radius: 0.625rem;
  margin-bottom: 0.625rem;
  transition: 300ms ease-in-out;
  background: #f2f4f7;
  overflow: hidden;
  cursor: pointer;
}
._route_card_uhmbl_51:hover, ._route_card_uhmbl_51._active_uhmbl_62 {
  border: 0.0625rem solid #444ce7;
}
._route_card_uhmbl_51._drag_over_uhmbl_65 {
  background-color: #e9e9e9;
}
._route_card_uhmbl_51 ._order_chip_uhmbl_68 {
  font-size: 0.6875rem;
  color: #3c464e;
  background: #f6f8f9;
  padding: 0 0.25rem;
  border-radius: 0.1875rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
._route_card_uhmbl_51 ._branch_uhmbl_79 {
  color: #84919a;
  font-size: 0.6875rem;
}
._route_card_uhmbl_51 ._subtitle_uhmbl_83 {
  color: #3c464e;
  font-size: 0.6875rem;
  margin: 0.25rem 0 0.5rem;
}

._courier_card_uhmbl_89 {
  border: 0.0625rem solid #f2f4f5;
  margin-bottom: 0.625rem;
  border-radius: 0.75rem;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  transition: 300ms ease-in-out;
}
._courier_card_uhmbl_89:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 0.125rem 0.5rem 0rem;
}
._courier_card_uhmbl_89:active {
  cursor: grabbing;
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 0.125rem 0.5rem 0rem;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
._courier_card_uhmbl_89._drag_start_uhmbl_107 {
  background-color: #e5e9eb;
}
._courier_card_uhmbl_89 ._order_chip_uhmbl_68 {
  font-size: 0.6875rem;
  color: #3c464e;
  background: #f6f8f9;
  padding: 0 0.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._courier_card_uhmbl_89 ._branch_uhmbl_79 {
  color: #84919a;
  font-size: 0.6875rem;
}
._courier_card_uhmbl_89 ._subtitle_uhmbl_83 {
  color: #3c464e;
  font-size: 0.6875rem;
  font-weight: 500;
  margin: 0.25rem 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

._courier_info_card_uhmbl_134 {
  padding: 1rem;
  border: 0.125rem solid #e5e9eb;
  border-radius: 0.5rem;
}

._route_card_uhmbl_51 {
  position: relative;
  padding: 0.75rem;
  border: 0.0625rem solid #ebe9e9;
  border-radius: 0.5rem;
  background: white;
  transition: background 0.3s ease-in-out;
}

._route_card_uhmbl_51._selected_uhmbl_149 {
  background: #f0f1ff;
  border-color: #444ce7;
}

._checkboxWrapper_uhmbl_154 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}._branch_marker_vlc4k_1 {
  background-color: #4285f4;
  border-radius: 0.5rem; /* 8px */
  color: #ffffff;
  font-size: 0.875rem; /* 14px */
  padding: 0.3125rem 0.4375rem; /* 5px 7px */
  position: relative;
  opacity: 0.6;
  transition: 150ms ease-in-out;
}
._branch_marker_vlc4k_1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent; /* 8px */
  border-right: 0.5rem solid transparent; /* 8px */
  border-top: 0.5rem solid #4285f4; /* 8px */
}
._branch_marker_vlc4k_1:hover, ._branch_marker_vlc4k_1._active_vlc4k_23 {
  opacity: 1;
  z-index: 10;
}._card_3sj5r_1 {
  background-color: #fff;
  margin: 10px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #000;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_3sj5r_8 {
  font-weight: 500;
  padding: 12px;
  border-bottom: 1px solid #e5e9eb;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_3sj5r_8 ._small_3sj5r_13 {
  font-size: 14px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_top_3sj5r_16 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 500;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_top_3sj5r_16 ._orderIdWrapper_3sj5r_22 {
  display: flex;
  align-items: center;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_top_3sj5r_16 ._orderIdWrapper_3sj5r_22 ._orderId_3sj5r_22 {
  font-size: 18px;
  font-weight: 700;
  margin-right: 9px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_top_3sj5r_16 ._orderIdWrapper_3sj5r_22 ._infoIcon_3sj5r_31 {
  font-size: 16px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_top_3sj5r_16 ._orderIdWrapper_3sj5r_22 ._infoIcon_3sj5r_31:hover {
  cursor: pointer;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_top_3sj5r_16 ._priceSection_3sj5r_37 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._header_bottom_3sj5r_43 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._route_orders_3sj5r_49 {
  background-color: #eee;
  padding: 0.5rem 0;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderInfoSection_3sj5r_53 {
  padding: 8px 12px 12px 12px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderInfoSection_3sj5r_53 ._orderLabel_3sj5r_56 {
  font-size: 18px;
  font-weight: 500;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderInfoSection_3sj5r_53 ._variantAndModifierNames_3sj5r_60 {
  color: #48535b;
  font-size: 14px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderInfoSection_3sj5r_53 ._variantAndModifierNames_3sj5r_60:last-child {
  padding-bottom: 12px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._clientComment_3sj5r_67 {
  border-top: 1px solid #e5e9eb;
  user-select: none;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._clientComment_3sj5r_67 ._commentHeadingWrapper_3sj5r_71 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px 4px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._clientComment_3sj5r_67 ._commentHeadingWrapper_3sj5r_71 ._commentHead_3sj5r_71 {
  color: #6e8bb7;
  font-size: 14px;
  font-weight: 500;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._clientComment_3sj5r_67 ._commentText_3sj5r_82 {
  padding: 0px 12px 4px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderTimer_3sj5r_88 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderTimer_3sj5r_88 ._timeIcon_3sj5r_94 {
  font-size: 13px;
  color: #6e8bb7;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderTimer_3sj5r_88 ._orderTime_3sj5r_88 {
  font-size: 12px;
  font-weight: 500;
  color: #6e8bb7;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderActions_3sj5r_103 {
  border-top: 1px solid #e5e9eb;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderActions_3sj5r_103 > * {
  flex: 1;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._orderActions_3sj5r_103 button {
  width: 100%;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._singleButton_3sj5r_117 {
  display: flex;
  justify-self: center;
  padding: 12px;
}
._card_3sj5r_1 ._wrapper_3sj5r_8 ._singleButton_3sj5r_117 button {
  width: 100%;
}

@media (max-width: 1480px) {
  ._kitchen_3sj5r_127 ._kitchenWrapper_3sj5r_127 ._orderActions_3sj5r_103 button {
    width: 120px;
  }
}
@media (max-width: 1330px) {
  ._kitchen_3sj5r_127 ._kitchenWrapper_3sj5r_127 ._orderInfoSection_3sj5r_53 ._orderLabel_3sj5r_56 {
    font-size: 14px;
  }
  ._kitchen_3sj5r_127 ._kitchenWrapper_3sj5r_127 ._kitchenHeader_3sj5r_135 ._orderIdWrapper_3sj5r_22 ._orderId_3sj5r_22 {
    font-size: 14px;
  }
  ._kitchen_3sj5r_127 ._kitchenWrapper_3sj5r_127 ._orderActions_3sj5r_103 button {
    width: 100px;
  }
}._uphone_lv4gw_1 {
  max-width: 357px;
  width: 100%;
}
._uphone_lv4gw_1 ._header_lv4gw_5 {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 8px;
}
._uphone_lv4gw_1 ._uphoneWrapperBg_lv4gw_11 {
  background-color: #f6f6f6;
  padding: 8px 12px;
  border-radius: 6px;
}
._uphone_lv4gw_1 ._uphoneWrapper_lv4gw_11 {
  display: flex;
}
._uphone_lv4gw_1 ._uphoneWrapper_lv4gw_11 p {
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  margin-left: 7px;
}._header_w6xys_1 {
  min-height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-shadow: inset 0px -1px 0px #e5e9eb;
}
._header_w6xys_1._sticky_w6xys_10 {
  position: sticky;
  top: 0;
  z-index: 3;
}
._header_w6xys_1 ._leftSide_w6xys_15 {
  display: flex;
  align-items: center;
  height: 100%;
}
._header_w6xys_1 ._leftSide_w6xys_15 ._icon_w6xys_20 {
  font-size: 22px;
  margin-right: 8px;
  color: #444ce7;
}
._header_w6xys_1 ._leftSide_w6xys_15 ._titleBlock_w6xys_25 ._title_w6xys_25 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
._header_w6xys_1 ._leftSide_w6xys_15 ._titleBlock_w6xys_25 ._subtitle_w6xys_30 {
  font-size: 15px;
  font-weight: 500;
  color: gray;
}
._header_w6xys_1 ._leftSide_w6xys_15 ._line_w6xys_35 {
  height: calc(100% - 32px);
  width: 2px;
  background-color: #e5e9eb;
  margin: 0 24px;
}
._header_w6xys_1 ._leftSide_w6xys_15 ._line_w6xys_35._thin_w6xys_41 {
  margin: 0 12px;
}._wrapper_194yl_1 {
  position: fixed;
  left: auto;
  top: 30px;
  right: 30px;
  width: 400px;
  z-index: 50;
}._layout_15df3_1 {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: #444ce7;
  display: flex;
}
._layout_15df3_1 ._leftSide_15df3_8 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 36px;
  position: relative;
}
._layout_15df3_1 ._leftSide_15df3_8 ._logoTitle_15df3_17 {
  color: #fff;
  font-weight: 700;
  font-size: 109px;
  line-height: 133px;
}
._layout_15df3_1 ._leftSide_15df3_8 ._subtitleBlock_15df3_23 {
  color: #fff;
}
._layout_15df3_1 ._rightSide_15df3_26 {
  flex: 1;
  background-color: #fff;
  border-radius: 32px 0px 0px 32px;
}._background_wfens_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: white;
}
._background_wfens_1 ._snow_wfens_11 {
  justify-self: center;
}
._background_wfens_1 ._snow_wfens_11 > * {
  animation: _rotate_anim_wfens_1 10s linear infinite forwards;
}
._background_wfens_1 ._snow_wfens_11:nth-of-type(2n) > * {
  animation-direction: reverse;
}
._background_wfens_1 ._bottom_wfens_20 {
  overflow: hidden;
  grid-column: span 5;
  font-size: 50px;
  line-height: 0;
  position: relative;
}
._background_wfens_1 ._bottom_wfens_20 ._scooter_wfens_27 {
  position: absolute;
  bottom: 0;
  transform: translateX(-100%);
  animation: _run_wfens_1 5s 3s linear infinite forwards;
}
@keyframes _run_wfens_1 {
  0% {
    left: 0%;
  }
  50%, 100% {
    left: 100%;
    transform: translateX(100%);
  }
}
@keyframes _rotate_anim_wfens_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}._track_kk9da_1 {
  z-index: 1;
  padding: 32px 16px;
  width: 280px;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  border-right: 1px solid #d0d5dd;
}
._track_kk9da_1 ._top_kk9da_15 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._track_kk9da_1 ._top_kk9da_15 ._linear_kk9da_20 {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
._track_kk9da_1 ._top_kk9da_15 ._linear_kk9da_20 > p {
  margin-bottom: 3px;
}
._track_kk9da_1 ._title_kk9da_28 {
  font-size: 20px;
  font-weight: 600;
}
._track_kk9da_1 ._logout_kk9da_32 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._track_kk9da_1 ._logout_kk9da_32 ._user_name_kk9da_37 {
  font-size: 14px;
  font-weight: 500;
}
._track_kk9da_1 ._logout_kk9da_32 ._user_email_kk9da_41 {
  font-size: 14px;
  color: #667085;
}
._track_kk9da_1 ._logout_kk9da_32 button {
  font-size: 20px;
}._countdown_7kt1f_1 {
  text-align: center;
  font-size: 18px;
}._page_1nobb_1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px;
  height: 100vh;
  overflow-y: auto;
  color: #000;
}
._page_1nobb_1 ._title_1nobb_10 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
}
._page_1nobb_1 ._subtitle_1nobb_16 {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 48px;
}
._page_1nobb_1 ._typeSwitchRow_1nobb_23 {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
._page_1nobb_1 ._typeSwitchRow_1nobb_23 ._typeSwitchButton_1nobb_29 {
  padding: 15px 24px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  cursor: pointer;
  transition-duration: 0.3s;
}
._page_1nobb_1 ._typeSwitchRow_1nobb_23 ._typeSwitchButton_1nobb_29._active_1nobb_40 {
  border-color: #444ce7;
  color: #444ce7;
}
._page_1nobb_1 ._typeSwitchRow_1nobb_23 ._typeSwitchButton_1nobb_29._active_1nobb_40:hover {
  border-color: #444ce7;
}
._page_1nobb_1 ._typeSwitchRow_1nobb_23 ._typeSwitchButton_1nobb_29:hover {
  border-color: #000;
}
._page_1nobb_1 ._form_1nobb_50 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
._page_1nobb_1 ._form_1nobb_50 ._formArea_1nobb_55 {
  flex: 1;
}
._page_1nobb_1 ._form_1nobb_50 ._formArea_1nobb_55 ._formRow_1nobb_58 ._label_1nobb_58 {
  font-weight: 600;
  margin-bottom: 12px;
}
._page_1nobb_1 ._form_1nobb_50 ._formArea_1nobb_55 ._formRow_1nobb_58 {
  margin-bottom: 20px;
}
._page_1nobb_1 ._form_1nobb_50 ._buttonsArea_1nobb_65 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

._publickOfferRow_1nobb_71 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  box-shadow: inset 0px -1px 0px #e5e9eb;
}
._publickOfferRow_1nobb_71 ._nameBlock_1nobb_78 {
  flex: 1;
}
._publickOfferRow_1nobb_71 ._nameBlock_1nobb_78 ._fileName_1nobb_81 {
  line-height: 24px;
}
._publickOfferRow_1nobb_71 ._nameBlock_1nobb_78 ._fileSize_1nobb_84 {
  color: #84919a;
}

._checkboxLabel_1nobb_88 {
  color: #6e8bb7;
}._catalog_y_1khih_1 {
  position: sticky;
  top: 0;
  left: 0;
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 5.25rem); /* 84px */
}
._catalog_y_1khih_1 ._category_1khih_9 {
  width: 6.125rem; /* 98px */
  min-height: 5.875rem; /* 94px */
  color: #292929;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.375rem; /* 6px */
  border-radius: 0.625rem; /* 10px */
  cursor: pointer;
  transition: 300ms ease-in-out;
}
._catalog_y_1khih_1 ._category_1khih_9._active_1khih_22, ._catalog_y_1khih_1 ._category_1khih_9:hover {
  background: rgba(14, 115, 246, 0.08);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
._catalog_y_1khih_1 ._category_1khih_9 img {
  width: 4.375rem; /* 70px */
  height: 3.25rem; /* 52px */
  object-fit: cover;
  border-radius: 0.375rem; /* 6px */
}
._catalog_y_1khih_1 ._category_1khih_9 p {
  font-weight: 500;
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
  text-align: center;
}

._catalog_x_1khih_40 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem; /* 8px */
  margin-bottom: 1rem; /* 16px */
}._card_lz26u_1 {
  display: flex;
  flex-direction: column;
  border-radius: 1rem; /* 16px */
  height: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 150ms ease-in-out;
}
._card_lz26u_1._unavailable_lz26u_10 ._image_lz26u_10 {
  opacity: 0.8;
}
._card_lz26u_1 ._image_lz26u_10 {
  width: 100%;
  object-fit: cover;
  height: 7.5rem; /* 120px */
  border-bottom-left-radius: 1rem; /* 16px */
  border-bottom-right-radius: 1rem; /* 16px */
  transition: 150ms ease-in-out;
}
._card_lz26u_1 ._content_lz26u_21 {
  flex: 1;
  padding: 0.75rem; /* 12px */
}
._card_lz26u_1 ._content_lz26u_21 h3 {
  font-weight: 500;
  font-size: 0.875rem; /* 14px */
  line-height: 1.2;
  color: #000000;
}
._card_lz26u_1 ._content_lz26u_21 ._price_lz26u_31 ._discount_lz26u_31 {
  font-size: 0.75rem; /* 12px */
  line-height: 0.9375rem; /* 15px */
  text-decoration-line: line-through;
  color: #5b6871;
}
._card_lz26u_1 ._content_lz26u_21 ._price_lz26u_31 p {
  font-weight: 600;
  font-size: 0.875rem; /* 14px */
  line-height: 1.0625rem; /* 17px */
  color: #1a2024;
}
._card_lz26u_1 ._content_lz26u_21 ._action_lz26u_43 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._card_lz26u_1:hover ._image_lz26u_10 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

._popover_body_lz26u_53 {
  max-height: 22.625rem; /* 362px */
  overflow-y: auto;
}
._popover_body_lz26u_53::-webkit-scrollbar {
  display: none;
}
._popover_body_lz26u_53 h4 {
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
  color: var(--darkgray-1);
}
._popover_body_lz26u_53 ._single_modifier_lz26u_65 {
  margin-bottom: 0.75rem; /* 12px */
}
._popover_body_lz26u_53 ._single_modifier_lz26u_65 h4 {
  margin-bottom: 0.75rem; /* 12px */
}
._popover_body_lz26u_53 ._modifier_group_lz26u_71,
._popover_body_lz26u_53 ._option_group_lz26u_72 {
  border: 1px solid var(--lightgray-2);
  border-radius: 0.75rem; /* 12px */
  padding: 0.75rem 0.75rem 0.1875rem; /* 12px 12px 3px */
  margin-bottom: 0.75rem; /* 12px */
}
._popover_body_lz26u_53 ._modifier_group__title_lz26u_78,
._popover_body_lz26u_53 ._option_group__title_lz26u_79 {
  margin-bottom: 0.1875rem; /* 3px */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._popover_body_lz26u_53 ._modifier_group__title_lz26u_78 p,
._popover_body_lz26u_53 ._option_group__title_lz26u_79 p {
  font-size: 0.75rem; /* 12px */
}
._popover_body_lz26u_53 ._option_group_lz26u_72 ._option_lz26u_72 + span {
  font-size: 0.75rem; /* 12px */
}
._popover_body_lz26u_53 ._option_group_lz26u_72 ._option_lz26u_72 .MuiFormControlLabel-label {
  font-size: 0.75rem; /* 12px */
}._cart_1jo6w_1 {
  position: sticky;
  top: 0;
  right: 0;
  padding-bottom: 1rem;
  width: 20.875rem; /* 334px */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._cart_1jo6w_1 ._products_1jo6w_12 {
  overflow: auto;
  max-height: calc(100vh - 20rem); /* 320px */
}
._cart_item_1jo6w_16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #dddddd; /* 1px */
}
._cart_item_1jo6w_16 ._header_1jo6w_21 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
._cart_item_1jo6w_16 ._header_1jo6w_21 h4 {
  font-weight: 400;
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
  color: #101828;
}
._cart_item_1jo6w_16 ._details_1jo6w_33 {
  font-size: 0.875rem; /* 14px */
  line-height: 1.0625rem; /* 17px */
  color: #828282;
  margin-bottom: 0.125rem; /* 2px */
}
._cart_item_1jo6w_16 ._actions_1jo6w_39 {
  user-select: none;
}
._cart_item_1jo6w_16 ._actions_1jo6w_39 ._price_1jo6w_42 {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
  color: #475467;
}
._cart_item_1jo6w_16:last-of-type {
  margin-bottom: 0.5rem; /* 8px */
}

._popover_body_1jo6w_51 {
  max-height: 22.625rem; /* 362px */
  overflow-y: auto;
}
._popover_body_1jo6w_51::-webkit-scrollbar {
  display: none;
}
._popover_body_1jo6w_51 h4 {
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
  color: var(--darkgray-1);
}
._popover_body_1jo6w_51 ._single_modifier_1jo6w_63 {
  margin-bottom: 0.75rem; /* 12px */
}
._popover_body_1jo6w_51 ._single_modifier_1jo6w_63 h4 {
  margin-bottom: 0.75rem; /* 12px */
}
._popover_body_1jo6w_51 ._modifier_group_1jo6w_69,
._popover_body_1jo6w_51 ._option_group_1jo6w_70 {
  border: 0.0625rem solid var(--lightgray-2); /* 1px */
  border-radius: 0.75rem; /* 12px */
  padding: 0.75rem 0.75rem 0.1875rem; /* 12px 12px 3px */
  margin-bottom: 0.75rem; /* 12px */
}
._popover_body_1jo6w_51 ._modifier_group__title_1jo6w_76,
._popover_body_1jo6w_51 ._option_group__title_1jo6w_77 {
  margin-bottom: 0.1875rem; /* 3px */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._popover_body_1jo6w_51 ._modifier_group__title_1jo6w_76 p,
._popover_body_1jo6w_51 ._option_group__title_1jo6w_77 p {
  font-size: 0.75rem; /* 12px */
}
._popover_body_1jo6w_51 ._option_group_1jo6w_70 ._option_1jo6w_70 + span {
  font-size: 0.75rem; /* 12px */
}
._popover_body_1jo6w_51 ._option_group_1jo6w_70 ._option_1jo6w_70 .MuiFormControlLabel-label {
  font-size: 0.75rem; /* 12px */
}