@font-face {
  font-family: "Roboto";
  src: url("https://d1qzu4sfmyzth.cloudfront.net/static-asset/fonts/Roboto[wght].woff2")
    format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
}

/* Roboto Variable – Italic */
@font-face {
  font-family: "Roboto";
  src: url("https://d1qzu4sfmyzth.cloudfront.net/static-asset/fonts/Roboto[wght].woff2")
    format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
}

@font-face {
  font-family: "Public Sans";
  src: url("https://d1qzu4sfmyzth.cloudfront.net/static-asset/fonts/PublicSans[wght].woff2")
    format("truetype");
  font-weight: 100 900; /* variable weight range */
  font-style: normal;
}

:root {
  --primary-color: #ff8001;
  --secondary-color: #1b313e;
  --white-color: #ffffff;
  --black-color: #000000;
  --light-grey-color: #f9f9f9;
  --middle-grey-color: #f2f2f2;
  --dark-grey-color: #cccccc;
  --text-content-black: #333333;
  --text-heading-black: #1a1a1a;
  --text-muted-color: #8e8e8e;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;

  @media (min-width: 576px) {
    /* max-width: 540px; */
    max-width: 100%;
  }

  @media (min-width: 768px) {
    /* max-width: 720px; */
    max-width: 100%;
  }

  @media (min-width: 992px) {
    /* max-width: 960px; */
    max-width: 100%;
  }

  /* new: this is our breakpoint */
  @media (min-width: 1024px) {
    max-width: 100%;
  }

  @media (min-width: 1200px) {
    max-width: 100% !important;
  }
}

svg {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

/* bootstrap spacing utility: {property}{side}-{screen}?-{size} ------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

/* bootstrap positioning utility: ------------------------------------------*/
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

/* table -------------------------------------------------------------------*/
.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;

  th {
    border-bottom: 2px solid #7b7b7b;
    padding: 0.75rem 0.5rem;
    vertical-align: middle;
    line-height: 1.25;
  }

  td {
    padding: 0.75rem 0.5rem;
    vertical-align: middle;
    line-height: 1.25;
  }

  tbody tr:nth-of-type(even) {
    background-color: hsl(0, 0%, 95%);
  }
}

.t-back {
  background-color: hsl(0, 0%, 95%);
}

.border-tdth {
  border-top: 1px solid hsl(0, 0%, 80%);
  border: 1px solid hsl(0, 0%, 80%);
}

.border-th-bottom {
  border-bottom: 1px solid #cccccc !important;
}

.button-search {
  border: 1px solid hsla(28, 88%, 78%, 0.05);
  background-color: hsla(28, 88%, 58%, 0.8);
  padding: 0.26rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
  width: 3rem;
  margin: 0;
  color: hsl(0, 0%, 30%);
}

.button-all {
  border: 4px solid hsl(210, 14%, 83%);
  background-color: hsl(210, 14%, 83%);
  padding: 0.26rem 0;
  border-radius: 0.25rem 0 0 0.25rem;
  width: 3rem;
  margin: 0;
  color: hsl(0, 0%, 30%);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dvhfS6KHOxa3Xhk0OEii {
  width: 540px;
  height: auto;
  padding: 16px !important;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.wEkzP1ZhtUr6xKzWRjBL {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.rjOK7AvTM7nBVRforSdp {
  display: flex;
  align-items: center;
}

.rjOK7AvTM7nBVRforSdp h2 {
  margin: 0;
  flex-grow: 1;
}

.rjOK7AvTM7nBVRforSdp label {
  margin: 0;
}

.rjOK7AvTM7nBVRforSdp .uzKMboMWMAiXz10DTiFg {
  padding: 4px;
  border-radius: 4px;
  transition: all 0.1s ease;
}

.rjOK7AvTM7nBVRforSdp .uzKMboMWMAiXz10DTiFg .rjOK7AvTM7nBVRforSdp .uzKMboMWMAiXz10DTiFg span {
  display: block;
}

.rjOK7AvTM7nBVRforSdp .uzKMboMWMAiXz10DTiFg:hover {
  cursor: pointer;
}

.UgTozNJeIQ0F1CDy_UQp {
  padding: 0.5rem 1rem 0.5rem 0;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.UgTozNJeIQ0F1CDy_UQp:hover {
  background-color: #f1f1f1;
}

.e8M8BOZXigP4piQXw3CM {
  flex: 1 1 auto;
}

.ZzHfKFx3qJl_GVfPoLg3 .ifx7wfx8LNMS17W_8Gv8 {
  font-weight: 600;
}

.ZzHfKFx3qJl_GVfPoLg3 .n9Xv_eNCekpFSQVdviO9 {
  font-size: 12px;
  color: #909090;
  margin-left: 0.6rem;
}

.z130FMAEjPETOe3oVa7h {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r50_E7kQK4acR7cK95X5 {
  display: flex;
  align-items: center;
}

.fVAitlcQSeETKtSgTazU {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #fff;
  position: relative;
  margin-right: 4px;
}
.iNuYNJfUpiLsnhHjXCoT::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1b313e;
}

.yLid7OdSNvh2YbccqpdJ {
  visibility: hidden;
}

.OP47AyJc6Y5ONX7gSiyz {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.OP47AyJc6Y5ONX7gSiyz:hover {
  background-color: var(--grey-300);
}

.iS6gjdWSU1t6vrqbQ0LV {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.iS6gjdWSU1t6vrqbQ0LV:hover {
  text-decoration: none;
}

.PoYQubCpfMa5rcaCOY1M img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 200px;
  object-fit: scale-down;
  max-width: none;
}

.pH87HjLB8yxbw4jgTbhH {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: hsl(var(--input));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 0.5rem;
}

.RX_m4o0ZLJrDrRjeCzdq {
  color: #78716c;
}

.lLcPgQmuGj0Uur0d3TYH {
  max-height: 500px;
  overflow-y: auto;
}

.fMK4spjrr51xIsIDhjIA {
  width: 61%;
}

._vvD5FDUSmKHRZa6YRcE {
  display: flex;
  gap: 4px;
  align-items: center;
}

.v8yt7Y1sxnGQ01bMCjnP {
  width: 170px;
}

.qc9PaKsAB2GU7AuLNCkY {
  font-size: 14px;
  color: #333;
  padding: 4px;
}

.IMqNXF0wbtsZP2J9J8ZY {
  color: #555;
}

.KZJnafg517hgzvfesxG3 {
  flex-direction: column;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 10px;
  width: 130px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
}

.KZJnafg517hgzvfesxG3:hover {
  background: #eaeaea;
}

.jSlXvqc9qYXENjlAEVf9 {
  display: flex;
  flex-wrap: wrap;
  width: 410px;
  gap: 8px;
  padding: 8px 0px 8px 0px;
}

.BmhBeQjfCTdV4cTSKNAh {
  position: relative;
}

.BmhBeQjfCTdV4cTSKNAh .TCtHVc1zUhYxGyd1WQuk {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  width: 110%;
  padding: 10px 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.BmhBeQjfCTdV4cTSKNAh .O0p2TuegUTh8f12Uzm_J {
  position: absolute;
  right: -6px;
  top: 104%;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px #cccccc;
  background: #fff;
  /* display: none; */
  transition: all 0.2s ease-in;
  font-size: 0.9rem !important;
  text-align: left;
  white-space: nowrap;
  cursor: default;
  color: black;
  user-select: none;
}

.BmhBeQjfCTdV4cTSKNAh .O0p2TuegUTh8f12Uzm_J:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 100%;
  right: 8px;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.BmhBeQjfCTdV4cTSKNAh .wQpcrGxjX17SFn_f02MR {
  color: #e87400;
}

.BmhBeQjfCTdV4cTSKNAh .zi_reKcvyExE4czdvm_a {
  position: relative;
  min-width: 200px;
  height: 38px;
  display: flex;
  align-items: center;
  padding-right: 8px;
}

.BmhBeQjfCTdV4cTSKNAh .wfSSkvZv5MbUpYSWYK4u {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 101%;
  background: #ffffffcc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.BmhBeQjfCTdV4cTSKNAh .QxbGjhY3Ul6acqYQiBV4 {
  position: relative;
  width: 100%;
  color: hsl(var(--primary));
  font-weight: 500;
  padding: 4px 8px;
  background: #d3d3d32e;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.BmhBeQjfCTdV4cTSKNAh .QCvWw3la1szFIs_1N2yv {
  margin-left: 4px;
  position: relative;
  height: 20px;
  width: 20px;
  background-position: left 50% top 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImhzbCgyMTAsMTQlLDUwJSkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+Cg==);
}

.BmhBeQjfCTdV4cTSKNAh .cURW8F0ncVxTwv2zjig7 {
  display: none !important;
}

.BmhBeQjfCTdV4cTSKNAh .IZjKvNgbcIIRcYAySCSq {
  display: flex;
  align-items: center;
  padding: 3px 10px;
  cursor: pointer;
}

.BmhBeQjfCTdV4cTSKNAh .IZjKvNgbcIIRcYAySCSq:hover {
  background-color: #f0f0f0;
}

.BmhBeQjfCTdV4cTSKNAh .tzmbq7QRzjAG1adAYeRX {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
}

.BmhBeQjfCTdV4cTSKNAh .TBYGNz_z5mHs5fWO6SoV {
  color: #999;
  font-size: 12px;
}

.Q9Lfxtktb__2HXNqX5A5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 24px;
  min-height: 64px;
  width: 100%;
}

.ApSnCYjDztDkwjOS1sSG {
  flex-grow: 1;
}

.U5IrLIid1ouXM5StSF8u {
  position: fixed;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9;
  transition: padding 0.2s ease;
  z-index: 9999;
  width: 100%;
}

.R7dmC3roVG8APZ5lIdNT {
  width: "100px";
  align-self: "center";
  margin-left: "15px";
}

.uqG1uKmVJd_TpK7pvwJh {
  display: none;
}

@media (min-width: 960px) {
  .uqG1uKmVJd_TpK7pvwJh {
    display: flex;
  }
}

.ExXBgBxCBj9l7lCd_uep {
  display: flex;
}

@media (min-width: 960px) {
  .ExXBgBxCBj9l7lCd_uep {
    display: none;
  }
}

.GMqm5qJ80r3lsFUlru1P {
    position: absolute;
    z-index: 11;
    background-color: #fef3c7;
    color: #7f3f1a;
    height: 16px;
}
.lfaa2tJCIg5HB_VEKFeE{
    font-size: 28px;
    font-weight: 700;
    padding-top: 40px;
}

.WTg465smlLeaVVfLNDza{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #858585;
}

.pNtjNM5YSZl87MuVjpH_{
    background-color:#ff8000;
    border: none;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 500;
}

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

.TcODU95YyllNyjs5SokX{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ZdFl8qzzxMlDOBBu0dte{
    padding: 20px;
    width: 700px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

.wuuf80UZt3S7qQ1GUdMw{
    border-radius: 6px;
}

/*# sourceMappingURL=styles.e3054f84b3c437e95f20.css.map*/