body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
.App-body {
	display: flex;
	flex: auto;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}.sVgOg4 {
  display: flex;
  justify-self: center;
  width: 60%;
  margin: 50px auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  flex-direction: column; }
  .sVgOg4 ._1jYLwT {
    margin-top: 20px; }
:root {
	--color-white: #f0f0f0;
	--color-white-bg: #fff;
	--color-black: #000;
	--color-light-black: #172337;
	--color-brand-orange: #fb641b;
	--color-brand-blue: #2874f0;
	--color-brand-bbd: #2455f4;
	--color-brand-footer: #172337;
	--color-brand-blue-lighter: #7accff;
	--color-primary-yellow: #ffe11b;
	--color-purple: #5f4eeb;
	--color-offer-green: #388e3c;
	--color-green-grade0: #26a541;
	--color-yellowish-orange: #ff9f00;
	--color-flash-green: #11c29b;
	--color-error-red: #ff6161;
	--color-grey-grade0: #fafafa;
	--color-grey-grade1: #f0f0f0;
	--color-grey-grade2: #e0e0e0;
	--color-grey-grade3: #c2c2c2;
	--color-grey-grade4: #878787;
	--color-grey-grade5: #212121;
	--color-grey-grade6: #d7d7d7;
	--color-grey-grade7: #f9f9f9;
	--color-grey-grade8: #9e9e9e;
	--color-grey-grade9: #efefef;
	--color-grey-grade10: #f5f5f5;
	--color-grey-grade11: #aaa;
	--color-error-bg: #fff7f8;
	--color-info-bg: #ffffe6;
	--color-info-light-bg: #fffbf6;
	--color-page-bg: #f1f3f6;
	--color-green-bg: #f7fffa;
	--color-blue-bg: #f5faff;
	--color-vip-black-bg: #343c4e;
	--color-grey-badge: #717171;
	--color-vendor-text: #3f3f3f;
	--color-supermart-green: #26a541;
	--color-light-blue: #f4f8ff;
	--color-suparmart-fk-background: #258b3b;
	--color-info-yellow: #fffdec;
	--header-width-min: 790px;
	--width-min: 978px;
	--width-max: 1680px;
	--product-page-gutter: 24px;
	--product-section-title-width: 110px;
	--product-section-title-padding: 10px;
	--font-regular: 400;
	--font-medium: 500;
	--font-size-12: 12px;
	--font-size-13: 13px;
	--font-size-14: 14px;
	--font-size-16: 16px;
	--font-size-18: 18px;
	--font-size-default: 14px;
	--header-gutter: 16px;
	--z-index-dev-console: 31;
	--z-index-product-page-overlay: 30;
	--z-index-login-dropdown: 1;
	--z-index-pincode: 1;
	--z-index-sticky: 2;
	--z-index-loader: 2;
	--z-index-back-to-top: 2;
	--z-index-tooltip: 5;
	--z-index-tooltip-overlay: 4;
	--z-index-header: 10;
	--z-index-catnav: 6;
	--z-index-header-shadow: 6;
	--z-index-modal: 12;
	--z-index-tooltip-on-modal: 14;
	--z-index-toast: 18;
	--z-index-compare-button: 3;
	--z-index-sticky-basket: 3;
	--z-index-product-page-sidebar-container: 4;
	--z-index-product-page-zoom-image-container: 28;
	--z-index-loader-bar: 12;
	--z-index-webpush-widget: 19;
	--product-page-fade-in-time: 0.6s;
	--z-index-compare-page-content-sticky-top: 6;
	--z-index-pincode-widget: 2;
	--z-index-pincode-overlay: 6;
	--basket-popup-min-width: 75vw;
	--basket-popup-min-height: 512px;
	--basket-popup-height: 89vh;
	--z-index-basket-tooltip: 12;
	--z-index-mulitwidgeLoader: 3;
}
._2I1BV8 {
  display: inline-block;
  border-radius: 2px;
  color: var(--color-grey-grade5);
  padding: 10px 20px;
  font-size: 13px;
  font-weight: var(--font-medium);
  transition: box-shadow 0.2s ease;
  vertical-align: super;
  background: #fff;
  cursor: pointer;
  outline: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px var(--color-grey-grade2); }
  ._2I1BV8:disabled {
    color: var(--color-grey-grade4);
    cursor: not-allowed; }
    ._2I1BV8:disabled:hover {
      box-shadow: none; }
  ._2I1BV8:hover {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12); }
  ._2I1BV8.KVE-v9 {
    background: var(--color-brand-blue);
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: none; }
  ._2I1BV8._2_BqG0 {
    background: var(--color-brand-orange);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff; }
  ._2I1BV8.KVE-v9:disabled, ._2I1BV8._2_BqG0:disabled {
    color: #fff;
    background-color: var(--color-grey-grade4);
    cursor: not-allowed; }
    ._2I1BV8.KVE-v9:disabled:hover, ._2I1BV8._2_BqG0:disabled:hover {
      box-shadow: none; }

._3IoVxI {
  color: var(--color-brand-blue);
  font-weight: var(--font-medium); }
._1YVET_ {
  min-width: 40%;
  color: black;
  padding: 1em 3em 1em 3em;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2); }
  ._1YVET_ h4 {
    color: #2874f0; }
  ._1YVET_ h1 {
    text-align: center;
    color: #2874f0; }
  ._1YVET_ input,
  ._1YVET_ input[type="radio"] + label,
  ._1YVET_ input[type="checkbox"] + label:before,
  ._1YVET_ select option,
  ._1YVET_ select {
    width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  ._1YVET_ input:focus {
    outline: 0;
    border-color: #0959dc; }
  ._1YVET_ input:focus + ._3fd6I3 i {
    color: #2874f0; }
  ._1YVET_ input:focus + ._3fd6I3:after {
    border-right-color: #2874f0; }
  ._1YVET_ input[type="radio"] {
    display: none; }
  ._1YVET_ input[type="radio"] + label,
  ._1YVET_ select {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    border-radius: 0; }
  ._1YVET_ input[type="radio"] + label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  ._1YVET_ input[type="radio"] + label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  ._1YVET_ input[type="radio"] + label i {
    padding-right: 0.4em; }
  ._1YVET_ input[type="radio"]:checked + label,
  ._1YVET_ input:checked + label:before,
  ._1YVET_ select:focus,
  ._1YVET_ select:active {
    background-color: #2874f0;
    color: #fff;
    border-color: #0959dc; }
  ._1YVET_ input[type="checkbox"] {
    display: none; }
  ._1YVET_ input[type="checkbox"] + label {
    position: relative;
    display: block;
    padding-left: 1.6em; }
  ._1YVET_ input[type="checkbox"] + label:before {
    position: absolute;
    top: 0.2em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    padding: 0;
    content: ""; }
  ._1YVET_ input[type="checkbox"] + label:after {
    top: 0.45em;
    left: 0.2em;
    font-size: 0.8em;
    color: #fff;
    opacity: 0;
    font-family: FontAwesome;
    content: "\F00C"; }
  ._1YVET_ input:checked + label:after {
    opacity: 1; }
  ._1YVET_ ._14nFUT {
    zoom: 1; }
    ._1YVET_ ._14nFUT ._16m33D {
      position: relative; }
      ._1YVET_ ._14nFUT ._16m33D input {
        padding-left: 4.4em;
        margin: 8px 0; }
      ._1YVET_ ._14nFUT ._16m33D ._3JdfpR {
        margin-bottom: 1em;
        zoom: 1;
        display: none; }
      ._1YVET_ ._14nFUT ._16m33D ._3JdfpR:before,
      ._1YVET_ ._14nFUT ._16m33D ._3JdfpR:after {
        content: "";
        display: table; }
      ._1YVET_ ._14nFUT ._16m33D ._3JdfpR:after {
        clear: both; }
      ._1YVET_ ._14nFUT ._16m33D ._16m33D input {
        padding-left: 4.4em; }
      ._1YVET_ ._14nFUT ._16m33D ._3fd6I3 {
        position: absolute;
        top: 0.6em;
        left: 0;
        width: 3.4em;
        height: 3.4em;
        line-height: 3.4em;
        text-align: center;
        pointer-events: none; }
      ._1YVET_ ._14nFUT ._16m33D ._3fd6I3:after {
        position: absolute;
        top: 0.6em;
        bottom: 0.6em;
        left: 3.4em;
        display: block;
        border-right: 1px solid #e5e5e5;
        content: "";
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      ._1YVET_ ._14nFUT ._16m33D ._3fd6I3 i {
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
    ._1YVET_ ._14nFUT ._3-94ce {
      display: flex;
      flex-direction: column;
      align-items: center; }
      ._1YVET_ ._14nFUT ._3-94ce ._3JdfpR {
        margin-bottom: 1em;
        zoom: 1;
        width: 80%;
        display: flex;
        flex-direction: row; }
  ._1YVET_ ._14nFUT:before,
  ._1YVET_ ._14nFUT:after {
    content: "";
    display: table; }
  ._1YVET_ ._14nFUT:after {
    clear: both; }

._2wIFpU {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  ._2wIFpU ._3OiC29 {
    color: red; }

._4WLDU4 {
  text-align: right;
  font-size: 1.2em; }
input {
   padding-left: 10px;
   outline: none;
   border: 1px solid #555;
}

input:focus {
   border: 2px solid #555;
}
._1lqJXt, ._2pTU4I {
  border: 1px solid var(--color-brand-blue);
  padding: 5px 15px;
  font-weight: bold;
  color: var(--color-brand-blue);
  margin: 2px;
  outline: none; }

._1lqJXt:hover {
  background: var(--color-brand-blue);
  color: white; }

._2pTU4I {
  opacity: 0.4; }

._28snaz {
  background-color: #2874f0;
  color: #fff;
  border-color: #185cc9;
  width: 30%;
  align-self: center;
  height: 3.4em;
  line-height: 2;
  border-radius: 3px;
  margin: 10px 0;
  font-weight: bold; }
  ._28snaz:hover {
    background-color: #0a46a7;
    border-color: black; }
*,
*:before,
*:after {
  box-sizing: border-box; }

.jIYD9b {
  padding: 1em;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #b9b9b9;
  background-color: #f3f3f3;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center; }
.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }
  .Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards; }
  .Toastify__progress-bar--controlled {
    transition: transform .2s; }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: right; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }*,
*:before,
*:after {
  box-sizing: border-box; }

.cDL3KM {
  padding: 1em;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #b9b9b9;
  background-color: #f3f3f3;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center; }
._3GCpyx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 30px;
  min-width: 36px;
  min-height: 30px; }

._3K1SEi {
  position: relative;
  margin: 0 auto; }

._2aPKvn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  max-width: 100%;
  max-height: 100%; }

._3dSQGP {
  opacity: 1; }

._3JIGUw {
  width: 100% !important;
  padding-top: 100%; }
._2kTJMS {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
._1rvyyK {
  min-height: 60px;
  max-height: 120px;
  position: relative;
  margin-top: auto;
  flex: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--color-white-bg);
  border-radius: 2px;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1); }
  ._1rvyyK ._2Fp75T {
    position: relative;
    flex: auto;
    align-self: stretch;
    display: flex;
    flex-direction: row; }
  ._1rvyyK ._2S25RB {
    position: relative;
    align-self: center;
    z-index: 2;
    width: 100%;
    max-height: 100%;
    font-weight: 500;
    flex: auto;
    overflow: auto;
    word-break: break-all;
    padding: 10px;
    border-left: 1px solid var(--color-grey-grade1); }
    ._1rvyyK ._2S25RB:focus {
      outline: none; }
  ._1rvyyK ._1KVEcE {
    align-self: center;
    position: absolute;
    width: 100%;
    padding-left: 100px;
    font-size: 18px;
    color: var(--color-grey-grade3); }
  ._1rvyyK ._3EL4_t {
    align-self: flex-start;
    margin-left: auto;
    position: relative;
    border: none;
    z-index: 2;
    cursor: pointer;
    outline: none;
    background-color: transparent; }
  ._1rvyyK ._3aGJk- {
    width: 140px; }
  ._1rvyyK ._22n_KW {
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 24px;
    background: var(--color-white-bg); }
  ._1rvyyK ._3yB7S9 {
    transition: transform 100ms linear; }
    ._1rvyyK ._3yB7S9._194LBE {
      transform: rotate(45deg); }
  ._1rvyyK ._3d6c51 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  ._1rvyyK ._3zjYgg {
    position: absolute;
    cursor: pointer; }
  ._1rvyyK ._3AFJg_ {
    transition: transform 180ms ease-out;
    transform: translateY(-211px); }
  ._1rvyyK ._1EssbG {
    transition: transform 140ms ease-out;
    transform: translateY(-141px); }
  ._1rvyyK ._3wKJH8 {
    transition: transform 100ms ease-out;
    transform: translateY(-71px); }
  ._1rvyyK ._1bLzpb {
    transform: translateY(0); }
.Qxcomb {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: none; }
  .Qxcomb ._1D6qkM {
    flex: none;
    overflow: hidden; }
    .Qxcomb ._1D6qkM .SPRcAV {
      transition: transform 0.4s ease-in-out;
      display: flex;
      flex-direction: row;
      align-items: stretch; }
    .Qxcomb ._1D6qkM ._2CesJa {
      display: flex;
      flex-direction: column; }
  .Qxcomb ._38CGlA {
    display: flex;
    position: absolute;
    align-self: center;
    padding: 40px 15px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer; }
    .Qxcomb ._38CGlA._1vhMCR {
      padding: 30px 10px; }
    .Qxcomb ._38CGlA._1hKZpj {
      padding: 15px 10px; }
  .Qxcomb ._38CGlA:hover {
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3); }
  .Qxcomb ._38CGlA._1tJ142 {
    opacity: 0; }
  .Qxcomb ._38CGlA.hbt3lG {
    display: none; }
  .Qxcomb ._3x_plb {
    left: 0;
    border-radius: 0 4px 4px 0; }
  .Qxcomb ._1eNwRJ {
    right: 0;
    border-radius: 4px 0 0 4px; }
  .Qxcomb ._2xQZ4T {
    fill: var(--color-grey-grade5); }
  .Qxcomb .BxOM_v {
    transform: rotate(180deg); }
  .Qxcomb ._32QyCA {
    left: 0; }
  .Qxcomb ._33Rgaf {
    right: 0; }
._3u-7nP {
  padding: 0 6px; }
  ._3u-7nP.eUx2dP {
    align-self: flex-end;
    margin-right: 40px; }
  ._3u-7nP ._3dJ18o {
    margin: 8px; }
  ._3u-7nP ._14MNpp {
    flex: auto;
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white-bg);
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 6px;
    cursor: pointer; }
  ._3u-7nP ._1bR4ir {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 12px 0;
    font-size: 14px;
    color: var(--color-brand-blue);
    align-self: stretch; }
  ._3u-7nP .gYDTgY {
    flex: auto; }
  ._3u-7nP .hda7JN {
    border-top: 1px solid var(--color-grey-grade1); }
  ._3u-7nP ._3zXs7k {
    flex: auto;
    padding: 6px 12px;
    width: 100%; }
  ._3u-7nP ._3yRvz5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  ._3u-7nP .CrPEc2 {
    font-size: 12px;
    color: var(--color-grey-grade5);
    line-height: 1.5; }
  ._3u-7nP ._1xxJqH {
    margin-top: 4px;
    font-size: 12px;
    font-weight: var(--font-medium);
    color: var(--color-grey-grade4);
    line-height: 1.5; }
  ._3u-7nP ._18JoTe {
    margin-top: 4px;
    font-size: 12px;
    font-weight: var(--font-medium);
    color: var(--color-grey-grade5);
    line-height: 1.5; }
._2Hp2C9 {
  line-height: normal;
  display: inline-block;
  color: var(--color-white-bg);
  padding: 2px 4px 2px 6px;
  border-radius: 3px;
  font-weight: var(--font-medium);
  font-size: 12px;
  vertical-align: middle;
  background-color: var(--color-offer-green); }

._36ULZ4 {
  background-color: var(--color-yellowish-orange) !important; }

.C7NxIA {
  background-color: var(--color-error-red) !important; }

.Q0ytXx {
  background-color: var(--color-grey-grade4) !important; }

.vUyCm3 {
  margin: 2px 0 0 2px;
  height: 10px; }
.iqNl0n {
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .iqNl0n ._KIMG8 {
    display: flex;
    flex-direction: row;
    padding: 12px; }
  .iqNl0n ._2F4LxY {
    flex: auto;
    margin-left: 12px; }
  .iqNl0n ._15ezEV {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .iqNl0n ._3-WAQ- {
    font-size: 12px;
    color: var(--color-grey-grade5);
    line-height: 1.5; }
  .iqNl0n ._30tjRS {
    margin-top: 4px;
    font-size: 12px;
    font-weight: var(--font-medium);
    color: var(--color-grey-grade4);
    line-height: 1.5; }
  .iqNl0n ._2WnMyn {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 4px; }
    .iqNl0n ._2WnMyn ._3PIsnI {
      margin-right: 6px;
      color: var(--color-grey-grade5);
      font-size: 12px;
      font-weight: var(--font-medium); }
    .iqNl0n ._2WnMyn ._3N6GO8 {
      margin-right: 6px;
      color: var(--color-grey-grade4);
      font-size: 12px;
      text-decoration: line-through; }
    .iqNl0n ._2WnMyn ._1NPPiv {
      color: var(--color-green-grade0);
      font-size: 12px;
      font-weight: var(--font-medium); }
  .iqNl0n ._1kr4lK {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .iqNl0n ._1kr4lK ._1uO7RG {
      margin-left: 8px;
      font-size: 12px;
      font-weight: var(--font-medium);
      color: var(--color-grey-grade4); }
  .iqNl0n ._3AjcZb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 12px 0;
    font-size: 14px;
    color: var(--color-brand-blue); }
  .iqNl0n ._38bqSU {
    border-top: 1px solid var(--color-grey-grade1); }
._1xgi4I {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px; }

._30ZC1b {
  font-size: 10px;
  font-weight: var(--font-medium);
  color: var(--color-white-bg); }

._2N4NBr {
  margin-left: 4px; }

.Jl0twH {
  color: var(--color-grey-grade4); }
._1EDoD6 {
  position: relative;
  margin: 5px 0; }
  ._1EDoD6._1j1PFS {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 200px;
    overflow: hidden;
    background-color: var(--color-white-bg);
    border-radius: 10px;
    border: 1px solid var(--color-grey-grade6); }
  ._1EDoD6._2YKoKb {
    align-self: flex-end;
    margin-right: 15px; }
  ._1EDoD6._3VTMVg {
    align-self: flex-start;
    margin-left: 50px; }
  ._1EDoD6 ._3EsyTk {
    border-radius: 10px;
    overflow: hidden;
    max-width: 200px;
    max-height: 200px; }
  ._1EDoD6 ._13uzW1 {
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
    border-radius: 10px;
    bottom: 5px; }
  ._1EDoD6 .wrg9K0 {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 100%; }
._24nZeV ._27xXUk {
  padding: 12px; }

._24nZeV ._2vCvzy {
  background-color: transparent;
  border: none;
  padding: 12px 0;
  font-size: 14px;
  color: var(--color-brand-blue);
  cursor: pointer;
  align-self: stretch; }

._24nZeV ._2JbxWn {
  display: flex;
  flex-direction: column; }
  ._24nZeV ._2JbxWn ._2b9NAd {
    border-top: 1px solid var(--color-grey-grade1); }
.Zx2D5F {
  position: relative;
  flex: none;
  display: flex;
  margin: 4px 56px;
  max-width: 80%; }
  .Zx2D5F .aXetV1 {
    background-color: var(--color-brand-blue);
    color: var(--color-white-bg);
    border-radius: 10px;
    border-top-right-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    .Zx2D5F .aXetV1 ._1W5UHY {
      padding: 3px 10px;
      font-size: 0.85em;
      font-weight: bold; }
      .Zx2D5F .aXetV1 ._1W5UHY .AZoVZw {
        color: brown; }
      .Zx2D5F .aXetV1 ._1W5UHY ._3a_YGj {
        color: darkgreen; }
    .Zx2D5F .aXetV1._26UePI {
      border-radius: 10px; }
    .Zx2D5F .aXetV1._1G2l-z {
      flex-direction: row;
      align-self: flex-end;
      background-color: var(--color-white-bg);
      color: var(--color-grey-grade5); }
  .Zx2D5F._1VtdAO .aXetV1 {
    background-color: var(--color-white-bg);
    color: var(--color-grey-grade5); }
  .Zx2D5F ._2oarKU {
    position: absolute;
    top: 0; }
    .Zx2D5F ._2oarKU.wPWUbY {
      transform: rotateY(180deg);
      right: -9px; }
    .Zx2D5F ._2oarKU._2rmx4P {
      left: -9px; }
  .Zx2D5F._2BJHJq {
    margin-bottom: 20px; }
  .Zx2D5F.up_gcJ {
    margin-top: 20px; }
  .Zx2D5F._3Ofn8n {
    flex-direction: row;
    align-self: flex-end; }
  .Zx2D5F._1PIWMs {
    flex-direction: row-reverse;
    align-self: flex-start; }
    .Zx2D5F._1PIWMs .aXetV1 {
      border-radius: 10px;
      border-top-left-radius: 0; }
.A3t3Zh {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  width: 60px; }
  .A3t3Zh .Qjr1T8 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: _2f6jra 1000ms linear infinite; }
    .A3t3Zh .Qjr1T8:nth-child(2) {
      animation-delay: 200ms; }
    .A3t3Zh .Qjr1T8:nth-child(3) {
      animation-delay: 400ms; }

._2FywMd {
  margin: 8px 56px !important; }

@keyframes _2f6jra {
  0% {
    background-color: rgba(40, 116, 240, 0.1); }
  30% {
    background-color: rgba(40, 116, 240, 0.5); }
  60% {
    background-color: var(--color-brand-blue); }
  100% {
    background-color: rgba(40, 116, 240, 0.1); } }
.WncLlp {
  padding: 6px 12px; }
  .WncLlp .yXL6eD {
    white-space: pre-line;
    word-break: break-word; }
._3VojpO {
  position: relative;
  margin: 0 auto;
  width: 50px; }
  ._3VojpO::before {
    content: '';
    display: block;
    padding-top: 100%; }

._2sHc6A {
  animation: _2jaT1M 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

._17jR_7 {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: CskLvy 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes _2jaT1M {
  100% {
    transform: rotate(360deg); } }

@keyframes CskLvy {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }
._1Jvnf0 {
  padding: 20px 0;
  text-align: center;
  display: block !important;
  width: 100% !important; }
._113VeS {
  height: 5px;
  display: block !important;
  width: 100% !important;
  flex: none; }
._1KrXc5 {
  margin-top: 6px; }
  ._1KrXc5 ._1EKOGq {
    font-weight: var(--font-medium); }
  ._1KrXc5 ._2_sNsz {
    padding-left: 8px;
    font-weight: var(--font-medium);
    color: var(--color-grey-grade4); }
    ._1KrXc5 ._2_sNsz .UOgN2C {
      color: var(--color-grey-grade4); }
  ._1KrXc5._2TJACH {
    margin-bottom: 6px;
    font-size: 16px; }

._1KrXc5._1R-Hug {
  margin-top: 0;
  display: inline-block;
  padding-right: 10px; }

._31uc-F {
  position: relative; }

._1l6Qd1 {
  transform: none !important; }
  ._1l6Qd1._1gPIKR {
    left: 0 !important; }
  ._1l6Qd1._1LWAMz {
    left: auto !important;
    right: -16px; }
    ._1l6Qd1._1LWAMz::before, ._1l6Qd1._1LWAMz::after {
      left: auto !important;
      right: 22px; }
    ._1l6Qd1._1LWAMz::after {
      right: 24px; }
  ._1l6Qd1 .nSJX7N {
    width: 320px; }
._1gjC5x ._37M9RM {
  display: inline-block;
  font-size: 16px;
  font-weight: var(--font-medium);
  color: var(--color-grey-grade5); }

._1gjC5x .NICs_T {
  text-decoration: line-through;
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: var(--color-grey-grade4); }

._1gjC5x .N9sFmd {
  display: inline-block;
  margin-left: 8px;
  color: var(--color-offer-green);
  font-size: 13px;
  letter-spacing: -0.2px;
  font-weight: var(--font-medium); }

._1gjC5x .xcx-Hy {
  font-size: 16px;
  color: var(--color-grey-grade5); }
._1zznF2 {
  display: flex;
  flex-direction: column;
  width: 200px;
  background: var(--color-white-bg);
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-top: 10px; }
  ._1zznF2 .ft0x-X {
    flex: 1;
    position: relative;
    white-space: normal;
    padding: 10px; }
    ._1zznF2 .ft0x-X ._20P_AI {
      color: var(--color-grey-grade5);
      margin: 10px 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    ._1zznF2 .ft0x-X .pZ8c38 {
      margin-bottom: 10px; }
    ._1zznF2 .ft0x-X ._2237Qk {
      color: green; }
    ._1zznF2 .ft0x-X .UQNHzK {
      position: absolute;
      right: 8px;
      top: 0;
      background: var(--color-green-grade0);
      color: var(--color-white-bg);
      padding: 2px 5px;
      border-radius: 2px; }
._2ilEZR {
  position: absolute;
  z-index: 1;
  width: 100%;
  flex: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 24px;
  color: var(--color-white-bg);
  background-color: var(--color-error-red);
  transform: translateY(-100%);
  transition: transform 0.2s ease-in-out; }
  ._2ilEZR._3D90hT {
    background-color: var(--color-green-grade0); }
  ._2ilEZR._301zLa {
    transform: translateY(0); }
  ._2ilEZR ._1M6YYS {
    margin-left: auto;
    width: 24px;
    height: 24px;
    padding: 3px; }
    ._2ilEZR ._1M6YYS .xHH01e {
      width: 18px; }
    ._2ilEZR ._1M6YYS .Pihq-D {
      max-width: 18px;
      max-height: 18px; }
._2sSGNk {
  display: flex;
  flex-direction: column;
  flex: auto;
  overflow: auto;
  background-color: var(--color-page-bg);
  background-image: url(/blink-ui/img/endless-clouds_97a388.svg); }

._3Gu1Qv {
  position: relative;
  flex: auto;
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  /* Had to add a wrapper around date chip element as margin is getting collapsed when flex direction of the element container is column-reverse. */ }
  ._3Gu1Qv.hcGNSi {
    flex-direction: column;
    transform: scaleY(-1);
    /* stylelint-disable selector-no-universal */ }
    ._3Gu1Qv.hcGNSi > * {
      transform: scaleY(-1); }
  ._3Gu1Qv ._1nD4hw {
    flex: none;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center; }
  ._3Gu1Qv ._1B8tj7 {
    padding: 3px 12px;
    background: var(--color-white-bg);
    color: var(--color-grey-grade4);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
    font-size: 12px;
    font-weight: var(--font-medium); }
  ._3Gu1Qv ._2JlmZz {
    flex: none;
    height: 48px; }
  ._3Gu1Qv ._3bmiFJ {
    position: absolute;
    align-self: flex-start;
    flex: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, bottom, top; }
    ._3Gu1Qv ._3bmiFJ._1ZuvMw {
      opacity: 1; }
  ._3Gu1Qv .Zb0LdX {
    bottom: -48px; }
    ._3Gu1Qv .Zb0LdX._1ZuvMw {
      bottom: 0; }
  ._3Gu1Qv ._1z-XAQ {
    top: -48px; }
    ._3Gu1Qv ._1z-XAQ._1ZuvMw {
      top: 0; }
  ._3Gu1Qv ._1TmAj0 {
    padding: 5px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--color-white-bg); }
  ._3Gu1Qv ._1ebVV1 {
    font-style: italic;
    color: var(--color-grey-grade8);
    padding: 6px 12px;
    display: inline-block; }
    ._3Gu1Qv ._1ebVV1._1tP0Jh {
      color: var(--color-grey-grade2); }
  ._3Gu1Qv .XUVHqN,
  ._3Gu1Qv ._3Z8Rrj {
    max-width: 350px; }
  ._3Gu1Qv ._3dWcnt {
    margin: 12px;
    background: white;
    color: var(--color-brand-blue); }
ol ._23oND1 {
  padding-left: 0;
  margin-bottom: 0;
  display: none; }

.lC1cH5 {
  display: inline-block;
  list-style: none;
  margin-bottom: -1px;
  font-size: 22px;
  padding: 5px 50px;
  width: 50%; }

._3Pv2SL {
  background-color: white;
  border: solid #2874f0;
  color: #0071f9;
  border-width: 0 0 3px 0;
  box-shadow: 2px 2px 10px #ddd; }
._11deAC {
  padding: 0 10px;
  margin-bottom: 0; }

._37YkYQ {
  overflow-y: scroll; }
._23Ic2Q {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px); }
  ._23Ic2Q ._1MUBz7 {
    margin-top: 5px;
    padding-left: 50px;
    display: none; }
    ._23Ic2Q ._1MUBz7 .bhFHhc {
      color: #0f0;
      text-shadow: 1px 1px 1px #ccc; }
    ._23Ic2Q ._1MUBz7 ._1A9oFF {
      color: #ff0;
      text-shadow: 1px 1px 1px #ccc; }
    ._23Ic2Q ._1MUBz7 ._1-WWKu {
      color: #f00;
      text-shadow: 1px 1px 1px #ccc; }
  ._23Ic2Q ._2S1k0k {
    flex: auto;
    display: flex;
    flex-direction: row;
    margin: 16px 40px;
    border-radius: 2px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--color-white-bg);
    overflow-y: scroll; }
    ._23Ic2Q ._2S1k0k.cGkn0x {
      opacity: 0.3;
      pointer-events: none; }
  ._23Ic2Q ._1Xc9uH {
    flex: none;
    display: flex;
    flex-direction: column;
    width: 480px;
    border-right: 2px solid var(--color-white); }
  ._23Ic2Q ._3fuMOu {
    display: flex;
    flex-direction: row;
    height: 74px;
    font-weight: var(--font-medium);
    font-size: 18px;
    color: var(--color-grey-grade5);
    border-bottom: 2px solid var(--color-white); }
  ._23Ic2Q ._268Z1U {
    width: 50%;
    height: 74px;
    display: flex;
    font-weight: var(--font-medium);
    font-size: 18px;
    color: var(--color-grey-grade5);
    align-items: center;
    justify-content: center; }
    ._23Ic2Q ._268Z1U._19qkOq {
      border-bottom: 3px solid var(--color-black);
      background: #dcdee2; }
  ._23Ic2Q ._1JsTFo {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  ._23Ic2Q .OsHnG2 {
    margin-top: 24px;
    font-size: 18px;
    font-weight: var(--font-medium);
    color: var(--color-grey-grade5); }
  ._23Ic2Q ._3eFtWM {
    margin-top: 4px;
    font-size: 16px;
    color: var(--color-grey-grade4); }
  ._23Ic2Q ._1GMjja {
    margin-top: 24px; }
  ._23Ic2Q .WzKD1G {
    flex: auto;
    overflow-y: scroll; }
  ._23Ic2Q ._3XjIo6 {
    display: flex;
    flex-direction: row;
    padding: 16px;
    border-bottom: 1px solid var(--color-grey-grade1); }
    ._23Ic2Q ._3XjIo6 ._3i_mE9 {
      font-weight: bold; }
    ._23Ic2Q ._3XjIo6 ._2cW7Dv {
      flex: none;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 8px; }
    ._23Ic2Q ._3XjIo6 ._1ol3ci {
      align-self: center;
      background-color: var(--color-brand-blue);
      color: var(--color-white-bg);
      font-size: 10px;
      font-weight: var(--font-medium);
      border-radius: 12px;
      padding: 0 5px;
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center; }
    ._23Ic2Q ._3XjIo6 .HDs0Df {
      font-size: 12px;
      color: blue;
      display: inline-block;
      max-width: 150px; }
    ._23Ic2Q ._3XjIo6 ._3W9tTj {
      font-size: 12px;
      font-weight: var(--font-medium);
      color: var(--color-grey-grade4); }
    ._23Ic2Q ._3XjIo6 ._2_s-Y_ {
      flex: auto;
      overflow: auto; }
    ._23Ic2Q ._3XjIo6:hover {
      cursor: pointer;
      background-color: var(--color-grey-grade0); }
    ._23Ic2Q ._3XjIo6._2Hr0qO, ._23Ic2Q ._3XjIo6._2Hr0qO:hover {
      background-color: var(--color-page-bg); }
    ._23Ic2Q ._3XjIo6.SfAsv7 ._3i_mE9,
    ._23Ic2Q ._3XjIo6.SfAsv7 ._1Yz-1y {
      font-weight: var(--font-medium); }
    ._23Ic2Q ._3XjIo6.SfAsv7 ._3W9tTj {
      color: var(--color-brand-blue); }
  ._23Ic2Q ._1HoJ1i {
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  ._23Ic2Q ._1RLIb1 {
    flex: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--color-page-bg);
    overflow: hidden; }
  ._23Ic2Q ._3qzi7V {
    z-index: 2;
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    border-bottom: 2px solid var(--color-white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--color-white-bg); }
  ._23Ic2Q ._2rlLCj {
    font-weight: var(--font-medium);
    font-size: 18px;
    color: var(--color-grey-grade5); }
  ._23Ic2Q ._3_MWr- {
    padding-left: 30px;
    padding-right: 10px; }
    ._23Ic2Q ._3_MWr- span {
      padding-left: 10px; }
  ._23Ic2Q .ZzftK1 {
    display: flex;
    margin-left: auto; }
  ._23Ic2Q ._2F1EKc {
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: row; }
  ._23Ic2Q ._1GWrcE {
    display: flex;
    margin-left: auto;
    cursor: pointer;
    padding: 0 10px; }
    ._23Ic2Q ._1GWrcE:hover ._393Iwq {
      display: block; }
  ._23Ic2Q ._393Iwq {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    border-radius: 3px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.18); }
  ._23Ic2Q .la3si9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px; }
    ._23Ic2Q .la3si9:hover {
      color: var(--color-brand-blue); }
  ._23Ic2Q ._19k1h1 {
    min-width: 24px;
    min-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 12px; }
  ._23Ic2Q .uU8MBQ {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-white-bg);
    overflow: hidden; }
  ._23Ic2Q ._3kvWiM {
    flex: none;
    margin-right: 24px;
    margin-left: 0;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; }
  ._23Ic2Q ._2v3H4s {
    height: 60px;
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 12px 24px;
    background-color: var(--color-white-bg); }
  ._23Ic2Q ._1-ydAT {
    justify-content: center; }
  ._23Ic2Q ._3hXLUo {
    font-size: 14px;
    color: var(--color-grey-grade4); }
  ._23Ic2Q ._3eRakI {
    margin-left: auto; }
  ._23Ic2Q .H1UqoY {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  ._23Ic2Q ._3r4ZZh {
    padding: 10px;
    max-height: 350px;
    overflow-y: scroll;
    border: 1px solid black; }
  ._23Ic2Q ._37TGrz {
    padding: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    height: 100px;
    border: 1px solid black; }
  ._23Ic2Q ._1z7EwW {
    width: 10%;
    height: 60%; }
  ._23Ic2Q ._23a9Ri {
    margin-top: 6px;
    font-size: 14px;
    color: var(--color-grey-grade4); }

@keyframes _31zJSx {
  0% {
    background-color: rgba(40, 116, 240, 0.1); }
  30% {
    background-color: rgba(40, 116, 240, 0.5); }
  60% {
    background-color: var(--color-brand-blue); }
  100% {
    background-color: rgba(40, 116, 240, 0.1); } }
.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.ncYW3d {
  width: 100%;
  display: flex;
  border: 1px solid var(--color-grey-grade6);
  margin-bottom: 5px;
  height: auto; }
  .ncYW3d ._3P4hNm {
    width: 20%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .ncYW3d ._3P4hNm span {
      display: flex;
      justify-content: space-evenly; }
    .ncYW3d ._3P4hNm ._3tliKJ {
      background-color: transparent;
      width: 25%;
      border: none;
      padding: 5px 0;
      font-size: 14px; }
      .ncYW3d ._3P4hNm ._3tliKJ span {
        color: var(--color-brand-blue); }
  .ncYW3d ._3i7gy0 {
    width: 80%;
    float: left;
    padding: 10px 30px 10px 10px;
    text-align: justify;
    overflow-y: scroll;
    max-height: 75px;
    background: #cccccc4a;
    word-spacing: -.1em; }
  .ncYW3d ._1jsv3V {
    min-width: 100px;
    padding: 5px 5px;
    font-weight: bold; }
._1PxFgR {
  padding: 10px;
  max-height: 500px;
  overflow-y: scroll; }

._2hI8Cx {
  padding: 10px;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  max-height: 100px; }
  ._2hI8Cx ._2455-z {
    width: 10%;
    padding: 5px;
    margin: 0px 20px;
    align-self: center;
    border: 1px solid var(--color-brand-blue);
    font-weight: bold;
    color: var(--color-brand-blue); }
    ._2hI8Cx ._2455-z:hover {
      background: var(--color-brand-blue);
      color: white; }

textarea {
  padding: 10px 30px; }
._1HfhDI {
  display: flex;
  flex-direction: column;
  width: 200px;
  background: var(--color-white-bg);
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-top: 10px; }
  ._1HfhDI ._3rRuhi {
    flex: 1;
    position: relative;
    white-space: normal;
    padding: 10px; }
    ._1HfhDI ._3rRuhi ._3of6dQ {
      color: var(--color-grey-grade5);
      margin: 10px 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    ._1HfhDI ._3rRuhi ._3Rtmhb {
      margin-bottom: 10px; }
    ._1HfhDI ._3rRuhi .qHOZ9Q {
      position: absolute;
      right: 8px;
      top: 0;
      background: var(--color-green-grade0);
      color: var(--color-white-bg);
      padding: 2px 5px;
      border-radius: 2px; }

._32FNiH {
  max-height: 400px; }
  ._32FNiH ._2AN4ma {
    max-height: 350px;
    overflow-x: scroll; }
  ._32FNiH ._3xJoYz {
    margin-top: 20px; }

.TUjJt9 {
  padding: 10px;
  max-height: 400px;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid var(--color-white);
  white-space: wrap;
  text-align: center; }
  .TUjJt9 ._1bBdQK {
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .TUjJt9 ._1bBdQK ._2qXKbp {
      width: 100%;
      position: relative;
      padding: 0 5px;
      height: 42px;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit; }
      .TUjJt9 ._1bBdQK ._2qXKbp input[type=text] {
        width: 75%;
        height: 40px; }
      .TUjJt9 ._1bBdQK ._2qXKbp span {
        position: absolute;
        top: 5px;
        right: 8%; }
  .TUjJt9 ._1hJxth {
    display: flex;
    height: 50px;
    flex-direction: row;
    align-content: flex-end;
    justify-content: center;
    color: var(--color-brand-blue); }
    .TUjJt9 ._1hJxth i {
      margin-right: 5px; }
  .TUjJt9 span {
    background-color: transparent;
    color: var(--color-brand-blue); }

._3xJoYz {
  border: 1px solid var(--color-brand-blue);
  font-weight: bold;
  margin: 0;
  height: 30px;
  margin-left: 40px; }
  ._3xJoYz:hover {
    background: var(--color-brand-blue);
    color: white; }
.YckQsY {
  padding: 0 20px; }
  .YckQsY ._3BFt07 ._2afqwE {
    width: 100%;
    text-align: left;
    padding: 2px;
    margin-top: 15px;
    font-weight: bold; }
  .YckQsY ._3BFt07 textarea {
    max-width: 100%;
    min-width: 100%; }

._3v028h {
  position: relative; }

.egiw3R {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: "#666"; }
.M4oL3b {
  padding: 0 20px; }
  .M4oL3b .QCbZkk ._1tDBfr {
    width: 100%;
    text-align: left;
    padding: 2px;
    margin-top: 15px;
    font-weight: bold; }
  .M4oL3b .QCbZkk ._3NaHPn {
    color: red; }
  .M4oL3b .QCbZkk textarea {
    max-width: 100%;
    min-width: 100%; }
._2sB-nd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: 100;
  overflow: scroll;
  display: none; }
  ._2sB-nd._1zxHJW {
    display: block; }
  ._2sB-nd ._7OQpjJ {
    background: white;
    border: 1px solid #d0cccc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    margin: 90px auto 0;
    transition: all .8s;
    width: 50%;
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 1;
    overflow: auto; }
    ._2sB-nd ._7OQpjJ ._3Ruai5 {
      background: #2874f0;
      display: flex; }
      ._2sB-nd ._7OQpjJ ._3Ruai5 h3 {
        color: white;
        margin: 0;
        align-self: center;
        width: 95%;
        padding-left: 20px; }
    ._2sB-nd ._7OQpjJ ._2Kamup {
      padding: 10px 15px;
      text-align: center;
      max-height: 700px;
      overflow-y: scroll; }
    ._2sB-nd ._7OQpjJ .Czpddo {
      color: white;
      cursor: pointer;
      font-size: 30px;
      margin: 0; }
      ._2sB-nd ._7OQpjJ .Czpddo:hover {
        color: black; }
._1vaLyC {
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px 40px; }

._1JFDP2 {
  margin-right: 20px;
  width: 100%; }

._2lfLOW {
  margin-left: 20px;
  width: 100%; }

._3ksaxI {
  width: 70%;
  height: 35px;
  margin-right: 10px; }

._3E_Dwd {
  width: 15%;
  height: 35px;
  margin-right: 10px; }
._1puLeQ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 96px); }
  ._1puLeQ ._1PguKx {
    padding: 5px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--color-white-bg); }
  ._1puLeQ.f0hqQ9 {
    align-items: center;
    background-color: var(--color-grey-grade5); }
  ._1puLeQ ._15A1UY {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: var(--color-white-bg);
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  ._1puLeQ ._2KeQWI {
    flex: none;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    align-self: center; }
  ._1puLeQ ._2Zzzs3 {
    margin-bottom: 48px;
    font-size: 20px;
    font-weight: var(--font-medium); }
._fUJ1C {
  min-height: 60px;
  max-height: 120px;
  position: relative;
  margin-top: auto;
  flex: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--color-white-bg);
  border-radius: 2px;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1); }
  ._fUJ1C ._15UIHk {
    position: relative;
    flex: auto;
    align-self: stretch;
    display: flex;
    flex-direction: row; }
  ._fUJ1C ._2dX0cB {
    position: relative;
    align-self: center;
    z-index: 2;
    width: 100%;
    max-height: 100%;
    font-weight: 500;
    flex: auto;
    overflow: auto;
    word-break: break-all;
    padding: 10px;
    border-left: 1px solid var(--color-grey-grade1); }
    ._fUJ1C ._2dX0cB:focus {
      outline: none; }
  ._fUJ1C ._2qf-dm {
    align-self: center;
    position: absolute;
    width: 100%;
    padding-left: 100px;
    font-size: 18px;
    color: var(--color-grey-grade3); }
  ._fUJ1C ._1jai9j {
    align-self: flex-start;
    margin-left: auto;
    position: relative;
    border: none;
    z-index: 2;
    cursor: pointer;
    outline: none;
    background-color: transparent; }
  ._fUJ1C ._3Tq2iV {
    width: 140px; }
  ._fUJ1C ._3a76fs {
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 24px;
    background: var(--color-white-bg); }
  ._fUJ1C .GdZmWu {
    transition: transform 100ms linear; }
    ._fUJ1C .GdZmWu._1OdvKk {
      transform: rotate(45deg); }
  ._fUJ1C ._3zy8Ag {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  ._fUJ1C .ZgAser {
    position: absolute;
    cursor: pointer; }
  ._fUJ1C .iwcSkJ {
    transition: transform 180ms ease-out;
    transform: translateY(-211px); }
  ._fUJ1C ._3X5ko3 {
    transition: transform 140ms ease-out;
    transform: translateY(-141px); }
  ._fUJ1C ._1UAUe_ {
    transition: transform 100ms ease-out;
    transform: translateY(-71px); }
  ._fUJ1C ._2mbmiS {
    transform: translateY(0); }
._1XrJ-y {
  display: flex;
  flex-direction: column;
  flex: auto;
  overflow: auto;
  background-color: var(--color-page-bg);
  background-image: url(/blink-ui/img/endless-clouds_97a388.svg); }

._1iSgtC {
  position: relative;
  flex: auto;
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  /* Had to add a wrapper around date chip element as margin is getting collapsed when flex direction of the element container is column-reverse. */ }
  ._1iSgtC._3Bi9zV {
    flex-direction: column;
    transform: scaleY(-1);
    /* stylelint-disable selector-no-universal */ }
    ._1iSgtC._3Bi9zV > * {
      transform: scaleY(-1); }
  ._1iSgtC ._2Vz_c3 {
    flex: none;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center; }
  ._1iSgtC ._2yhdDQ {
    padding: 3px 12px;
    background: var(--color-white-bg);
    color: var(--color-grey-grade4);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
    font-size: 12px;
    font-weight: var(--font-medium); }
  ._1iSgtC .EZh6WB {
    flex: none;
    height: 48px; }
  ._1iSgtC ._1ioAI- {
    position: absolute;
    align-self: flex-start;
    flex: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, bottom, top; }
    ._1iSgtC ._1ioAI-._2ZbLP1 {
      opacity: 1; }
  ._1iSgtC .OkOWJQ {
    bottom: -48px; }
    ._1iSgtC .OkOWJQ._2ZbLP1 {
      bottom: 0; }
  ._1iSgtC ._3ZPbHG {
    top: -48px; }
    ._1iSgtC ._3ZPbHG._2ZbLP1 {
      top: 0; }
  ._1iSgtC ._3EQ4sQ {
    padding: 5px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--color-white-bg); }
  ._1iSgtC ._2hfXcq {
    font-style: italic;
    color: var(--color-grey-grade8);
    padding: 6px 12px;
    display: inline-block; }
    ._1iSgtC ._2hfXcq._23m0Fe {
      color: var(--color-grey-grade2); }
  ._1iSgtC ._2rQqUK,
  ._1iSgtC ._1zeiVQ {
    max-width: 350px; }
  ._1iSgtC ._1hx8tc {
    margin: 12px;
    background: white;
    color: var(--color-brand-blue); }
._3hCj_3 ._2jLijD {
  padding: 12px;
  max-width: 300px; }

._3hCj_3 .Pd4-vx {
  background-color: white;
  border: none;
  padding: 12px 0;
  font-size: 14px;
  color: var(--color-brand-blue);
  cursor: pointer;
  align-self: stretch; }

._3hCj_3 .XTjzjh {
  display: flex;
  flex-direction: column;
  background-color: #ebf6fa;
  color: black;
  border-top: 1px solid gray;
  text-align: center;
  font-weight: bold;
  padding: 7px 0; }
._2HDpLB ._1xOUc0 {
  padding: 12px;
  max-width: 300px; }

._2HDpLB ._3Adl0o {
  background-color: white;
  border: none;
  padding: 12px 0;
  font-size: 14px;
  color: var(--color-brand-blue);
  cursor: pointer;
  align-self: stretch; }

._2HDpLB ._1YFGAe {
  display: flex;
  flex-direction: column;
  background-color: #f1f1df;
  color: black;
  border-top: 1px solid gray;
  text-align: center;
  font-weight: bold;
  padding: 7px 0; }
._1r7Nqa ._1uhLn6 ._3rjRbW {
  padding: 12px;
  max-width: 300px; }
  ._1r7Nqa ._1uhLn6 ._3rjRbW ._1a67i7 {
    display: flex;
    flex-direction: column;
    background-color: #f1f1df;
    color: black;
    border-top: 1px solid gray;
    text-align: center;
    font-weight: bold;
    padding: 7px 0; }
.size-selector-container {
    font-family: Arial, sans-serif;
    background-color: #f8faff;
    padding: 20px;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .size-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  
  .size-table th,
  .size-table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #e0e0e0;
  }
  
  .size-table th {
    background-color: #f0f0f0;
  }
  
  input[type="radio"] {
    margin: 0;
  }
  
  .not-sure-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }
  
  .action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  button {
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button:disabled {
    background-color: #d3d3d3;
    cursor: not-allowed;
  }
  
  .confirm-size {
    background-color: #007bff;
    color: white;
  }
  
  .check-size-guide {
    background-color: white;
    color: #007bff;
    border: 1px solid #007bff;
  }
  
  .no-thanks {
    background-color: white;
    color: #666;
    border: 1px solid #d3d3d3;
  }
  .quick-reply-container {
    display: flex;
    width: 400px;/* Restrict to parent's width */
    overflow-x: auto; /* Horizontal scroll */
    gap: 8px;
    padding: 10px;
    border-radius: 8px;
    height: 60px; /* Fixed height */
  }
  
  .quick-reply-container::-webkit-scrollbar {
    height: 6px; /* Horizontal scrollbar height */
  }
  
  .quick-reply-container::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  
  .quick-reply-item {
    background-color: white;
    color: #2455f4;
    font-weight: 700;
    flex-shrink: 0;
    min-width: 100px; /* Fixed width for items */
    height: 40px; /* Fixed height for items */
    padding: 8px 16px;
    border: 2px solid rgb(238, 238, 238);
    border-radius: 16px;
    cursor: pointer;
    white-space: nowrap;
    scroll-snap-align: start;
    text-align: center;
    transition: background-color 0.3s;
  }
  
  .quick-reply-item:hover {
  }
  
  .quick-reply-item:focus {
    outline: none;
  }
  .dynamic-response-container {
  display: flex;
  width: 100%;
  max-width: 400px;
  overflow-x: auto;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  height: auto;
  min-height: 60px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* Webkit scrollbar styles */
.dynamic-response-container::-webkit-scrollbar {
  height: 6px;
}

.dynamic-response-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.dynamic-response-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.dynamic-response-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dynamic-response-item {
  background-color: white;
  color: #2455f4;
  font-weight: 700;
  flex-shrink: 0;
  min-width: 100px;
  max-width: 300px;
  height: auto;
  min-height: 40px;
  padding: 8px 16px;
  border: 2px solid rgb(238, 238, 238);
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  transition: all 0.3s ease;
  position: relative;
}

.dynamic-response-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  max-height: 2.4em;
  overflow-y: hidden;
}

.dynamic-response-item:hover {
  background-color: #e0e0e0;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dynamic-response-item:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.dynamic-response-item:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Responsive adjustments */
@media screen and (max-width: 480px) {
  .dynamic-response-container {
      max-width: 100%;
      padding: 8px;
  }

  .dynamic-response-item {
      min-width: 80px;
      max-width: 250px;
      padding: 6px 12px;
      font-size: 14px;
  }
}

/* Handle very long text */
.dynamic-response-item[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 4px;
  font-size: 12px;
  white-space: normal;
  max-width: 200px;
  z-index: 1000;
  pointer-events: none;
  margin-bottom: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
:root {
	--color-white: #f0f0f0;
	--color-white-bg: #fff;
	--color-black: #000;
	--color-light-black: #172337;
	--color-brand-orange: #fb641b;
	--color-brand-blue: #2874f0;
	--color-brand-bbd: #2455f4;
	--color-brand-footer: #172337;
	--color-brand-blue-lighter: #7accff;
	--color-primary-yellow: #ffe11b;
	--color-purple: #5f4eeb;
	--color-offer-green: #388e3c;
	--color-green-grade0: #26a541;
	--color-yellowish-orange: #ff9f00;
	--color-flash-green: #11c29b;
	--color-error-red: #ff6161;
	--color-grey-grade0: #fafafa;
	--color-grey-grade1: #f0f0f0;
	--color-grey-grade2: #e0e0e0;
	--color-grey-grade3: #c2c2c2;
	--color-grey-grade4: #878787;
	--color-grey-grade5: #212121;
	--color-grey-grade6: #d7d7d7;
	--color-grey-grade7: #f9f9f9;
	--color-grey-grade8: #9e9e9e;
	--color-grey-grade9: #efefef;
	--color-grey-grade10: #f5f5f5;
	--color-grey-grade11: #aaa;
	--color-error-bg: #fff7f8;
	--color-info-bg: #ffffe6;
	--color-info-light-bg: #fffbf6;
	--color-page-bg: #f1f3f6;
	--color-green-bg: #f7fffa;
	--color-blue-bg: #f5faff;
	--color-vip-black-bg: #343c4e;
	--color-grey-badge: #717171;
	--color-vendor-text: #3f3f3f;
	--color-supermart-green: #26a541;
	--color-light-blue: #f4f8ff;
	--color-suparmart-fk-background: #258b3b;
	--color-info-yellow: #fffdec;
	--header-width-min: 790px;
	--width-min: 978px;
	--width-max: 1680px;
	--product-page-gutter: 24px;
	--product-section-title-width: 110px;
	--product-section-title-padding: 10px;
	--font-regular: 400;
	--font-medium: 500;
	--font-size-12: 12px;
	--font-size-13: 13px;
	--font-size-14: 14px;
	--font-size-16: 16px;
	--font-size-18: 18px;
	--font-size-default: 14px;
	--header-gutter: 16px;
	--z-index-dev-console: 31;
	--z-index-product-page-overlay: 30;
	--z-index-login-dropdown: 1;
	--z-index-pincode: 1;
	--z-index-sticky: 2;
	--z-index-loader: 2;
	--z-index-back-to-top: 2;
	--z-index-tooltip: 5;
	--z-index-tooltip-overlay: 4;
	--z-index-header: 10;
	--z-index-catnav: 6;
	--z-index-header-shadow: 6;
	--z-index-modal: 12;
	--z-index-tooltip-on-modal: 14;
	--z-index-toast: 18;
	--z-index-compare-button: 3;
	--z-index-sticky-basket: 3;
	--z-index-product-page-sidebar-container: 4;
	--z-index-product-page-zoom-image-container: 28;
	--z-index-loader-bar: 12;
	--z-index-webpush-widget: 19;
	--product-page-fade-in-time: 0.6s;
	--z-index-compare-page-content-sticky-top: 6;
	--z-index-pincode-widget: 2;
	--z-index-pincode-overlay: 6;
	--basket-popup-min-width: 75vw;
	--basket-popup-min-height: 512px;
	--basket-popup-height: 89vh;
	--z-index-basket-tooltip: 12;
	--z-index-mulitwidgeLoader: 3;
}
/* Common styles for both cards */
.shared-product-container {
	display: flex;
	flex-direction: column;
	width: 200px;
	background: var(--color-white-bg);
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding-top: 10px;
}

/* Vertical Store Card Styles */
.vertical-store-card {
	display: flex;
	flex-direction: column;
	width: 200px;
	background: var(--color-white-bg);
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.store-card-details {
	position: relative;
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid var(--color-grey-grade3);
}

.toggle-arrows {
	position: absolute;
	right: 10px;
	top: 45%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	font-size: 12px;
	cursor: pointer;
	z-index: 10;
	border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-arrows:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


.up {
	transform: rotate(0deg);
}
.down {
	transform: rotate(180deg);
}

.carousel-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
	border-top: 1px solid var(--color-grey-grade3);
}

/* Horizontal Store Card Styles */
.horizontal-store-card {
	display: flex;
	flex-direction: row;
	width: 100%;
	background: var(--color-white-bg);
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

/* Common Carousel Styles */
.carousel-container {
	position: relative;
	overflow: hidden;
	width: 200px;
}

.carousel-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.carousel-item {
	flex-shrink: 0;
	width: 100%;
}

.carousel-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.carousel-navigation {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	margin-top: 10px;
}

/* Product Card Styles */
.product-card {
	flex: 1;
	position: relative;
	white-space: normal;
	padding: 10px;
}

.product-card .title {
	color: var(--color-grey-grade5);
	margin: 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-card .price {
	margin-bottom: 10px;
}

.product-card .price-value {
	color: green;
}

.product-card .on-offer {
	position: absolute;
	right: 8px;
	top: 0;
	background: var(--color-green-grade0);
	color: var(--color-white-bg);
	padding: 2px 5px;
	border-radius: 2px;
}

/* Navigation Arrows */
.carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	font-size: 12px;
	cursor: pointer;
	z-index: 10;
	border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.left-arrow {
	left: 5px;
}

.right-arrow {
	right: 5px;
}
  
.search-card {
    display: flex;
    align-items: center;
    padding: 10px;
    background: var(--color-white-bg);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  
  .search-card:hover {
    background-color: var(--color-grey-grade0);
  }
  
  .search-card-image {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 12px;
  }
  
  .search-card-content {
    flex: 1;
    min-width: 0; /* Important for text truncation */
  }
  
  .search-card-title {
    font-size: 14px;
    font-weight: bold;
    color: #555;
  }
  
  .search-card-subtitle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  
  .title-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-grey-grade5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    cursor: pointer;
  }
  
  .subtitle-text {
    font-size: 12px;
    color: var(--color-grey-grade5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    cursor: pointer;
  }
  

  /* Tooltip styles */
  .title-text:hover,
  .subtitle-text:hover {
    position: relative;
  }
  
  /* Optional: Custom tooltip styling */
  .title-text[title]:hover::after,
  .subtitle-text[title]:hover::after {
    content: attr(title);
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--color-grey-grade7);
    color: var(--color-white-bg);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: normal;
    max-width: 300px;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
  }
  .tCO3xa {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
  /* Responsive adjustments */ }
  .tCO3xa ._31-HIc {
    text-align: center;
    margin-top: 10px; }
    .tCO3xa ._31-HIc ._1dV8gP {
      color: #0f0;
      text-shadow: 1px 1px 1px #ccc;
      display: none; }
    .tCO3xa ._31-HIc ._37gLsf {
      color: #ff0;
      text-shadow: 1px 1px 1px #ccc;
      display: none; }
    .tCO3xa ._31-HIc ._3Qjj_h {
      color: #f00;
      text-shadow: 1px 1px 1px #ccc;
      display: none; }
  .tCO3xa ._1sHEqm {
    flex: auto;
    display: flex;
    flex-direction: row;
    margin: 16px 40px;
    border-radius: 2px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--color-white-bg);
    overflow-y: scroll; }
    .tCO3xa ._1sHEqm._1kPTlH {
      opacity: 0.3;
      pointer-events: none; }
  .tCO3xa ._2eKR9V {
    flex: none;
    display: flex;
    flex-direction: column;
    width: 480px;
    border-right: 2px solid var(--color-white); }
  .tCO3xa .qtJzsb {
    display: flex;
    flex-direction: row;
    height: 74px;
    font-weight: var(--font-medium);
    font-size: 18px;
    color: var(--color-grey-grade5);
    border-bottom: 2px solid var(--color-white); }
  .tCO3xa ._2iiyRz {
    width: 50%;
    height: 74px;
    display: flex;
    font-weight: var(--font-medium);
    font-size: 18px;
    color: var(--color-grey-grade5);
    align-items: center;
    justify-content: center; }
    .tCO3xa ._2iiyRz._21LCxb {
      border-bottom: 3px solid var(--color-black);
      background: #dcdee2; }
  .tCO3xa ._15cw8M {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .tCO3xa ._3QsNyd {
    margin-top: 24px;
    font-size: 18px;
    font-weight: var(--font-medium);
    color: var(--color-grey-grade5); }
  .tCO3xa .uByAE3 {
    margin-top: 4px;
    font-size: 16px;
    color: var(--color-grey-grade4); }
  .tCO3xa ._2bL3Iz {
    margin-top: 24px; }
  .tCO3xa ._3i849_ {
    flex: auto;
    overflow-y: scroll; }
  .tCO3xa ._1-jd66 {
    display: flex;
    flex-direction: row;
    padding: 16px;
    border-bottom: 1px solid var(--color-grey-grade1); }
    .tCO3xa ._1-jd66 ._37ww5s {
      font-weight: bold; }
    .tCO3xa ._1-jd66 ._3ZV_wV {
      flex: none;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 8px; }
    .tCO3xa ._1-jd66 ._1jgFrJ {
      align-self: center;
      background-color: var(--color-brand-blue);
      color: var(--color-white-bg);
      font-size: 10px;
      font-weight: var(--font-medium);
      border-radius: 12px;
      padding: 0 5px;
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center; }
    .tCO3xa ._1-jd66 ._2loNDO, .tCO3xa ._1-jd66 ._3SvlYN, .tCO3xa ._1-jd66 ._3fUdeX {
      font-size: 12px;
      display: inline-block;
      max-width: 250px; }
    .tCO3xa ._1-jd66 .-d5DRL {
      font-size: 12px;
      font-weight: var(--font-medium);
      color: var(--color-grey-grade4); }
    .tCO3xa ._1-jd66 ._20qCmt {
      flex: auto;
      overflow: auto; }
    .tCO3xa ._1-jd66:hover {
      cursor: pointer;
      background-color: var(--color-grey-grade0); }
    .tCO3xa ._1-jd66._1BTorO, .tCO3xa ._1-jd66._1BTorO:hover {
      background-color: var(--color-page-bg); }
    .tCO3xa ._1-jd66._3eOtjK ._37ww5s,
    .tCO3xa ._1-jd66._3eOtjK ._2sdRbQ {
      font-weight: var(--font-medium); }
    .tCO3xa ._1-jd66._3eOtjK .-d5DRL {
      color: var(--color-brand-blue); }
  .tCO3xa ._26GQbb {
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .tCO3xa .M4mlyo {
    flex: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--color-page-bg);
    overflow: hidden; }
  .tCO3xa ._1cbWdb {
    z-index: 2;
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    border-bottom: 2px solid var(--color-white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--color-white-bg); }
  .tCO3xa ._2eOmwA {
    font-weight: var(--font-medium);
    font-size: 18px;
    color: var(--color-grey-grade5); }
  .tCO3xa ._1ZS-d7 {
    padding-left: 30px;
    padding-right: 10px; }
    .tCO3xa ._1ZS-d7 span {
      padding-left: 10px; }
  .tCO3xa ._1qSndd {
    display: flex;
    margin-left: auto; }
  .tCO3xa ._2hNSAq {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem; }
  .tCO3xa ._1fedPo {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75;
    margin: 0 1rem;
    max-width: 300px;
    flex-grow: 1;
    text-align: center; }
  @media (max-width: 768px) {
    .tCO3xa ._1fedPo {
      width: 50px;
      font-size: 0.875rem;
      margin: 0 0.5rem; } }
  .tCO3xa ._2tsovR {
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: row; }
  .tCO3xa .Srxrgh {
    display: flex;
    margin-left: auto;
    cursor: pointer;
    padding: 0 10px; }
    .tCO3xa .Srxrgh:hover ._2gwuzC {
      display: block; }
  .tCO3xa ._2gwuzC {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    border-radius: 3px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.18); }
  .tCO3xa ._1YrLbl {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px; }
    .tCO3xa ._1YrLbl:hover {
      color: var(--color-brand-blue); }
  .tCO3xa ._2QsrUy {
    min-width: 24px;
    min-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 12px; }
  .tCO3xa .q24t5z {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-white-bg);
    overflow: hidden; }
  .tCO3xa ._3YdVri {
    flex: none;
    margin-right: 24px;
    margin-left: 0;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; }
  .tCO3xa ._2eQFnL {
    height: 60px;
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 12px 24px;
    background-color: var(--color-white-bg); }
  .tCO3xa ._3Z8UTv {
    justify-content: center; }
  .tCO3xa ._2vi3GJ {
    font-size: 14px;
    color: var(--color-grey-grade4); }
  .tCO3xa ._1v4vEj {
    margin-left: auto; }
  .tCO3xa ._26stq9 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .tCO3xa ._2tgvl3 {
    padding: 10px;
    max-height: 350px;
    overflow-y: scroll;
    border: 1px solid black; }
  .tCO3xa ._1IMOh8 {
    padding: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    height: 100px;
    border: 1px solid black; }
  .tCO3xa ._1i9TCe {
    width: 10%;
    height: 60%; }
  .tCO3xa .BPSJiY {
    margin-top: 6px;
    font-size: 14px;
    color: var(--color-grey-grade4); }

@keyframes uH1ZhE {
  0% {
    background-color: rgba(40, 116, 240, 0.1); }
  30% {
    background-color: rgba(40, 116, 240, 0.5); }
  60% {
    background-color: var(--color-brand-blue); }
  100% {
    background-color: rgba(40, 116, 240, 0.1); } }
._26nAGE {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 96px); }
  ._26nAGE ._2Xxpyi {
    padding: 5px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--color-white-bg); }
  ._26nAGE._2l83fx {
    align-items: center;
    background-color: var(--color-grey-grade5); }
  ._26nAGE ._2QsHIj {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: var(--color-white-bg);
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  ._26nAGE ._3qM-Ku {
    flex: none;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    align-self: center; }
  ._26nAGE ._3kyNtb {
    margin-bottom: 48px;
    font-size: 20px;
    font-weight: var(--font-medium); }
.ReactTable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1);}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent;}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline:none}.ReactTable .rt-thead .rt-resizable-header{overflow:visible;}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-webkit-box-flex:99999;-ms-flex:99999 1 auto;flex:99999 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05);}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,0.02);}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity;}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px;}.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,0.15);}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)}.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1);}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);transition:all .1s ease;cursor:pointer;outline:none;}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block;}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none;}.ReactTable .-loading > div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all;}.ReactTable .-loading.-active > div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.JsaYnO {
  display: flex;
  flex-direction: row;
  padding: 16px;
  width: 35%; }
  .JsaYnO ._38P6hN {
    flex: auto;
    overflow: auto; }
  .JsaYnO .wzJi8n span {
    color: black; }
  .JsaYnO:hover {
    cursor: pointer;
    background-color: var(--color-grey-grade3); }
  .JsaYnO.FYjORQ, .JsaYnO.FYjORQ:hover {
    background-color: var(--color-page-bg); }
  .JsaYnO ._35v9Oc {
    flex: none;
    margin-right: 24px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; }
  .JsaYnO ._3nhakU {
    font-size: 200%;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; }
  .JsaYnO span {
    margin-left: 30px; }
._3fWSYm {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px; }
  ._3fWSYm ._2o8sPN {
    margin-top: 24px;
    font-size: 18px;
    font-weight: var(--font-medium);
    color: var(--color-grey-grade5); }
  ._3fWSYm ._4xKpZE {
    margin-top: 4px;
    font-size: 16px;
    justify-content: center;
    width: 20%; }
  ._3fWSYm input {
    width: 20%; }
  ._3fWSYm button:disabled {
    color: white;
    background: var(--color-grey-grade2); }
._1SX46J {
  padding: 10px 20px; }
  ._1SX46J a {
    color: var(--color-black);
    margin-left: 20px; }
  ._1SX46J ._3npL7u {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px; }
    ._1SX46J ._3npL7u ._2UlwrK {
      border-left: 1px solid var(--color-black);
      padding: 0;
      width: 65%;
      overflow-x: scroll;
      display: flex;
      flex-direction: row; }
      ._1SX46J ._3npL7u ._2UlwrK .NjAgV3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 10px; }
        ._1SX46J ._3npL7u ._2UlwrK .NjAgV3 ._3BWRCH {
          border-bottom: 1px solid var(--color-black);
          justify-content: center;
          font-weight: bold;
          padding: 5px;
          min-height: 90px; }
        ._1SX46J ._3npL7u ._2UlwrK .NjAgV3 ._9GmJQJ {
          text-align: center;
          padding: 5px;
          font-size: 1.5em; }
  ._1SX46J ._3fOjIs {
    width: 100%;
    overflow-x: scroll; }
    ._1SX46J ._3fOjIs ._1RseQx {
      color: blue; }
  ._1SX46J ._3Vuo6P {
    padding-left: 10px;
    margin-bottom: 30px; }
    ._1SX46J ._3Vuo6P label {
      font-size: 1.25em;
      padding: 0 5px; }
    ._1SX46J ._3Vuo6P [type="date"] {
      background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat; }
    ._1SX46J ._3Vuo6P [type="date"]::-webkit-inner-spin-button {
      display: none; }
    ._1SX46J ._3Vuo6P [type="date"]::-webkit-calendar-picker-indicator {
      opacity: 0; }
    ._1SX46J ._3Vuo6P input {
      height: 30px;
      margin-right: 15px;
      border: 1px solid #c4c4c4;
      border-radius: 5px;
      background-color: #fff;
      padding: 3px 5px;
      box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
      width: 190px; }
    ._1SX46J ._3Vuo6P [type="checkbox"] {
      width: 30px;
      height: 20px;
      margin-left: 50px;
      margin-right: 5px; }
    ._1SX46J ._3Vuo6P button {
      margin-left: 30px; }
._9WfvbY {
  display: flex;
  flex-direction: row;
  padding: 16px;
  width: 35%; }
  ._9WfvbY ._1zA8uL {
    flex: auto;
    overflow: auto; }
  ._9WfvbY .prg5A6 span {
    color: black; }
  ._9WfvbY:hover {
    cursor: pointer;
    background-color: var(--color-grey-grade3); }
  ._9WfvbY._20gMKr, ._9WfvbY._20gMKr:hover {
    background-color: var(--color-page-bg); }
  ._9WfvbY ._3vNQuq {
    flex: none;
    margin-right: 24px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; }
  ._9WfvbY .eQQex1 {
    font-size: 200%;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; }
  ._9WfvbY span {
    margin-left: 30px; }
.gvi_2z {
  padding: 20px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  .gvi_2z ._2ey9ls {
    display: none;
    justify-content: space-around; }
._1Nh2k1 {
  display: flex;
  justify-content: space-around; }
  ._1Nh2k1 i {
    margin-left: 2px; }
._3rnZzs {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px; }
  ._3rnZzs input {
    width: 20%; }
  ._3rnZzs button:disabled {
    color: white;
    background: var(--color-grey-grade2); }

._14Xb_s {
  margin-top: 24px;
  font-size: 18px;
  font-weight: var(--font-medium);
  color: var(--color-grey-grade5); }

._2gFrK7 {
  margin-top: 4px;
  font-size: 16px;
  color: var(--color-grey-grade4); }
.LHwJ9J {
  padding: 10px 20px; }
  .LHwJ9J h2 {
    padding: 20px 0; }
  .LHwJ9J a {
    color: var(--color-black);
    margin-left: 20px; }
  .LHwJ9J ._1xw9TY {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px; }
    .LHwJ9J ._1xw9TY ._3pCjgl {
      border-left: 1px solid var(--color-black);
      padding: 0;
      width: 65%;
      overflow-x: scroll;
      display: flex;
      flex-direction: row; }
      .LHwJ9J ._1xw9TY ._3pCjgl ._2XWrul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 10px; }
        .LHwJ9J ._1xw9TY ._3pCjgl ._2XWrul ._1nDzYw {
          border-bottom: 1px solid var(--color-black);
          justify-content: center;
          font-weight: bold;
          padding: 5px;
          min-height: 90px; }
        .LHwJ9J ._1xw9TY ._3pCjgl ._2XWrul ._2_ny3Z {
          text-align: center;
          padding: 5px;
          font-size: 1.5em;
          margin-bottom: 10px; }
  .LHwJ9J ._2nldmE a {
    color: blue; }
  .LHwJ9J ._3jjFcj {
    width: 100%;
    overflow-x: scroll; }
  .LHwJ9J ._3qZ9Mq {
    padding-left: 10px;
    margin-bottom: 30px; }
    .LHwJ9J ._3qZ9Mq label {
      font-size: 1.25em;
      padding: 0 5px; }
    .LHwJ9J ._3qZ9Mq [type="date"] {
      background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat; }
    .LHwJ9J ._3qZ9Mq [type="date"]::-webkit-inner-spin-button {
      display: none; }
    .LHwJ9J ._3qZ9Mq [type="date"]::-webkit-calendar-picker-indicator {
      opacity: 0; }
    .LHwJ9J ._3qZ9Mq input {
      height: 30px;
      margin-right: 15px;
      border: 1px solid #c4c4c4;
      border-radius: 5px;
      background-color: #fff;
      padding: 3px 5px;
      box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
      width: 190px; }
    .LHwJ9J ._3qZ9Mq [type="checkbox"] {
      width: 30px;
      height: 20px;
      margin-left: 50px;
      margin-right: 5px; }
    .LHwJ9J ._3qZ9Mq button {
      margin-left: 30px; }
._3-dkAI span {
  color: black; }

._2YgMD- {
  padding: 10px 20px;
  display: flex;
  flex-direction: column; }
  ._2YgMD- ._1UcCVe {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px; }
    ._2YgMD- ._1UcCVe ._2Zm-DQ {
      border-left: 1px solid var(--color-black);
      padding: 0 100px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      ._2YgMD- ._1UcCVe ._2Zm-DQ ._1SShkw {
        display: flex;
        flex-direction: column;
        justify-content: space-around; }
        ._2YgMD- ._1UcCVe ._2Zm-DQ ._1SShkw ._3CN5CW {
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          margin-top: 10px; }
          ._2YgMD- ._1UcCVe ._2Zm-DQ ._1SShkw ._3CN5CW .Ykdyte,
          ._2YgMD- ._1UcCVe ._2Zm-DQ ._1SShkw ._3CN5CW input {
            width: 200px;
            margin: 0 10px 5px; }
    ._2YgMD- ._1UcCVe button {
      background: var(--color-brand-blue);
      color: white;
      width: 150px; }

._1WUlhw,
._9S1dgT,
._2ycZuJ {
  border-top: 1px solid black;
  padding: 10px 0;
  max-height: 360px;
  overflow-y: scroll;
  padding-left: 40px;
  margin-bottom: 10px; }
  ._1WUlhw h4,
  ._9S1dgT h4,
  ._2ycZuJ h4 {
    font-weight: bold; }

._1WUlhw {
  max-height: 500px;
  padding-left: 0; }

._1ypF1q {
  border-top: 1px solid black;
  padding: 10px 0;
  max-height: 360px;
  padding-left: 40px;
  margin-bottom: 10px; }
  ._1ypF1q h4 {
    font-weight: bold; }

._3dMphF,
.ZZ75Pn {
  width: 100%;
  display: flex;
  padding: 5px 10px;
  justify-content: space-around; }
._1mSj1m {
  padding: 0 40px; }

.I02lO7 {
  display: flex;
  justify-content: space-between; }
  .I02lO7 i {
    margin-right: 5px; }

._3Smvuz {
  width: 400px;
  text-align: center; }

._2dXOVi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem; }
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128,128,128,0.5);
    z-index: 1;
    overflow: scroll;
}

.custom-modal-wrapper {
    background: white;
    border: 1px solid #d0cccc;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.17);
    margin: 90px auto 0;
    transition: all .8s;
    width: 40%;
    position: absolute;
    top: 0%;
    left: 30%;
    z-index: 1;
    overflow: auto;
}

.custom-modal-header {
    background: #2874f0;
    display: flex;
    padding: 0;
}

.custom-modal-header h3 {
    color: white;
    margin: 0;
    align-self: center;
    width: 95%;
    padding-left: 20px;
}

.custom-modal-body {
    padding: 10px 15px;
    text-align: center;
    max-height: 700px;
    overflow-y: scroll;
}

.close-modal-btn {
    color: white;
    cursor: pointer;
    font-size: 30px;
    margin: 0;
}

.close-modal-btn:hover {
    color: black;
}._2Vjztw {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #252424;
  margin-bottom: 10px;
  height: 100px; }
  ._2Vjztw ._2hAdIT {
    width: 10%;
    display: flex;
    justify-content: center; }
  ._2Vjztw .vb_tdA {
    width: 90%;
    overflow-x: scroll;
    float: left;
    padding: 5px 0 5px 30px; }
.ZEjtCr .CP2EMk {
  width: 30%; }
  .ZEjtCr .CP2EMk input[type="radio"] {
    display: none; }
  .ZEjtCr .CP2EMk input[type="radio"] + label,
  .ZEjtCr .CP2EMk select {
    width: 50%;
    height: 30px;
    line-height: 30px;
    background: #f5f3f3;
    border: 1px solid #cfcccc; }
  .ZEjtCr .CP2EMk input[type="radio"] + label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .ZEjtCr .CP2EMk input[type="radio"] + label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .ZEjtCr .CP2EMk input[type="radio"]:checked + label,
  .ZEjtCr .CP2EMk input:checked + label:before,
  .ZEjtCr .CP2EMk select:focus,
  .ZEjtCr .CP2EMk select:active {
    background-color: #2874f0;
    color: #fff;
    border-color: #0959dc; }

.ZEjtCr ._2Cp5fj {
  width: 100%;
  text-align: left;
  padding: 2px;
  margin-top: 15px;
  font-weight: bold; }

.ZEjtCr ._1MZId_ {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .ZEjtCr ._1MZId_ ._1_VN0Z {
    width: 90%;
    position: relative;
    padding: 10px 5px;
    background: #f5f3f3;
    margin: 0 20px 10px 0;
    display: flex;
    justify-content: space-around; }
    .ZEjtCr ._1MZId_ ._1_VN0Z .NXcK8r {
      width: 45%; }
    .ZEjtCr ._1MZId_ ._1_VN0Z span {
      position: absolute;
      top: 20%;
      right: -8%;
      background: white; }
  .ZEjtCr ._1MZId_ ._1IgM6T {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
._3TEQBA {
  padding: 0 40px;
  text-align: center; }

._25tobi {
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.sGcJ85 {
  display: flex;
  margin: 20px;
  font-weight: bold;
  justify-content: space-between; }

._1krSVA {
  width: 400px; }

._2Y8dxD {
  margin: 20px;
  border: 1px solid var(--color-brand-blue);
  padding: 10px 25px;
  font-weight: bold;
  width: 10%;
  align-self: center;
  color: var(--color-brand-blue); }
  ._2Y8dxD:hover {
    background: var(--color-brand-blue);
    color: white; }
.unsU6W {
  padding: 10px 20px;
  display: flex;
  flex-direction: column; }
  .unsU6W h3 {
    margin-left: 30px;
    font-weight: bold; }

._1En7WV {
  display: flex;
  flex-direction: row; }

.IdPW9n {
  width: 60%; }

.TYPJcl {
  display: flex;
  justify-content: center;
  align-items: center; }

.AiNAjm,
._3hCeDt {
  border-top: 1px solid black;
  padding: 10px 0;
  padding-left: 40px; }
  .AiNAjm h4,
  ._3hCeDt h4 {
    font-weight: bold; }

.AiNAjm {
  max-height: 600px;
  padding-left: 0;
  overflow-y: scroll; }

._3hCeDt {
  background: var(--color-grey-grade1);
  display: flex;
  flex-direction: column; }
  ._3hCeDt ._2UoKQY {
    width: 25%; }
._2gV_nP {
  overflow: hidden;
  background-color: var(--color-brand-blue);
  padding: 5px 10px; }

._2Zf4H1 {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-size: 25px;
  font-weight: bold; }

._2Zf4H1,
._2Zf4H1:hover,
._2Zf4H1:active,
._2Zf4H1:visited {
  text-decoration: none;
  color: white; }

.BTFWAp {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  color: white;
  width: 30%; }
  .BTFWAp span {
    color: white; }
  .BTFWAp .GiPoW7 {
    background: transparent;
    border: none;
    margin: 10px; }

.UWKYln {
  z-index: 4;
  font-weight: 900;
  font-size: 1.25em;
  font-family: Roboto, Arial, sans-serif; }
  .UWKYln span {
    margin: 0 8px; }
  .UWKYln ._2ouDog:hover + .lWGVAS {
    display: block; }
  .UWKYln .lWGVAS:hover {
    display: block; }
  .UWKYln .lWGVAS {
    position: fixed;
    background: transparent;
    padding-bottom: 0px;
    padding-top: 18px;
    display: none;
    z-index: 3; }
    .UWKYln .lWGVAS ul {
      padding: 0px;
      list-style-type: none;
      background: var(--color-white-bg);
      margin-bottom: 0px;
      border: 1px solid var(--color-grey-grade1);
      border-top: none;
      box-shadow: 0px 1px 1px var(--color-grey-grade1), -1px 1px 1px var(--color-grey-grade1), 1px 1px 1px var(--color-grey-grade1); }
      .UWKYln .lWGVAS ul li {
        padding: 8px 5px;
        border-top: 1px solid #818085;
        color: black; }
        .UWKYln .lWGVAS ul li span {
          color: black; }
      .UWKYln .lWGVAS ul li:hover {
        background: var(--color-grey-grade1); }

._2Wwvwe {
  z-index: 4;
  font-weight: 900;
  font-size: 1.25em;
  font-family: Roboto, Arial, sans-serif; }
  ._2Wwvwe span {
    margin: 0 8px; }
  ._2Wwvwe .Pioe-g:hover + ._2Ilr2l {
    display: block; }
  ._2Wwvwe ._2Ilr2l:hover {
    display: block; }
  ._2Wwvwe ._2Ilr2l {
    position: fixed;
    background: transparent;
    padding-bottom: 0px;
    padding-top: 18px;
    display: none;
    z-index: 3; }
    ._2Wwvwe ._2Ilr2l ul {
      padding: 0px;
      list-style-type: none;
      background: var(--color-white-bg);
      margin-bottom: 0px;
      border: 1px solid var(--color-grey-grade1);
      border-top: none;
      box-shadow: 0px 1px 1px var(--color-grey-grade1), -1px 1px 1px var(--color-grey-grade1), 1px 1px 1px var(--color-grey-grade1); }
      ._2Wwvwe ._2Ilr2l ul span {
        margin: 0; }
      ._2Wwvwe ._2Ilr2l ul li {
        padding: 8px 5px;
        border-top: 1px solid #818085; }
        ._2Wwvwe ._2Ilr2l ul li a {
          color: black;
          font-size: 1em; }
        ._2Wwvwe ._2Ilr2l ul li span {
          color: black; }
      ._2Wwvwe ._2Ilr2l ul li:hover {
        background: var(--color-grey-grade1); }

@media screen and (max-width: 500px) {
  ._2gV_nP a {
    float: none;
    display: block;
    text-align: left; }
  .BTFWAp {
    float: none; } }
._1P0hy3 span {
  color: black; }

.pWM4V8 {
  padding: 10px 20px;
  display: flex;
  flex-direction: column; }
  .pWM4V8 h3 {
    margin-left: 30px;
    font-weight: bold; }

._1o6ZqH, .S-e8lR {
  border-top: 1px solid black;
  padding: 10px 0;
  padding-left: 40px; }
  ._1o6ZqH h4, .S-e8lR h4 {
    font-weight: bold; }

._1o6ZqH {
  max-height: 500px;
  padding-left: 0;
  overflow-y: scroll; }

.S-e8lR {
  background: var(--color-grey-grade1);
  display: flex;
  flex-direction: column; }
  .S-e8lR ._2X5B0o {
    border: 1px solid var(--color-brand-blue);
    padding: 5px 15px;
    font-weight: bold;
    width: 10%;
    align-self: center;
    color: var(--color-brand-blue); }
    .S-e8lR ._2X5B0o:hover {
      background: var(--color-brand-blue);
      color: white; }
  .S-e8lR ._3hO5EC {
    width: 5%; }
._150cqU {
  padding: 0 30px;
  margin-bottom: 100px; }
  ._150cqU h4 {
    margin-top: 30px;
    font-weight: bold; }
._2yOTic {
  width: 100%;
  display: flex;
  justify-content: space-around; }

._2DDXRc, ._3o6tIU, ._15jibb {
  display: flex;
  margin-top: 10px; }
  ._2DDXRc input, ._3o6tIU input, ._15jibb input {
    width: 90%;
    height: 40px; }

._8eE6AL, ._2p3i8W, ._74lc2b {
  min-height: 200px; }
  ._8eE6AL ._3K2cR-, ._2p3i8W ._3K2cR-, ._74lc2b ._3K2cR- {
    max-height: 400px;
    overflow-y: scroll; }
._3Om0el {
  width: 100%;
  display: flex;
  border: 1px solid var(--color-grey-grade6);
  margin-bottom: 5px;
  height: auto; }
  ._3Om0el ._3EXc9X {
    width: 20%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    ._3Om0el ._3EXc9X .WHbO_M {
      background-color: transparent;
      margin: 0 10px;
      border: none;
      padding: 5px 0;
      font-size: 14px; }
      ._3Om0el ._3EXc9X .WHbO_M span {
        color: var(--color-brand-blue); }
  ._3Om0el ._335XrO {
    width: 80%;
    float: left;
    padding: 10px 30px 10px 10px;
    text-align: justify;
    overflow-y: scroll;
    max-height: 75px;
    background: #cccccc4a;
    word-spacing: -.1em; }
._3kC4lQ {
  display: flex; }
.F80rw0 {
  width: 100%;
  display: flex;
  justify-content: space-around; }

._1fHJyy {
  display: flex;
  margin-top: 10px; }
  ._1fHJyy input {
    width: 90%;
    height: 40px; }

._1ybF2T {
  min-height: 200px; }
  ._1ybF2T ._3tC34w {
    max-height: 400px;
    overflow-y: scroll; }
.dd2Tje {
  width: 100%;
  display: flex;
  border: 1px solid var(--color-grey-grade6);
  margin-bottom: 5px;
  height: auto; }
  .dd2Tje .MfwRgY {
    width: 20%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .dd2Tje .MfwRgY ._3uCd1s {
      background-color: transparent;
      margin: 0 10px;
      border: none;
      padding: 5px 0;
      font-size: 14px; }
      .dd2Tje .MfwRgY ._3uCd1s span {
        color: var(--color-brand-blue); }
  .dd2Tje ._18i3Cy {
    width: 80%;
    float: left;
    padding: 10px 30px 10px 10px;
    text-align: justify;
    overflow-y: scroll;
    max-height: 75px;
    background: #cccccc4a;
    word-spacing: -.1em; }
  .dd2Tje ._2VeZki {
    padding: 0 10px; }
.VUGIPj {
  overflow: hidden;
  background-color: black;
  padding: 5px 30px;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 40px;
  height: 30px; }
  .VUGIPj span {
    float: right; }
  .VUGIPj a {
    color: white; }
.YmSjKN {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

._35MQCr {
  background-color: #2874f0;
  color: #fff;
  border-color: #185cc9;
  width: 10%;
  align-self: center;
  height: 3.4em;
  line-height: 2;
  border-radius: 3px;
  margin: 10px 0;
  font-weight: bold; }
  ._35MQCr:hover {
    background-color: #0a46a7;
    border-color: black; }
