<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css2?family=Inter:wght@200;400;700;900&amp;display=swap);
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-result {
  padding: 48px 32px;
}
.ant-result-success .ant-result-icon &gt; .anticon {
  color: #52c41a;
}
.ant-result-error .ant-result-icon &gt; .anticon {
  color: #ff4d4f;
}
.ant-result-info .ant-result-icon &gt; .anticon {
  color: #f57423;
}
.ant-result-warning .ant-result-icon &gt; .anticon {
  color: #faad14;
}
.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ant-result-icon &gt; .anticon {
  font-size: 72px;
}
.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.ant-result-extra {
  margin: 24px 0 0 0;
  text-align: center;
}
.ant-result-extra &gt; * {
  margin-right: 8px;
}
.ant-result-extra &gt; *:last-child {
  margin-right: 0;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.ant-result-rtl {
  direction: rtl;
}
.ant-result-rtl .ant-result-extra &gt; * {
  margin-right: 0;
  margin-left: 8px;
}
.ant-result-rtl .ant-result-extra &gt; *:last-child {
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-input-number::-moz-placeholder {
  opacity: 1;
}
.ant-input-number::placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #ff974d;
  border-right-width: 1px !important;
}
.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #ff974d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 116, 35, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 0px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #ff974d;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner &gt; *,
.ant-input-number-handler-down-inner &gt; * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #ff974d;
  border-right-width: 1px !important;
}
.ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
  border-color: #ff974d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 116, 35, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  opacity: 1;
}
.ant-input-number-input::placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 7px;
  min-width: auto;
  margin-right: 0;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 2px 0 0 2px;
}
.ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: #fff;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #f57423;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active &gt; .ant-anchor-link-title {
  color: #f57423;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-anchor-rtl {
  direction: rtl;
}
.ant-anchor-rtl.ant-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}
.ant-anchor-rtl .ant-anchor-ink {
  right: 0;
  left: auto;
}
.ant-anchor-rtl .ant-anchor-ink-ball {
  right: 50%;
  left: 0;
  transform: translateX(50%);
}
.ant-anchor-rtl .ant-anchor-link {
  padding: 7px 16px 7px 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-popover-message &gt; .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.ant-popover-placement-top &gt; .ant-popover-content &gt; .ant-popover-arrow,
.ant-popover-placement-topLeft &gt; .ant-popover-content &gt; .ant-popover-arrow,
.ant-popover-placement-topRight &gt; .ant-popover-content &gt; .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top &gt; .ant-popover-content &gt; .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft &gt; .ant-popover-content &gt; .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight &gt; .ant-popover-content &gt; .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right &gt; .ant-popover-content &gt; .ant-popover-arrow,
.ant-popover-placement-rightTop &gt; .ant-popover-content &gt; .ant-popover-arrow,
.ant-popover-placement-rightBottom &gt; .ant-popover-content &gt; .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right &gt; .ant-popover-content &gt; .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop &gt; .ant-popover-content &gt; .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom &gt; .ant-popover-content &gt; .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom &gt; .ant-popover-content &gt; .ant-popover-arrow,
.ant-popover-placement-bottomLeft &gt; .ant-popover-content &gt; .ant-popover-arrow,
.ant-popover-placement-bottomRight &gt; .ant-popover-content &gt; .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom &gt; .ant-popover-content &gt; .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft &gt; .ant-popover-content &gt; .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight &gt; .ant-popover-content &gt; .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left &gt; .ant-popover-content &gt; .ant-popover-arrow,
.ant-popover-placement-leftTop &gt; .ant-popover-content &gt; .ant-popover-arrow,
.ant-popover-placement-leftBottom &gt; .ant-popover-content &gt; .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left &gt; .ant-popover-content &gt; .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop &gt; .ant-popover-content &gt; .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom &gt; .ant-popover-content &gt; .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}
.ant-drawer &gt; * {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-left {
  left: 0;
}
.ant-drawer-left .ant-drawer-content-wrapper {
  left: 0;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  padding: 20px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header-no-title .ant-drawer-close {
  margin-right: var(--scroll-bar);
  /* stylelint-disable-next-line function-calc-no-invalid */
  padding-right: calc(20px - var(--scroll-bar));
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.ant-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 10px;
  border-top: 1px solid #f0f0f0;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open-content {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-drawer .ant-picker-clear {
  background: #fff;
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-drawer-rtl {
  direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
  right: auto;
  left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
}
.ant-radio-group .ant-badge-count {
  z-index: 1;
}
.ant-radio-group &gt; .ant-badge:not(:first-child) &gt; .ant-radio-button-wrapper {
  border-left: none;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #f57423;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f57423;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #f57423;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #f57423;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper &gt; .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #f57423;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.08);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #f57423;
  background: #fff;
  border-color: #f57423;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #f57423;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #f57423;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #ff974d;
  border-color: #ff974d;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #ff974d;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #cf5413;
  border-color: #cf5413;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #cf5413;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.08);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #f57423;
  border-color: #f57423;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #ff974d;
  border-color: #ff974d;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #cf5413;
  border-color: #cf5413;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(245, 116, 35, 0.08);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #ff974d;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #ff974d;
}
.ant-breadcrumb &gt; span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb &gt; span:last-child a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb &gt; span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link &gt; .anticon + span,
.ant-breadcrumb-link &gt; .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link &gt; .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl &gt; span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link &gt; .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link &gt; .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link &gt; .anticon {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider &gt; .ant-layout,
.ant-layout.ant-layout-has-sider &gt; .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width &gt; * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid #f0f0f0;
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid #f0f0f0;
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #f0f0f0;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: #f0f0f0;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag &gt; a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  display: inline-block;
  font-size: 10px;
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #f57423;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #f57423;
}
.ant-tag-checkable:active {
  background-color: #cf5413;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-error {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-warning {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag &gt; .anticon + span,
.ant-tag &gt; span + .anticon {
  margin-left: 7px;
}
.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag &gt; .anticon + span,
.ant-tag-rtl.ant-tag &gt; span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn &gt; .anticon-down {
  display: inline-block;
  font-size: 10px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 10px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 10px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.ant-dropdown-placement-topCenter &gt; .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft &gt; .ant-dropdown-arrow,
.ant-dropdown-placement-topRight &gt; .ant-dropdown-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-dropdown-placement-topCenter &gt; .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft &gt; .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight &gt; .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottomCenter &gt; .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft &gt; .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight &gt; .ant-dropdown-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-dropdown-placement-bottomCenter &gt; .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-bottomLeft &gt; .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight &gt; .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
}
.ant-dropdown-menu-submenu-popup &gt; .ant-dropdown-menu {
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item &gt; .anticon:first-child,
.ant-dropdown-menu-submenu-title &gt; .anticon:first-child,
.ant-dropdown-menu-item &gt; span &gt; .anticon:first-child,
.ant-dropdown-menu-submenu-title &gt; span &gt; .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item &gt; a,
.ant-dropdown-menu-submenu-title &gt; a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-dropdown-menu-item &gt; a:hover,
.ant-dropdown-menu-submenu-title &gt; a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-dropdown-menu-item &gt; .anticon + span &gt; a,
.ant-dropdown-menu-submenu-title &gt; .anticon + span &gt; a {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-dropdown-menu-item &gt; .anticon + span &gt; a:hover,
.ant-dropdown-menu-submenu-title &gt; .anticon + span &gt; a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected &gt; a,
.ant-dropdown-menu-submenu-title-selected &gt; a {
  color: #f57423;
  background-color: #fff8f0;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f5f5f5;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 10px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical &gt; .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #f57423;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger &gt; .anticon.anticon-down,
.ant-dropdown-link &gt; .anticon.anticon-down,
.ant-dropdown-button &gt; .anticon.anticon-down {
  vertical-align: baseline;
  display: inline-block;
  font-size: 10px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group &gt; .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item &gt; a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item &gt; .anticon + span &gt; a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item &gt; a .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item &gt; .anticon + span &gt; a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item &gt; a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item &gt; .anticon + span &gt; a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected &gt; a {
  color: #fff;
  background: #f57423;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item &gt; .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title &gt; .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item &gt; span &gt; .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title &gt; span &gt; .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical &gt; .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  color: unset;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #ff4d4f;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only &gt; p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
.ant-badge-rtl {
  direction: rtl;
}
.ant-badge-rtl .ant-badge-count,
.ant-badge-rtl .ant-badge-dot,
.ant-badge-rtl .ant-badge .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl.ant-badge .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge-rtl .ant-badge-zoom-enter {
  animation-name: antZoomBadgeInRtl;
}
.ant-badge-rtl .ant-badge-zoom-leave {
  animation-name: antZoomBadgeOutRtl;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content {
  background-color: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content {
  background-color: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content {
  background-color: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content {
  background-color: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content {
  background-color: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content {
  background-color: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content {
  background-color: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content {
  background-color: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content {
  background-color: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content {
  background-color: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
  background-color: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content {
  background-color: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\A0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  opacity: 0.4;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #ff974d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 116, 35, 0.2);
}
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` &amp; `line-height` under style with `selection` &amp; `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-multiple .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-multiple .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused.ant-select-multiple .ant-select-selector {
  border-color: #ff974d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 116, 35, 0.2);
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\A0';
}
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  padding: 0 4px 0 8px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 12px;
  line-height: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
}
.ant-select-multiple .ant-select-selection-item-remove &gt; * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove &gt; .anticon {
  vertical-align: -0.2em;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  margin-left: 0.5px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 3px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: nowrap;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 6.5px;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 33px;
  line-height: 33px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 17px;
  line-height: 17px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 3px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #ff974d;
  border-right-width: 1px !important;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.4;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 53%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ant-select-arrow &gt; * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon &gt; svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fff8f0;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #f57423;
}
.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  margin-right: 0;
  margin-left: 4px;
  padding: 0 8px 0 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search {
  margin-right: 0.5px;
  margin-left: 4px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 0;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-menu-item-danger.ant-menu-item {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}
.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item-selected &gt; a,
.ant-menu-item-danger.ant-menu-item-selected &gt; a:hover {
  color: #ff4d4f;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff4d4f;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item &gt; a {
  color: #ff4d4f;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.2s;
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #f57423;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #fff8f0;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item a:hover {
  color: #f57423;
}
.ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item &gt; .ant-badge a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item &gt; .ant-badge a:hover {
  color: #f57423;
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #f57423;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal &gt; .ant-menu-item:hover,
.ant-menu-horizontal &gt; .ant-menu-item-active,
.ant-menu-horizontal &gt; .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #f57423;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #f57423;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #fff8f0;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
  transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active),
.ant-menu-vertical-left.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active),
.ant-menu-vertical-right.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active) {
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub &gt; .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub &gt; .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub &gt; .ant-menu-item,
.ant-menu-vertical.ant-menu-sub &gt; .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub &gt; .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub &gt; .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item.ant-menu-item-only-child &gt; .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child &gt; .anticon {
  margin-right: 0;
}
.ant-menu &gt; .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  border-radius: 2px;
  box-shadow: none;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ant-menu-submenu &gt; .ant-menu {
  background-color: #fff;
  border-radius: 2px;
}
.ant-menu-submenu &gt; .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-popup &gt; .ant-menu {
  background-color: #fff;
}
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: linear-gradient(to right, #f57423, #f57423);
}
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #f57423;
}
.ant-menu-vertical .ant-menu-submenu-selected a,
.ant-menu-vertical-left .ant-menu-submenu-selected a,
.ant-menu-vertical-right .ant-menu-submenu-selected a {
  color: #f57423;
}
.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.ant-menu-horizontal &gt; .ant-menu-item,
.ant-menu-horizontal &gt; .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal &gt; .ant-menu-item:hover,
.ant-menu-horizontal &gt; .ant-menu-submenu:hover,
.ant-menu-horizontal &gt; .ant-menu-item-active,
.ant-menu-horizontal &gt; .ant-menu-submenu-active,
.ant-menu-horizontal &gt; .ant-menu-item-open,
.ant-menu-horizontal &gt; .ant-menu-submenu-open,
.ant-menu-horizontal &gt; .ant-menu-item-selected,
.ant-menu-horizontal &gt; .ant-menu-submenu-selected {
  color: #f57423;
  border-bottom: 2px solid #f57423;
}
.ant-menu-horizontal &gt; .ant-menu-item a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal &gt; .ant-menu-item a:hover {
  color: #f57423;
}
.ant-menu-horizontal &gt; .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal &gt; .ant-menu-item-selected a {
  color: #f57423;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #f57423;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical &gt; .ant-menu-item,
.ant-menu-vertical-left &gt; .ant-menu-item,
.ant-menu-vertical-right &gt; .ant-menu-item,
.ant-menu-inline &gt; .ant-menu-item,
.ant-menu-vertical &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title,
.ant-menu-vertical-left &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title,
.ant-menu-vertical-right &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title,
.ant-menu-inline &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed &gt; .ant-menu-item,
.ant-menu-inline-collapsed &gt; .ant-menu-item-group &gt; .ant-menu-item-group-list &gt; .ant-menu-item,
.ant-menu-inline-collapsed &gt; .ant-menu-item-group &gt; .ant-menu-item-group-list &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title,
.ant-menu-inline-collapsed &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title {
  left: 0;
  padding: 0 32px;
  text-overflow: clip;
}
.ant-menu-inline-collapsed &gt; .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed &gt; .ant-menu-item-group &gt; .ant-menu-item-group-list &gt; .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed &gt; .ant-menu-item-group &gt; .ant-menu-item-group-list &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed &gt; .ant-menu-item .anticon,
.ant-menu-inline-collapsed &gt; .ant-menu-item-group &gt; .ant-menu-item-group-list &gt; .ant-menu-item .anticon,
.ant-menu-inline-collapsed &gt; .ant-menu-item-group &gt; .ant-menu-item-group-list &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu-inline-collapsed &gt; .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed &gt; .ant-menu-item-group &gt; .ant-menu-item-group-list &gt; .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed &gt; .ant-menu-item-group &gt; .ant-menu-item-group-list &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item &gt; .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title &gt; .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline &gt; .ant-menu-item,
.ant-menu-sub.ant-menu-inline &gt; .ant-menu-submenu &gt; .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled &gt; .ant-menu-submenu-title,
.ant-menu-submenu-disabled &gt; .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-layout-header .ant-menu {
  line-height: inherit;
}
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal &gt; .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal &gt; .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal &gt; .ant-menu-item &gt; a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item &gt; a,
.ant-menu-dark .ant-menu-item &gt; span &gt; a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover &gt; a,
.ant-menu-dark .ant-menu-item-active &gt; a,
.ant-menu-dark .ant-menu-submenu-active &gt; a,
.ant-menu-dark .ant-menu-submenu-open &gt; a,
.ant-menu-dark .ant-menu-submenu-selected &gt; a,
.ant-menu-dark .ant-menu-submenu-title:hover &gt; a,
.ant-menu-dark .ant-menu-item:hover &gt; span &gt; a,
.ant-menu-dark .ant-menu-item-active &gt; span &gt; a,
.ant-menu-dark .ant-menu-submenu-active &gt; span &gt; a,
.ant-menu-dark .ant-menu-submenu-open &gt; span &gt; a,
.ant-menu-dark .ant-menu-submenu-selected &gt; span &gt; a,
.ant-menu-dark .ant-menu-submenu-title:hover &gt; span &gt; a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-title:hover &gt; .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f57423;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected &gt; a,
.ant-menu-dark .ant-menu-item-selected &gt; span &gt; a,
.ant-menu-dark .ant-menu-item-selected &gt; a:hover,
.ant-menu-dark .ant-menu-item-selected &gt; span &gt; a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #f57423;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled &gt; a,
.ant-menu-dark .ant-menu-submenu-disabled &gt; a,
.ant-menu-dark .ant-menu-item-disabled &gt; span &gt; a,
.ant-menu-dark .ant-menu-submenu-disabled &gt; span &gt; a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled &gt; .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled &gt; .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled &gt; .ant-menu-submenu-title &gt; .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub {
  transform-origin: top right;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub &gt; .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub &gt; .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub &gt; .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub &gt; .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub &gt; .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub &gt; .ant-menu-submenu {
  transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child &gt; .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child &gt; .anticon {
  margin-left: 0;
}
.ant-menu-rtl .ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-left &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-right &gt; .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 32px;
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
  border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  height: 14px !important;
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}
.ant-tree.ant-tree-directory .ant-tree-treenode &gt; * {
  z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #f57423;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #f57423;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f57423;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #f57423;
  border-color: #f57423;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #f57423;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #fff8f0;
}
.ant-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}
.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  user-select: none;
}
.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-tree .ant-tree-switcher {
  flex: none;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.ant-tree .ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree .ant-tree-switcher .ant-select-tree-switcher-icon {
  font-size: 10px;
  display: inline-block;
  vertical-align: baseline;
}
.ant-tree .ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree .ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree .ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree .ant-tree-switcher-loading-icon {
  color: #f57423;
}
.ant-tree .ant-tree-switcher-leaf-line {
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-tree .ant-tree-switcher-leaf-line::before {
  position: absolute;
  height: 24px;
  margin-left: -1px;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree .ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  margin-left: -1px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree .ant-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #ffe4c7;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}
.ant-tree-node-content-wrapper[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  user-select: none;
}
.ant-tree .ant-tree-treenode.drag-over &gt; [draggable] {
  color: white;
  background-color: #f57423;
  opacity: 0.8;
}
.ant-tree .ant-tree-treenode.drag-over-gap-top &gt; [draggable] {
  border-top-color: #f57423;
}
.ant-tree .ant-tree-treenode.drag-over-gap-bottom &gt; [draggable] {
  border-bottom-color: #f57423;
}
.ant-tree-show-line {
  /* Motion should hide line of measure */
}
.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: calc(100% - 4px);
  right: -12px;
  bottom: -28px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}
.ant-tree-show-line .ant-tree-treenode-motion:not(.ant-motion-collapse-leave):not(.ant-motion-collapse-appear-active) .ant-tree-indent-unit::before {
  display: none;
}
.ant-tree-show-line .ant-tree-switcher {
  z-index: 1;
  background: #fff;
}
.ant-tree-rtl {
  direction: rtl;
}
.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}
.ant-tree-rtl.ant-tree .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -12px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}
.ant-tree-rtl.ant-tree .ant-tree-checkbox {
  margin: 4px 0 0 8px;
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-steps {
  display: inline-block;
}
.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ant-progress-steps-item-active {
  background: #1890ff;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.ant-progress-rtl {
  direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-description {
  margin: 0;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-empty-img-default-ellipse {
  fill-opacity: 0.8;
  fill: #f5f5f5;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url(#linearGradient-1);
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #fff;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-empty-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}
.ant-collapse &gt; .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse &gt; .ant-collapse-item:last-child,
.ant-collapse &gt; .ant-collapse-item:last-child &gt; .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header::before {
  display: table;
  content: '';
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header::after {
  display: table;
  clear: both;
  content: '';
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  transform: translateY(-50%);
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow &gt; * {
  line-height: 1;
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow .ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse &gt; .ant-collapse-item.ant-collapse-no-arrow &gt; .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right &gt; .ant-collapse-item &gt; .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content &gt; .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child &gt; .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless &gt; .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless &gt; .ant-collapse-item:last-child,
.ant-collapse-borderless &gt; .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless &gt; .ant-collapse-item &gt; .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless &gt; .ant-collapse-item &gt; .ant-collapse-content &gt; .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost &gt; .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost &gt; .ant-collapse-item &gt; .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost &gt; .ant-collapse-item &gt; .ant-collapse-content &gt; .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled &gt; .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled &gt; .ant-collapse-header &gt; .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl .ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header .ant-collapse-extra {
  float: left;
}
.ant-collapse-rtl.ant-collapse &gt; .ant-collapse-item.ant-collapse-no-arrow &gt; .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

.cart .ant-drawer-content-wrapper {
  width: 100% !important; }
  @media (min-width: 767px) {
    .cart .ant-drawer-content-wrapper {
      width: 500px !important; } }

.cart .card-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem; }

.cart .ant-card {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px; }

.cart .cart-product {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: .75rem;
  border-bottom: 1px solid #DBDBDB;
  padding: .75rem 0; }
  .cart .cart-product .ant-collapse-header {
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .cart .cart-product .ant-collapse-header .ant-collapse-arrow {
    left: 0; }
  .cart .cart-product .ant-collapse-content-box {
    padding-left: 24px; }

.cart .cart-products-empty {
  text-align: center;
  margin-top: 50%; }

.cart .card-title-checkout-sidebar {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500; }
  .cart .card-title-checkout-sidebar span {
    display: grid;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 5px;
    color: black;
    margin-bottom: -14px; }

.cart .cart-img {
  border-radius: 4px;
  width: 80px;
  height: 80px;
  object-fit: cover; }

.cart .cart-title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0; }

.cart .cart-product-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0; }

.cart .cart-desc {
  font-size: 15px;
  color: #585757; }

.cart .cart-input {
  width: 40px;
  text-align: center;
  padding: .25rem .5rem; }

.cart .cart-quantity {
  grid-column: span 2;
  display: flex;
  justify-content: space-between; }

.cart .cart-price-delete {
  align-items: center;
  display: flex; }

.cart .cart-price {
  font-size: 20px;
  font-weight: bold;
  color: #000; }

.cart .cart-footer {
  padding: 1rem 0; }
  .cart .cart-footer &gt; * + * {
    margin-left: .5rem; }

.cart .btn-delete {
  margin-left: .75rem; }
  .cart .btn-delete:hover, .cart .btn-delete:focus {
    color: white;
    border-color: #ff4d4f;
    background-color: #ff4d4f; }

.menu-warp h1 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700; }

.menu-warp .select-citie {
  color: #F57423;
  font-weight: bold; }
  .menu-warp .select-citie .ant-select-selector {
    border: none; }

.menu-warp .menu-text {
  color: #000;
  font-weight: bold; }

.menu-warp .div-link {
  border: 1px solid #DBDBDB;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); }

.menu-warp .button-text {
  font-weight: bold; }

.menu-warp .div-text-city-mobile {
  text-transform: capitalize;
  color: #F57423;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  margin-top: 4px; }

.ant-badge-count {
  z-index: 2;
  margin-right: 6px; }

.to-pay-home {
  position: fixed;
  bottom: 55px;
  width: 100%;
  z-index: 100; }

@media screen and (min-width: 767px) {
  .hidde-to-pay-home {
    display: none !important; } }

.bottom-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-radius: 20px 20px 0px 1px;
  background-color: white;
  border: 1px solid #dfdddd;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .bottom-navigation .link-border {
    width: 15%;
    text-align: center;
    cursor: pointer; }
    .bottom-navigation .link-border.selected {
      border-bottom: 5px solid #F57423; }
    .bottom-navigation .link-border svg {
      width: 24px;
      height: 24px; }

@media screen and (min-width: 767px) {
  .hidde-download-app {
    display: none !important; } }

.phone-countries-custom {
  margin-bottom: 15px;
  padding: 0 !important; }

.phone-countries-custom-error {
  margin-bottom: 15px;
  padding: 0 !important;
  background-color: #fff;
  border-color: #ff4d4f; }

.phone-countries-custom-message {
  color: #ff4d4f;
  line-height: 1.5715;
  margin-top: -10px;
  margin-bottom: 10px; }

.phone-countries {
  color: #585757;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 !important; }
  .phone-countries::before {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*'; }
  .phone-countries .phone-countries-guest {
    color: #585757;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 !important; }

.download-app {
  display: flex;
  background: #f2f2f2;
  border-bottom: solid 1px #c3c3c3;
  align-items: center;
  cursor: pointer; }
  .download-app .a-logo {
    flex: 0 0 auto;
    margin-top: 15px;
    display: flex; }
  .download-app .logo {
    width: 65px;
    border-radius: 15px;
    background: var(--gradient-2, linear-gradient(180deg, #9747FF, #FF6200)); }
  .download-app .content {
    display: flex;
    flex-direction: column;
    color: #000;
    margin-left: 10px; }
    .download-app .content p {
      font-size: 13px; }
      .download-app .content p strong {
        font-size: 16px; }
  .download-app .see {
    text-align: center;
    font-size: 16px; }
    .download-app .see p {
      margin-top: 15px; }

.content-pay-home {
  margin-bottom: 20px;
  background: var(--gradient-2, linear-gradient(89deg, #FF6200 0.5%, #9747FF 98.87%));
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  display: flex;
  height: 55px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px; }

.btn-back {
  font-size: 1.5rem;
  color: #000;
  width: 40px;
  height: 40px; }

.small-header {
  height: 64px !important; }
  @media screen and (min-width: 768px) {
    .small-header {
      height: 74px !important; } }

.ant-layout {
  background-color: #fff; }
  .ant-layout-header {
    background: var(--gradient-2, linear-gradient(89deg, #FF6200 0.5%, #9747FF 98.87%));
    height: 140px;
    padding: 0 15px;
    width: 100%; }
    .ant-layout-header .logo {
      cursor: pointer;
      width: 100px; }
    @media screen and (max-width: 500px) {
      .ant-layout-header .logo {
        margin-top: -6px;
        width: 80px; } }
    .ant-layout-header .content-header-wrap {
      max-width: 1440px;
      display: flex;
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
      align-items: center; }
    .ant-layout-header .div-text-city {
      text-transform: capitalize;
      color: #1E3354;
      font-weight: bold;
      font-size: 15px;
      margin-left: 43px;
      cursor: pointer; }
    .ant-layout-header .div-text-city-mobile {
      text-transform: capitalize;
      color: #1E3354;
      font-weight: bold;
      font-size: 15px;
      cursor: pointer;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    @media screen and (max-width: 500px) {
      .ant-layout-header .div-text-city-mobile {
        font-size: 12px; } }
    .ant-layout-header .mobile-icon-location {
      width: 25px; }
    @media screen and (max-width: 500px) {
      .ant-layout-header .mobile-icon-location {
        width: 20px; } }
    .ant-layout-header .search-header {
      width: 500px;
      margin-top: 15px; }
      .ant-layout-header .search-header .ant-input-search-button {
        border-radius: 6px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 100%;
        background: #fff !important;
        border: #fff !important;
        color: #F57423 !important;
        font-weight: bold;
        margin-top: 0px;
        height: 43px;
        box-shadow: 0px 1px 0px 0px rgba(230, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(230, 204, 204, 0.5) inset !important; }
      .ant-layout-header .search-header .ant-input-group-addon {
        background: transparent; }
      .ant-layout-header .search-header .ant-input-lg {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius: 6px; }
    @media screen and (max-width: 500px) {
      .ant-layout-header .search-header {
        width: 100%; } }
    .ant-layout-header .padding-header-element {
      padding-left: 20px; }
    .ant-layout-header .color-icon-person {
      color: #000; }
      .ant-layout-header .color-icon-person:hover {
        color: #F57423; }
    .ant-layout-header .button-header {
      height: 32px;
      width: 32px;
      border-radius: 5px;
      box-shadow: 0px 1px;
      color: #DBDBDB; }
    .ant-layout-header .cart-header {
      font-size: 30px;
      color: #fff; }
    .ant-layout-header .margin-button-header {
      margin-right: 10px;
      margin-left: 10px; }
    .ant-layout-header .select-citie {
      color: #F57423;
      font-weight: bold; }
      .ant-layout-header .select-citie .ant-select-selector {
        border: none; }
    .ant-layout-header .button-header-access {
      font-weight: bold;
      color: #fff;
      border-radius: 5px;
      margin-right: 15px; }
      .ant-layout-header .button-header-access:hover {
        color: #F57423; }
    .ant-layout-header .button-header-prod {
      font-weight: bold;
      color: #fff;
      border-radius: 30px;
      margin-right: 15px; }
      .ant-layout-header .button-header-prod:hover {
        color: #F57423; }
    .ant-layout-header .button-header-access-mobile {
      font-weight: bold;
      color: #000;
      border-radius: 5px;
      margin-left: 12px; }
      .ant-layout-header .button-header-access-mobile:hover {
        color: #F57423; }
    .ant-layout-header .link-header-text {
      color: #969696; }
      .ant-layout-header .link-header-text:hover {
        color: #F57423; }
    .ant-layout-header .button-menu-mobile {
      color: #969696;
      height: 40px;
      width: 40px;
      border-radius: 5px; }
    .ant-layout-header .icon-menu-header-mobile {
      color: #fff;
      font-size: 22px; }
    .ant-layout-header .icon-menu-header-desktop {
      color: #000;
      font-size: 24px; }
    .ant-layout-header .flag-country {
      width: 27px; }
    .ant-layout-header .country-locale {
      font-weight: bold;
      color: #fff;
      margin-left: 5px; }
    @media screen and (max-width: 500px) {
      .ant-layout-header .country-locale {
        font-size: 13px; } }
    @media screen and (max-width: 1035px) {
      .ant-layout-header .hidde-desk {
        display: none !important; } }
    @media screen and (min-width: 1036px) {
      .ant-layout-header .hidde-mobile {
        display: none !important; } }
    @media screen and (max-width: 321px) {
      .ant-layout-header .button-menu-mobile {
        color: #969696;
        height: 30px;
        width: 30px;
        border-radius: 5px; } }
  @media screen and (max-width: 500px) {
    .ant-layout-header {
      height: 108px; } }
  .ant-layout-content {
    background-color: #fff; }
    .ant-layout-content .ant-btn {
      border-radius: 6px; }
  .ant-layout-footer {
    background: var(--gradient-2, linear-gradient(89deg, #9747FF 0.5%, #FF6200 98.87%)); }
    .ant-layout-footer .logo {
      margin-bottom: 2rem;
      cursor: pointer; }
    .ant-layout-footer .footer-container {
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      margin-top: 30px; }
      .ant-layout-footer .footer-container h3 {
        color: #fff;
        font-weight: 600;
        font-size: 1.25rem; }
      .ant-layout-footer .footer-container p {
        color: #fff;
        cursor: pointer; }
    .ant-layout-footer .ant-divider {
      border-top: 1px solid white; }
    .ant-layout-footer .container-icons-social {
      gap: 16px;
      margin-bottom: 20px;
      display: grid;
      grid-template-columns: min-content min-content; }
      .ant-layout-footer .container-icons-social .social-icon {
        cursor: pointer;
        height: 32px; }

.ant-modal-content {
  border-radius: .5rem; }

.ant-modal-close {
  background: white;
  border-radius: 50%; }

.container {
  max-width: 1440px;
  margin: 0 auto; }

.margin-mew-header {
  margin-top: 50px; }

.hide-content-niubiz {
  visibility: hidden !important; }

@media screen and (max-width: 767px) {
  .ant-layout-footer {
    padding-bottom: 65px; } }

.ant-dropdown-menu-submenu-vertical {
  margin-right: 6px; }
  .ant-dropdown-menu-submenu-vertical .anticon svg {
    width: 14px;
    height: 14px;
    color: #585757; }

.modern-menu {
  width: 260px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 16px; }
  .modern-menu .ant-menu-item {
    border-radius: 16px;
    transition: all 0.25s cubic-bezier(0.4, 2, 0.6, 1);
    padding: 14px 20px !important;
    font-weight: 600;
    margin-bottom: 8px; }
    .modern-menu .ant-menu-item:hover, .modern-menu .ant-menu-item:focus-visible {
      background: rgba(255, 255, 255, 0.9) !important;
      transform: scale(1.03);
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); }
    .modern-menu .ant-menu-item:active {
      background: rgba(255, 255, 255, 0.95) !important; }
  .modern-menu .ant-menu-item-divider {
    height: 2px;
    border: none;
    background: linear-gradient(90deg, #ff6b35 0%, #9b59b6 100%);
    opacity: 0.25;
    margin: 12px 0; }

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #f57423;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading &gt; div &gt; .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #f57423;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

#__next-prerender-indicator {
  display: none;
}
body {
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.index-wrap {
  padding-inline: 5px; }
  .index-wrap .ant-modal-footer {
    display: none; }
  .index-wrap .address-hover-select:hover {
    background-color: #DBDBDB; }
  .index-wrap .address-select-container {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0; }
  .index-wrap .hide-map {
    display: none; }
  .index-wrap .text-instructions {
    margin-top: 20px;
    color: #969696;
    font-size: .8rem;
    margin-bottom: 10px; }
  .index-wrap .div-containt-map {
    border: 1px solid #DBDBDB;
    border-radius: 5px; }
  .index-wrap .padding-text-map {
    padding-left: 10px;
    padding-right: 10px; }

.ant-btn {
  border-radius: .25rem; }

.ant-btn-primary {
  font-weight: 700; }

.ant-notification-notice-closable {
  max-width: 100%; }

.avatar-container {
  text-align: center; }
  .avatar-container .ant-col {
    margin-top: 20px;
    margin-bottom: 10px; }

.avatar-about-us {
  border-radius: 3px;
  margin-bottom: 14px; }

.culture-container {
  margin-top: 20px; }
  .culture-container p {
    width: 94%;
    text-align: justify; }
  .culture-container h4 {
    font-weight: bold; }

.ant-modal-close-icon {
  background: #f57423;
  color: #fff;
  padding: 10px;
  border-radius: 30px; }

.modal-show-city-home .ant-form-vertical .ant-form-item {
  flex-direction: row; }
  @media (min-width: 767px) {
    .modal-show-city-home .ant-form-vertical .ant-form-item {
      flex-direction: column; } }

.modal-show-city-home .ant-modal-body {
  padding: 40px; }

.modal-show-city-home h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 1rem; }
  .modal-show-city-home h2:first-letter {
    text-transform: uppercase; }

.modal-show-city-home h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0; }
  .modal-show-city-home h3:first-letter {
    text-transform: uppercase; }

.modal-show-city-home p:first-letter {
  text-transform: uppercase; }

.modal-show-city-home .gap {
  gap: .5rem; }

.modal-show-city-home .address {
  display: grid;
  grid-template-columns: 1fr;
  gap: .5rem;
  width: 100%; }
  @media (min-width: 767px) {
    .modal-show-city-home .address {
      grid-template-columns: 1fr 1fr; } }

.modal-show-city-home .address-option {
  text-transform: capitalize;
  padding: .75rem .5rem;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  transition: .3s ease;
  font-weight: 700;
  cursor: pointer; }
  .modal-show-city-home .address-option:hover {
    border-color: #F57423;
    color: #F57423; }

.modal-show-city-home .address-options &gt; * + * {
  margin-top: .5rem; }

.modal-show-city-home .new-address {
  color: white;
  background-color: #73C64C;
  text-align: center;
  padding: .5rem;
  margin-top: 1rem; }
  .modal-show-city-home .new-address:hover {
    color: #73C64C;
    border-color: #73C64C;
    background-color: white; }

.modal-show-city-home .address-check {
  position: absolute; }

.modal-show-city-home .address-name {
  margin-left: 2rem; }

.modal-show-city-home .hide-map {
  display: none; }

.modal-show-city-home .text-instructions {
  margin-top: 20px;
  color: #969696;
  font-size: .8rem;
  margin-bottom: 10px; }

.modal-show-city-home .div-containt-map {
  border: 1px solid #DBDBDB;
  border-radius: 5px; }

@media (min-width: 767px) {
  .modal-show-city-home .street {
    grid-column: span 2; } }

.order-home {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #DBDBDB; }

.div-street-home-mobile {
  text-transform: capitalize;
  color: #F57423;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  margin-top: 4px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px; }

.container-home-components {
  padding: 0 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 767px) {
  .hide-component-desktop {
    display: none !important; } }

.modal-map-hero .header-modal {
  display: grid;
  gap: 0 .75rem;
  padding: .75rem 0;
  grid-template-areas: "logo title" "street street" "time time";
  grid-template-columns: min-content 1fr; }
  @media (min-width: 767px) {
    .modal-map-hero .header-modal {
      grid-template-areas: "logo title" "logo street" "logo time"; } }

.modal-map-hero .logo-branchoffice {
  border-radius: 4px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #DBDBDB;
  grid-area: logo; }

.modal-map-hero .resume-div-container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px; }

.modal-map-hero .img-hero {
  margin-right: 20px;
  width: 43px; }

.modal-map-hero .map {
  border: 1px solid #DBDBDB;
  margin: 0 -24px; }

.modal-map-hero .hide-map {
  display: none; }

.modal-map-hero .modal-title {
  font-weight: bold;
  grid-area: title;
  margin-bottom: 0; }

.modal-map-hero .modal-time {
  margin-top: .5rem;
  font-weight: bold;
  grid-area: time; }
  @media (min-width: 767px) {
    .modal-map-hero .modal-time {
      margin-top: 0; } }

.modal-map-hero .delivery-date {
  font-size: 1rem;
  grid-area: date; }

.modal-map-hero .modal-street-delivery {
  grid-area: street; }

.modal-map-hero .hero {
  display: grid;
  gap: 0 .75rem;
  padding: .75rem 0;
  grid-template-columns: min-content 1fr;
  font-weight: bold; }

.modal-map-hero .my-products {
  font-weight: bold;
  margin-top: .5rem; }

.modal-map-hero .ant-collapse-header {
  font-weight: bold; }

.modal-map-hero .vertical-center {
  display: grid;
  align-items: center; }

.modal-map-hero .product-price {
  margin-top: 11px;
  font-weight: bold; }

.modal-map-hero .products-total {
  font-weight: bold;
  font-size: 1rem; }

.modal-map-hero .steps {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 1rem 0; }

.modal-map-hero .step {
  background-color: #DBDBDB;
  height: 8px;
  border-radius: 6px; }

.modal-map-hero .is-active {
  background-color: #F57423; }

.modal-map-hero .status {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem; }

.modal-map-hero .delivery-current-state {
  animation: blinker 2s linear infinite; }

@keyframes blinker {
  30% {
    opacity: 0.5; } }

.modal-search-events {
  width: 100% !important;
  max-width: 100%;
  margin: 0px;
  top: auto;
  padding-bottom: 0px; }
  .modal-search-events .ant-form-vertical .ant-form-item {
    flex-direction: row; }
    @media (min-width: 767px) {
      .modal-search-events .ant-form-vertical .ant-form-item {
        flex-direction: column; } }
  .modal-search-events .ant-modal-wrap .ant-modal {
    max-width: 100% !important;
    width: 100% !important;
    top: 0px;
    padding-bottom: 0px; }
  .modal-search-events .ant-modal-body {
    padding: 40px; }
  .modal-search-events h2 {
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 1.25rem;
    margin-bottom: 1rem; }
    .modal-search-events h2:first-letter {
      text-transform: uppercase; }
    @media (min-width: 767px) {
      .modal-search-events h2 {
        font-size: 1.5rem; } }
  .modal-search-events.text .ant-modal-content {
    height: 100%; }
    .modal-search-events.text .ant-modal-content .ant-modal-close {
      display: none; }
    .modal-search-events.text .ant-modal-content .ant-modal-header {
      border: 0;
      padding: 10px;
      height: 6vh; }
    .modal-search-events.text .ant-modal-content .ant-modal-body {
      padding: 0px 10px 10px 10px;
      overflow-y: scroll;
      height: 94vh; }
    .modal-search-events.text .ant-modal-content .ant-input-affix-wrapper {
      border: 0;
      border-bottom: 1px solid #969696;
      border-radius: 0px; }
      .modal-search-events.text .ant-modal-content .ant-input-affix-wrapper.ant-input-affix-wrapper-focused {
        box-shadow: none; }
    .modal-search-events.text .ant-modal-content .ant-select-selector {
      border-radius: 10px;
      padding: 0px 10px;
      height: 42px;
      display: flex;
      align-items: center;
      border-color: #F2F0F0; }
      .modal-search-events.text .ant-modal-content .ant-select-selector .ant-select-selection-item {
        padding: 10px 0px;
        font-weight: 700;
        font-size: 14px;
        color: #4F4545; }

.modal-countries .ant-form-vertical .ant-form-item {
  flex-direction: row; }
  @media (min-width: 767px) {
    .modal-countries .ant-form-vertical .ant-form-item {
      flex-direction: column; } }

.modal-countries .ant-modal-body {
  padding: 40px; }

.modal-countries h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.25rem;
  margin-bottom: 0.5rem; }
  .modal-countries h2:first-letter {
    text-transform: uppercase; }
  @media (min-width: 767px) {
    .modal-countries h2 {
      font-size: 1.5rem; } }

.modal-countries .flag {
  width: 50px; }

.modal-countries .name {
  font-weight: bold; }

.description-html img {
  max-width: 100%; }

.tag {
  border-radius: 100px;
  padding: 5px 10px;
  background-color: #FDE3D3;
  color: #F57423;
  cursor: pointer; }
  .tag:hover {
    opacity: 80%; }

.tag-box {
  border: 1px solid #F2F0F0;
  border-radius: 10px; }
  .tag-box .title-box {
    border-bottom: 1px solid #F2F0F0;
    border-radius: 10px;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #4F4545; }

.button-search-modal {
  width: 250px; }

.ant-divider-inner-text {
  white-space: normal; }
  @media (min-width: 767px) {
    .ant-divider-inner-text {
      white-space: nowrap; } }

.login, .registration {
  padding: 20px 15px 20px 15px; }
  .login .ant-tabs-top &gt; .ant-tabs-nav, .registration .ant-tabs-top &gt; .ant-tabs-nav {
    margin: 0;
    z-index: 4;
    bottom: -1px; }
    .login .ant-tabs-top &gt; .ant-tabs-nav .ant-tabs-tab-btn, .registration .ant-tabs-top &gt; .ant-tabs-nav .ant-tabs-tab-btn {
      font-weight: 700; }
  .login .ant-tabs-nav-list, .registration .ant-tabs-nav-list {
    width: 100%; }
  .login .ant-tabs-tab, .registration .ant-tabs-tab {
    width: 100%;
    justify-content: center; }
    .login .ant-tabs-tab:nth-last-of-type(2), .registration .ant-tabs-tab:nth-last-of-type(2) {
      margin: 0 !important; }
  .login .ant-tabs-top &gt; .ant-tabs-nav::before, .login .ant-tabs-bottom &gt; .ant-tabs-nav::before, .login .ant-tabs-top &gt; div &gt; .ant-tabs-nav::before, .login .ant-tabs-bottom &gt; div &gt; .ant-tabs-nav::before, .registration .ant-tabs-top &gt; .ant-tabs-nav::before, .registration .ant-tabs-bottom &gt; .ant-tabs-nav::before, .registration .ant-tabs-top &gt; div &gt; .ant-tabs-nav::before, .registration .ant-tabs-bottom &gt; div &gt; .ant-tabs-nav::before {
    right: 8px;
    left: 8px; }

.styles_react-code-input__CRulA input {
  font-family: "Inter", sans-serif !important; }

.login-card {
  border: 1px solid #f0f0f0;
  padding: 1rem;
  min-width: 300px;
  border-radius: 0rem 0rem .5rem .5rem;
  text-align: center; }
  @media (min-width: 767px) {
    .login-card {
      padding: 2rem; } }
  .login-card h1 {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    line-height: 2.25rem; }
  .login-card .btn-container-access {
    margin-bottom: 1rem; }
  .login-card .btn-login-email, .login-card .btn-login-phone {
    font-weight: 700;
    color: black;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  .login-card .btn-login-temporary {
    color: #f57423;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border-color: #f57423;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 767px) {
      .login-card .btn-login-temporary {
        font-size: 16px;
        width: 100%; } }
  .login-card .width-btn-login {
    width: 100%; }
  .login-card .divider-or {
    color: #f57423;
    margin-top: -10px; }
  .login-card .btn-login-google {
    font-weight: 700;
    color: black;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
    justify-content: center;
    border-color: #d9d9d9 !important;
    border-radius: .25rem !important; }
  .login-card .login-selection {
    margin-top: 20px;
    color: #969696;
    font-size: .8rem;
    margin-bottom: 1.25rem; }
  .login-card .ant-form-item-label {
    font-weight: 700; }
  .login-card .ant-form-item-required {
    color: #585757;
    font-size: 1rem; }
  .login-card .ant-input {
    color: #585757;
    height: 40px;
    border-radius: 5px; }
  .login-card .ant-input-password .ant-input {
    color: #585757;
    height: 30px;
    border-radius: 5px; }
  .login-card .ant-input-affix-wrapper {
    border-radius: 5px; }
  .login-card .ant-checkbox + span {
    color: #969696; }
  .login-card .btn-login-email.active, .login-card .btn-login-phone.active {
    border-color: #F57423;
    color: #F57423; }
    .login-card .btn-login-email.active svg, .login-card .btn-login-phone.active svg {
      fill: #F57423; }
  .login-card .login-terms {
    margin: 1rem 0; }
  .login-card .phone-number {
    color: #F57423;
    font-size: 1rem; }
    @media (min-width: 767px) {
      .login-card .phone-number {
        font-size: 1.5rem; } }

.verification-code .verification-input {
  margin-bottom: 1rem; }
  .verification-code .verification-input input {
    font-weight: 900; }
    .verification-code .verification-input input:focus {
      border-color: #ff974d; }

.form-phone {
  margin-left: .5rem; }

.grecaptcha-badge {
  display: none; }

.restaurants-warp {
  padding: 0 15px 20px 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .restaurants-warp h2 {
    font-weight: bold; }
  .restaurants-warp .city {
    color: #F57423;
    margin-left: 5px; }
  .restaurants-warp .ant-card:hover, .restaurants-warp .ant-card-hoverable:hover {
    box-shadow: none !important;
    border: #000; }
  .restaurants-warp .ant-card {
    /*box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15)*/
    border-radius: 4px 4px 0 0;
    height: 100%; }
  .restaurants-warp .ant-card-cover img {
    object-fit: cover; }
  .restaurants-warp .ant-card-meta-title {
    color: #000;
    font-weight: bold;
    font-size: 1rem; }
  .restaurants-warp .ant-card-meta-description {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .restaurants-warp .ant-row &gt; .ant-col {
    margin-bottom: 1rem; }
  .restaurants-warp .ant-card-body {
    position: relative; }
  .restaurants-warp .box {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    text-align: center; }

.store-status {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end; }

.is-scheduled {
  background-color: white;
  padding: .25rem;
  border-radius: .23rem;
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: .25rem;
  color: black;
  font-weight: 600; }

.is-closed {
  background-color: rgba(255, 214, 206, 0.9);
  padding: .25rem .5rem;
  border-radius: 2rem;
  font-weight: 700;
  letter-spacing: -.5px;
  display: inline-block; }

.myaccount-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 20px 15px; }
  .myaccount-wrap .btn-buy-order {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px; }
  .myaccount-wrap .card-event {
    text-transform: capitalize;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 120px min-content;
    width: 100%;
    height: 355px; }
    @media (min-width: 767px) {
      .myaccount-wrap .card-event {
        height: 368px;
        grid-template-columns: 1fr;
        padding: 0; }
        .myaccount-wrap .card-event h1 {
          margin-bottom: .5rem;
          line-height: 1;
          font-size: 1.4rem;
          font-weight: 600; } }
    @media (min-width: 767px) and (min-width: 767px) {
      .myaccount-wrap .card-event h1 {
        font-size: 1.4rem; } }
    @media (min-width: 767px) {
        .myaccount-wrap .card-event h2 {
          margin-bottom: 0; } }
    .myaccount-wrap .card-event .card-header-restaurant {
      background-size: cover;
      height: 184px;
      border-radius: 8px 8px 0 0;
      position: relative; }
    .myaccount-wrap .card-event .image-card-event {
      object-fit: cover;
      height: 184px;
      width: 100%;
      border-radius: 8px 8px 0 0; }
      @media (min-width: 767px) {
        .myaccount-wrap .card-event .image-card-event {
          height: 200px; } }
    .myaccount-wrap .card-event .is-disabled {
      background-blend-mode: multiply;
      background-color: rgba(0, 0, 0, 0.7); }
    .myaccount-wrap .card-event .store-title {
      padding: 0 .85rem;
      margin: .85rem 0rem .85rem 0;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      overflow-wrap: anywhere; }
    .myaccount-wrap .card-event .description {
      font-size: .85rem;
      font-weight: 500;
      line-height: 1.2; }
    .myaccount-wrap .card-event .logo {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: .25rem;
      position: absolute;
      top: 1rem;
      left: 1rem; }
      @media (min-width: 767px) {
        .myaccount-wrap .card-event .logo {
          width: 80px;
          height: 80px; } }
    .myaccount-wrap .card-event .icon {
      width: 20px;
      height: 20px; }
    .myaccount-wrap .card-event .info {
      color: #585757;
      display: grid;
      font-size: 12px;
      padding: 0 .85rem .85rem .8rem; }
      .myaccount-wrap .card-event .info p {
        font-weight: bold;
        line-height: 1rem;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 1rem;
        overflow-wrap: anywhere;
        margin-bottom: 0; }
      .myaccount-wrap .card-event .info .not-available {
        grid-column: 1 / span 2;
        grid-template-columns: initial; }
    .myaccount-wrap .card-event .btn-buy {
      background-color: #000;
      color: #fff;
      font-weight: bold;
      margin-right: 5px; }
  .myaccount-wrap .box-active-event {
    background-color: #73C64C;
    border-radius: 6px;
    width: 71px;
    height: 22px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 10px; }
  .myaccount-wrap .box-inactive-event {
    background-color: #E15555;
    border-radius: 6px;
    width: 71px;
    height: 22px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 10px; }
  .myaccount-wrap .cart-img-event {
    border-radius: 4px;
    width: 200px;
    height: 100px;
    object-fit: cover; }
  .myaccount-wrap .ant-card-event {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0; }
  .myaccount-wrap .cart-title-event {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .myaccount-wrap .cart-desc-event {
    font-size: 15px;
    color: #000;
    font-weight: bold; }
  .myaccount-wrap .cart-event {
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: .75rem;
    padding: .75rem 0; }
  .myaccount-wrap .tabs-content-wrap {
    max-width: 600px; }
  .myaccount-wrap h1 {
    font-size: 24px;
    font-weight: bold;
    color: #000; }
  .myaccount-wrap .address-button-acction {
    position: absolute;
    bottom: 0; }
  .myaccount-wrap .address-card-heigth {
    height: 150px; }
  .myaccount-wrap .address-col-padding {
    padding: 10px; }
  .myaccount-wrap .payment-methods-title button {
    width: 100%;
    margin-bottom: 10px; }
  @media (min-width: 767px) {
    .myaccount-wrap .payment-methods-title {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .myaccount-wrap .payment-methods-title button {
        width: auto;
        margin-right: 10px; } }
  .myaccount-wrap .payment-methods-card {
    border-radius: 10px; }
    .myaccount-wrap .payment-methods-card .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: bold;
      font-size: 1rem; }
      .myaccount-wrap .payment-methods-card .header img {
        height: 32px; }
    .myaccount-wrap .payment-methods-card .number {
      font-size: 1.25rem;
      font-weight: bold;
      padding-top: 15px; }
    .myaccount-wrap .payment-methods-card .ant-btn {
      padding: 0; }
      .myaccount-wrap .payment-methods-card .ant-btn &gt; span {
        text-decoration: underline; }
  .myaccount-wrap .card-visa {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(37, 145, 251, 0.98) 0.1%, #000780 99.8%);
    color: white; }
    .myaccount-wrap .card-visa .ant-btn-link {
      color: white; }
  .myaccount-wrap .card-americanexpress {
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); }
    .myaccount-wrap .card-americanexpress .ant-btn-link {
      color: black; }
  .myaccount-wrap .card-amex {
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); }
    .myaccount-wrap .card-amex .ant-btn-link {
      color: black; }
  .myaccount-wrap .card-redcompra {
    color: white;
    background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%); }
    .myaccount-wrap .card-redcompra .ant-btn-link {
      color: white; }
  .myaccount-wrap .card-magna {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); }
    .myaccount-wrap .card-magna .ant-btn-link {
      color: black; }
  .myaccount-wrap .card-diners {
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%); }
    .myaccount-wrap .card-diners .ant-btn-link {
      color: black; }
  .myaccount-wrap .card-mastercard {
    color: white;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); }
    .myaccount-wrap .card-mastercard .ant-btn-link {
      color: white; }
  .myaccount-wrap .card-master {
    color: white;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); }
    .myaccount-wrap .card-master .ant-btn-link {
      color: white; }
  .myaccount-wrap .card-debvisa {
    color: white;
    background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%); }
    .myaccount-wrap .card-debvisa .ant-btn-link {
      color: white; }
  .myaccount-wrap .cart-product {
    display: grid;
    gap: .75rem;
    border-bottom: 1px solid #DBDBDB;
    padding: .75rem 0; }
    @media (min-width: 767px) {
      .myaccount-wrap .cart-product {
        grid-template-columns: min-content 1fr; } }
    .myaccount-wrap .cart-product .ant-collapse-header {
      padding-left: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      color: #969696;
      font-size: 13px;
      text-decoration: underline; }
    .myaccount-wrap .cart-product .ant-collapse-header .ant-collapse-arrow {
      left: 0; }
    .myaccount-wrap .cart-product .ant-collapse-content-box {
      padding-left: 24px; }
  .myaccount-wrap .resume-div-container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
  .myaccount-wrap .cart-products-empty {
    text-align: center;
    margin-top: 50%; }
  .myaccount-wrap .cart-img {
    border-radius: 4px;
    width: 80px;
    height: 80px;
    object-fit: cover; }
  .myaccount-wrap .cart-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .myaccount-wrap .cart-desc {
    font-size: 15px;
    color: #585757; }
  .myaccount-wrap .cart-status {
    font-size: 15px;
    color: #000;
    font-weight: 700; }
  .myaccount-wrap .cart-input {
    width: 40px;
    text-align: center; }
  .myaccount-wrap .cart-quantity {
    text-transform: capitalize;
    display: block; }
    @media (min-width: 1023px) {
      .myaccount-wrap .cart-quantity {
        grid-column: span 2;
        display: flex;
        justify-content: space-between; } }
  .myaccount-wrap .cart-price {
    font-size: 20px;
    font-weight: bold;
    color: #000; }
  .myaccount-wrap .grid-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; }
    @media (min-width: 767px) {
      .myaccount-wrap .grid-btn {
        grid-template-columns: 1fr 1fr 1fr; } }
  .myaccount-wrap .grid-btn-past {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; }
    @media (min-width: 767px) {
      .myaccount-wrap .grid-btn-past {
        grid-template-columns: 1fr 1fr; } }
  .myaccount-wrap .btn-100-xs {
    grid-column: span 2; }
    @media (min-width: 767px) {
      .myaccount-wrap .btn-100-xs {
        grid-column: span 1; } }

.ant-modal-footer {
  display: none; }

.address-hover-select:hover {
  background-color: #DBDBDB; }

.address-select-container {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0; }

.hide-map {
  display: none; }

.div-containt-map {
  border: 1px solid #DBDBDB;
  border-radius: 5px; }

.padding-text-map {
  padding-left: 10px;
  padding-right: 10px; }

.text-instructions {
  margin-top: 20px;
  color: #969696;
  font-size: .8rem;
  margin-bottom: 10px; }

.myaccount-sub-title {
  font-size: 13px;
  color: #969696;
  padding-bottom: 20px; }

.modal-show-transactions .cursor-pointer {
  cursor: pointer; }

.modal-show-transactions .div-container {
  grid-column: span 2;
  display: flex;
  justify-content: space-between; }

.modal-show-transactions h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000; }

.modal-show-transactions .card-title {
  color: #000;
  font-size: 24px;
  font-weight: bold; }

.modal-show-transactions .ant-card {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px; }

.modal-show-transactions .ant-collapse-header {
  font-size: 15px !important;
  color: #585757 !important; }

.modal-show-transactions .ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header {
  padding: 5px 35px; }

.modal-show-transactions .ant-collapse-content &gt; .ant-collapse-content-box {
  padding: 37px; }

.modal-show-transactions .resume-div-container {
  display: flex;
  justify-content: space-between;
  margin-top: 5px; }

.modal-show-transactions .cart-desc {
  font-size: 15px;
  color: #585757; }

.modal-show-transactions .cart-option {
  font-size: 13px;
  color: #585757; }

.modal-show-transactions .cart-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0; }

.search-product-content {
  padding-top: 1.25rem;
  width: 100%; }
  @media (min-width: 767px) {
    .search-product-content {
      width: 100%; }
      .search-product-content .ant-input-lg {
        border-radius: 5px 0 0 5px; } }
  .search-product-content h3 {
    font-weight: bold; }

.search-product-content-rating {
  background-color: #F9F1EE;
  padding-top: 1.25rem;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 8px;
  margin-top: 1.25rem; }
  @media (min-width: 767px) {
    .search-product-content-rating {
      width: 100%; }
      .search-product-content-rating .ant-input-lg {
        border-radius: 5px 0 0 5px; } }
  .search-product-content-rating h3 {
    font-weight: bold; }

.rating-content {
  background-color: #F9F1EE;
  color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 8px;
  margin-top: 1.25rem; }
  @media (min-width: 767px) {
    .rating-content {
      padding-right: 2rem;
      padding-left: 2rem; } }
  .rating-content .icon {
    width: 20px; }
  .rating-content .text {
    font-weight: bold;
    font-size: 1rem; }
    @media (min-width: 767px) {
      .rating-content .text {
        font-size: 1.17rem; } }
  .rating-content .hide-mobile {
    display: none; }
    @media (min-width: 767px) {
      .rating-content .hide-mobile {
        display: inline; } }

.flow-rating &gt; * + * {
  margin-top: 20px; }

.card-empy-product {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem; }

.product-required-modal {
  background-color: #fff7e6;
  padding: 4px;
  border-radius: 4px;
  color: #696969; }

.product-option-desc {
  font-size: 13px;
  color: #969696;
  padding-top: 9px;
  margin-left: 0; }

.product-option-desc-new {
  font-size: 12px;
  color: #969696;
  margin-top: 0px; }

.list-products-selection {
  margin: 20px -15px 0 -15px; }
  .list-products-selection .ant-anchor-wrapper {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .list-products-selection .ant-anchor-wrapper::-webkit-scrollbar {
      display: none; }
  .list-products-selection .ant-anchor {
    display: flex; }
  .list-products-selection .ant-anchor-link {
    display: inline-block;
    font-weight: 600;
    padding: .85rem 1rem;
    position: relative; }
  .list-products-selection .ant-anchor-ink {
    display: none; }

.branch-office-products {
  padding-top: 3rem;
  margin-top: -2rem; }

.ant-anchor-link .ant-anchor-link-title {
  position: unset; }
  .ant-anchor-link .ant-anchor-link-title::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0); }

.products-group-title {
  font-weight: 600;
  padding-top: 0; }

.restaurant-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 20px 15px; }
  .restaurant-wrap .ant-carousel .slick-prev,
  .restaurant-wrap .ant-carousel .slick-next,
  .restaurant-wrap .ant-carousel .slick-prev:hover,
  .restaurant-wrap .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
  .restaurant-wrap .slick-disabled {
    display: none !important; }
  .restaurant-wrap .slick-slide {
    padding: 8px; }
  .restaurant-wrap .ant-carousel .slick-prev {
    left: 0; }
    @media (min-width: 1023px) {
      .restaurant-wrap .ant-carousel .slick-prev {
        left: -.5rem; } }
  .restaurant-wrap .ant-carousel .slick-next {
    right: 0; }
    @media (min-width: 1023px) {
      .restaurant-wrap .ant-carousel .slick-next {
        right: -.5rem; } }
  .restaurant-wrap .header-restaurant {
    border-radius: 1rem;
    padding: 2rem .5rem .5rem .5rem;
    margin-top: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    margin-bottom: 5rem; }
    @media (min-width: 767px) {
      .restaurant-wrap .header-restaurant {
        height: 22rem;
        padding: 1rem;
        margin-bottom: 0; } }
    .restaurant-wrap .header-restaurant .content {
      background-color: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(4px);
      border-radius: 1rem;
      padding: .85rem;
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: .5rem;
      width: 100%;
      bottom: -6rem; }
      @media (min-width: 767px) {
        .restaurant-wrap .header-restaurant .content {
          grid-template-columns: 100px 1fr 1.5fr;
          padding: 1rem;
          gap: 1rem;
          bottom: 0rem; } }
      .restaurant-wrap .header-restaurant .content h1 {
        margin-bottom: .5rem;
        line-height: 1;
        font-size: 1.25rem;
        font-weight: 600; }
        @media (min-width: 767px) {
          .restaurant-wrap .header-restaurant .content h1 {
            font-size: 1.4rem; } }
      .restaurant-wrap .header-restaurant .content .store-status {
        position: relative;
        bottom: inherit;
        right: inherit;
        justify-content: flex-start; }
        .restaurant-wrap .header-restaurant .content .store-status .is-scheduled {
          background-color: transparent; }
    .restaurant-wrap .header-restaurant .description {
      font-size: .85rem;
      font-weight: 500;
      line-height: 1.2;
      margin-top: .5rem;
      margin-bottom: .25rem; }
    .restaurant-wrap .header-restaurant .logo {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: .25rem; }
      @media (min-width: 767px) {
        .restaurant-wrap .header-restaurant .logo {
          width: 100px;
          height: 100px; } }
    .restaurant-wrap .header-restaurant .info {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column: span 2; }
      @media (min-width: 767px) {
        .restaurant-wrap .header-restaurant .info {
          grid-template-columns: 1fr 1fr 1fr;
          grid-column: auto; } }
      .restaurant-wrap .header-restaurant .info p {
        margin-bottom: 0;
        border-radius: .5rem; }
    .restaurant-wrap .header-restaurant .info &gt; div:nth-child(4) {
      grid-column: span 2; }
    .restaurant-wrap .header-restaurant .not-info {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      grid-column: span 2; }
      @media (min-width: 767px) {
        .restaurant-wrap .header-restaurant .not-info {
          grid-column: auto; } }
    .restaurant-wrap .header-restaurant .not-available {
      grid-column: span 3;
      background-color: #fff;
      font-weight: 700;
      font-size: 1rem;
      padding: .25rem .75rem;
      border-radius: .25rem;
      display: inline-block; }
      @media (min-width: 767px) {
        .restaurant-wrap .header-restaurant .not-available {
          font-size: 1.25rem;
          padding: .5rem 1rem; } }
  .restaurant-wrap .content-bread-crumb {
    padding-top: 10px;
    padding-bottom: 10px; }
  .restaurant-wrap #info-more-information {
    padding-left: 0; }
  .restaurant-wrap .cursor-pointer {
    cursor: pointer; }
  .restaurant-wrap .ant-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
    height: 100%; }
    .restaurant-wrap .ant-card .price {
      font-weight: 700;
      font-size: 1.15rem;
      margin-bottom: 0; }
  .restaurant-wrap .card-food .ant-card-body {
    padding: .75rem;
    display: grid;
    height: 100%;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr min-content;
    gap: 1rem; }
    .restaurant-wrap .card-food .ant-card-body:before {
      display: none; }
    .restaurant-wrap .card-food .ant-card-body:after {
      display: none; }
  .restaurant-wrap .card-food img {
    height: 6rem;
    width: 6rem;
    object-fit: cover;
    border-radius: .5rem; }
  .restaurant-wrap .ant-card-title {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: .5rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .restaurant-wrap .card-food .ant-card-description {
    font-size: .85rem;
    line-height: 1rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    max-height: 48px;
    overflow-wrap: anywhere; }
  .restaurant-wrap .companies-button-acction {
    grid-column: span 2; }
  .restaurant-wrap .img-restaurant-header {
    width: 100%;
    height: 300px;
    object-fit: cover; }
  .restaurant-wrap h1 {
    font-size: 1.6rem;
    color: #000; }
  .restaurant-wrap h2 {
    font-size: 20px;
    margin: 1rem 0;
    font-weight: bold;
    color: #000; }
  .restaurant-wrap .container-complements-header {
    display: flex;
    font-size: 15px;
    color: #585757; }
    .restaurant-wrap .container-complements-header .margin-left-div {
      margin-left: 20px; }

.modal-add-product h1 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-bottom: 1rem; }
  .modal-add-product h1:first-letter {
    text-transform: uppercase; }

.modal-add-product h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 4px;
  line-height: 1.2; }
  .modal-add-product h3:first-letter {
    text-transform: uppercase; }

.modal-add-product .ant-row-middle {
  margin-top: 12px; }

.modal-add-product p:first-letter {
  text-transform: uppercase; }

.modal-add-product .div-contaner-no-stock {
  background-color: #DBDBDB;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.modal-add-product .ant-radio-wrapper {
  white-space: unset;
  margin-bottom: 4px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 9px;
  padding-top: 9px; }

.modal-add-product .ant-checkbox-group-item {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 9px;
  padding-top: 9px; }

.modal-add-product .title-no-stock {
  font-weight: 700;
  font-size: 1rem; }

.modal-add-product .text-instructions {
  margin-top: 0;
  margin-bottom: 1.25rem;
  white-space: break-spaces; }

.modal-add-product .cart-input {
  width: 40px;
  text-align: center; }

.modal-add-product .ant-checkbox-group {
  display: grid;
  gap: .5rem;
  margin-bottom: 12px; }

.modal-add-product .options {
  display: grid;
  gap: .5rem; }

.modal-add-product .option-grid {
  display: grid;
  grid-template-columns: 2fr auto;
  gap: .5rem;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 9px;
  padding-top: 2px; }

.modal-add-product .comments {
  margin-top: 2rem; }

.modal-add-product .gap {
  gap: .5rem; }

.modal-add-product .alert {
  color: #E15555; }

.modal-add-product .success {
  color: #73C64C; }

.modal-add-product .error {
  color: #E15555; }

.modal-add-product .ant-alert-error {
  margin-bottom: 1rem; }

.modal-add-product .continue-buttons &gt; * + * {
  margin-left: .5rem; }

.modal-add-product .ant-select-selector {
  width: 55px; }

.modal-add-product .ant-select-single {
  text-align: center; }

.modal-product-image {
  object-fit: cover;
  width: 100%;
  border-radius: .5rem;
  margin-bottom: 1rem; }

.modal-show-details .title {
  font-weight: 700;
  margin-top: 1.25rem; }

.modal-show-details .day {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: .75rem; }

.modal-show-remove-cart h1 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: .5rem; }
  .modal-show-remove-cart h1:first-letter {
    text-transform: uppercase; }

.modal-show-remove-cart p:first-letter {
  text-transform: uppercase; }

.modal-show-remove-cart .gap {
  gap: .5rem; }

.modal-ratings-branch-office h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold; }

.modal-ratings-branch-office .icon {
  width: 20px; }

.modal-ratings-branch-office .icon-product {
  width: 58px; }

.modal-ratings-branch-office .content {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.modal-ratings-branch-office .name {
  font-weight: bold;
  margin-right: 10px;
  color: #1C1C1C;
  font-size: 18px; }

.modal-ratings-branch-office .date {
  color: #1C1C1C;
  font-weight: bold; }

.modal-ratings-branch-office .rate {
  color: #1C1C1C;
  font-weight: bold; }

.modal-ratings-branch-office .ant-divider-horizontal {
  margin: 18px 0 !important; }

input[type="text"], input[type="password"], input[type="number"], textarea {
  padding: 8px; }

.checkout-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding: 20px 15px 20px 15px; }
  .checkout-wrap .kushki-warp {
    max-width: 800px; }
    .checkout-wrap .kushki-warp .ant-form-item-label {
      margin-bottom: 5px !important;
      margin-top: 5px !important; }
  .checkout-wrap .card-title-local {
    color: #000;
    font-size: 24px;
    font-weight: bold; }
  .checkout-wrap .table-color {
    background-color: #F9F1EE;
    padding: 1rem; }
  .checkout-wrap .margin-select {
    margin-left: 0px;
    margin-top: 10px; }
    @media (min-width: 767px) {
      .checkout-wrap .margin-select {
        margin-left: 15px;
        margin-top: 0px; } }
  .checkout-wrap .event-card .ant-card-body {
    padding: 0;
    margin-bottom: 24px; }
    @media (min-width: 767px) {
      .checkout-wrap .event-card .ant-card-body {
        padding: 24px !important;
        margin-bottom: 0; } }
  .checkout-wrap .event-card .margin-title {
    margin-left: 24px;
    margin-top: 24px; }
    @media (min-width: 767px) {
      .checkout-wrap .event-card .margin-title {
        margin-left: 0;
        margin-top: 0; } }
  .checkout-wrap .event-card .confirmation-data {
    font-size: 1.5rem; }
    @media (min-width: 767px) {
      .checkout-wrap .event-card .confirmation-data {
        font-size: 2rem; } }
  .checkout-wrap .ticket-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    font-size: 1rem;
    font-weight: bold;
    color: #000; }
  .checkout-wrap .cart-desc-event {
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    font-weight: bold; }
  .checkout-wrap .cart-event {
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: .75rem;
    padding: .75rem 0; }
  .checkout-wrap .cart-img-event {
    border-radius: 4px;
    width: 200px;
    height: 100px;
    object-fit: cover; }
  .checkout-wrap .cart-title-event {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .checkout-wrap .border {
    border: 1px solid #000;
    padding: 16px 12px;
    border-radius: 5px;
    margin-bottom: 10px; }
  .checkout-wrap .content-bread-crumb {
    padding-top: 10px;
    padding-bottom: 10px; }
  .checkout-wrap .cursor-pointer {
    cursor: pointer; }
  .checkout-wrap .div-text-city {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    color: #000; }
  .checkout-wrap .card-img-unselected {
    opacity: 0.2; }
  .checkout-wrap .address-option {
    text-transform: capitalize;
    padding: .75rem 1rem;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    transition: .3s ease;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: #F57423; }
    .checkout-wrap .address-option .icon {
      margin-right: .5rem; }
  .checkout-wrap:hover {
    border-color: #F57423;
    color: #F57423; }
  .checkout-wrap h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000; }
  .checkout-wrap .col-padding-right {
    padding-right: 15px; }
  .checkout-wrap .col-padding-left {
    padding-left: 15px; }
  .checkout-wrap .card-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem; }
  .checkout-wrap .address-title {
    font-size: 1.25rem; }
  .checkout-wrap .flow &gt; * + * {
    margin-top: 20px; }
  .checkout-wrap .ant-card {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0; }
  .checkout-wrap .col-algin-end {
    text-align: end; }
  .checkout-wrap .card-text-address {
    font-size: 15px;
    color: #585757; }
  .checkout-wrap .btn-large-pay {
    width: 100%;
    height: 65px; }
  .checkout-wrap .delivery-method-selector {
    padding-bottom: 2rem;
    font-weight: 600; }
    .checkout-wrap .delivery-method-selector .ant-radio-wrapper {
      font-size: 1rem;
      padding: .25rem 0; }
    .checkout-wrap .delivery-method-selector .icon {
      margin-left: .5rem;
      margin-right: .5rem; }
  .checkout-wrap .cart-product {
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: .75rem;
    border-bottom: 1px solid #DBDBDB;
    padding: .75rem 0; }
    .checkout-wrap .cart-product .ant-collapse-header {
      padding-left: 24px;
      padding-top: 8px;
      padding-bottom: 8px; }
    .checkout-wrap .cart-product .ant-collapse-header .ant-collapse-arrow {
      left: 0; }
    .checkout-wrap .cart-product .ant-collapse-content-box {
      padding-left: 24px; }
  .checkout-wrap .cart-img {
    border-radius: 4px;
    width: 80px;
    height: 80px;
    object-fit: cover; }
  .checkout-wrap .cart-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .checkout-wrap .cart-desc {
    font-size: 15px;
    color: #585757; }
  .checkout-wrap .cart-desc-promo {
    font-size: 15px;
    color: #F57423;
    font-weight: bold; }
  .checkout-wrap .cart-input {
    width: 40px;
    text-align: center; }
  .checkout-wrap .cart-quantity {
    grid-column: span 2;
    display: flex;
    justify-content: space-between; }
  .checkout-wrap .cart-price {
    font-size: 20px;
    font-weight: bold;
    color: #000; }
  .checkout-wrap .cart-footer {
    gap: .5rem;
    padding: 1rem 0; }
  .checkout-wrap .btn-delete {
    margin-left: .75rem; }
  .checkout-wrap .img-web-pay {
    border-radius: 4px;
    width: 120px;
    height: 80px;
    object-fit: contain; }
  .checkout-wrap .resume-div-container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
  .checkout-wrap .checkout-safety-transaction {
    text-align: center;
    margin-top: 70px; }
  .checkout-wrap .insert-coupon {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr min-content;
    gap: .5rem; }
    .checkout-wrap .insert-coupon .ant-form.item {
      margin-bottom: 0; }
  .checkout-wrap .btn-validate-coupon {
    font-weight: 700; }
  .checkout-wrap .btn-amount-tip {
    font-weight: 700; }
  .checkout-wrap .btn-amount-tip-selected {
    font-weight: 700;
    background-color: #F57423;
    color: #fff; }
  .checkout-wrap .btn-price-tip {
    font-weight: bold; }
  .checkout-wrap .container-tip {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem; }
    @media (min-width: 767px) {
      .checkout-wrap .container-tip {
        grid-template-columns: 1fr 1fr 1fr 1fr min-content; } }
  .checkout-wrap .method-pay {
    display: flex;
    flex-direction: column; }
    .checkout-wrap .method-pay img {
      height: 32px; }
    .checkout-wrap .method-pay .security-code {
      margin-bottom: 0 !important;
      margin-top: 10px; }
      .checkout-wrap .method-pay .security-code .ant-form-item-required {
        margin-right: 5px; }
      .checkout-wrap .method-pay .security-code .ant-form-item-label {
        padding: 0 !important; }
      @media (min-width: 767px) {
        .checkout-wrap .method-pay .security-code {
          margin-top: 0;
          margin-right: 0px; } }
    @media (min-width: 767px) {
      .checkout-wrap .method-pay {
        align-items: center;
        justify-content: space-between;
        flex-direction: row; } }
    .checkout-wrap .method-pay .card-number {
      margin-bottom: 0; }
    .checkout-wrap .method-pay .options {
      margin-top: .75rem; }
      @media (min-width: 767px) {
        .checkout-wrap .method-pay .options {
          margin-top: 0; } }
  .checkout-wrap .installments {
    margin-right: .5rem; }

.modal-show-tip h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: .5rem; }
  .modal-show-tip h2:first-letter {
    text-transform: uppercase; }

.modal-show-tip p:first-letter {
  text-transform: uppercase; }

.modal-show-tip .gap {
  gap: .5rem; }

.modal-show-tip .insert-tip {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: .5rem; }

.modal-method-pay .align-items-left {
  display: flex;
  justify-content: flex-end; }

.modal-method-pay .align-items-center {
  display: flex;
  justify-content: center; }

.modal-method-pay .my-cards {
  margin-bottom: 0; }
  .modal-method-pay .my-cards .ant-alert {
    margin-bottom: .75rem; }

.modal-method-pay .number {
  font-weight: 600; }

.modal-method-pay .other-payments {
  margin-bottom: 1rem; }

.modal-method-pay .icon-payment {
  height: 48px;
  max-width: 96px;
  object-fit: contain; }

.modal-method-pay .icon-payment-mercado {
  height: 48px;
  max-width: 96px;
  object-fit: contain; }
  @media (min-width: 767px) {
    .modal-method-pay .icon-payment-mercado {
      max-width: 182px; } }

.modal-method-pay .icon-payment-niubiz {
  width: 100%; }
  @media (min-width: 767px) {
    .modal-method-pay .icon-payment-niubiz {
      max-width: 250px; } }

.modal-method-pay .icon-card {
  height: 32px;
  width: 48px;
  object-fit: contain; }

.modal-method-pay .ant-form-item {
  margin-bottom: 0px !important; }

.modal-method-pay .ant-form-item-label {
  margin-bottom: 5px !important;
  padding: 0 !important; }
  @media (min-width: 767px) {
    .modal-method-pay .ant-form-item-label {
      margin-bottom: 0px !important;
      padding: 0 !important; } }

@media (min-width: 767px) {
  .modal-method-pay .digits {
    margin-left: 5px; } }

.modal-method-pay .security-code {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    .modal-method-pay .security-code {
      margin-left: 10px;
      margin-top: 0px;
      margin-bottom: 0px; } }

@media (min-width: 767px) {
  .modal-method-pay .ant-input-number {
    margin-left: 10px; } }

.modal-method-pay .installments {
  margin-top: 10px; }
  @media (min-width: 767px) {
    .modal-method-pay .installments {
      margin-left: 10px;
      margin-top: 0px; } }

.modal-method-pay .ant-radio-group {
  width: 100%; }

.modal-method-pay .ant-radio-wrapper {
  width: 100%;
  padding: .5rem 1rem;
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  margin-right: 0; }

.modal-method-pay .ant-space {
  width: 100%; }

.modal-method-pay .ant-space-item {
  border: 1px solid #e3e3e3;
  border-radius: .5rem;
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 8px; }

.modal-method-pay .card-option {
  width: 100%;
  font-weight: 600;
  color: #000;
  font-size: 1rem; }
  @media (min-width: 767px) {
    .modal-method-pay .card-option {
      display: flex;
      align-items: center; } }

.modal-method-pay span.ant-radio + * {
  display: flex; }

.modal-show-confirm-street h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: .5rem; }
  .modal-show-confirm-street h2:first-letter {
    text-transform: uppercase; }

.modal-show-confirm-street p:first-letter {
  text-transform: uppercase; }

.modal-show-confirm-street .gap {
  gap: .5rem; }

.modal-show-confirm-street .div-text-city {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  color: #000000D9; }

.modal-niubiz .ant-modal-title {
  font-weight: bold;
  font-size: 20px; }

.checkout-terms .ant-checkbox-inner {
  width: 24px;
  height: 24px; }

.help-warp {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 20px 15px; }
  .help-warp h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000; }
  .help-warp h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000; }
  .help-warp .image-toliv {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 20px; }
  .help-warp p {
    font-size: 16px; }

.success-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding: 20px 15px 20px 15px; }
  .success-wrap .cursor-pointer {
    cursor: pointer; }
  .success-wrap h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000; }
  .success-wrap .card-title {
    color: #000;
    font-size: 24px;
    font-weight: bold; }
  .success-wrap .ant-card {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px; }
  .success-wrap .ant-collapse-header {
    font-size: 15px !important;
    color: #585757 !important; }
  .success-wrap .ant-collapse &gt; .ant-collapse-item &gt; .ant-collapse-header {
    padding: 5px 35px; }
  .success-wrap .ant-collapse-content &gt; .ant-collapse-content-box {
    padding: 37px; }
  .success-wrap .resume-div-container {
    display: flex;
    justify-content: space-between;
    margin-top: 5px; }
  .success-wrap .cart-desc {
    font-size: 15px;
    color: #585757; }
  .success-wrap .cart-option {
    font-size: 13px;
    color: #585757; }
  .success-wrap .cart-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .success-wrap .cart-event {
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: .75rem;
    padding: .75rem 0; }
  .success-wrap .cart-img-event {
    border-radius: 4px;
    width: 200px;
    height: 100px;
    object-fit: cover; }
  .success-wrap .cart-title-event {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .success-wrap .cart-img {
    border-radius: 4px;
    width: 80px;
    height: 80px;
    object-fit: cover; }
  .success-wrap .cart-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .success-wrap .cart-desc {
    font-size: 15px;
    color: #585757; }
  .success-wrap .cart-desc-event {
    font-size: 15px;
    color: #000;
    font-weight: bold; }
  .success-wrap .btn-download {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    margin-right: 5px; }
  .success-wrap .content-download-desktop {
    display: none; }
    @media (min-width: 767px) {
      .success-wrap .content-download-desktop {
        display: initial; } }
  @media (min-width: 767px) {
    .success-wrap .content-download-mobile {
      display: none; } }

.error-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding: 20px 15px 20px 15px; }
  .error-wrap .cursor-pointer {
    cursor: pointer; }
  .error-wrap h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000; }
  .error-wrap .card-title {
    color: #000;
    font-size: 24px;
    font-weight: bold; }
  .error-wrap .ant-card {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px; }
  .error-wrap .ant-card-body {
    padding: 75px; }
    @media (max-width: 767px) {
      .error-wrap .ant-card-body {
        padding: 24px; } }
  .error-wrap .margin-Button {
    margin-top: 30px; }
  .error-wrap .cart-desc {
    font-size: 15px;
    color: #585757; }
  .error-wrap .cart-option {
    font-size: 13px;
    color: #585757; }
  .error-wrap .cart-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }

.product-wrap h1 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 1.75rem; }
  .product-wrap h1:first-letter {
    text-transform: uppercase; }
  @media (min-width: 767px) {
    .product-wrap h1 {
      font-size: 2.25rem; } }

.product-wrap h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1rem;
  line-height: 1.2; }
  .product-wrap h2:first-letter {
    text-transform: uppercase; }

.product-wrap h3 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 1rem;
  line-height: 1.2; }
  .product-wrap h3:first-letter {
    text-transform: uppercase; }

.product-wrap p:first-letter {
  text-transform: uppercase; }

.product-wrap .product-category {
  font-size: 1rem;
  color: #969696;
  margin-bottom: 1rem;
  display: block; }
  .product-wrap .product-category:hover {
    text-decoration: underline; }

.product-wrap .store-details {
  display: grid;
  grid-template-columns: min-content 1fr;
  color: black;
  align-items: center;
  gap: 1rem;
  padding: .25rem;
  border-radius: .5rem;
  border: 1px solid #e3e3e3; }

.product-wrap .store-logo {
  height: 4rem;
  width: 4rem; }

.product-wrap .store-name {
  font-weight: 600;
  color: #F57423; }

.product-wrap .description-hide {
  min-height: 4ch;
  max-height: 10ch;
  overflow: hidden; }

.product-wrap .div-contaner-no-stock {
  background-color: #DBDBDB;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.product-wrap .title-no-stock {
  font-weight: 700;
  font-size: 1rem; }

.product-wrap .div-read-more {
  text-align: center;
  width: 100%; }

.product-wrap .text-description {
  margin-top: 0;
  margin-bottom: 1.25rem;
  white-space: break-spaces; }

.product-wrap .cart-input {
  width: 40px;
  text-align: center; }

.product-wrap .ant-checkbox-group {
  display: grid;
  gap: .5rem;
  margin-bottom: 12px; }

.product-wrap .options {
  display: grid;
  gap: .5rem; }

.product-wrap .option-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: .5rem; }

.product-wrap .comments {
  margin-top: 2rem; }

.product-wrap .gap {
  gap: .5rem; }

.product-wrap .alert {
  color: #E15555; }

.product-wrap .success {
  color: #73C64C; }

.product-wrap .error {
  color: #E15555; }

.product-wrap .product-add {
  display: grid;
  align-items: end; }
  @media (min-width: 767px) {
    .product-wrap .product-add {
      grid-template-columns: 1fr 1fr; } }

@media (min-width: 767px) {
  .product-wrap .product-quantity {
    margin-bottom: 0; } }

.product-wrap .ant-anchor {
  font-size: 1.25rem;
  color: #F57423; }

.product-wrap .ant-anchor-wrapper {
  background-color: transparent;
  overflow: inherit; }

.product-wrap .ant-anchor-ink::before {
  background-color: transparent; }

.product-wrap .btn-back {
  background-color: white;
  height: 48px;
  width: 48px;
  padding: .25rem;
  border-radius: 50%;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-product-image {
  object-fit: cover;
  width: 100%;
  border-radius: .5rem;
  margin-bottom: 1rem; }

.modal-show-details .title {
  font-weight: 700;
  margin-top: 1.25rem; }

.modal-show-details .day {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: .75rem; }

.modal-show-remove-cart h1 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: .5rem; }
  .modal-show-remove-cart h1:first-letter {
    text-transform: uppercase; }

.modal-show-remove-cart p:first-letter {
  text-transform: uppercase; }

.modal-show-remove-cart .gap {
  gap: .5rem; }

.context-group-wrap {
  font-size: 15px;
  font-weight: bold;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .context-group-wrap .content-group {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px 15px;
    display: flex; }
    @media (min-width: 767px) {
      .context-group-wrap .content-group {
        overflow: hidden; } }
  .context-group-wrap .context-name {
    padding: .25rem .5rem;
    color: #585757;
    cursor: pointer;
    transition: .2s ease; }
    .context-group-wrap .context-name:hover {
      color: #F57423; }
  .context-group-wrap .ant-divider-horizontal {
    margin: 0 0; }
  .context-group-wrap .context-selected {
    color: #F57423; }

@media (min-width: 767px) {
  .margin-filter {
    margin-bottom: 10px; } }

.margin-filter .button-filter-branch-office {
  width: 100%;
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    .margin-filter .button-filter-branch-office {
      width: auto; } }

.margin-filter .button-all-branch-office {
  width: 100%; }
  @media (min-width: 767px) {
    .margin-filter .button-all-branch-office {
      margin-left: 10px;
      width: auto; } }

.context-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 20px 15px; }
  .context-wrap h1 {
    margin-top: 1.5rem;
    line-height: 1;
    font-size: 2.25rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .context-wrap h1 {
        font-size: 1.8rem;
        margin-bottom: 0.4rem; } }
    @media (min-width: 767px) {
      .context-wrap h1 {
        font-size: 2.25rem;
        margin-bottom: 2rem; } }
  .context-wrap h2 {
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: bold; }
    @media (min-width: 767px) {
      .context-wrap h2 {
        font-size: 1.5rem; } }
  .context-wrap h3 {
    line-height: 1;
    font-size: 1.25rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .context-wrap h3 {
        margin-top: 12px; } }
    @media (min-width: 767px) {
      .context-wrap h3 {
        font-size: 1.25rem; } }
  @media (min-width: 767px) {
    .context-wrap .hide-desktop {
      display: none; } }
  .context-wrap .hide-mobile {
    display: none; }
    @media (min-width: 767px) {
      .context-wrap .hide-mobile {
        display: block; } }
  .context-wrap .category-content {
    padding-top: 0px;
    padding-bottom: 12px; }
    .context-wrap .category-content .margin-categories {
      margin-top: 20px; }
    .context-wrap .category-content .category-text-selected {
      font-weight: bold;
      font-size: 15px;
      cursor: pointer;
      margin-top: 10px; }
    .context-wrap .category-content .category-text {
      font-size: 15px;
      cursor: pointer;
      margin-top: 10px; }
    @media (min-width: 767px) {
      .context-wrap .category-content .hide-desktop {
        display: none; } }
    .context-wrap .category-content .hide-mobile {
      display: none; }
      @media (min-width: 767px) {
        .context-wrap .category-content .hide-mobile {
          display: block; } }
    .context-wrap .category-content .ant-tree-node-selected {
      background-color: transparent;
      font-weight: bold; }
    .context-wrap .category-content .ant-tree-switcher_open {
      color: #F57423; }
    .context-wrap .category-content .ant-tree-switcher-icon {
      font-size: 14px;
      line-height: 30px; }
  .context-wrap .search-store-content {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%; }
    @media (min-width: 767px) {
      .context-wrap .search-store-content {
        width: 90%; } }
    .context-wrap .search-store-content .ant-input-lg {
      border-radius: 5px 0 0 5px; }
  .context-wrap .card-empy-branchoffice {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem; }
  .context-wrap .cursor-pointer {
    cursor: pointer; }
  .context-wrap .card-context {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 120px min-content;
    width: 100%;
    height: 100%; }
    @media (min-width: 767px) {
      .context-wrap .card-context {
        grid-template-columns: 1fr;
        padding: 0; }
      .context-wrap .card-context h1 {
        margin-bottom: .5rem;
        line-height: 1;
        font-size: 1.4rem;
        font-weight: 600; } }
  @media (min-width: 767px) and (min-width: 767px) {
    .context-wrap .card-context h1 {
      font-size: 1.4rem; } }
    @media (min-width: 767px) {
      .context-wrap .card-context h2 {
        margin-bottom: 0; } }
    .context-wrap .card-context .card-header-restaurant {
      background-size: cover;
      height: 120px;
      border-radius: .5rem .5rem 0 0;
      position: relative; }
    .context-wrap .card-context .is-disabled {
      background-blend-mode: multiply;
      background-color: rgba(0, 0, 0, 0.7); }
    .context-wrap .card-context .store-title {
      padding: 0 .85rem;
      margin: .85rem 0rem .85rem 0;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      overflow-wrap: anywhere; }
    .context-wrap .card-context .description {
      font-size: .85rem;
      font-weight: 500;
      line-height: 1.2; }
    .context-wrap .card-context .logo {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: .25rem;
      position: absolute;
      top: 1rem;
      left: 1rem; }
      @media (min-width: 767px) {
        .context-wrap .card-context .logo {
          width: 80px;
          height: 80px; } }
    .context-wrap .card-context .icon {
      width: 20px;
      height: 20px; }
    .context-wrap .card-context .info {
      color: #585757;
      display: grid;
      font-size: 12px;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 0 .85rem .85rem .8rem;
      gap: .25rem; }
      .context-wrap .card-context .info &gt; * {
        display: grid;
        grid-template-columns: min-content 1fr;
        gap: .25rem; }
      @media (min-width: 767px) {
        .context-wrap .card-context .info {
          grid-template-columns: 1fr 1fr 1fr;
          grid-column: auto; } }
      .context-wrap .card-context .info p {
        margin-bottom: 0; }
      .context-wrap .card-context .info .not-available {
        grid-column: 1 / span 2;
        grid-template-columns: initial; }
    .context-wrap .card-context .info &gt; div:nth-child(4) {
      grid-column: span 2; }
    .context-wrap .card-context .row-rate {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .context-wrap .card-context .row-rate h3 {
        margin-right: 10px; }
      .context-wrap .card-context .row-rate .icon {
        margin-top: 12px; }
        @media (min-width: 767px) {
          .context-wrap .card-context .row-rate .icon {
            margin-top: 0; } }
  .context-wrap .card-promotion {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 0;
    max-width: 100%;
    margin-right: .5rem !important;
    height: auto; }
    @media (min-width: 767px) {
      .context-wrap .card-promotion {
        grid-template-columns: 1fr;
        padding: 0; }
        .context-wrap .card-promotion h1 {
          margin-bottom: .5rem;
          line-height: 1;
          font-size: 1.4rem;
          font-weight: 600;
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .context-wrap .card-promotion h2 {
          margin-bottom: 0;
          color: #000;
          font-size: 41px;
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .context-wrap .card-promotion h3 {
          margin-bottom: 0;
          color: #000;
          font-size: 24px;
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .context-wrap .card-promotion h4 {
          margin-bottom: 0;
          color: #000;
          font-size: 20px;
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; } }
    .context-wrap .card-promotion h1 {
      margin-bottom: .5rem;
      line-height: 1;
      font-size: 1.4rem;
      font-weight: 600;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .context-wrap .card-promotion h2 {
      margin-bottom: 0;
      color: #000;
      font-size: 41px;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .context-wrap .card-promotion h3 {
      margin-bottom: 0;
      color: #000;
      font-size: 24px;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .context-wrap .card-promotion h4 {
      margin-bottom: 0;
      color: #000;
      font-size: 20px;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .context-wrap .card-promotion .img-porcent {
      width: 130px;
      margin-bottom: 14px; }
    .context-wrap .card-promotion .img-delivery {
      width: 140px;
      margin-bottom: 4px; }
    .context-wrap .card-promotion .img-money {
      width: 144px; }
    .context-wrap .card-promotion .shadown {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
      border-radius: 8px; }
    .context-wrap .card-promotion .btn-promotion {
      background-color: #000;
      color: #fff;
      font-weight: bold;
      margin-right: 5px;
      margin-bottom: 10px;
      width: 100%; }
    .context-wrap .card-promotion .content-banner-promotion {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .context-wrap .card-promotion .text-condition {
      text-align: center;
      color: black;
      padding-bottom: 10px; }

.banner-home {
  margin: 24px 15px 24px 15px;
  border-radius: .5rem;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: grid;
  align-items: center; }
  @media (min-width: 767px) {
    .banner-home {
      height: 400px;
      grid-template-columns: 1fr 1fr; } }
  .banner-home .area-1 {
    font-size: 1rem;
    padding: 1.5rem;
    order: 1; }
    @media (min-width: 767px) {
      .banner-home .area-1 {
        order: 1; } }
    .banner-home .area-1 .stores &gt; * + * {
      margin-left: .5rem; }
  .banner-home .area-2 {
    height: 100%;
    overflow: hidden;
    order: 2; }
    @media (min-width: 767px) {
      .banner-home .area-2 {
        order: 2; } }
  .banner-home h1 {
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: bold; }
    @media (min-width: 767px) {
      .banner-home h1 {
        font-size: 2.25rem; } }
  .banner-home .image-2 {
    width: 100%;
    max-height: 408px; }
    @media (min-width: 767px) {
      .banner-home .image-2 {
        width: auto; } }

.banner-registration {
  margin: 24px 15px 24px 15px;
  background-image: url("https://tolivmarket-production.s3.sa-east-1.amazonaws.com/homepage/banner_v.png");
  background-size: cover;
  border-radius: .5rem;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: grid;
  align-items: center;
  color: #fff; }
  @media (min-width: 767px) {
    .banner-registration {
      height: 400px;
      grid-template-columns: 1fr 1fr;
      background-image: url("https://tolivmarket-production.s3.sa-east-1.amazonaws.com/homepage/banner.png"); } }
  .banner-registration .area-1 {
    font-size: 1rem;
    padding: 1.5rem;
    order: 2; }
    @media (min-width: 767px) {
      .banner-registration .area-1 {
        order: 2; } }
    .banner-registration .area-1 .stores &gt; * + * {
      margin-left: .5rem; }
  .banner-registration .area-2 {
    height: 300px;
    overflow: hidden;
    order: 1; }
    @media (min-width: 767px) {
      .banner-registration .area-2 {
        height: 100%;
        order: 1; } }
  .banner-registration h1 {
    color: #fff;
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: bold; }
    @media (min-width: 767px) {
      .banner-registration h1 {
        font-size: 2.25rem; } }

.context-home-wrap {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .context-home-wrap h1 {
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    color: #000; }
    @media (min-width: 767px) {
      .context-home-wrap h1 {
        font-size: 2rem; } }

.home-contexts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem; }
  .home-contexts .card-home {
    cursor: pointer;
    border-radius: .5rem;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 1rem;
    text-align: center; }
    @media (max-width: 767px) {
      .home-contexts .card-home img {
        height: 60px; } }
    .home-contexts .card-home .title {
      font-weight: 700;
      font-size: 18px;
      line-height: 1.2; }

@media (min-width: 767px) {
  .context-grid-2 {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 767px) {
  .context-grid-3 {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 767px) {
  .context-grid-4 {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 1023px) {
  .context-grid-4 {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 1360px) {
  .context-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media (min-width: 767px) {
  .context-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media (min-width: 1023px) {
  .context-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

@media (min-width: 1360px) {
  .context-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }

.cities-home-wrap {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .cities-home-wrap h1 {
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1;
    font-size: 2.25rem;
    font-weight: bold;
    color: #000; }
    @media (max-width: 767px) {
      .cities-home-wrap h1 {
        font-size: 1.8rem; } }
    @media (min-width: 767px) {
      .cities-home-wrap h1 {
        font-size: 2.25rem; } }
  .cities-home-wrap .display-flex {
    display: flex; }
  .cities-home-wrap .content-cities {
    display: flex;
    flex-wrap: wrap; }
  .cities-home-wrap .title-city {
    margin-bottom: 1rem; }
    .cities-home-wrap .title-city .orange {
      color: #F57423; }
  .cities-home-wrap .content-cities {
    padding-top: 12px; }
    .cities-home-wrap .content-cities ul {
      margin-left: 0;
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0; }
    .cities-home-wrap .content-cities li {
      margin-left: 0;
      list-style: none; }
      .cities-home-wrap .content-cities li {
        padding-top: 2px;
        padding-bottom: 2px; }
    .cities-home-wrap .content-cities .region {
      margin-top: 20px;
      width: 16%;
      float: left; }
  .cities-home-wrap a.name-city {
    cursor: pointer;
    color: #969696;
    font-weight: normal;
    margin-right: 0px;
    white-space: nowrap;
    font-size: 1rem;
    transition: .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .cities-home-wrap a.name-city:hover {
      color: #F57423; }

.city-card-wrap {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex; }
  .city-card-wrap h1 {
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1.25;
    font-size: 2rem;
    font-weight: 700;
    color: #000; }
    @media (max-width: 767px) {
      .city-card-wrap h1 {
        font-size: 1.5rem; } }
    @media (min-width: 767px) {
      .city-card-wrap h1 {
        font-size: 2.25rem; } }
  .city-card-wrap .city {
    color: #F57423;
    cursor: pointer;
    display: block; }
    @media (min-width: 767px) {
      .city-card-wrap .city {
        display: inline-block; } }
    .city-card-wrap .city .icon {
      margin-left: .25rem; }

.registration-card-sell-wrap {
  font-size: 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .registration-card-sell-wrap .ant-row &gt; * + * {
    margin-top: 1.5rem; }
  @media (min-width: 767px) {
    .registration-card-sell-wrap .ant-row &gt; * + * {
      margin-top: 0rem; } }
  .registration-card-sell-wrap .content-img {
    padding: 10px 15px; }
  .registration-card-sell-wrap img {
    width: 100%;
    border-radius: 15px; }
  .registration-card-sell-wrap h2 {
    font-weight: bold;
    color: #000; }
  .registration-card-sell-wrap .text {
    color: #000;
    line-height: 30px;
    font-size: 16px; }
  .registration-card-sell-wrap .content-padding {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .registration-card-sell-wrap .container-text {
    background: #ffffff;
    padding: 10px 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px; }
  .registration-card-sell-wrap .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: .5rem;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 2rem;
    height: 100%; }
  .registration-card-sell-wrap .shop {
    color: #F57423; }
  .registration-card-sell-wrap .buttom {
    height: auto;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 10px;
    background: var(--white, #FFF); }
    .registration-card-sell-wrap .buttom a {
      background: var(--gradient-2, linear-gradient(87deg, #FF6200 0%, #9747FF 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .registration-card-sell-wrap h1 {
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1.25;
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 767px) {
      .registration-card-sell-wrap h1 {
        font-size: 1.2rem; } }
    @media (min-width: 767px) {
      .registration-card-sell-wrap h1 {
        font-size: 1.75rem; } }

.registration-card-wrap {
  font-size: 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .registration-card-wrap .ant-row &gt; * + * {
    margin-top: 1.5rem; }
  @media (min-width: 767px) {
    .registration-card-wrap .ant-row &gt; * + * {
      margin-top: 0rem; } }
  .registration-card-wrap .content-img {
    padding: 10px 15px; }
  .registration-card-wrap img {
    width: 100%;
    border-radius: 15px; }
  .registration-card-wrap h2 {
    font-weight: bold;
    color: #000; }
  .registration-card-wrap .text {
    color: #000;
    line-height: 30px;
    font-size: 16px; }
  .registration-card-wrap .content-padding {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .registration-card-wrap .container-text {
    background: #ffffff;
    padding: 10px 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px; }
  .registration-card-wrap .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: .5rem;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 2rem;
    height: 100%; }
  .registration-card-wrap .shop {
    color: #F57423; }
  .registration-card-wrap .buttom {
    height: auto;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 10px; }
  .registration-card-wrap h1 {
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1.25;
    font-size: 1.75rem;
    font-weight: bold;
    color: #000; }
    @media (max-width: 767px) {
      .registration-card-wrap h1 {
        font-size: 1.2rem; } }
    @media (min-width: 767px) {
      .registration-card-wrap h1 {
        font-size: 1.75rem; } }

.city-empty h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #969696; }

.banners-city-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
  padding-bottom: 15px; }
  .banners-city-wrap .image-event {
    width: 100%;
    height: auto;
    margin-top: .75rem;
    border-radius: 0.5rem; }
  .banners-city-wrap .ant-carousel {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: .5rem; }
  .banners-city-wrap .ant-carousel .slick-slide {
    height: 200px; }
    @media (min-width: 767px) {
      .banners-city-wrap .ant-carousel .slick-slide {
        height: 480px; } }
  .banners-city-wrap .banner-image {
    object-fit: fill;
    height: 200px;
    width: 100%;
    border-radius: .5rem; }
    @media (min-width: 767px) {
      .banners-city-wrap .banner-image {
        object-fit: fill;
        height: 480px;
        width: 100%; } }
  .banners-city-wrap .ant-carousel .slick-slider .slick-track, .banners-city-wrap .ant-carousel .slick-slider .slick-list {
    border-radius: .5rem !important; }

.modal-new-releases .ant-modal-body {
  padding: 2rem; }

.modal-new-releases h2 {
  font-size: 2rem; }

.modal-new-releases h3 {
  margin-bottom: .25rem; }

.modal-new-releases ul {
  padding-left: 1rem; }

.modal-new-releases li {
  margin-bottom: .75rem; }

.list-other-events-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px 20px 15px; }
  .list-other-events-wrap .ant-carousel .slick-prev,
  .list-other-events-wrap .ant-carousel .slick-next,
  .list-other-events-wrap .ant-carousel .slick-prev:hover,
  .list-other-events-wrap .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
  .list-other-events-wrap .slick-disabled {
    display: none !important; }
  .list-other-events-wrap .slick-slide {
    padding: 8px; }
  .list-other-events-wrap .ant-carousel .slick-prev {
    left: 0; }
    @media (min-width: 1023px) {
      .list-other-events-wrap .ant-carousel .slick-prev {
        left: -.5rem; } }
  .list-other-events-wrap .ant-carousel .slick-next {
    right: 0; }
    @media (min-width: 1023px) {
      .list-other-events-wrap .ant-carousel .slick-next {
        right: -.5rem; } }
  .list-other-events-wrap .title {
    margin-bottom: .5rem;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 1rem; }
    @media (min-width: 767px) {
      .list-other-events-wrap .title {
        font-size: 1.7rem; } }
  .list-other-events-wrap .header-producer {
    border-radius: 1rem;
    padding: 2rem .5rem .5rem .5rem;
    margin-top: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    margin-bottom: 5rem; }
    @media (min-width: 767px) {
      .list-other-events-wrap .header-producer {
        height: 22rem;
        padding: 1rem;
        margin-bottom: 0; } }
    .list-other-events-wrap .header-producer .social-networks {
      margin-right: 20px; }
      .list-other-events-wrap .header-producer .social-networks img {
        width: 26px;
        height: 26px; }
    .list-other-events-wrap .header-producer .content {
      background-color: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(4px);
      border-radius: 1rem;
      padding: .85rem;
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: .5rem;
      width: 100%;
      bottom: -6rem; }
      @media (min-width: 767px) {
        .list-other-events-wrap .header-producer .content {
          grid-template-columns: 100px 1fr 1.5fr;
          padding: 1rem;
          gap: 1rem;
          bottom: 0rem; } }
      .list-other-events-wrap .header-producer .content h1 {
        margin-bottom: .5rem;
        line-height: 1;
        font-size: 1.25rem;
        font-weight: 600; }
        @media (min-width: 767px) {
          .list-other-events-wrap .header-producer .content h1 {
            font-size: 1.4rem; } }
      .list-other-events-wrap .header-producer .content .store-status {
        position: relative;
        bottom: inherit;
        right: inherit;
        justify-content: flex-start; }
        .list-other-events-wrap .header-producer .content .store-status .is-scheduled {
          background-color: transparent; }
    .list-other-events-wrap .header-producer .description {
      font-size: .85rem;
      font-weight: 500;
      line-height: 1.2;
      margin-top: .5rem;
      margin-bottom: .25rem; }
    .list-other-events-wrap .header-producer .logo {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: .25rem; }
      @media (min-width: 767px) {
        .list-other-events-wrap .header-producer .logo {
          width: 100px;
          height: 100px; } }
    .list-other-events-wrap .header-producer .info {
      display: grid;
      grid-template-columns: 1fr;
      grid-column: span 2; }
      @media (min-width: 767px) {
        .list-other-events-wrap .header-producer .info {
          grid-template-columns: 1fr 1fr 1fr;
          grid-column: auto; } }
      .list-other-events-wrap .header-producer .info p {
        margin-bottom: 0;
        border-radius: .5rem; }
    .list-other-events-wrap .header-producer .info &gt; div:nth-child(4) {
      grid-column: span 2; }
    .list-other-events-wrap .header-producer .not-info {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      grid-column: span 2; }
      @media (min-width: 767px) {
        .list-other-events-wrap .header-producer .not-info {
          grid-column: auto; } }
    .list-other-events-wrap .header-producer .not-available {
      grid-column: span 3;
      background-color: #fff;
      font-weight: 700;
      font-size: 1rem;
      padding: .25rem .75rem;
      border-radius: .25rem;
      display: inline-block; }
      @media (min-width: 767px) {
        .list-other-events-wrap .header-producer .not-available {
          font-size: 1.25rem;
          padding: .5rem 1rem; } }
  .list-other-events-wrap .list-card-home-events {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 75px 20px 75px; }
    .list-other-events-wrap .list-card-home-events.time-line {
      padding: 10px 25px 20px 25px; }
  @media screen and (max-width: 500px) {
    .list-other-events-wrap.region-select {
      padding: 10px 0px 20px 0px; } }
  .list-other-events-wrap .ant-carousel .slick-prev,
  .list-other-events-wrap .ant-carousel .slick-next,
  .list-other-events-wrap .ant-carousel .slick-prev:hover,
  .list-other-events-wrap .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
  .list-other-events-wrap .slick-disabled {
    display: none !important; }
  .list-other-events-wrap .slick-slide {
    padding: 8px; }
  .list-other-events-wrap .ant-carousel .slick-prev {
    left: 0; }
    @media (min-width: 1023px) {
      .list-other-events-wrap .ant-carousel .slick-prev {
        left: -.5rem; } }
  .list-other-events-wrap .ant-carousel .slick-next {
    right: 0; }
    @media (min-width: 1023px) {
      .list-other-events-wrap .ant-carousel .slick-next {
        right: -.5rem; } }
  .list-other-events-wrap .ant-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
    height: 100%; }
  .list-other-events-wrap h2 {
    font-size: 1.25rem;
    text-align: left; }
    @media (min-width: 767px) {
      .list-other-events-wrap h2 {
        font-size: 1.75rem; } }
  .list-other-events-wrap .content-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .list-other-events-wrap .content-title .see-more {
      font-size: 14px;
      font-weight: 600;
      color: #f57423;
      margin-bottom: 6px;
      cursor: pointer; }
      @media (min-width: 767px) {
        .list-other-events-wrap .content-title .see-more {
          font-size: 16px; } }
  .list-other-events-wrap .card-see-more {
    display: flex !important;
    align-items: center !important;
    min-width: 224px; }
    @media (min-width: 767px) {
      .list-other-events-wrap .card-see-more {
        height: 354.5px; } }
    .list-other-events-wrap .card-see-more .see-more-card {
      font-size: 1.5rem;
      font-weight: 600;
      text-align: center;
      width: 100%; }
  .list-other-events-wrap .card-event {
    text-transform: capitalize;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0;
    width: 100%;
    height: auto; }
    @media (min-width: 767px) {
      .list-other-events-wrap .card-event {
        grid-template-columns: 1fr;
        padding: 0; }
        .list-other-events-wrap .card-event h1 {
          margin-bottom: .5rem;
          line-height: 1;
          font-size: 1.4rem;
          font-weight: 600; } }
    @media (min-width: 767px) and (min-width: 767px) {
      .list-other-events-wrap .card-event h1 {
        font-size: 1.4rem; } }
    @media (min-width: 767px) {
        .list-other-events-wrap .card-event h2 {
          margin-bottom: 0; } }
    .list-other-events-wrap .card-event .card-header-restaurant {
      background-size: cover;
      height: 184px;
      border-radius: 8px 8px 0 0;
      position: relative; }
    .list-other-events-wrap .card-event .shadown {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
      max-width: 100%; }
      @media (min-width: 767px) {
        .list-other-events-wrap .card-event .shadown {
          max-width: 300px; } }
    .list-other-events-wrap .card-event .image-card-event {
      width: 100%;
      border-radius: 8px 8px 0 0;
      height: 200px;
      object-fit: cover; }
      @media (min-width: 767px) {
        .list-other-events-wrap .card-event .image-card-event {
          height: 240px; } }
    .list-other-events-wrap .card-event .is-disabled {
      background-blend-mode: multiply;
      background-color: rgba(0, 0, 0, 0.7); }
    .list-other-events-wrap .card-event .store-title {
      padding: 0 .85rem;
      margin: .85rem 0rem .85rem 0;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      overflow-wrap: anywhere; }
    .list-other-events-wrap .card-event .description {
      font-size: .85rem;
      font-weight: 500;
      line-height: 1.2; }
    .list-other-events-wrap .card-event .logo {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: .25rem;
      position: absolute;
      top: 1rem;
      left: 1rem; }
      @media (min-width: 767px) {
        .list-other-events-wrap .card-event .logo {
          width: 80px;
          height: 80px; } }
    .list-other-events-wrap .card-event .icon {
      width: 20px;
      height: 20px; }
    .list-other-events-wrap .card-event .info {
      color: #585757;
      display: grid;
      font-size: 12px;
      padding: 0 .85rem .85rem .8rem; }
      .list-other-events-wrap .card-event .info p {
        font-weight: bold;
        line-height: 1rem;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 1rem;
        overflow-wrap: anywhere;
        margin-bottom: 0; }
      .list-other-events-wrap .card-event .info .not-available {
        grid-column: 1 / span 2;
        grid-template-columns: initial; }
    .list-other-events-wrap .card-event .btn-buy {
      background-color: #000;
      color: #fff;
      font-weight: bold;
      margin-right: 5px;
      margin-bottom: 10px; }
  .list-other-events-wrap .category-content {
    padding-top: 0px;
    padding-bottom: 12px; }
  .list-other-events-wrap .margin-categories {
    margin-top: 20px; }
  .list-other-events-wrap .category-text-selected {
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px; }
  .list-other-events-wrap .category-text {
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px; }
  @media (min-width: 767px) {
    .list-other-events-wrap .hide-desktop {
      display: none; } }
  .list-other-events-wrap .hide-mobile {
    display: none; }
    @media (min-width: 767px) {
      .list-other-events-wrap .hide-mobile {
        display: block; } }
  .list-other-events-wrap .ant-tree-node-selected {
    background-color: transparent;
    font-weight: bold; }
  .list-other-events-wrap .ant-tree-switcher_open {
    color: #F57423; }
  .list-other-events-wrap .ant-tree-switcher-icon {
    font-size: 14px;
    line-height: 30px; }
  .list-other-events-wrap .search-store-content {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%; }
    @media (min-width: 767px) {
      .list-other-events-wrap .search-store-content {
        width: 90%; } }
    .list-other-events-wrap .search-store-content .ant-input-lg {
      border-radius: 5px 0 0 5px; }
  .list-other-events-wrap .card-empy-events {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem; }
  .list-other-events-wrap .city {
    color: #F57423;
    cursor: pointer;
    display: block; }
    @media (min-width: 767px) {
      .list-other-events-wrap .city {
        display: inline-block; } }
    .list-other-events-wrap .city .icon {
      margin-left: .25rem; }

.region-event {
  color: #F57423;
  cursor: pointer;
  display: inline-block; }
  .region-event .icon {
    margin-left: .25rem; }

.section-home-events {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 20px 15px; }
  .section-home-events .ant-carousel .slick-prev,
  .section-home-events .ant-carousel .slick-next,
  .section-home-events .ant-carousel .slick-prev:hover,
  .section-home-events .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
    .section-home-events .ant-carousel .slick-prev .slick-disabled,
    .section-home-events .ant-carousel .slick-next .slick-disabled,
    .section-home-events .ant-carousel .slick-prev:hover .slick-disabled,
    .section-home-events .ant-carousel .slick-next:hover .slick-disabled {
      display: none !important; }
    .section-home-events .ant-carousel .slick-prev .slick-slide,
    .section-home-events .ant-carousel .slick-next .slick-slide,
    .section-home-events .ant-carousel .slick-prev:hover .slick-slide,
    .section-home-events .ant-carousel .slick-next:hover .slick-slide {
      padding: 8px; }
    .section-home-events .ant-carousel .slick-prev .ant-carousel .slick-prev,
    .section-home-events .ant-carousel .slick-next .ant-carousel .slick-prev,
    .section-home-events .ant-carousel .slick-prev:hover .ant-carousel .slick-prev,
    .section-home-events .ant-carousel .slick-next:hover .ant-carousel .slick-prev {
      left: 0; }
      @media (min-width: 1023px) {
        .section-home-events .ant-carousel .slick-prev .ant-carousel .slick-prev,
        .section-home-events .ant-carousel .slick-next .ant-carousel .slick-prev,
        .section-home-events .ant-carousel .slick-prev:hover .ant-carousel .slick-prev,
        .section-home-events .ant-carousel .slick-next:hover .ant-carousel .slick-prev {
          left: -.5rem; } }
    .section-home-events .ant-carousel .slick-prev .ant-carousel .slick-next,
    .section-home-events .ant-carousel .slick-next .ant-carousel .slick-next,
    .section-home-events .ant-carousel .slick-prev:hover .ant-carousel .slick-next,
    .section-home-events .ant-carousel .slick-next:hover .ant-carousel .slick-next {
      right: 0; }
      @media (min-width: 1023px) {
        .section-home-events .ant-carousel .slick-prev .ant-carousel .slick-next,
        .section-home-events .ant-carousel .slick-next .ant-carousel .slick-next,
        .section-home-events .ant-carousel .slick-prev:hover .ant-carousel .slick-next,
        .section-home-events .ant-carousel .slick-next:hover .ant-carousel .slick-next {
          right: -.5rem; } }
    .section-home-events .ant-carousel .slick-prev .ant-card,
    .section-home-events .ant-carousel .slick-next .ant-card,
    .section-home-events .ant-carousel .slick-prev:hover .ant-card,
    .section-home-events .ant-carousel .slick-next:hover .ant-card {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
      border-radius: .5rem;
      height: 100%; }
  .section-home-events h2 {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: -8px; }
    @media (min-width: 767px) {
      .section-home-events h2 {
        font-size: 1.75rem; } }
  .section-home-events .ant-tabs-tab-btn {
    font-weight: bold !important;
    font-size: 1rem !important; }
  .section-home-events .content-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .section-home-events .content-title .see-more {
      font-size: 14px;
      font-weight: 600;
      color: #f57423;
      margin-bottom: 6px;
      cursor: pointer; }
      @media (min-width: 767px) {
        .section-home-events .content-title .see-more {
          font-size: 16px; } }
  .section-home-events .card-see-more {
    display: flex !important;
    align-items: center !important;
    min-width: 224px; }
    @media (min-width: 767px) {
      .section-home-events .card-see-more {
        height: 354.5px; } }
    .section-home-events .card-see-more .see-more-card {
      font-size: 1.5rem;
      font-weight: 600;
      text-align: center;
      width: 100%; }

.change-region-content {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 8px;
  margin-top: 8px; }
  @media (min-width: 767px) {
    .change-region-content {
      margin-top: 20px; } }
  .change-region-content .content-title {
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 767px) {
      .change-region-content .content-title {
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 8px; } }
    .change-region-content .content-title .see-more {
      font-size: 14px;
      font-weight: 600;
      color: #f57423;
      margin-bottom: 6px;
      cursor: pointer; }
      @media (min-width: 767px) {
        .change-region-content .content-title .see-more {
          font-size: 16px; } }
    .change-region-content .content-title h2 {
      font-size: 1.1rem;
      text-align: left;
      padding-bottom: 0;
      margin-bottom: 0;
      display: flex; }
      @media (min-width: 767px) {
        .change-region-content .content-title h2 {
          font-size: 1.75rem; } }
      .change-region-content .content-title h2 span {
        margin-left: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 220px; }
        @media (min-width: 767px) {
          .change-region-content .content-title h2 span {
            max-width: 100%; } }
    .change-region-content .content-title .region-event {
      text-decoration: underline; }
  .change-region-content .shadown {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px; }

.event-categories-container {
  display: flex;
  gap: 10px;
  justify-content: center; }
  .event-categories-container .cards {
    padding: 1rem 0px 1rem 0px;
    border-radius: 10px;
    text-align: center;
    width: fit-content;
    min-width: 75px;
    padding-inline: 5px; }
    .event-categories-container .cards:hover {
      cursor: pointer;
      opacity: 90%;
      background-color: #FFE0CC; }
    .event-categories-container .cards span {
      font-weight: 400;
      font-size: 13px;
      line-height: 22px;
      color: #4F4545;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (min-width: 767px) {
        .event-categories-container .cards span {
          font-size: 14px; } }
      .event-categories-container .cards span.selected {
        color: #f57423;
        font-weight: 700; }
    .event-categories-container .cards.selected {
      background-color: #FFE0CC;
      border: 0px; }
    .event-categories-container .cards .img-logo {
      width: 35px; }
      @media (min-width: 767px) {
        .event-categories-container .cards .img-logo {
          width: 40px; } }

.favorites-container {
  padding: 0px 20px; }
  .favorites-container .favorites-content .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 16px;
    color: #4F4545;
    padding: 20px 0px 20px 0px; }
  .favorites-container .favorites-content .no-favorites-container {
    padding: 100px 75px 100px 75px;
    text-align: center; }
    .favorites-container .favorites-content .no-favorites-container .primary-text {
      font-weight: 700;
      font-size: 24px;
      line-height: 22px;
      color: #4F4545;
      padding: 10px 0px; }
    .favorites-container .favorites-content .no-favorites-container .sub-text {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #969696; }
    .favorites-container .favorites-content .no-favorites-container a {
      text-decoration: underline; }

@media screen and (max-width: 700px) {
  .favorites-container {
    padding: 0px 10px; }
    .favorites-container .favorites-content .no-favorites-container {
      padding: 40px 20px;
      text-align: center; } }

.modalmask {
  position: fixed;
  right: 0;
  bottom: 75px;
  left: 0;
  z-index: 20; }
  .modalmask.higher {
    bottom: 135px; }
  .modalmask:target {
    opacity: 1;
    pointer-events: auto; }
  .modalmask .modalbox {
    width: 90%;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #F2F0F0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15); }
    .modalmask .modalbox h2 {
      font-weight: 600;
      font-size: 18px;
      color: #4F4545;
      margin-bottom: 0px; }
    .modalmask .modalbox p {
      font-weight: 400;
      font-size: 14px;
      color: #4F4545; }
    .modalmask .modalbox svg {
      width: 20px;
      height: 20px; }
  .modalmask .movedown {
    margin: 0 auto; }
    .modalmask .movedown .title {
      display: flex;
      justify-content: space-between;
      color: #F57423;
      font-weight: 400;
      font-size: 12px;
      align-items: center; }
      .modalmask .movedown .title span {
        color: #4F4545;
        gap: 5px;
        font-weight: 500;
        display: flex;
        align-items: center; }
        .modalmask .movedown .title span svg {
          width: 10px;
          height: 10px; }
    .modalmask .movedown .hours {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .modalmask .movedown .hours p {
        font-weight: 500;
        font-size: 12px;
        color: #969696;
        margin-bottom: 0px; }
    .modalmask .movedown .buttons {
      display: flex;
      justify-content: space-around;
      margin-top: 10px;
      font-weight: 400;
      font-size: 11px;
      color: #F57423;
      border: 1px solid #F2F0F0; }
      .modalmask .movedown .buttons .button-container {
        padding: 12px 0px 12px 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .modalmask .movedown .buttons .button-container:first-child {
          border-right: 1px solid #F2F0F0;
          border-radius: 8px 0px 0px 8px; }
        .modalmask .movedown .buttons .button-container:last-child {
          border-left: 1px solid #F2F0F0;
          border-radius: 0px 8px 8px 0px; }

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px; }

.close {
  background: #FAAC58;
  color: #222; }

@media screen and (max-width: 967px) {
  .lateral-menu {
    display: none; } }

.lateral-menu {
  margin-right: 10px;
  padding: 0;
  transition: 1s; }
  .lateral-menu.left-menu {
    border: 0;
    transition: 1s; }
  .lateral-menu .item-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1s; }
    .lateral-menu .item-menu .link {
      font-weight: 500;
      font-size: 1em;
      color: #969696; }
      .lateral-menu .item-menu .link.selected {
        color: #F57423 !important; }

.right-menu-box {
  background-color: #F2F0F0;
  border-radius: 8px;
  padding: 24px 10px; }
  .right-menu-box.is-collapsed {
    padding: 24px 0px;
    text-align: center; }
  .right-menu-box .primary-text {
    font-weight: 700;
    font-size: 16px;
    color: #F57423; }
  .right-menu-box .secondary-text {
    font-weight: 500;
    font-size: 14px;
    color: 4F4545; }
  .right-menu-box .button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px; }

.ant-menu-item-selected {
  border: 0 !important;
  background-color: #fff !important; }

@media screen and (min-width: 967px) {
  .page-container {
    display: flex;
    height: calc( 100vh - 74px); }
    .page-container .content-container {
      overflow-y: scroll;
      scrollbar-width: none;
      position: relative;
      width: 100%;
      border-right: 1px solid #F2F0F0;
      border-left: 1px solid #F2F0F0; } }

.card-store {
  min-height: 226px;
  display: grid;
  min-width: 160px;
  max-width: 160px;
  margin-right: .5rem !important; }
  @media (min-width: 767px) {
    .card-store {
      max-width: 100%; } }
  .card-store .ant-card-body {
    padding: 0; }
  .card-store .card-header {
    justify-content: center;
    align-items: center;
    height: 6.75rem;
    padding-top: .75rem; }
  .card-store .card-body {
    padding: .5rem;
    text-align: center; }
  .card-store .card-img {
    width: auto;
    height: 6rem;
    border-radius: .25rem; }
  .card-store .card-title {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: .5rem 0 .5rem 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .card-store .card-description {
    font-size: .85rem;
    line-height: 1rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 32px;
    overflow-wrap: anywhere; }
  .card-store .card-price {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0;
    margin-top: .25rem; }
  .card-store .product-state {
    font-weight: bold;
    position: absolute;
    color: white;
    padding: .25rem .5rem;
    border-radius: .25rem;
    background-color: rgba(0, 0, 0, 0.4); }

.carousel-products-mobile {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 10px 15px;
  display: flex;
  margin-right: -1rem;
  margin-left: -.85rem; }

.list-card-store {
  padding-top: 3rem;
  margin-top: -2rem; }
  .list-card-store .header-list {
    display: grid;
    padding-top: 1rem; }
  .list-card-store .header-list-carousel {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center; }
  .list-card-store .list-title {
    font-weight: 600;
    padding-top: 0; }
  .list-card-store .list-title-selected {
    font-weight: 600;
    margin-top: 0;
    font-size: 1.5rem; }
  .list-card-store .see-more {
    font-size: 1rem;
    font-weight: 600; }
  .list-card-store .back-products {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .list-card-store .see-more-card {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-top: 77px; }
  .list-card-store .ant-anchor-ink {
    background-color: #fff !important; }
  .list-card-store .ant-anchor-ink::before {
    background-color: #fff !important; }

.card-super {
  min-height: 290px;
  display: grid;
  min-width: 160px;
  max-width: 160px;
  margin-right: .5rem !important; }
  @media (min-width: 767px) {
    .card-super {
      max-width: 100%; } }
  .card-super .ant-card-body {
    padding: 0; }
  .card-super .card-header {
    justify-content: center;
    align-items: center;
    height: 6.75rem;
    padding-top: .75rem;
    cursor: pointer; }
  .card-super .card-body {
    padding: .5rem;
    text-align: center;
    cursor: pointer; }
  .card-super .card-img {
    width: auto;
    height: 6rem;
    border-radius: .25rem; }
  .card-super .card-title {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: .5rem 0 .5rem 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .card-super .card-description {
    font-size: .85rem;
    line-height: 1rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
    max-height: 32px;
    overflow-wrap: anywhere; }
  .card-super .card-price {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0;
    margin-top: .25rem; }
  .card-super .product-state {
    font-weight: bold;
    position: absolute;
    color: white;
    padding: .25rem .5rem;
    border-radius: .25rem;
    background-color: rgba(0, 0, 0, 0.4); }
  .card-super .product-quantity {
    font-weight: bold;
    font-size: 1rem;
    padding: 0 .5rem;
    color: #F57423; }
  .card-super .card-footer {
    padding: .5rem;
    text-align: center; }

.list-card-home {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 10px 15px; }
  .list-card-home .ant-carousel .slick-prev,
  .list-card-home .ant-carousel .slick-next,
  .list-card-home .ant-carousel .slick-prev:hover,
  .list-card-home .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
  .list-card-home .slick-disabled {
    display: none !important; }
  .list-card-home .slick-slide {
    padding: 8px; }
  .list-card-home .ant-carousel .slick-prev {
    left: 0; }
    @media (min-width: 1023px) {
      .list-card-home .ant-carousel .slick-prev {
        left: -.5rem; } }
  .list-card-home .ant-carousel .slick-next {
    right: 0; }
    @media (min-width: 1023px) {
      .list-card-home .ant-carousel .slick-next {
        right: -.5rem; } }
  .list-card-home .ant-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
    height: 100%; }
  .list-card-home h2 {
    font-size: 1.25rem;
    text-align: left; }
    @media (min-width: 767px) {
      .list-card-home h2 {
        font-size: 1.75rem; } }
  .list-card-home .content-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .list-card-home .content-title .see-more {
      font-size: 14px;
      font-weight: 600;
      color: #f57423;
      margin-bottom: 6px;
      cursor: pointer; }
      @media (min-width: 767px) {
        .list-card-home .content-title .see-more {
          font-size: 16px; } }
  .list-card-home .card-branch-office {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 0;
    text-align: center; }
    .list-card-home .card-branch-office .shadown {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
      border-radius: 8px; }
    .list-card-home .card-branch-office .content-logo {
      padding: 12px;
      border-radius: 4px; }
    .list-card-home .card-branch-office .logo {
      width: 80px;
      height: 80px; }
      @media (min-width: 767px) {
        .list-card-home .card-branch-office .logo {
          width: 100px;
          height: 100px;
          display: initial; } }
    .list-card-home .card-branch-office .name {
      color: #1E3354;
      font-weight: 700;
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left; }
      @media (min-width: 767px) {
        .list-card-home .card-branch-office .name {
          font-size: 16px; } }
    .list-card-home .card-branch-office .star {
      width: 12px;
      height: 12px; }
      @media (min-width: 767px) {
        .list-card-home .card-branch-office .star {
          width: 14px;
          height: 14px; } }
    .list-card-home .card-branch-office .text-gray {
      color: #7F8E9D;
      font-size: 12px; }
      @media (min-width: 767px) {
        .list-card-home .card-branch-office .text-gray {
          font-size: 14px; } }
    .list-card-home .card-branch-office .text-large {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .list-card-home .card-branch-office .ancho-card {
      max-width: 134px; }
      @media (min-width: 767px) {
        .list-card-home .card-branch-office .ancho-card {
          max-width: 150px; } }

.icon-title {
  width: 20px;
  margin-top: -3px;
  margin-right: 7px; }
  @media (min-width: 767px) {
    .icon-title {
      width: 30px;
      margin-top: -5px;
      margin-right: 10px; } }

.magin-top-lista-region {
  margin-top: -15px; }
  @media (min-width: 767px) {
    .magin-top-lista-region {
      margin-top: -45px; } }

.list-card-home-events {
  margin-bottom: -30px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px 0px 10px; }
  .list-card-home-events.time-line {
    padding: 0px; }
  .list-card-home-events.context-select {
    padding: 5px 0px 10px 0px;
    width: 100%;
    display: flex;
    position: sticky;
    background-color: white;
    z-index: 9;
    margin-bottom: 0px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .list-card-home-events.context-select.hide-scroll {
      display: none !important; }
  @media screen and (max-width: 450px) {
    .list-card-home-events.time-line {
      padding: 5px 0px 20px 0px; }
    .list-card-home-events.cards {
      padding: 20px 10px 20px 10px; }
    .list-card-home-events.region-select {
      padding: 0px 0px 0px 0px;
      display: flex;
      justify-content: center; }
    .list-card-home-events.context-select {
      padding: 5px 10px 20px 10px;
      overflow-x: scroll;
      scrollbar-width: none;
      -ms-overflow-style: none; }
    .list-card-home-events .context-select::-webkit-scrollbar {
      display: none; } }
  .list-card-home-events .ant-timeline {
    padding: 0px 40px 0px 40px; }
    .list-card-home-events .ant-timeline .ant-timeline-item {
      padding: 0px 20px 20px 0px; }
  @media screen and (max-width: 450px) {
    .list-card-home-events .ant-timeline {
      padding: 0px 10px 0px 10px; } }
  .list-card-home-events.cards {
    max-width: 1440px;
    padding: 20px 10px 20px 10px; }
  .list-card-home-events .date-filters {
    width: 100%;
    margin-bottom: 25px;
    position: sticky;
    background-color: white;
    height: 48px;
    z-index: 9;
    justify-content: center; }
  .list-card-home-events .date-title {
    display: flex;
    gap: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    align-items: baseline;
    width: fit-content;
    padding: 10px 24px;
    border-radius: 24px;
    position: sticky;
    z-index: 8;
    background-color: white; }
  @media screen and (max-width: 768px) {
    .list-card-home-events .date-title {
      padding: 5px 12px; } }
  .list-card-home-events .ant-carousel .slick-prev,
  .list-card-home-events .ant-carousel .slick-next,
  .list-card-home-events .ant-carousel .slick-prev:hover,
  .list-card-home-events .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
  .list-card-home-events .slick-disabled {
    display: none !important; }
  .list-card-home-events .slick-slide {
    padding: 8px; }
  .list-card-home-events .ant-carousel .slick-prev {
    left: 0; }
    @media (min-width: 1023px) {
      .list-card-home-events .ant-carousel .slick-prev {
        left: -.5rem; } }
  .list-card-home-events .ant-carousel .slick-next {
    right: 0; }
    @media (min-width: 1023px) {
      .list-card-home-events .ant-carousel .slick-next {
        right: -.5rem; } }
  .list-card-home-events .ant-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
    height: 100%; }
  .list-card-home-events h2 {
    font-size: 1.25rem;
    text-align: left; }
    @media (min-width: 767px) {
      .list-card-home-events h2 {
        font-size: 1.75rem; } }
  .list-card-home-events .content-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .list-card-home-events .content-title .see-more {
      width: 136px;
      font-size: 14px;
      font-weight: 600;
      color: #f57423;
      margin-bottom: 6px;
      cursor: pointer; }
      @media (min-width: 767px) {
        .list-card-home-events .content-title .see-more {
          font-size: 16px; } }
  @media (min-width: 767px) {
    .list-card-home-events .height-small-carousel {
      min-height: 350px; } }
  .list-card-home-events .card-see-more {
    display: flex !important;
    align-items: center !important;
    min-width: 224px; }
    @media (min-width: 767px) {
      .list-card-home-events .card-see-more {
        height: 354.5px; } }
    .list-card-home-events .card-see-more .see-more-card {
      font-size: 1.5rem;
      font-weight: 600;
      text-align: center;
      width: 100%; }
  .list-card-home-events .padding-right-another-event {
    padding-right: 0px !important; }
  .list-card-home-events .card-event {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    text-align: center;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 767px) {
      .list-card-home-events .card-event {
        padding-right: 0; } }
    .list-card-home-events .card-event.tl {
      display: flex;
      justify-content: center;
      width: 468px; }
    .list-card-home-events .card-event .shadown {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
      border-radius: 8px; }
    .list-card-home-events .card-event .ancho-card {
      max-width: 100%; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .ancho-card {
          max-width: 100%; } }
    .list-card-home-events .card-event .ancho-card-other {
      width: 285px; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .ancho-card-other {
          width: 285px; } }
    .list-card-home-events .card-event .logo {
      cursor: pointer;
      width: 100%;
      height: 250px;
      min-height: 170px;
      object-fit: cover;
      border-radius: 10px; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .logo {
          width: 100%;
          height: 250px; } }
    .list-card-home-events .card-event .logo-another {
      width: 100%;
      object-fit: cover;
      border-radius: 10px 10px 0px 0px; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .logo-another {
          width: 100%;
          height: 350px; }
        .list-card-home-events .card-event .logo-another.tl {
          width: 468px;
          height: 468px; } }
    .list-card-home-events .card-event .logo-small {
      width: 200px;
      height: 200px;
      min-height: 170px;
      object-fit: cover;
      border-radius: 10px; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .logo-small {
          width: 100%;
          height: 250px; } }
    .list-card-home-events .card-event .heart-container {
      text-align: center; }
    .list-card-home-events .card-event .heart {
      max-width: 100%;
      animation: heartBeat 0.5s linear;
      position: relative;
      float: right;
      margin-top: -33px; }
    .list-card-home-events .card-event .link {
      width: 70%; }
      .list-card-home-events .card-event .link button {
        width: 100%; }
    .list-card-home-events .card-event .share {
      width: 30px; }
    .list-card-home-events .card-event .name-small {
      color: #4F4545;
      font-weight: 700;
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left;
      padding-top: 5px; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .name-small {
          font-size: 16px; } }
    .list-card-home-events .card-event .city-small {
      color: #4F4545;
      font-size: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left;
      padding-bottom: 5px; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .city-small {
          font-size: 14px; } }
    .list-card-home-events .card-event .name {
      color: #4F4545;
      font-weight: 700;
      font-size: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .name {
          font-size: 18px; } }
    .list-card-home-events .card-event .star {
      width: 12px;
      height: 12px; }
    .list-card-home-events .card-event .text-gray {
      color: #4F4545;
      font-size: 12px;
      text-align: left;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .text-gray {
          font-size: 14px; } }
    .list-card-home-events .card-event .text-orange {
      color: #F57423;
      font-size: 12px;
      text-align: left;
      margin-top: 20px; }
      @media (min-width: 767px) {
        .list-card-home-events .card-event .text-orange {
          font-size: 14px; } }
    .list-card-home-events .card-event .text-large {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .list-card-home-events .card-event .text-large-two-lines {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .list-card-home-events .card-event .text-large-one-lines {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .list-card-home-events .card-event .sell-for {
      color: #4F4545;
      text-align: left;
      display: flex;
      align-items: center; }
    .list-card-home-events .card-event .share-buy {
      color: #4F4545;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .list-card-home-events .card-event .name-producer {
      margin-left: 3px;
      font-weight: bold;
      color: #7F8E9D;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left;
      text-transform: capitalize; }
    .list-card-home-events .card-event .icon-toliv {
      width: 55px;
      margin-left: 5px; }
    @media (min-width: 767px) {
      .list-card-home-events .card-event .margin-desktop-description {
        margin-top: 5px; } }

.card-home-branch-office {
  display: grid;
  width: 200px;
  margin-right: .5rem !important; }
  .card-home-branch-office .ant-card-body {
    padding: 0; }
  .card-home-branch-office .card-header {
    justify-content: center;
    align-items: center;
    height: 6.75rem;
    padding-top: .75rem;
    cursor: pointer; }
  .card-home-branch-office .card-body {
    padding: .5rem;
    text-align: left;
    cursor: pointer; }
  .card-home-branch-office .card-img {
    width: auto;
    height: 6rem;
    border-radius: .25rem; }
  .card-home-branch-office .card-title {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: .5rem 0 .5rem 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .card-home-branch-office .card-description {
    font-size: .85rem;
    line-height: 1rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
    max-height: 32px;
    overflow-wrap: anywhere; }
  .card-home-branch-office .card-price {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0;
    margin-top: .25rem; }
  .card-home-branch-office .product-state {
    font-weight: bold;
    position: absolute;
    color: white;
    padding: .25rem .5rem;
    border-radius: .25rem;
    background-color: rgba(0, 0, 0, 0.4); }
  .card-home-branch-office .product-quantity {
    font-weight: bold;
    font-size: 1rem;
    padding: 0 .5rem;
    color: #F57423; }
  .card-home-branch-office .card-footer {
    padding: .5rem;
    text-align: center; }
  .card-home-branch-office .icon {
    width: 13px; }
  .card-home-branch-office .rate-span {
    font-size: 13px;
    font-weight: bold;
    color: #969696;
    margin-right: 10px; }
  .card-home-branch-office .content-rate {
    display: flex;
    margin-top: -8px; }
  .card-home-branch-office .category-text {
    font-size: 13px;
    color: #969696; }
  .card-home-branch-office .shipping-text {
    font-size: 13px;
    color: #969696; }
  .card-home-branch-office .icon-shipping {
    width: 16px;
    margin-right: 5px; }
  .card-home-branch-office .content-shipping {
    display: flex; }
  .card-home-branch-office .content-footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.list-card-home-promotion {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px 10px 15px; }
  @media (min-width: 767px) {
    .list-card-home-promotion {
      padding: 10px 15px 10px 15px; } }
  .list-card-home-promotion .ant-carousel .slick-prev,
  .list-card-home-promotion .ant-carousel .slick-next,
  .list-card-home-promotion .ant-carousel .slick-prev:hover,
  .list-card-home-promotion .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
  .list-card-home-promotion .slick-disabled {
    display: none !important; }
  .list-card-home-promotion .slick-slide {
    padding: 8px; }
  .list-card-home-promotion .ant-carousel .slick-prev {
    left: 0; }
    @media (min-width: 1023px) {
      .list-card-home-promotion .ant-carousel .slick-prev {
        left: -.5rem; } }
  .list-card-home-promotion .ant-carousel .slick-next {
    right: 0; }
    @media (min-width: 1023px) {
      .list-card-home-promotion .ant-carousel .slick-next {
        right: -.5rem; } }
  .list-card-home-promotion .ant-carousel .slick-list .slick-slide {
    pointer-events: auto !important; }
  .list-card-home-promotion .ant-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
    height: 100%; }
  .list-card-home-promotion h2 {
    font-size: 1.5rem; }
    @media (min-width: 767px) {
      .list-card-home-promotion h2 {
        font-size: 1.75rem; } }
  .list-card-home-promotion .card-promotion {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 0;
    text-align: center;
    max-width: 183px; }
    @media (min-width: 767px) {
      .list-card-home-promotion .card-promotion {
        max-width: 200px; } }
    .list-card-home-promotion .card-promotion .shadown {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
      border-radius: 8px; }
    .list-card-home-promotion .card-promotion .btn-promotion {
      background-color: #000;
      color: #fff;
      font-weight: bold;
      margin-right: 5px;
      margin-bottom: 10px;
      width: 100%;
      font-size: 12px; }
    .list-card-home-promotion .card-promotion .images {
      width: 30px;
      height: 30px; }
      @media (min-width: 767px) {
        .list-card-home-promotion .card-promotion .images {
          width: 40px;
          height: 40px;
          display: initial; } }
    .list-card-home-promotion .card-promotion .text-gift {
      color: #000;
      font-weight: bold;
      font-size: 16px;
      margin-top: 5px; }
      @media (min-width: 767px) {
        .list-card-home-promotion .card-promotion .text-gift {
          font-size: 18px; } }
    .list-card-home-promotion .card-promotion .percentage {
      color: #000;
      font-weight: bold;
      font-size: 23px;
      margin-top: -8px; }
      @media (min-width: 767px) {
        .list-card-home-promotion .card-promotion .percentage {
          font-size: 25px; } }
    .list-card-home-promotion .card-promotion .money {
      color: #000;
      font-weight: bold;
      font-size: 23px;
      margin-top: -8px; }
      @media (min-width: 767px) {
        .list-card-home-promotion .card-promotion .money {
          font-size: 25px; } }
    .list-card-home-promotion .card-promotion .delivery {
      color: #000;
      font-weight: bold;
      font-size: 19px;
      margin-top: -2px; }
      @media (min-width: 767px) {
        .list-card-home-promotion .card-promotion .delivery {
          font-size: 21px; } }
    .list-card-home-promotion .card-promotion .text-type {
      color: #000;
      font-weight: bold;
      font-size: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media (min-width: 767px) {
        .list-card-home-promotion .card-promotion .text-type {
          font-size: 14px; } }

.list-contexts-home {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 0px 15px; }
  .list-contexts-home .ant-carousel .slick-prev,
  .list-contexts-home .ant-carousel .slick-next,
  .list-contexts-home .ant-carousel .slick-prev:hover,
  .list-contexts-home .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
  .list-contexts-home .slick-disabled {
    display: none !important; }
  .list-contexts-home .slick-slide {
    padding: 8px; }
  .list-contexts-home .ant-carousel .slick-prev {
    left: 0; }
    @media (min-width: 1023px) {
      .list-contexts-home .ant-carousel .slick-prev {
        left: -.5rem; } }
  .list-contexts-home .ant-carousel .slick-next {
    right: 0; }
    @media (min-width: 1023px) {
      .list-contexts-home .ant-carousel .slick-next {
        right: -.5rem; } }
  .list-contexts-home .ant-card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
    height: 100%; }
  .list-contexts-home .ant-carousel .slick-slide img {
    display: inline !important; }
  .list-contexts-home h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #F57423; }
    @media (min-width: 767px) {
      .list-contexts-home h2 {
        font-size: 1.7rem; } }
  .list-contexts-home .content-title-category {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .list-contexts-home .content-title-category .icons {
      color: #F57423;
      font-size: 1.5rem; }
  .list-contexts-home .carousel-contexts-mobile {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px 15px;
    display: flex;
    margin-right: -1rem;
    margin-left: -.85rem;
    scroll-behavior: smooth; }
  .list-contexts-home .content-card {
    text-align: center;
    padding-right: 20px; }
  .list-contexts-home .card-context img {
    width: 56px;
    height: 56px;
    background-color: #FFF1E9;
    border-radius: 18px; }
    @media (min-width: 767px) {
      .list-contexts-home .card-context img {
        width: 70px;
        height: 70px; } }
  .list-contexts-home .card-context .title {
    color: #1C1C1C;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.8;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 767px) {
      .list-contexts-home .card-context .title {
        font-size: 14px; } }

.tag-city-cards-events {
  color: #fff;
  background-color: #000;
  font-weight: 700;
  border-radius: 6px;
  margin-top: 5px;
  text-align: center; }

.tabs-timeline {
  padding: 10px 40px 10px 40px;
  font-weight: 400;
  font-size: 15px;
  color: #4F4545; }
  .tabs-timeline.selected {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #FF6200, #9747FF) 1;
    color: #F57423;
    font-weight: 700; }
  .tabs-timeline:hover {
    color: #F57423;
    cursor: pointer; }

.modal-help-cxup h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem; }

.modal-help-cxup .holds-the-iframe {
  background: url("https://tolivmarket-production.s3.sa-east-1.amazonaws.com/static/images/loading.gif") center center no-repeat; }

.modal-help-cxup .hide-iframe {
  display: none; }

.events-warp {
  padding: 0 15px 20px 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .events-warp h1 {
    font-size: 1.4rem; }
    @media (min-width: 767px) {
      .events-warp h1 {
        font-size: 2.25rem; } }
    .events-warp h1 span {
      color: #F57423; }
  .events-warp h2 {
    font-size: 1.5rem; }
    @media (min-width: 767px) {
      .events-warp h2 {
        font-size: 2rem; } }
  .events-warp .ant-divider-horizontal {
    margin: 0 0; }
  .events-warp .context-selected {
    color: #F57423; }
    .events-warp .context-selected .icon-toliv {
      width: 55px;
      margin-left: 5px; }
  .events-warp .link-active .ant-anchor-link-title {
    color: #F57423 !important; }
  .events-warp .link-inactive .ant-anchor-link-title {
    color: rgba(0, 0, 0, 0.65) !important; }
  .events-warp .category-content {
    padding-top: 0px;
    padding-bottom: 12px; }
    .events-warp .category-content .list-categories-selection {
      margin: 20px -15px 0 -15px; }
      .events-warp .category-content .list-categories-selection .ant-anchor-wrapper {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .events-warp .category-content .list-categories-selection .ant-anchor-wrapper::-webkit-scrollbar {
          display: none; }
      .events-warp .category-content .list-categories-selection .ant-anchor {
        display: flex; }
        @media (min-width: 767px) {
          .events-warp .category-content .list-categories-selection .ant-anchor {
            overflow-x: scroll; } }
      .events-warp .category-content .list-categories-selection .ant-anchor-link {
        display: inline-block;
        font-weight: 600;
        padding: .85rem 1rem;
        position: relative; }
    .events-warp .category-content .content-group {
      overflow: scroll;
      -ms-overflow-style: none;
      padding: 10px 15px;
      display: flex; }
    .events-warp .category-content .content-name {
      width: max-content; }
    .events-warp .category-content .context-name {
      padding: .25rem .5rem;
      font-weight: bold;
      cursor: pointer;
      transition: .2s ease; }
      .events-warp .category-content .context-name:hover {
        color: #F57423; }
  .events-warp .ant-anchor-ink {
    display: none; }
  .events-warp .ant-anchor-ink {
    display: none; }
  .events-warp .margin-categories {
    margin-top: 20px; }
  .events-warp .category-text-selected {
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px; }
  .events-warp .category-text {
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px; }
  @media (min-width: 767px) {
    .events-warp .hide-desktop {
      display: none; } }
  .events-warp .hide-mobile {
    display: none; }
    @media (min-width: 767px) {
      .events-warp .hide-mobile {
        display: block; } }
  .events-warp .ant-tree-node-selected {
    background-color: transparent;
    font-weight: bold; }
  .events-warp .ant-tree-switcher_open {
    color: #F57423; }
  .events-warp .ant-tree-switcher-icon {
    font-size: 14px;
    line-height: 30px; }
  .events-warp .search-store-content {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%; }
    @media (min-width: 767px) {
      .events-warp .search-store-content {
        width: 90%; } }
    .events-warp .search-store-content .ant-input-lg {
      border-radius: 5px 0 0 5px; }
  .events-warp .card-empy-events {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem; }
  .events-warp .city {
    color: #F57423;
    cursor: pointer;
    display: block; }
    @media (min-width: 767px) {
      .events-warp .city {
        display: inline-block; } }
    .events-warp .city .icon {
      margin-left: .25rem; }

.event-warp {
  padding: 0 15px 20px 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  color: #000000; }
  .event-warp .to-pay-home {
    position: fixed;
    bottom: 55px;
    width: 100%;
    z-index: 3; }
    @media screen and (min-width: 767px) {
      .event-warp .to-pay-home .hidde-to-pay-home {
        display: none !important; } }
  .event-warp .to-buy-tickets {
    position: fixed;
    bottom: 55px;
    width: 100%;
    z-index: 3; }
    @media screen and (min-width: 767px) {
      .event-warp .to-buy-tickets .to-buy-tickets {
        display: none !important; } }
    .event-warp .to-buy-tickets .content-buy-tickets {
      margin-bottom: 20px;
      background: var(--gradient-2, linear-gradient(89deg, #FF6200 0.5%, #9747FF 98.87%));
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
      color: #fff;
      text-align: center;
      height: 55px;
      border-radius: 8px;
      font-size: 17px;
      font-weight: bold;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 13px; }
    .event-warp .to-buy-tickets .content-pay-tickets {
      margin-bottom: 20px;
      background: var(--gradient-2, linear-gradient(89deg, #FF6200 0.5%, #9747FF 98.87%));
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
      color: #fff;
      text-align: center;
      height: 55px;
      border-radius: 8px;
      font-size: 17px;
      font-weight: bold;
      padding-left: 20px;
      padding-right: 20px;
      align-items: center;
      justify-content: space-between;
      display: flex; }
  .event-warp .btn-large-continue {
    width: 100%;
    height: 65px; }
  .event-warp .image-event {
    width: 100%;
    height: auto;
    margin-top: .75rem;
    border-radius: 0.5rem; }
  .event-warp .image-event-vertical {
    width: 100%;
    height: auto;
    margin-top: .75rem;
    border-radius: 0.5rem; }
    @media (min-width: 767px) {
      .event-warp .image-event-vertical {
        width: 60%; } }
  .event-warp .center {
    text-align: center; }
  .event-warp h1 {
    font-size: 1.5rem; }
    @media (min-width: 767px) {
      .event-warp h1 {
        font-size: 2.25rem; } }
    .event-warp h1 span {
      color: #F57423; }
  .event-warp h2 {
    font-size: 1.5rem; }
    @media (min-width: 767px) {
      .event-warp h2 {
        font-size: 1.8rem; } }
  .event-warp h3 {
    font-size: 1.5rem; }
    @media (min-width: 767px) {
      .event-warp h3 {
        font-size: 2.25rem; } }
  .event-warp .header-event {
    width: 100%;
    max-height: 480px;
    object-fit: contain; }
    @media (min-width: 767px) {
      .event-warp .header-event {
        object-fit: cover; } }
  .event-warp .category {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: bold;
    padding-top: .5rem; }
  .event-warp .address {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: bold;
    margin-top: -10px; }
    @media (min-width: 767px) {
      .event-warp .address {
        margin-top: -20px; } }
  .event-warp .date {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0px; }
  .event-warp .producer {
    font-size: 1rem;
    margin-top: 0px; }
  .event-warp .sell-for {
    text-align: left;
    display: flex; }
  .event-warp .name-producer {
    margin-left: 3px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize; }
  .event-warp .icon-toliv {
    width: 55px;
    margin-left: 5px;
    margin-top: -2px; }
  .event-warp .flow &gt; * + * {
    margin-top: 20px; }
  .event-warp .ticket-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    font-size: 1rem;
    font-weight: bold; }
    .event-warp .ticket-wrap .circle-status {
      margin-right: 3px; }
  .event-warp .border {
    border: 1px solid #000;
    padding: 16px 8px;
    border-radius: 5px;
    margin-bottom: 10px; }
  .event-warp .social-networks {
    margin-right: 20px; }
    .event-warp .social-networks img {
      width: 26px;
      height: 26px; }
  .event-warp #map-sector {
    overflow: scroll; }
    @media (min-width: 1360px) {
      .event-warp #map-sector {
        overflow: hidden; } }
  .event-warp .event-col-padding {
    padding: 10px; }
  .event-warp .seat-container-step {
    display: flex;
    width: 100%;
    background-color: #F8F8F8;
    padding: 5px;
    border: 1px solid #E1E3E6;
    border-radius: 10px;
    margin-top: -20px;
    font-size: 12px; }
    @media (min-width: 767px) {
      .event-warp .seat-container-step {
        width: 60%;
        font-size: 14px; } }
  .event-warp .seat-display-none {
    display: none; }
  .event-warp .seat-step-selected {
    color: #ffffff;
    background-color: #F57423;
    cursor: pointer; }
  .event-warp .seat-step-disabled {
    color: #585757;
    background-color: #F8F8F8;
    cursor: not-allowed; }
  .event-warp .seat-step {
    width: 50%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px; }
  .event-warp .btn-select-other-zone {
    width: 100%;
    color: #757D8A;
    margin-bottom: 10px; }
    @media (min-width: 767px) {
      .event-warp .btn-select-other-zone {
        width: 236px; } }
  .event-warp .btn-pay-seat {
    width: 100%; }
    @media (min-width: 767px) {
      .event-warp .btn-pay-seat {
        width: 236px;
        margin-left: 10px; } }
  .event-warp .banners-city-event-wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    .event-warp .banners-city-event-wrap .ant-carousel {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
      border-radius: .5rem; }
    .event-warp .banners-city-event-wrap .ant-carousel .slick-slide {
      height: 200px; }
      @media (min-width: 767px) {
        .event-warp .banners-city-event-wrap .ant-carousel .slick-slide {
          height: 480px; } }
    .event-warp .banners-city-event-wrap .banner-image {
      object-fit: cover;
      height: 200px;
      width: 100%;
      border-radius: .5rem; }
      @media (min-width: 767px) {
        .event-warp .banners-city-event-wrap .banner-image {
          object-fit: cover;
          height: 480px;
          width: 100%; } }
    .event-warp .banners-city-event-wrap .ant-carousel .slick-slider .slick-track, .event-warp .banners-city-event-wrap .ant-carousel .slick-slider .slick-list {
      border-radius: .5rem !important; }
  .event-warp .heart-button {
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer; }
  .event-warp .heart-button.active {
    animation: heartBeat 0.5s linear; }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
  .event-warp .contain-type-heart {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.modal-seats {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 10px; }
  @media (min-width: 767px) {
    .modal-seats {
      padding: 40px; } }
  .modal-seats .bg-seleccionado {
    width: 76px;
    height: 76px;
    background: url("https://tolivmarket-production.s3.sa-east-1.amazonaws.com/static/images/seats.png") -10px -10px;
    zoom: 0.39;
    -moz-transform: scale(0.39);
    -moz-transform-origin: 0 0; }
  .modal-seats .bg-no-disponible {
    width: 76px;
    height: 76px;
    background: url("https://tolivmarket-production.s3.sa-east-1.amazonaws.com/static/images/seats.png") -106px -10px;
    zoom: 0.39;
    -moz-transform: scale(0.39);
    -moz-transform-origin: 0 0; }
  .modal-seats .bg-comprado {
    width: 76px;
    height: 76px;
    background: url("https://tolivmarket-production.s3.sa-east-1.amazonaws.com/static/images/seats.png") -10px -106px;
    zoom: 0.39;
    -moz-transform: scale(0.39);
    -moz-transform-origin: 0 0; }
  .modal-seats .bg-asiento-disponible {
    width: 76px;
    height: 76px;
    background: url("https://tolivmarket-production.s3.sa-east-1.amazonaws.com/static/images/seats.png") -106px -106px;
    zoom: 0.39;
    -moz-transform: scale(0.39);
    -moz-transform-origin: 0 0; }
  .modal-seats .number {
    width: 30px;
    font-size: 11px;
    align-items: center;
    display: flex; }
  .modal-seats .number-col {
    width: auto;
    text-align: center;
    font-size: 11px; }
  .modal-seats .title-modal-seat {
    font-size: 20px;
    font-weight: bold; }
  .modal-seats .margin-first-seat {
    margin-top: 18px; }
  .modal-seats .content-all-seat-type {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 65px;
    height: 30px; }
    @media (min-width: 767px) {
      .modal-seats .content-all-seat-type {
        margin-bottom: 20px; } }

.my-seats .title-content {
  background-color: #F9F1EE;
  padding-left: 2rem;
  border-radius: 8px; }

.my-seats .content-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.my-seats .btn-remove-ticket:hover, .my-seats .btn-remove-ticket:focus {
  color: #ff4d4f; }

.my-seats .container-total {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.my-seats .total {
  font-size: 20px;
  font-weight: bold; }

.my-seats .btn-large-seat-payment {
  width: 100%; }

.modal-UserNotLogged .ant-modal-title {
  color: #000;
  font-weight: bold;
  font-size: 20px; }

.modal-UserNotLogged .pros-list ul {
  padding-left: 25px; }

.modal-UserNotLogged-checkout .ant-modal-title {
  color: #000;
  font-weight: bold;
  font-size: 20px; }

.modal-UserNotLogged-checkout.hidde .ant-modal-close {
  display: none; }

.countdown-event {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 767px) {
    .countdown-event {
      display: flex;
      align-items: center; } }

.form-warp {
  padding: 0 15px 20px 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000000; }
  .form-warp .image-event {
    width: 100%;
    height: auto;
    margin-top: .75rem;
    border-radius: 0.5rem; }
  .form-warp h2 {
    font-size: 1.625rem; }
    @media (min-width: 767px) {
      .form-warp h2 {
        font-size: 2rem; } }
  .form-warp h3 {
    font-size: 1rem; }
    @media (min-width: 767px) {
      .form-warp h3 {
        font-size: 1.625rem; } }
  .form-warp .copy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #ffffff;
    text-align: center;
    opacity: 0.5;
    z-index: 1000; }

.qualifications-wrap {
  padding: 20px 15px 20px 15px; }
  .qualifications-wrap .qualifications-card {
    text-align: center;
    padding: 1rem;
    min-width: 300px;
    border-radius: .5rem;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15); }
    .qualifications-wrap .qualifications-card h1 {
      color: #585757;
      font-size: 1.75rem;
      font-weight: bold; }
      @media (min-width: 767px) {
        .qualifications-wrap .qualifications-card h1 {
          font-size: 2rem; } }
      .qualifications-wrap .qualifications-card h1 .black {
        color: #000; }
    .qualifications-wrap .qualifications-card h2 {
      color: #585757;
      font-size: 1.25rem;
      font-weight: 400; }
      @media (min-width: 767px) {
        .qualifications-wrap .qualifications-card h2 {
          font-size: 1.5rem; } }
    .qualifications-wrap .qualifications-card .icon {
      margin-right: 10px;
      margin-bottom: 15px;
      cursor: pointer; }
    .qualifications-wrap .qualifications-card .product {
      width: 56px; }
    .qualifications-wrap .qualifications-card .circle-active {
      width: 10px;
      height: 10px;
      background-color: #F57423;
      border-radius: 10px; }
    .qualifications-wrap .qualifications-card .circle-gray {
      width: 10px;
      height: 10px;
      background-color: #C4C4C4;
      border-radius: 10px; }
    .qualifications-wrap .qualifications-card .close {
      text-align: right; }
      .qualifications-wrap .qualifications-card .close .icon {
        font-size: 1rem; }
    .qualifications-wrap .qualifications-card .success-icon {
      margin-top: 2rem;
      width: 100%;
      max-width: 300px; }
    .qualifications-wrap .qualifications-card .ant-tag {
      border: 1px solid #C4C4C4; }
    .qualifications-wrap .qualifications-card .ant-tag-checkable-checked {
      border: 1px solid #F57423; }

.carousel.carousel-slider .control-arrow {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  opacity: .4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer; }

.carousel .control-arrow {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  opacity: .4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer; }
  .carousel .control-arrow:focus, .carousel .control-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.carousel.carousel-slider .control-arrow:before, .carousel .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: ""; }

.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none; }

.carousel .control-prev.control-arrow {
  left: 0; }
  .carousel .control-prev.control-arrow:before {
    border-right: 8px solid #fff; }

.carousel .control-next.control-arrow {
  right: 0; }
  .carousel .control-next.control-arrow:before {
    border-left: 8px solid #fff; }

.carousel-root {
  outline: none; }

.carousel {
  position: relative;
  width: 100%; }
  .carousel * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .carousel img {
    width: 100%;
    display: inline-block;
    pointer-events: none; }
  .carousel .carousel {
    position: relative; }
  .carousel .control-arrow {
    outline: 0;
    border: 0;
    background: none;
    top: 50%;
    margin-top: -13px;
    font-size: 18px; }
  .carousel .thumbs-wrapper {
    margin: 20px;
    overflow: hidden; }
  .carousel .thumbs {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    list-style: none;
    white-space: nowrap; }
  .carousel .thumb {
    -webkit-transition: border .15s ease-in;
    -moz-transition: border .15s ease-in;
    -ms-transition: border .15s ease-in;
    -o-transition: border .15s ease-in;
    transition: border .15s ease-in;
    display: inline-block;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    border: 3px solid #fff;
    padding: 2px; }
    .carousel .thumb:focus {
      border: 3px solid #ccc;
      outline: none; }
    .carousel .thumb.selected, .carousel .thumb:hover {
      border: 3px solid #333; }
    .carousel .thumb img {
      vertical-align: top; }
  .carousel.carousel-slider {
    position: relative;
    margin: 0;
    overflow: hidden; }
    .carousel.carousel-slider .control-arrow {
      top: 0;
      color: #fff;
      font-size: 26px;
      bottom: 0;
      margin-top: 0;
      padding: 5px; }
      .carousel.carousel-slider .control-arrow:hover {
        background: rgba(0, 0, 0, 0.2); }
  .carousel .slider-wrapper {
    overflow: hidden;
    margin: auto;
    width: 100%;
    -webkit-transition: height .15s ease-in;
    -moz-transition: height .15s ease-in;
    -ms-transition: height .15s ease-in;
    -o-transition: height .15s ease-in;
    transition: height .15s ease-in; }
    .carousel .slider-wrapper.axis-horizontal .slider {
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex; }
      .carousel .slider-wrapper.axis-horizontal .slider .slide {
        flex-direction: column;
        flex-flow: column; }
    .carousel .slider-wrapper.axis-vertical {
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex; }
      .carousel .slider-wrapper.axis-vertical .slider {
        -webkit-flex-direction: column;
        flex-direction: column; }
  .carousel .slider {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    width: 100%; }
    .carousel .slider.animated {
      -webkit-transition: all .35s ease-in-out;
      -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
      -o-transition: all .35s ease-in-out;
      transition: all .35s ease-in-out; }
  .carousel .slide {
    min-width: 100%;
    margin: 0;
    position: relative;
    text-align: center; }
    .carousel .slide img {
      width: 100%;
      vertical-align: top;
      border: 0; }
    .carousel .slide iframe {
      display: inline-block;
      width: calc(100% - 80px);
      margin: 0 40px 40px;
      border: 0; }
    .carousel .slide .legend {
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      position: absolute;
      bottom: 40px;
      left: 50%;
      margin-left: -45%;
      width: 90%;
      border-radius: 10px;
      background: #000;
      color: #fff;
      padding: 10px;
      font-size: 12px;
      text-align: center;
      opacity: .25;
      -webkit-transition: opacity .35s ease-in-out;
      -moz-transition: opacity .35s ease-in-out;
      -ms-transition: opacity .35s ease-in-out;
      -o-transition: opacity .35s ease-in-out;
      transition: opacity .35s ease-in-out; }
  .carousel .control-dots {
    position: absolute;
    bottom: 0;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    width: 100%;
    z-index: 1; }
    .carousel .control-dots .dot {
      -webkit-transition: opacity .25s ease-in;
      -moz-transition: opacity .25s ease-in;
      -ms-transition: opacity .25s ease-in;
      -o-transition: opacity .25s ease-in;
      transition: opacity .25s ease-in;
      opacity: .3;
      filter: alpha(opacity=30);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
      background: #fff;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      cursor: pointer;
      display: inline-block;
      margin: 0 8px; }
      .carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  .carousel .carousel-status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    color: #fff; }
  .carousel:hover .slide .legend {
    opacity: 1; }

.producer-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 20px 15px; }
  .producer-wrap .ant-carousel .slick-prev,
  .producer-wrap .ant-carousel .slick-next,
  .producer-wrap .ant-carousel .slick-prev:hover,
  .producer-wrap .ant-carousel .slick-next:hover {
    background-color: #F57423;
    font-size: 1.25rem;
    color: #fff;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 50%;
    top: 46%; }
  .producer-wrap .slick-disabled {
    display: none !important; }
  .producer-wrap .slick-slide {
    padding: 8px; }
  .producer-wrap .ant-carousel .slick-prev {
    left: 0; }
    @media (min-width: 1023px) {
      .producer-wrap .ant-carousel .slick-prev {
        left: -.5rem; } }
  .producer-wrap .ant-carousel .slick-next {
    right: 0; }
    @media (min-width: 1023px) {
      .producer-wrap .ant-carousel .slick-next {
        right: -.5rem; } }
  .producer-wrap .title {
    margin-bottom: .5rem;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 1rem; }
    @media (min-width: 767px) {
      .producer-wrap .title {
        font-size: 1.7rem; } }
  .producer-wrap .header-producer {
    border-radius: 1rem;
    padding: 2rem .5rem .5rem .5rem;
    margin-top: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    margin-bottom: 5rem; }
    @media (min-width: 767px) {
      .producer-wrap .header-producer {
        height: 22rem;
        padding: 1rem;
        margin-bottom: 0; } }
    .producer-wrap .header-producer .social-networks {
      margin-right: 20px; }
      .producer-wrap .header-producer .social-networks img {
        width: 26px;
        height: 26px; }
    .producer-wrap .header-producer .content {
      background-color: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(4px);
      border-radius: 1rem;
      padding: .85rem;
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: .5rem;
      width: 100%;
      bottom: -6rem; }
      @media (min-width: 767px) {
        .producer-wrap .header-producer .content {
          grid-template-columns: 100px 1fr 1.5fr;
          padding: 1rem;
          gap: 1rem;
          bottom: 0rem; } }
      .producer-wrap .header-producer .content h1 {
        margin-bottom: .5rem;
        line-height: 1;
        font-size: 1.25rem;
        font-weight: 600; }
        @media (min-width: 767px) {
          .producer-wrap .header-producer .content h1 {
            font-size: 1.4rem; } }
      .producer-wrap .header-producer .content .store-status {
        position: relative;
        bottom: inherit;
        right: inherit;
        justify-content: flex-start; }
        .producer-wrap .header-producer .content .store-status .is-scheduled {
          background-color: transparent; }
    .producer-wrap .header-producer .description {
      font-size: .85rem;
      font-weight: 500;
      line-height: 1.2;
      margin-top: .5rem;
      margin-bottom: .25rem; }
    .producer-wrap .header-producer .logo {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: .25rem; }
      @media (min-width: 767px) {
        .producer-wrap .header-producer .logo {
          width: 100px;
          height: 100px; } }
    .producer-wrap .header-producer .info {
      display: grid;
      grid-template-columns: 1fr;
      grid-column: span 2; }
      @media (min-width: 767px) {
        .producer-wrap .header-producer .info {
          grid-template-columns: 1fr 1fr 1fr;
          grid-column: auto; } }
      .producer-wrap .header-producer .info p {
        margin-bottom: 0;
        border-radius: .5rem; }
    .producer-wrap .header-producer .info &gt; div:nth-child(4) {
      grid-column: span 2; }
    .producer-wrap .header-producer .not-info {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      grid-column: span 2; }
      @media (min-width: 767px) {
        .producer-wrap .header-producer .not-info {
          grid-column: auto; } }
    .producer-wrap .header-producer .not-available {
      grid-column: span 3;
      background-color: #fff;
      font-weight: 700;
      font-size: 1rem;
      padding: .25rem .75rem;
      border-radius: .25rem;
      display: inline-block; }
      @media (min-width: 767px) {
        .producer-wrap .header-producer .not-available {
          font-size: 1.25rem;
          padding: .5rem 1rem; } }

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #f57423;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f57423;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #f57423;
  border-color: #f57423;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #f57423;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '\2192';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '\2190';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #f0f0f0;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #f57423;
  border-color: #f57423;
}
.ant-timeline-item-head-red {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.ant-timeline-item-last &gt; .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last &gt; .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline-rtl {
  direction: rtl;
}
.ant-timeline-rtl .ant-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl .ant-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-timeline-rtl .ant-timeline-item-content {
  margin: 0 18px 0 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  right: 50%;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  right: 0;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}

</pre></body></html>