@charset "UTF-8";

.loader,
.loader:after {
  border-radius: 50%;
  width: 3.8em;
  height: 3.8em
}

.loader {
  font-size: 15px;
  position: relative;
  text-indent: -9999em;
  border-top: .5em solid rgba(255, 255, 255, 0);
  border-right: .5em solid var(--color1);
  border-bottom: .5em solid var(--color1);
  border-left: .5em solid var(--color1);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: fixed;
  top: calc(50% - 7.5px);
  left: calc(50% - 15px);
  z-index: 888
}

.light-loader {
  border-right: .5em solid var(--color1);
  border-bottom: .5em solid var(--color1);
  border-left: .5em solid var(--color1)
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
  }

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

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
  }

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

.button-ui {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  font-family: inherit;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
  background: var(--color1);
  color: var(--color8);
  border: unset;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  transition: .2s;
  width: 100%;
  min-height: 44px
}

.button-ui:focus {
  box-shadow: none
}

.button-ui:disabled {
  cursor: not-allowed;
  opacity: .6
}

.button-ui[aria-busy=true]:disabled {
  opacity: 1
}

.button-ui__label {
  pointer-events: none
}

.loader__btn {
  width: 100px;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.loader__btn span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0
}

.loader__btn span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite
}

.loader__btn span:nth-child(2) {
  animation: opacitychange 1s ease-in-out .33s infinite
}

.loader__btn span:nth-child(3) {
  animation: opacitychange 1s ease-in-out .66s infinite
}

@keyframes opacitychange {

  0%,
  to {
    opacity: 0
  }

  60% {
    opacity: 1
  }
}

.cookies {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99998
}

@media (max-width: 900px) {
  .cookies {
    bottom: 30px;
    z-index: 99
  }
}

@media (max-width: 768px) {
  .cookies {
    align-items: flex-end;
    bottom: 50px;
    right: 16px;
    left: unset
  }
}

.cookies__main {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--color8);
  box-shadow: 0 4px 16px #0000001a;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px)
}

@media (max-width: 768px) {
  .cookies__main {
    max-width: 236px;
    padding: 4px 8px;
    border-radius: 4px
  }
}

.cookies__container {
  display: flex;
  flex-direction: column
}

@media (max-width: 768px) {
  .cookies__container {
    gap: 6px
  }
}

.cookies__btn {
  width: 69px;
  max-height: 34px;
  min-height: unset;
  padding: 8px 14px
}

@media (max-width: 768px) {
  .cookies__btn {
    font-size: 9.6px;
    line-height: 9.6px;
    border-radius: 4.8px;
    width: 41px;
    max-height: 18px;
    padding: 4.8px 8.4px
  }
}

.cookies__title {
  color: var(--color5);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

.cookies__title a {
  color: var(--color1);
  text-decoration: underline
}

@media (max-width: 768px) {

  [data-theme=gazprom] .footer,
  [data-theme=pochta] .footer,
  [data-theme=aprel] .footer,
  [data-theme=wallet] .footer,
  [data-theme=lemana] .footer,
  [data-theme=dm] .footer,
  [data-theme=wb_with_logo] .footer {
    top: 138px
  }
}

@media (max-width: 768px) {
  [data-theme=cdek] .footer {
    top: 151px
  }
}

[data-theme=ozon] .footer {
  background: #043ffc
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--color1);
  padding: 55px 100px 100px;
  top: 231px
}

@media screen and (max-width: 767px) {
  .footer {
    top: 100px;
    padding: 36px 40px 100px
  }
}

.footer .footer__block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  gap: 44px;
  margin: 0 auto
}

@media screen and (max-width: 1420px) {
  .footer .footer__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px
  }
}

@media screen and (max-width: 1100px) {
  .footer .footer__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px
  }

  .footer .footer__block .block__text {
    order: 4
  }
}

.footer .footer__block .block__privacy,
.footer .footer__block .block__text {
  color: var(--color8);
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px
}

.footer .footer__block .block__privacy>a,
.footer .footer__block .block__text>a {
  color: var(--color8)
}

@media screen and (max-width: 768px) {

  .footer .footer__block .block__privacy,
  .footer .footer__block .block__text {
    font-size: 14px
  }
}

.footer .footer__block .block__text {
  text-decoration: none
}

[data-theme=tbank] .geolocation svg>path {
  fill: #000
}

[data-theme=tbank] .geolocation .geolocation-city__name {
  color: #000
}

[data-theme=kuper] .geolocation-city__name {
  color: var(--color5)
}

[data-theme=kuper] .geolocation-city>svg>path {
  fill: var(--color5)
}

.geolocation {
  position: fixed;
  top: 16px;
  left: 30px;
  z-index: 999;
  transition: .2s;
  max-width: 350px
}

.geolocation__vpn-block {
  display: flex;
  align-items: center;
  gap: 8px
}

@media screen and (max-width: 900px) {
  .geolocation__vpn-block {
    width: 100%;
    justify-content: space-between;
    padding-right: 16px;
    border-radius: 0 0 10px 10px
  }

  .geolocation__vpn-block:has(.geolocation-city-white.white) {
    background: #fff;
    box-shadow: 0 4px 16px #0000001a
  }
}

.geolocation.like {
  max-width: 315px
}

@media screen and (max-width: 900px) {
  .geolocation.like {
    max-width: 100%
  }
}

@media screen and (max-width: 900px) {
  .geolocation {
    width: 100%;
    left: 0;
    max-width: unset;
    top: 0
  }
}

.geolocation-city {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  box-sizing: border-box;
  cursor: pointer
}

.geolocation-city__name {
  color: var(--color10);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-wrap: nowrap
}

.geolocation-city__name_wb {
  color: var(--color8)
}

@media screen and (max-width: 900px) {
  .geolocation-city__name {
    font-size: 12px
  }
}

@media screen and (max-width: 900px) {
  .geolocation-city {
    cursor: default;
    padding: 6px 12px
  }
}

.geolocation-city__block {
  display: flex;
  flex-direction: column;
  padding: 14px 20px;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, .1));
  border: 1px solid rgba(255, 255, 255, .2);
  background: #ffffff1f
}

@media screen and (max-width: 1070px) {
  .geolocation-city__block {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    filter: unset;
    background: var(--color1)
  }
}

@media screen and (max-width: 900px) {
  .geolocation-city__block {
    position: relative;
    top: -46px;
    box-shadow: 0 4px 16px #0000001a;
    background: var(--color8);
    border-radius: 0 0 10px 10px;
    padding: 8px 10px
  }
}

.geolocation-city__block.vizible {
  display: none
}

.geolocation-city__block-title {
  color: var(--color12);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 3px
}

@media screen and (max-width: 900px) {
  .geolocation-city__block-title {
    color: #1e22aa99;
    margin-bottom: 0
  }
}

.geolocation-city__block-name {
  color: var(--color8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px
}

@media screen and (max-width: 900px) {
  .geolocation-city__block-name {
    color: #2226a7;
    font-size: 16px
  }
}

.geolocation-city__list {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: var(--color8);
  padding: 20px 0;
  box-shadow: 0 4px 16px #0000001a;
  position: relative;
  margin-top: 3.5px
}

@media screen and (max-width: 900px) {
  .geolocation-city__list {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 80%;
    min-height: 80%;
    border-radius: 10px 10px 0 0
  }
}

@media screen and (max-width: 900px) {
  .geolocation-city__list.height {
    height: auto;
    min-height: unset
  }
}

.geolocation-city__list.vizible {
  display: none
}

.geolocation-city__list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 20px;
  box-sizing: border-box;
  margin-bottom: 12px
}

.geolocation-city__list-title>span {
  color: var(--color5);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px
}

.geolocation-city__list-title>img {
  cursor: pointer
}

.geolocation-city__list-input {
  padding: 0 16px 0 20px;
  box-sizing: border-box;
  margin-bottom: 12px
}

.geolocation-city__list-input__block {
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid var(--color9);
  background: var(--color8);
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%
}

.geolocation-city__list-input__block .input {
  width: 100%
}

.geolocation-city__list-input__block .input .input-text-ui,
.geolocation-city__list-input__block .input .input-text-inp-ui {
  border: unset;
  padding-top: 20px
}

.geolocation-city__list-input__block .input .p-inputgroup>input {
  border: none;
  color: var(--color5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 14px 0;
  margin: 0
}

@media screen and (max-width: 900px) {
  .geolocation-city__list-input {
    padding: 0 12px 0 16px
  }
}

.geolocation-city__list-data {
  display: flex;
  flex-direction: column;
  max-height: 152px;
  overflow-y: scroll;
  padding-left: 20px;
  gap: 8px;
  margin-bottom: 12px;
  max-width: calc(100% - 16px)
}

.geolocation-city__list-data.vizible {
  display: none
}

@media screen and (max-width: 900px) {
  .geolocation-city__list-data {
    height: 80%;
    max-width: unset;
    max-height: unset
  }
}

.geolocation-city__list-data::-webkit-scrollbar {
  width: 6px;
  height: 3px
}

.geolocation-city__list-data::-webkit-scrollbar-thumb {
  height: 50px;
  border-radius: 20px;
  background: var(--color9)
}

.geolocation-city__list-data>span {
  color: var(--color5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}

.geolocation-city__list-btn {
  box-shadow: 0 4px 11px 0 var(--color12);
  padding: 11px;
  margin: 0 18px;
  width: calc(100% - 36px)
}

.geolocation-city__list-btn.dizable {
  background: var(--color12);
  cursor: default
}

@media screen and (max-width: 900px) {
  .geolocation-city__list-btn {
    margin: 0 16px
  }
}

.geolocation-city__like {
  display: flex;
  align-items: center;
  max-width: 315px;
  padding: 20px;
  box-sizing: border-box;
  gap: 10px;
  border-radius: 10px;
  background: var(--color8);
  box-shadow: 0 4px 16px #0000001a
}

.geolocation-city__like>img {
  width: 22px;
  height: auto
}

.geolocation-city__like>span {
  color: var(--color5);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px
}

@media screen and (max-width: 900px) {
  .geolocation-city__like {
    max-width: calc(100% - 16px);
    padding: 14px;
    margin: 0 auto;
    position: relative;
    bottom: 30px
  }
}

.geolocation-city-white {
  display: none;
  align-items: center;
  border-radius: 10px;
  background: var(--color8);
  box-shadow: 0 4px 16px #0000001a;
  gap: 6px;
  padding: 6px 12px;
  box-sizing: border-box
}

.geolocation-city-white.white .geolocation-city__name {
  color: var(--color1)
}

.geolocation-city-white svg path {
  fill: var(--color1)
}

.geolocation-city-white__name {
  color: var(--color12)
}

@media screen and (max-width: 900px) {
  .geolocation-city-white {
    border-radius: 0 0 10px 10px;
    justify-content: flex-start;
    box-shadow: none
  }
}

.geolocation .search__text {
  color: var(--color10);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 152px;
  max-width: 234px;
  padding: 50px 10px;
  text-align: center
}

@media screen and (max-width: 900px) {
  .geolocation .search__text {
    max-width: 100%
  }
}

.input-text-ui {
  display: flex;
  flex-direction: column
}

.input-text-ui .p-inputgroup {
  position: relative
}

.input-text-ui .p-float-label {
  display: block;
  position: relative
}

.input-text-ui .p-float-label>label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -.5rem;
  left: .75rem;
  color: var(--color10);
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .2s;
  line-height: 1
}

.input-text-ui .p-float-label>input {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  padding: .5rem .75rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #334155;
  margin: 0
}

.input-text-ui .input__email_suggest {
  position: absolute;
  z-index: 9999;
  top: 55px;
  left: 0;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 12px #00000026;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow-y: auto;
  max-height: 179px
}

.input-text-ui .input__email_suggest .suggest__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #021948;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e9ef;
  transition: .2s
}

.input-text-ui .input__email_suggest .suggest__item:hover {
  cursor: pointer;
  color: #1e22aa
}

.input-text-ui .input__email_suggest .suggest__item:not(:first-child) {
  padding-top: 12px
}

.input-text-ui .input__email_suggest .suggest__item:last-child {
  border-bottom: unset;
  padding-bottom: 0
}

.input-text-ui.ab_test .p-float-label {
  display: flex;
  flex-direction: column
}

.input-text-ui.ab_test .p-float-label>small {
  color: var(--color6)
}

.input-text-ui.ab_test .input-text-ui__float {
  top: calc(50% - 3px);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px
}

.input-text-ui.ab_test .input-text-inp-ui {
  border-radius: 12px;
  background: #f4f6fb;
  color: var(--color5);
  padding: 19px 14px 5px;
  border: 1px solid #b1bad4;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-bottom: 6px
}

@media screen and (max-width: 600px) {
  .input-text-ui.ab_test .input-text-inp-ui {
    line-height: 100%
  }
}

.input-text-ui.ab_test .input-text-inp-ui.filled {
  border: 1px solid #021948;
  border-bottom: 2px solid #021948
}

.input-text-ui.ab_test .input-text-inp-ui.p-invalid {
  border: 1px solid var(--color6);
  border-bottom: 2px solid var(--color6);
  color: var(--color6)
}

.input-text-ui.ab_test .input-text-inp-ui::placeholder {
  color: var(--color10);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px
}

.input-text-ui.ab_test .input-text-inp-ui:enabled:focus {
  box-shadow: none;
  color: #1a1fdd;
  border-color: #1a1fdd;
  border-bottom: 2px solid #1a1fdd
}

.input-text-ui.ab_test__float {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  top: 0;
  margin-top: 15px;
  left: 14px
}

.input-text-ui.ab_test__float.filled {
  color: #021948
}

.input-text-ui .p-float-label input:focus~label,
.input-text-ui .p-float-label input:-webkit-autofill~label,
.input-text-ui .p-float-label input.p-filled~label {
  top: 8.4px !important;
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 12px !important;
  left: 14px !important
}

.input-text-ui .p-float-label input:focus~label {
  color: #1a1fdd
}

.input-text-ui .p-invalid {
  border: 1px solid var(--color6);
  color: var(--color6);
  background: #e621210d
}

[data-theme=tbank] .input-text-ui.ab_test .input-text-inp-ui:enabled:focus,
[data-theme=eapteka] .input-text-ui.ab_test .input-text-inp-ui:enabled:focus {
  color: var(--color1);
  border-color: var(--color1);
  border-bottom: 2px solid var(--color1)
}

[data-theme=tbank] .p-float-label input:focus~label,
[data-theme=eapteka] .p-float-label input:focus~label {
  color: var(--color1)
}

.vpn-popover {
  width: fit-content;
  position: relative
}

.vpn-popover.white .vpn-popover__icon path {
  fill: #111
}

@media screen and (max-width: 900px) {
  .vpn-popover.white .vpn-popover__icon path {
    fill: #6e6e76
  }
}

.vpn-popover.white .vpn-popover__content {
  background: var(--color8);
  color: #111;
  padding: 6px 12px;
  line-height: 22px;
  box-shadow: 0 4px 16px #0000001a
}

@media screen and (max-width: 900px) {
  .vpn-popover.white .vpn-popover__content {
    padding: 4px 10px;
    box-shadow: unset;
    color: #6e6e76;
    border-radius: 8px;
    background: var(--Background-Secondary, #f0f1f3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    line-height: 18px
  }
}

.vpn-popover.white .vpn-popover__tooltip {
  left: unset;
  transform: unset;
  top: 46px
}

.vpn-popover.white .vpn-popover__tooltip-content:before {
  left: 24px;
  right: 0;
  margin: unset
}

@media screen and (max-width: 900px) {
  .vpn-popover.white .vpn-popover__tooltip-content:before {
    right: 24px;
    left: unset
  }
}

.vpn-popover__content {
  padding: 4px 10px;
  border-radius: 8px;
  background: #fff3;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--color8);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 4px
}

.vpn-popover__tooltip {
  position: absolute;
  top: 40px;
  width: 242px;
  z-index: 5;
  left: 50%;
  transform: translate(-50%)
}

@media screen and (max-width: 900px) {
  .vpn-popover__tooltip {
    right: 0;
    left: unset;
    transform: unset;
    width: 229px
  }
}

.vpn-popover__tooltip-content {
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 16px 40px -3px #3a393c47;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background: #444;
  color: var(--color8);
  text-align: center;
  position: relative;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .vpn-popover__tooltip-content {
    font-size: 15px
  }
}

.vpn-popover__tooltip-content:before {
  content: "";
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #444;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto
}

@media screen and (max-width: 900px) {
  .vpn-popover__tooltip-content:before {
    right: 24px;
    left: unset;
    margin: unset
  }
}

.vpn-popover__tooltip-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  color: #111;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  cursor: pointer
}

[data-theme=cdek] .header {
  background: var(--color1)
}

[data-theme=cdek] .header__logo {
  display: block;
  margin-bottom: 20px;
  width: 136px;
  height: 37px;
  background: url("data:image/svg+xml,%3csvg%20width='137'%20height='37'%20viewBox='0%200%20137%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.6203%208.95479H20.7264C12.9197%208.95479%206.25234%2028.064%2015.4651%2028.0458H21.3911C24.8105%2028.0458%2027.3364%2029.2488%2026.2155%2032.5045L24.6778%2036.9815H18.3901L13.2805%2036.9255C6.74594%2036.8705%202.52914%2033.7442%201.01008%2029.0085C-0.642603%2023.8842%201.69344%2013.2088%208.41777%206.36424C12.3303%202.38707%2017.744%200%2024.6778%200H37.4988L35.4852%205.60627C34.2757%209.00126%2031.8674%208.97427%2030.334%208.95708C30.2298%208.95592%2030.1295%208.95479%2030.034%208.95479H24.6203ZM95.4521%2014.0422H74.8045C71.3861%2014.0422%2069.8469%2014.9663%2069.2202%2016.8718L67.2828%2022.9767H87.9307C91.3493%2022.9767%2092.888%2022.052%2093.5151%2020.1462L95.4521%2014.0422ZM69.7712%2028.064H90.4186L88.481%2034.1702C87.8542%2036.0752%2086.3155%2036.9998%2082.8966%2036.9998H62.2487L64.1869%2030.895C64.8137%2028.9898%2066.3518%2028.064%2069.7712%2028.064ZM79.5919%200.0368722H100.239L98.3017%206.14294C97.6745%208.04718%2096.1358%208.973%2092.7173%208.973H72.0694L74.0067%202.86821C74.6335%200.962703%2076.1727%200.0368722%2079.5919%200.0368722ZM48.3257%208.93637H53.4735C57.8615%208.93637%2056.8546%2014.2642%2054.6322%2019.4627C52.6752%2024.032%2049.2185%2028.0825%2045.0966%2028.0825H36.5301C33.1107%2028.0825%2031.5342%2029.0083%2030.8692%2030.9143L28.7612%2037H35.0486L41.184%2036.944C46.6352%2036.9072%2051.0801%2036.5185%2056.3037%2031.949C61.8127%2027.121%2068.2324%2014.5969%2067.1307%207.36366C66.2763%201.68362%2063.142%200.0184706%2055.5437%200.0184706H41.7159L33.6618%2022.9582H38.7713H38.8494C41.8373%2022.9585%2043.3628%2022.9587%2044.9637%2018.7593L48.3257%208.93637ZM101.74%2036.9998H91.995L105.102%201.79931e-05H114.846L109.261%2015.9291H109.375C110.539%2014.5001%20111.717%2013.2897%20112.884%2012.0913C113.032%2011.9398%20113.179%2011.7885%20113.326%2011.6369L124.553%201.79931e-05H136.5L118.018%2016.3356L125.711%2036.9998H118.246C115.853%2036.9998%20114.77%2035.5758%20113.706%2032.3202L110.268%2021.7927L105.918%2025.3637L101.74%2036.9998Z'%20fill='white'/%3e%3c/svg%3e") center/cover no-repeat
}

@media (max-width: 768px) {
  [data-theme=cdek] .header__logo {
    width: 88px;
    height: 24px;
    margin-bottom: 12px
  }
}

[data-theme=cdek] .header__block {
  padding-top: 50px
}

@media (max-width: 768px) {
  [data-theme=cdek] .header__block {
    padding-top: 49px
  }
}

[data-theme=wb] .header,
[data-theme=wb_with_logo] .header {
  background: linear-gradient(95deg, var(--color1) 5.73%, var(--color2) 106.5%)
}

[data-theme=wb_with_logo] .header__logo {
  display: block;
  margin-bottom: 20px;
  width: 190px;
  height: 29px;
  background: url("data:image/svg+xml,%3csvg%20width='191'%20height='29'%20viewBox='0%200%20191%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M177.955%2014.8058C177.955%2013.6263%20179.58%2012.6748%20181.709%2012.6748C183.93%2012.6748%20186.196%2013.718%20187.729%2015.4183L190.5%2012.0632C187.867%209.74967%20185.188%208.54833%20181.847%208.54833C177.68%208.54833%20173.377%2010.453%20173.377%2014.8058C173.377%2020.1572%20178.046%2020.5425%20181.847%2020.8606C183.976%2021.0178%20185.853%2021.1777%20185.853%2022.5608C185.853%2024.0566%20183.701%2024.7363%20181.801%2024.7363C179.603%2024.7363%20177.223%2023.8076%20175.483%2021.7439L172.53%2024.8508C174.887%2027.7078%20178.299%2028.9546%20181.64%2028.9546C185.83%2028.9546%20190.431%2026.9817%20190.431%2022.4699C190.431%2017.3675%20185.715%2016.8695%20182.098%2016.5069C179.832%2016.2797%20177.955%2016.0762%20177.955%2014.8058ZM156.895%2016.0762C157.651%2014.1942%20159.276%2013.1056%20161.679%2013.1056C164.105%2013.1056%20165.548%2014.2615%20166.166%2016.0762H156.895ZM161.909%208.54833C156.186%208.54833%20151.584%2012.9693%20151.584%2018.7742C151.584%2024.2383%20155.659%2028.9546%20161.656%2028.9546C165.273%2028.9546%20168.203%2027.2307%20170.286%2024.2837L167.127%2021.6312C166.006%2023.3314%20163.992%2024.3292%20161.587%2024.3292C159.138%2024.3292%20156.597%2022.5154%20156.391%2019.8392H171.339V18.2526C171.293%2012.6521%20167.448%208.54833%20161.909%208.54833ZM103.351%208.54833C97.6284%208.54833%2093.0274%2012.9693%2093.0274%2018.7742C93.0274%2024.2383%2097.1024%2028.9546%20103.1%2028.9546C106.717%2028.9546%20109.647%2027.2307%20111.73%2024.2837L108.571%2021.6312C107.449%2023.3314%20105.435%2024.3292%20103.031%2024.3292C100.582%2024.3292%2098.0406%2022.5154%2097.835%2019.8392H112.783V18.2526C112.76%2012.6521%20108.892%208.54833%20103.351%208.54833ZM144.671%2028.2512H149.249V9.25078H144.671V28.2521V28.2512ZM146.96%200C145.106%200%20143.526%201.54209%20143.526%203.46861C143.526%205.37328%20145.06%206.77995%20147.051%206.77995C148.998%206.77995%20150.417%205.41959%20150.417%203.53763C150.394%201.61024%20148.837%200%20146.96%200ZM80.5975%208.52561C78.4456%208.52561%2076.5004%209.16079%2074.8516%2010.2713V0.227163H70.2735V18.7742C70.2735%2024.4192%2074.9205%2028.9546%2080.5745%2028.9546C86.2745%2028.9546%2090.9444%2024.4428%2090.9444%2018.7287C90.9214%2013.0374%2086.3433%208.52561%2080.5975%208.52561ZM56.7906%208.84276C51.6856%209.36436%2047.5188%2013.718%2047.5188%2018.9105C47.5188%2024.3973%2052.2584%2029%2057.7977%2029C63.3141%2029%2068.0758%2024.3973%2068.0758%2018.9105C68.0758%2016.575%2067.2285%2014.4205%2065.8551%2012.7203L55.6918%200.249879H49.7624L56.7906%208.84276ZM21.3086%2020.0664L17.1188%209.25078H13.9158L9.70304%2020.0664L5.4912%209.25078H0.5L7.87073%2028.2975H11.0755L15.4939%2016.9604L19.9582%2028.2967H23.1621L30.5107%209.25078H25.5434L21.3086%2020.0664ZM119.764%2013.5817V9.25078H115.186V28.2521H119.764V20.2263C119.764%2016.326%20123.977%2013.9452%20128.166%2013.9452V9.25166H127.708C124.16%209.25166%20121.596%2010.522%20119.764%2013.5826V13.5817ZM134.301%2013.5817V9.25078H129.723V28.2521H134.301V20.2263C134.301%2016.326%20138.513%2013.9452%20142.702%2013.9452V9.25166H142.245C138.719%209.25166%20136.156%2010.522%20134.301%2013.5826V13.5817ZM40.5832%2028.2512H45.1604V0.249879H40.5823V28.2521L40.5832%2028.2512ZM57.8207%2024.4192C54.6609%2024.4192%2052.0978%2021.9029%2052.0978%2018.7742C52.0978%2015.6227%2054.6609%2013.1056%2057.7977%2013.1056C60.9795%2013.1056%2063.5665%2015.6218%2063.5665%2018.7742C63.5665%2021.9029%2060.9795%2024.4192%2057.8207%2024.4192ZM80.5745%2024.4192C79.8223%2024.4207%2079.0772%2024.2751%2078.3821%2023.9907C77.6869%2023.7064%2077.0553%2023.2889%2076.5235%2022.7623C75.9918%2022.2357%2075.5703%2021.6103%2075.2834%2020.922C74.9965%2020.2337%2074.8498%2019.496%2074.8516%2018.7514C74.8516%2015.6454%2077.3009%2013.1056%2080.5975%2013.1056C83.894%2013.1056%2086.3433%2015.6454%2086.3433%2018.7287C86.3433%2021.9483%2083.7334%2024.4192%2080.5745%2024.4192ZM32.6396%2028.2512H37.2177V9.25078H32.6396V28.2521V28.2512ZM34.8832%200C33.0288%200%2031.4719%201.54209%2031.4719%203.4922C31.4719%205.46502%2033.0977%206.80266%2034.8832%206.80266C36.8744%206.80266%2038.3854%205.16971%2038.3854%203.40133C38.3625%201.61024%2036.7826%200%2034.8832%200ZM98.3381%2016.0762C99.1165%2014.1942%20100.719%2013.1056%20103.1%2013.1056C105.549%2013.1056%20107.037%2014.2615%20107.655%2016.0762H98.3381Z'%20fill='white'/%3e%3c/svg%3e") center/cover no-repeat
}

@media (max-width: 768px) {
  [data-theme=wb_with_logo] .header__logo {
    width: 118px;
    height: 18px;
    margin-bottom: 8px
  }
}

[data-theme=wb_with_logo] .header__block {
  padding-top: 50px
}

@media (max-width: 768px) {
  [data-theme=wb_with_logo] .header__block {
    padding-top: 45px
  }
}

[data-theme=avito] .header,
[data-theme=magnit] .header,
[data-theme=pochta] .header,
[data-theme=aprel] .header,
[data-theme=wallet] .header,
[data-theme=ymoney] .header,
[data-theme=lenta] .header,
[data-theme=lemana] .header,
[data-theme=kuper] .header,
[data-theme=tbank] .header,
[data-theme=dm] .header,
[data-theme=eapteka] .header,
[data-theme=ozon] .header,
[data-theme=alfa] .header {
  background: var(--color2)
}

@media screen and (max-width: 767px) {

  [data-theme=avito] .header__title,
  [data-theme=magnit] .header__title,
  [data-theme=pochta] .header__title,
  [data-theme=aprel] .header__title,
  [data-theme=wallet] .header__title,
  [data-theme=ymoney] .header__title,
  [data-theme=lenta] .header__title,
  [data-theme=lemana] .header__title,
  [data-theme=kuper] .header__title,
  [data-theme=tbank] .header__title,
  [data-theme=dm] .header__title,
  [data-theme=eapteka] .header__title,
  [data-theme=ozon] .header__title,
  [data-theme=alfa] .header__title {
    font-size: 20px;
    margin-bottom: 0
  }
}

@media screen and (max-width: 767px) {

  [data-theme=avito] .header__description,
  [data-theme=magnit] .header__description,
  [data-theme=pochta] .header__description,
  [data-theme=aprel] .header__description,
  [data-theme=wallet] .header__description,
  [data-theme=ymoney] .header__description,
  [data-theme=lenta] .header__description,
  [data-theme=lemana] .header__description,
  [data-theme=kuper] .header__description,
  [data-theme=tbank] .header__description,
  [data-theme=dm] .header__description,
  [data-theme=eapteka] .header__description,
  [data-theme=ozon] .header__description,
  [data-theme=alfa] .header__description {
    font-size: 12px
  }
}

@media screen and (max-width: 767px) {

  [data-theme=avito] .header__block,
  [data-theme=magnit] .header__block,
  [data-theme=pochta] .header__block,
  [data-theme=aprel] .header__block,
  [data-theme=wallet] .header__block,
  [data-theme=ymoney] .header__block,
  [data-theme=lenta] .header__block,
  [data-theme=lemana] .header__block,
  [data-theme=kuper] .header__block,
  [data-theme=tbank] .header__block,
  [data-theme=dm] .header__block,
  [data-theme=eapteka] .header__block,
  [data-theme=ozon] .header__block,
  [data-theme=alfa] .header__block {
    width: auto
  }
}

[data-theme=gazprom] .header {
  background: var(--color2)
}

[data-theme=gazprom] .header__logo {
  display: block;
  margin-bottom: 20px;
  width: 204px;
  height: 43px;
  background: url(header_logo-B65Bhgks.svg) center/cover no-repeat
}

@media (max-width: 768px) {
  [data-theme=gazprom] .header__logo {
    width: 120px;
    height: 25px;
    margin-bottom: 8px
  }
}

[data-theme=gazprom] .header__block {
  padding-top: 50px
}

@media (max-width: 768px) {
  [data-theme=gazprom] .header__block {
    padding-top: 36px
  }
}

[data-theme=tbank] .header .header__title,
[data-theme=tbank] .header .header__description {
  color: #000
}

[data-theme=eapteka] .header {
  background: var(--color2)
}

[data-theme=kuper] .header__title,
[data-theme=kuper] .header__description {
  color: var(--color5)
}

.header {
  width: 100%;
  height: 281px;
  background-image: url(header_img-Dt-LkpYy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  display: flex;
  justify-content: center;
  box-sizing: border-box
}

.header__logo {
  display: none
}

.header__block {
  padding-top: 94px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  position: relative
}

@media screen and (max-width: 767px) {
  .header__block {
    padding: 43px 17px;
    width: 343px;
    max-height: none
  }
}

.header__title {
  color: var(--color8);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 12px
}

@media screen and (max-width: 767px) {
  .header__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: 600
  }
}

.header__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  display: block;
  color: var(--color8);
  opacity: .7
}

@media screen and (max-width: 767px) {
  .header__description {
    font-size: 13px
  }
}

.captcha {
  height: 0
}

.timer {
  position: absolute;
  width: 343px;
  left: calc(50% - 171.5px);
  top: -14px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  opacity: 1;
  transition: .2s;
  border-radius: 12px;
  background: var(--color8);
  box-shadow: 0 0 12px #00000026;
  color: var(--color4);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14%;
  overflow: hidden
}

.timer>img {
  width: 12px;
  height: 12px;
  margin-right: 8px
}

.timer>span {
  display: flex;
  margin-left: 4px;
  font-variant-numeric: tabular-nums
}

.timer.fixed {
  top: unset;
  position: fixed;
  bottom: 9px;
  left: calc(50% - 171.5px)
}

@media screen and (min-width: 767px) {
  .timer.fixed_bottom {
    bottom: 55px
  }
}

.timer__progress {
  height: 100%;
  position: absolute;
  left: 0;
  background-color: var(--color9);
  z-index: -1
}

.timer.vizible {
  opacity: 1;
  z-index: 999
}

.timer .block-title {
  color: var(--color5);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 6px
}

.timer .block-title>span {
  font-weight: 700
}

@media screen and (max-width: 767px) {
  .timer .block-title {
    max-width: 197px;
    margin-right: 16px
  }
}

@media screen and (max-width: 767px) {
  .timer {
    padding: 8.5px;
    box-sizing: border-box;
    position: fixed;
    top: unset;
    bottom: 9px
  }

  .timer>span {
    display: flex;
    font-variant-numeric: tabular-nums
  }
}

.timer>img {
  margin-right: 8px
}

.timer>span {
  display: flex;
  margin-left: 4px
}

.list-item {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: var(--color8);
  margin-bottom: 24px;
  transition: .2s;
  position: relative;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  min-height: 115px
}

@media screen and (max-width: 900px) {
  .list-item {
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 12px;
    justify-content: center
  }
}

.list-item.hit {
  border: 1px solid var(--color7)
}

.list-item.remains {
  border: 1px solid var(--color10)
}

@media (hover: hover) {
  .list-item:hover {
    background: #ffffff4d;
    cursor: pointer
  }

  .list-item:hover #svg>path {
    transition: .2s;
    stroke: var(--color1)
  }
}

.list-item__logo {
  min-width: 280px;
  display: flex;
  justify-content: center
}

@media screen and (max-width: 900px) {
  .list-item__logo {
    min-width: unset
  }
}

.list-item__logo .logo_desktop {
  max-width: 280px;
  border-radius: 18px;
  max-height: 87px
}

@media screen and (max-width: 820px) {
  .list-item__logo .logo_desktop {
    margin: 0 0 8px;
    display: none
  }
}

.list-item__logo .logo_mobile {
  display: none
}

@media screen and (max-width: 900px) {
  .list-item__logo .logo_mobile {
    display: block;
    width: 87px;
    height: 87px;
    border-radius: 12px
  }
}

.list-item__title-container {
  display: flex;
  flex-direction: column;
  margin: 0 8px 0 13px;
  width: 100%;
  height: 87px;
  position: relative;
  justify-content: center
}

@media screen and (max-width: 900px) {
  .list-item__title-container {
    width: 100%;
    justify-content: center;
    flex-direction: column
  }
}

.list-item__title-container p {
  margin: 0
}

.list-item__category {
  color: var(--color10);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0
}

.list-item__regions {
  position: relative
}

.list-item__regions .regions-list {
  position: absolute;
  bottom: 32px;
  border-radius: 6px;
  background: var(--color8);
  box-shadow: 0 2px 12px #0000001a;
  padding: 16px;
  box-sizing: border-box;
  max-height: 158px;
  overflow-y: scroll;
  opacity: 1;
  z-index: 99999
}

@media (hover: hover) {
  .list-item__regions .regions-list:hover {
    cursor: pointer;
    opacity: .8
  }
}

.list-item__regions .regions-list::-webkit-scrollbar {
  width: 6px;
  height: 3px
}

.list-item__regions .regions-list::-webkit-scrollbar-thumb {
  height: 50px;
  border-radius: 20px;
  background: var(--color9)
}

.list-item__regions .regions-list>ul {
  padding-left: 16px;
  margin: 0
}

.list-item__regions .regions-list>ul>li {
  color: var(--color5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px
}

.list-item__regions .regions-btn {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: var(--color10);
  padding: 4px 6px;
  box-sizing: border-box;
  margin-right: 12px;
  min-width: 224px;
  width: max-content;
  gap: 4px
}

.list-item__regions .regions-btn>span {
  color: var(--color8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.list-item__title {
  color: var(--color4);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical
}

@media screen and (max-width: 500px) {
  .list-item__title {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    max-width: 160px;
    font-size: 16px;
    line-height: 120%
  }
}

.list-item__desc {
  color: #02194866;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -.28px
}

.list-item__hit-label_block {
  position: absolute;
  padding: 0 13px 2px;
  box-sizing: border-box;
  color: var(--color8);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border-radius: 0 0 12px 12px;
  background: var(--color7);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content
}

@media screen and (max-width: 500px) {
  .list-item__hit-label_block {
    font-size: 12px;
    left: calc(50% - 22px);
    padding: 0 11px 2px
  }
}

.list-item__hit-label_block.remains {
  background: var(--color10)
}

.list-item__btn {
  margin-left: auto
}

@media screen and (max-width: 768px) {
  .list-item__btn svg {
    width: 24px;
    height: 24px
  }
}

.list-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px
}

.list-item .btn svg path {
  stroke: var(--color10)
}

.list-item .btn.share {
  padding: 20px 48px 20px 20px;
  margin-left: 20px
}

.list-item .btn__arrow {
  padding: 38px 65px 38px 64px;
  box-sizing: border-box
}

.list-item:hover .disclaimer svg path {
  transition: .2s;
  stroke: var(--color1)
}

.list-item .disclaimer {
  position: relative
}

.list-item .disclaimer__block {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #3a3a3a;
  width: 419px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #fff;
  z-index: 9999
}

.list-item .right__btn {
  color: var(--color5);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-width: 115px
}

.closed__question {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  background: var(--color9)
}

@media (max-width: 600px) {
  .closed__question {
    padding: 20px 16px;
    gap: 8px
  }
}

.closed__question .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left
}

.closed__question .closed__question_answers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.closed__question .closed__question_answers .answers__options {
  color: var(--color8);
  background-color: var(--color1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  translate: .2s
}

@media (hover: hover) {
  .closed__question .closed__question_answers .answers__options:hover {
    cursor: pointer;
    opacity: .8
  }
}

.closed__question .closed__question_answers .answers__options.one {
  color: var(--color2);
  background-color: var(--color8);
  border: 1px solid var(--color2)
}

.closed__question .answers__options {
  color: var(--color8);
  background-color: var(--color1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  translate: .2s
}

@media (hover: hover) {
  .closed__question .answers__options:hover {
    cursor: pointer
  }
}

.closed__question .answers__options.one {
  color: var(--color2);
  background-color: var(--color8);
  border: 1px solid var(--color2)
}

.closed__question .closed__exit {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.closed__question .button__back {
  min-width: 54px;
  height: 54px;
  border: 1px solid var(--color10);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  translate: .2s
}

@media (hover: hover) {
  .closed__question .button__back:hover {
    cursor: pointer
  }
}

.closed__question .button__back>img {
  transform: rotate(180deg)
}

.inherit__geo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  background: var(--color9)
}

@media (max-width: 600px) {
  .inherit__geo {
    padding: 20px 16px
  }
}

.inherit__geo .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left
}

.inherit__geo .inherit__geo_answers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

@media (max-width: 560px) {
  .inherit__geo .inherit__geo_answers {
    gap: 4px
  }
}

.inherit__geo .inherit__geo_answers.select {
  position: relative;
  flex-direction: column;
  align-items: flex-start
}

.inherit__geo .inherit__geo_answers .select {
  background-color: var(--color8);
  border: 1px solid var(--color9);
  padding: 14px 16px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .2s;
  position: relative
}

@media (hover: hover) {
  .inherit__geo .inherit__geo_answers .select:hover {
    cursor: pointer
  }
}

.inherit__geo .inherit__geo_answers .select__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%
}

.inherit__geo .inherit__geo_answers .select__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: var(--color5)
}

.inherit__geo .inherit__geo_answers .select__list {
  background-color: var(--color8);
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  z-index: 9;
  height: fit-content;
  max-height: 243px;
  overflow-y: scroll;
  border-top: 0
}

.inherit__geo .inherit__geo_answers .select__list::-webkit-scrollbar {
  width: 6px;
  height: 3px
}

.inherit__geo .inherit__geo_answers .select__list::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--color10);
  border-radius: 10px
}

.inherit__geo .inherit__geo_answers .select__list_item {
  transition: .2s
}

@media (hover: hover) {
  .inherit__geo .inherit__geo_answers .select__list_item:hover {
    cursor: pointer
  }
}

@media (hover: hover) {
  .inherit__geo .inherit__geo_answers .select__list_item.noCursor:hover {
    cursor: default
  }
}

.inherit__geo .inherit__geo_answers .select__list_item.last {
  border-top: 1px solid var(--color9)
}

.inherit__geo .inherit__geo_answers .select__list_item.last>span {
  margin-top: 10px;
  display: block
}

.inherit__geo .inherit__geo_answers .select__list_search {
  position: sticky;
  top: 0;
  background: var(--color8);
  padding: 14px;
  z-index: 1;
  border-bottom: 1px solid var(--color9)
}

.inherit__geo .inherit__geo_answers .select__list_search .search__block {
  border: 1px solid var(--color9);
  padding: 14px 16px;
  border-radius: 10px
}

.inherit__geo .inherit__geo_answers .select__list_search .search__block input {
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400
}

.inherit__geo .inherit__geo_button {
  color: var(--color8);
  background-color: var(--color1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: .2s
}

@media (hover: hover) {
  .inherit__geo .inherit__geo_button:hover {
    cursor: pointer;
    opacity: .8
  }
}

.inherit__geo .selecting__options_button {
  color: var(--color8);
  background-color: var(--color1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: .2s;
  animation-name: vizible;
  animation-duration: 1s
}

@media (hover: hover) {
  .inherit__geo .selecting__options_button:hover {
    cursor: pointer;
    opacity: .8
  }
}

.inherit__geo .select__list-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows .3s ease;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 20px #0000001a
}

.inherit__geo .select__list-wrapper.select__list-wrapper_open {
  grid-template-rows: 1fr
}

.inherit__geo .select__list-wrapper .select__list-content {
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.selecting__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  background: var(--color9)
}

@media (max-width: 600px) {
  .selecting__options {
    padding: 20px 16px
  }
}

.selecting__options .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left
}

.selecting__options .selecting__options_answers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

@media (max-width: 560px) {
  .selecting__options .selecting__options_answers {
    gap: 4px
  }
}

.selecting__options .selecting__options_answers.radioButtons,
.selecting__options .selecting__options_answers.checkbox {
  flex-direction: column;
  align-items: flex-start
}

.selecting__options .selecting__options_answers.buttons {
  flex-wrap: wrap;
  align-items: unset;
  justify-content: unset;
  flex: 1 1
}

.selecting__options .selecting__options_answers.buttons.flex {
  flex-wrap: nowrap
}

.selecting__options .selecting__options_answers.selectSuggest {
  position: relative;
  flex-direction: column;
  align-items: flex-start
}

.selecting__options .selecting__options_answers .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left
}

.selecting__options .selecting__options_answers .buttons {
  color: var(--color8);
  background-color: var(--color1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: .2s;
  max-width: 132px
}

@media (hover: hover) {
  .selecting__options .selecting__options_answers .buttons:hover {
    cursor: pointer;
    opacity: .8
  }
}

@media screen and (max-width: 500px) {
  .selecting__options .selecting__options_answers .buttons {
    padding: 9px
  }
}

.selecting__options .selecting__options_answers .buttons.flex {
  max-width: 50%
}

.selecting__options .selecting__options_answers .radio {
  display: flex;
  gap: 10px
}

.selecting__options .selecting__options_answers .radio>input {
  margin: unset;
  height: 24px;
  width: 24px
}

@media (hover: hover) {
  .selecting__options .selecting__options_answers .radio>input:hover {
    cursor: pointer;
    opacity: .8
  }
}

.selecting__options .selecting__options_answers .radio input[type=radio] {
  accent-color: var(--color1)
}

.selecting__options .selecting__options_answers .checklist {
  display: flex;
  gap: 10px
}

.selecting__options .selecting__options_answers .checklist .checklist__checkbox {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--color12)
}

@media (hover: hover) {
  .selecting__options .selecting__options_answers .checklist .checklist__checkbox:hover {
    cursor: pointer;
    opacity: .8
  }
}

.selecting__options .selecting__options_answers .checklist .checklist__checkbox.checked {
  border: 1px solid var(--color1);
  background-color: var(--color1);
  position: relative
}

.selecting__options .selecting__options_answers .checklist .checklist__checkbox.checked:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6668%203.79175L5.25016%2010.2084L2.3335%207.29175'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  left: calc(50% - 7px);
  top: calc(50% - 7px)
}

.selecting__options .selecting__options_answers .select {
  background-color: var(--color8);
  border: 1px solid var(--color9);
  padding: 14px 16px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .2s;
  position: relative
}

.selecting__options .selecting__options_answers .select.multi {
  justify-content: unset;
  flex-wrap: wrap;
  gap: 10px
}

.selecting__options .selecting__options_answers .select.multi .multi__el {
  display: flex;
  align-items: center;
  gap: 4px
}

@media (hover: hover) {
  .selecting__options .selecting__options_answers .select:hover {
    cursor: pointer
  }
}

.selecting__options .selecting__options_answers .select__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%
}

.selecting__options .selecting__options_answers .select__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: var(--color5)
}

.selecting__options .selecting__options_answers .select__list {
  background-color: var(--color8);
  border: 1px solid var(--color9);
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 9;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
  box-shadow: 0 2px 20px #0000001a
}

.selecting__options .selecting__options_answers .select__list_open {
  grid-template-rows: 1fr
}

.selecting__options .selecting__options_answers .select__list-content {
  overflow: hidden
}

.selecting__options .selecting__options_answers .select__list .checklist {
  padding: 12px;
  box-sizing: border-box
}

@media (hover: hover) {
  .selecting__options .selecting__options_answers .select__list .checklist:hover {
    cursor: pointer;
    background-color: var(--color9)
  }
}

.selecting__options .selecting__options_button {
  color: #fff;
  background-color: var(--color1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: .2s;
  animation-name: vizible;
  animation-duration: 1s;
  animation-fill-mode: forwards
}

@keyframes vizible {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media (hover: hover) {
  .selecting__options .selecting__options_button:hover {
    cursor: pointer;
    opacity: .8
  }
}

.selecting__options .selecting__exit {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.selecting__options .button__back {
  min-width: 54px;
  height: 54px;
  border: 1px solid var(--color10);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  translate: .2s
}

@media (hover: hover) {
  .selecting__options .button__back:hover {
    cursor: pointer;
    opacity: .8
  }
}

@media screen and (max-width: 500px) {
  .selecting__options .button__back {
    min-width: 42px;
    height: 42px
  }
}

.selecting__options .button__back>img {
  transform: rotate(180deg)
}

.selecting__options .selecting__progress {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  justify-content: center
}

.selecting__options .selecting__progress .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color10)
}

.selecting__options .selecting__progress .dot_active {
  background: var(--color1)
}

.offer__progressbar {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  gap: 4px
}

.offer__progressbar-header {
  display: flex;
  align-items: center
}

.offer__progressbar-header>img {
  width: 16px;
  height: 16px;
  margin-right: 4px
}

.offer__progressbar-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%
}

.offer__progressbar-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #b1bad4;
  display: block;
  margin-left: auto
}

.offer__progressbar-line {
  background-color: #19b67733;
  height: 5px;
  width: 100%;
  border-radius: 12px;
  padding: 1px;
  box-sizing: border-box;
  position: relative
}

.offer__progressbar-line .line__filling {
  position: absolute;
  height: 3px;
  background-color: #19b677;
  border-radius: 12px;
  top: 1px;
  left: 1px;
  transition: 1s
}

.offer__progressbar-line .line__filling:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1ed38a;
  position: absolute;
  right: -2px;
  top: calc(50% - 3.5px)
}

.select__ui {
  position: relative
}

.select__ui-input {
  border-radius: 12px;
  color: var(--color5);
  padding: 12px 11px;
  border: 1px solid #b1bad4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f6fb;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px
}

.select__ui-input.disable {
  color: #b1bad4
}

.select__ui-input.error {
  border: 1px solid var(--color6);
  color: var(--color6);
  background: #e621210d
}

.select__ui-input_empty {
  color: #6b7280
}

@media screen and (max-width: 500px) {
  .select__ui-input {
    padding: 10.5px 16px
  }
}

.select__ui-list {
  width: 100%;
  height: fit-content;
  max-height: 200px;
  border-radius: 12px;
  background: var(--color8);
  color: var(--color5);
  box-shadow: 0 2px 20px #0000001a;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 99999;
  display: none;
  flex-direction: column;
  overflow: hidden
}

.select__ui-list.visible {
  display: flex
}

.select__ui-list .block__scroll {
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px
}

.select__ui-list .select-list__item {
  padding: 10px 16px
}

.select__ui-list .select-list__item:hover {
  background-color: #f2f3fb
}

.select__ui-list .select-list__desc {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #b1bad4;
  padding: 12px 16px 6px;
  box-sizing: border-box
}

.ui-tooltip {
  position: fixed;
  z-index: 99999
}

.ui-tooltip__text {
  background: #4b5563;
  color: #fff;
  padding: .75rem;
  box-shadow: 0 2px 12px #0000001a;
  border-radius: 6px;
  white-space: pre-line;
  word-break: break-word
}

.ui-tooltip__arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.ui-tooltip_right,
.ui-tooltip_left {
  padding: 0 .25rem
}

.ui-tooltip_top,
.ui-tooltip_bottom {
  padding: .25em 0
}

.ui-tooltip_bottom .ui-tooltip__arrow {
  top: 0;
  left: 50%;
  margin-left: -.25rem;
  border-width: 0 .25em .25rem;
  border-bottom-color: #4b5563
}

.ui-tooltip_top .ui-tooltip__arrow {
  bottom: 0;
  left: 50%;
  margin-left: -.25rem;
  border-width: .25em .25em 0;
  border-top-color: #4b5563
}

.ui-tooltip_left .ui-tooltip__arrow {
  top: 50%;
  right: 0;
  margin-top: -.25rem;
  border-width: .25em 0 .25em .25rem;
  border-left-color: #4b5563
}

.ui-tooltip_right .ui-tooltip__arrow {
  top: 50%;
  left: 0;
  margin-top: -.25rem;
  border-width: .25em .25em .25em 0;
  border-right-color: #4b5563
}

.call-window {
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #fff
}

@media screen and (max-width: 420px) {
  .call-window {
    padding: 20px 8px
  }
}

.call-window__block {
  display: flex;
  flex-direction: column;
  align-items: center
}

.call-window__phone {
  color: var(--color1);
  font-feature-settings: "liga" off, "clig" off;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px
}

.call-window__title {
  color: #232323;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px
}

.call-window__text {
  color: #232323;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px
}

.call-window__recall-desc {
  color: #989898;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}

.call-window__recall-button {
  cursor: pointer;
  color: var(--color2);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}

.call-window__change-phone-btn {
  color: #989898;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer
}

.call-window__change-phone-btn>img {
  transform: rotate(-90deg)
}

.call-window__notcome {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color6);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer
}

.body_regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%
}

.form__number {
  display: flex;
  flex-direction: column;
  align-items: center
}

.form__number-title {
  margin-bottom: 8px;
  text-align: center
}

.form__number-desc {
  margin-bottom: 30px;
  text-align: center;
  color: #000;
  max-width: 404px
}

.form__number-desc span>a {
  color: #1e22aa
}

@media (hover: hover) {
  .form__number-desc span>a:hover {
    cursor: pointer;
    opacity: .8
  }
}

.form__number-subtitle {
  color: #000;
  text-align: center;
  overflow-wrap: anywhere
}

.form__number-input {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: .3s ease
}

.form__number-input ::placeholder {
  color: #a7a6a6
}

@media (max-width: 600px) {
  .form__number-input {
    width: 100%;
    justify-content: center
  }
}

.form__number-input-item {
  display: flex;
  width: 46px;
  height: 46px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 34px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background: #fefefe;
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px
}

.form__number-input-item:focus {
  border: 1px solid #a7a6a6
}

.form__number-input-item:focus ::placeholder {
  display: none
}

@media (max-width: 600px) {
  .form__number-input-item {
    height: 50px;
    max-width: 50px
  }
}

.form__number-input-item.error {
  border: 1px solid var(--color6);
  color: var(--color6);
  background: #e621210d
}

.form__number-input-item::-webkit-outer-spin-button,
.form__number-input-item::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.form-input__phone {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: unset;
  margin-bottom: 6px
}

.form-input__phone.filled .input_phone {
  border: 1px solid #021948;
  border-bottom: 2px solid #021948
}

.form-input__phone .input_phone {
  border-radius: 12px;
  border: 1px solid var(--color10);
  background: #f4f6fb
}

.form-input__phone .input_phone::placeholder {
  color: #6b7280
}

.form-input__phone .input_phone:focus {
  border: 1px solid #1a1fdd;
  border-bottom: 2px solid #1a1fdd
}

.form-input__phone .input_phone {
  width: 100%;
  margin-bottom: 0;
  padding: 12px 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px
}

.form-input__phone .input_phone.empty {
  color: #6b7280
}

.form-input__phone .input_phone::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px
}

@media screen and (max-width: 600px) {
  .form-input__phone .input_phone {
    padding: 12px 11px;
    line-height: 100%
  }
}

.form-input__phone.error {
  border: 1px solid var(--color6);
  color: var(--color6);
  background: #e621210d
}

.form-input__phone.error .input_phone {
  color: var(--color6);
  background: #fef4f4
}

[data-theme=tbank] .call-window .call-window__phone,
[data-theme=eapteka] .call-window .call-window__phone {
  color: var(--color2)
}

[data-theme=tbank] .form-input__phone .input_phone:focus,
[data-theme=eapteka] .form-input__phone .input_phone:focus {
  border: 1px solid var(--color1);
  border-bottom: 2px solid var(--color1)
}

.form .steps__step_ok:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  background-image: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6668%203.79175L5.25016%2010.2084L2.3335%207.29175'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")
}

.share {
  width: 32px;
  height: 32px;
  background: var(--color8);
  position: absolute;
  bottom: 10px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 999
}

@media (hover: hover) {
  .share:hover {
    cursor: pointer
  }
}

.share.active {
  background: var(--color2)
}

.share.mobile {
  position: unset;
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0
}

.share_block {
  display: none;
  width: 210px;
  box-shadow: 0 10px 50px 0 var(--color5);
  background: var(--color8);
  position: absolute;
  z-index: 999999;
  bottom: -215px;
  right: -175px;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box
}

.share_block.active {
  display: block
}

.share_block .share__block_item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color8)
}

.share_block .share__block_item:last-child {
  border-bottom: unset
}

@media (hover: hover) {
  .share_block .share__block_item:hover {
    cursor: pointer;
    color: var(--color2)
  }
}

.recommended {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between
}

.recommended::-webkit-scrollbar {
  width: 6px;
  height: 3px
}

.recommended::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--color10);
  border-radius: 10px
}

@media screen and (max-width: 820px) {
  .recommended {
    flex-direction: column;
    padding: 0;
    max-height: 100%
  }
}

@media screen and (max-width: 820px) {
  .recommended__content {
    padding: 0
  }
}

.recommended__content-img {
  position: relative
}

.recommended__content-img>img {
  width: 100%;
  height: auto;
  border-radius: 14px
}

@media screen and (max-width: 820px) {
  .recommended__content-img {
    display: none
  }
}

.recommended__content-date {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: var(--color10);
  display: block;
  margin-bottom: 8px;
  margin-top: 10px
}

@media screen and (max-width: 820px) {
  .recommended__content-date {
    display: none
  }
}

.recommended__content-title {
  color: var(--color5);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: block;
  margin-bottom: 8px
}

@media screen and (max-width: 820px) {
  .recommended__content-title {
    display: none
  }
}

.recommended__content-title p {
  margin: 0
}

.recommended__notice {
  color: #021948;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%
}

.recommended__notice-hint {
  color: #021948;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%
}

.recommended .recommended-offers {
  width: 100%
}

.recommended .recommended-offers__suggested {
  background: #f2f3fb;
  border-radius: 12px;
  padding: 12px
}

.recommended .recommended-offers__suggested-title {
  color: #021948;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 4px
}

.recommended .recommended-offers__suggested-card {
  display: flex;
  gap: 12px;
  padding: 10px;
  margin-bottom: 4px;
  border-radius: 16px;
  border: 1px solid #b1bad4;
  background: #fff;
  align-items: center;
  cursor: pointer
}

.recommended .recommended-offers__suggested-card:last-child {
  margin-bottom: 0
}

.recommended .recommended-offers__suggested-logo {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  flex-shrink: 0
}

.recommended .recommended-offers__suggested-text {
  color: #021948;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis
}

.filial__block {
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.form {
  display: flex;
  flex-direction: column
}

.form .grost__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  background: var(--color9);
  margin-bottom: 12px
}

@media screen and (max-width: 768px) {
  .form .grost__form {
    margin-bottom: 0
  }
}

.form .grost__form .form__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 12px
}

.form .grost__form .form__header .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center
}

@media screen and (max-width: 768px) {
  .form .grost__form .form__header .title {
    text-align: start;
    font-size: 14px;
    width: 100%
  }
}

.form .grost__form .form__header .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center
}

@media screen and (max-width: 768px) {
  .form .grost__form .form__header .desc {
    text-align: start;
    font-size: 14px
  }
}

.form .grost__form .button__group {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.form .grost__form .button__group .button__close {
  color: var(--color1);
  background: unset;
  border: 1px solid rgba(16, 19, 141, .2)
}

.form__desc {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: var(--color10);
  margin-bottom: 8px;
  margin-top: 8px
}

.form__desc>a {
  text-decoration: underline;
  color: #021948
}

@media (hover: hover) {
  .form__desc>a:hover {
    cursor: pointer
  }
}

.form__ord {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  color: var(--color10);
  margin-bottom: 20px
}

@media (max-width: 540px) {
  .form__ord {
    margin-bottom: 8px
  }
}

.form .steps {
  position: relative;
  height: 24px;
  margin-bottom: 10px
}

.form .steps__line {
  background: #dee2e6;
  width: 100%;
  height: 1px;
  top: 12px;
  position: absolute;
  z-index: 0
}

.form .steps__line_25:after {
  content: " ";
  background: #b6b7e0;
  width: 25%;
  height: 1px;
  top: 0;
  position: absolute;
  z-index: 0
}

.form .steps__line_75:after {
  content: " ";
  background: #b6b7e0;
  width: 75%;
  height: 1px;
  top: 0;
  position: absolute;
  z-index: 0
}

.form .steps__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around
}

.form .steps__step {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid #e9ecef;
  background: #fff;
  z-index: 2
}

.form .steps__step p {
  color: #989898;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}

.form .steps__step_active {
  display: flex;
  width: 24px;
  height: 24px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid rgba(30, 34, 170, .2);
  background: #dee2f8;
  z-index: 2
}

.form .steps__step_active p {
  color: var(--color2);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}

.form .steps__step_ok {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 14px;
  background: var(--color2);
  z-index: 2
}

.form .steps__step_ok:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  background-image: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6668%203.79175L5.25016%2010.2084L2.3335%207.29175'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")
}

.form__button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%
}

.form__captcha {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center
}

.form .input-text-inp-ui {
  width: 100%
}

.form__instructions a {
  color: var(--color1);
  font-size: 12px;
  line-height: 16px
}

@media (max-width: 540px) {
  .form__instructions {
    text-align: center
  }
}

.form>div:last-child {
  margin-bottom: 0
}

.form .offers__count {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--color9);
  gap: 24px;
  padding: 8px;
  justify-content: center
}

@media screen and (max-width: 500px) {
  .form .offers__count {
    gap: 8px;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 10px
  }
}

.form .offers__count-item {
  display: flex;
  align-items: center;
  gap: 4px
}

.form .offers__count-text {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.form .offers__count-value {
  color: var(--color5);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px
}

@media screen and (max-width: 768px) {
  .form .offers__count-value {
    font-size: 12px
  }
}

.form .offers__count-label {
  color: var(--color5);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px
}

@media screen and (max-width: 768px) {
  .form .offers__count-label {
    font-size: 10px
  }
}

.form .offers__count-icon {
  width: 20px;
  height: 20px
}

.form .offer__progressbar {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  gap: 4px
}

.form .offer__progressbar-header {
  display: flex;
  align-items: center
}

.form .offer__progressbar-header>img {
  width: 16px;
  height: 16px;
  margin-right: 4px
}

.form .offer__progressbar-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%
}

.form .offer__progressbar-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #b1bad4;
  display: block;
  margin-left: auto
}

.form .offer__progressbar-line {
  background-color: #19b67733;
  height: 5px;
  width: 100%;
  border-radius: 12px;
  padding: 1px;
  box-sizing: border-box;
  position: relative
}

.form .offer__progressbar-line .line__filling {
  position: absolute;
  height: 3px;
  background-color: #19b677;
  border-radius: 12px;
  top: 1px;
  left: 1px;
  transition: 1s
}

.form .offer__progressbar-line .line__filling:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1ed38a;
  position: absolute;
  right: -2px;
  top: calc(50% - 3.5px)
}

.form .ab_test .input_phone {
  padding: 13px 16px
}

.form .ab_test .input_phone::placeholder {
  color: #6b7280;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px
}

@media screen and (max-width: 600px) {
  .form .ab_test .input_phone {
    padding: 12px 16px
  }
}

.form .input_phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px
}

.form .input_phone.empty {
  color: #6b7280
}

.timer-wrap_lazy_v2 {
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums
}

.timer-wrap_lazy_v2 .block__number {
  display: flex;
  justify-content: center
}

.timer-wrap_lazy_v2 .block__number_text {
  color: var(--color5);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  box-sizing: border-box
}

@media screen and (max-width: 768px) {
  .timer-wrap_lazy_v2 .block__number_text {
    font-size: 12px
  }
}

.timer-wrap_lazy_v2 .block__number_text:last-child {
  margin-right: 0
}

.timer-wrap_lazy_v2 .timer-wrap__split {
  color: var(--color5);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px
}

@media screen and (max-width: 768px) {
  .timer-wrap_lazy_v2 .timer-wrap__split {
    font-size: 12px
  }
}

.list-item__accordion {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  background: var(--color8);
  margin-bottom: 24px;
  transition: .2s;
  position: relative;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  min-height: 115px;
  box-shadow: 0 1px 50px 2px #223c5033;
  scroll-margin-top: 40px
}

@media screen and (max-width: 900px) {
  .list-item__accordion {
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 12px;
    justify-content: center
  }
}

.list-item__accordion.hit {
  border: 1px solid var(--color7)
}

.list-item__accordion.remains {
  border: 1px solid var(--color10)
}

.list-item__accordion .btn path {
  stroke: var(--color10)
}

.list-item__accordion .disclaimer {
  position: relative
}

.list-item__accordion .disclaimer:hover svg path {
  transition: .2s;
  stroke: var(--color1)
}

.list-item__accordion .disclaimer__background {
  width: 100%;
  height: 100%;
  background: #15192180;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999
}

.list-item__accordion .disclaimer__block {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f2f3fb;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #000;
  z-index: 9999
}

.list-item__accordion .disclaimer__block .close__block {
  display: flex;
  justify-content: flex-end
}

.list-item__accordion .disclaimer__block .close__block-icon {
  color: #9e9e9e
}

.list-item__accordion__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.list-item__accordion__logo {
  min-width: 280px;
  display: flex;
  justify-content: center
}

.list-item__accordion__logo .abTest {
  position: absolute;
  right: 0;
  top: calc(50% - 13px);
  height: 26px;
  width: 26px;
  min-width: unset;
  z-index: 99;
  padding: 0;
  border-radius: 6px
}

.list-item__accordion__logo .abTest>svg>path {
  fill: #b1bad4
}

@media screen and (max-width: 900px) {
  .list-item__accordion__logo {
    min-width: 87px;
    width: 100%;
    height: 87px
  }
}

.list-item__accordion__logo .logo_mobile {
  display: none
}

@media screen and (max-width: 900px) {
  .list-item__accordion__logo .logo_mobile {
    display: block;
    min-width: 87px;
    max-width: 87px;
    height: 87px;
    border-radius: 12px
  }
}

.list-item__accordion__title-container {
  display: flex;
  flex-direction: column;
  margin: 0 8px 0 13px;
  width: 600px;
  position: relative;
  height: 87px;
  justify-content: center;
  gap: 12px
}

@media screen and (max-width: 900px) {
  .list-item__accordion__title-container {
    width: 100%;
    gap: 0
  }
}

@media screen and (max-width: 375px) {
  .list-item__accordion__title-container {
    margin: 0 10px
  }
}

.list-item__accordion__title-container p {
  margin: 0
}

.list-item__accordion__title {
  color: var(--color4);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical
}

.list-item__accordion__title.big {
  overflow: unset;
  text-overflow: unset;
  -webkit-line-clamp: unset
}

@media screen and (max-width: 900px) {
  .list-item__accordion__title {
    margin-bottom: 12px
  }
}

@media screen and (max-width: 500px) {
  .list-item__accordion__title {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    max-width: 190px;
    font-size: 14px;
    line-height: 120%
  }
}

.list-item__accordion__category {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--color10)
}

@media screen and (max-width: 900px) {
  .list-item__accordion__category {
    position: absolute;
    bottom: 0;
    left: 0
  }
}

.list-item__accordion__hit-label_block {
  position: absolute;
  padding: 0 13px 2px;
  box-sizing: border-box;
  color: var(--color8);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border-radius: 0 0 12px 12px;
  background: var(--color7);
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content
}

@media screen and (max-width: 500px) {
  .list-item__accordion__hit-label_block {
    font-size: 12px;
    padding: 0 11px 2px
  }
}

.list-item__accordion__hit-label_block.remains {
  background: var(--color10)
}

.list-item__accordion .content__offer {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 100%;
  padding-bottom: 23px
}

.list-item__accordion .content__offer:has(.recommended) {
  padding-bottom: 4px
}

.list-item__accordion .content__offer:has(.recommended) .content__offer_description,
.list-item__accordion .content__offer:has(.recommended) .content__offer_details_btn {
  display: none
}

.list-item__accordion .content__offer_desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  background: var(--color9);
  padding: 8px 12px;
  border-radius: 8px;
  box-sizing: border-box
}

@media screen and (max-width: 820px) {
  .list-item__accordion .content__offer_desc {
    margin-bottom: 10px
  }
}

.list-item__accordion .content__offer_desc>span {
  font-weight: 600;
  color: var(--color1)
}

.list-item__accordion .content__offer_description {
  display: block;
  color: var(--color5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px
}

.list-item__accordion .content__offer_description>div>ul {
  padding-left: 20px
}

.list-item__accordion .content__offer_description>div>ol {
  padding-left: 20px
}

.list-item__accordion .content__offer_description li[data-list=bullet] {
  list-style-type: disc
}

.list-item__accordion .content__offer_description .ql-align-center {
  text-align: center
}

.list-item__accordion .content__offer_description .ql-align-right {
  text-align: right
}

.list-item__accordion .content__offer_details_btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: .2s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: underline;
  gap: 8px
}

.list-item__accordion .content__offer .content__offer_info {
  display: none
}

.list-item__accordion .content__offer .content__offer_info.open {
  display: flex;
  flex-direction: column;
  position: relative;
  left: -12px;
  width: calc(100% + 24px);
  padding: 10px 12px 0;
  box-sizing: border-box;
  background-color: var(--color9);
  top: 35px;
  border-radius: 0 0 20px 20px
}

.list-item__accordion .content__offer .content__offer_info_activate {
  color: var(--color5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}

.list-item__accordion .content__offer .content__offer_info_activate .offer__info-title {
  font-weight: 600
}

.list-item__accordion .content__offer .content__offer_info_activate .info__container_how>ol {
  padding-left: 20px
}

.list-item__accordion .content__offer .content__offer_info_activate .info__container_how>ul {
  padding-left: 20px
}

.list-item__accordion .content__offer .content__offer_info_details {
  color: var(--color5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px
}

.list-item__accordion .content__offer .content__offer_info_details .container__all-сonditions_text li[data-list=bullet] {
  list-style-type: disc
}

.list-item__accordion .content__offer .content__offer_info_details .container__all-сonditions_text .ql-align-center {
  text-align: center
}

.list-item__accordion .content__offer .content__offer_info_details .container__all-сonditions_text .ql-align-right {
  text-align: right
}

.list-item__accordion .content__promo {
  width: 100%;
  margin-top: 10px
}

.list-item__accordion .content__promo_instructions {
  text-align: center;
  padding: 10px 0
}

.list-item__accordion .content__promo_instructions a {
  color: var(--color1);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px
}

.list-item__accordion .content__promo_desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  background: var(--color9);
  padding: 8px 12px;
  border-radius: 8px;
  box-sizing: border-box
}

@media screen and (max-width: 820px) {
  .list-item__accordion .content__promo_desc {
    margin-bottom: 10px
  }
}

.list-item__accordion .content__promo_desc>span {
  font-weight: 600;
  color: var(--color1)
}

.list-item__accordion .content__promo_code {
  border-radius: 10px;
  padding: 15px 22px;
  box-sizing: border-box;
  width: 100%;
  color: var(--color5);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: .2s;
  position: relative;
  margin-bottom: 8px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='black' stroke-width='3' stroke-dasharray='7.7' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e")
}

.list-item__accordion .content__promo_code.copy {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23b1bad4' stroke-width='3' stroke-dasharray='7.7' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  color: var(--color10)
}

@media (hover: hover) {
  .list-item__accordion .content__promo_code:hover {
    cursor: pointer;
    opacity: .8
  }
}

.list-item__accordion .content__promo_code>img {
  position: absolute;
  top: 12px;
  right: 22px
}

.list-item__accordion .content__promo_copy {
  border-radius: 10px;
  background: var(--color7);
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: var(--color8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: .2s;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}

@media screen and (max-width: 768px) {
  .list-item__accordion .content__promo_copy {
    margin-bottom: 8px
  }
}

@media (hover: hover) {
  .list-item__accordion .content__promo_copy:hover {
    cursor: pointer;
    opacity: .8
  }
}

.list-item__accordion .content__promo_timer {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: auto
}

@media screen and (max-width: 768px) {
  .list-item__accordion .content__promo_timer {
    margin-bottom: 0
  }
}

.list-item__accordion .content__promo_timer>span {
  color: var(--color4);
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-align: center
}

@media screen and (max-width: 768px) {
  .list-item__accordion .content__promo_timer>span {
    font-size: 12px
  }
}

.list-item__accordion .content__promo .content__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: var(--color9);
  width: 100%
}

.list-item__accordion .content__promo .content__text .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center
}

@media screen and (max-width: 768px) {
  .list-item__accordion .content__promo .content__text .title {
    text-align: start;
    font-size: 14px
  }
}

.list-item__accordion .content__promo_text {
  display: block;
  text-align: center;
  margin-bottom: 10px
}

.list-item__accordion .content__promo_text_default {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px
}

.list-item__accordion .content__promo_text_default span:first-child {
  color: var(--color4);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

@media screen and (max-width: 414px) {
  .list-item__accordion .content__promo_text_default span:first-child {
    font-size: 14px
  }
}

.list-item__accordion .content__promo_text_default span:last-child {
  color: var(--color4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%
}

@media screen and (max-width: 414px) {
  .list-item__accordion .content__promo_text_default span:last-child {
    font-size: 12px
  }
}

.list-item__accordion .content__promo_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.list-item__accordion .content__promo_button>span {
  font-size: 14px;
  font-weight: 600;
  text-decoration-line: underline
}

.list-item__accordion .content__promo_button-close {
  border-radius: 10px;
  background: var(--color1);
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: .2s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 10px 0
}

.list-item__accordion .offer__progressbar {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  gap: 4px
}

.list-item__accordion .offer__progressbar-header {
  display: flex;
  align-items: center
}

.list-item__accordion .offer__progressbar-header>img {
  width: 16px;
  height: 16px;
  margin-right: 4px
}

.list-item__accordion .offer__progressbar-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0%
}

.list-item__accordion .offer__progressbar-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #b1bad4;
  display: block;
  margin-left: auto
}

.list-item__accordion .offer__progressbar-line {
  background-color: #19b67733;
  height: 5px;
  width: 100%;
  border-radius: 12px;
  padding: 1px;
  box-sizing: border-box;
  position: relative
}

.list-item__accordion .offer__progressbar-line .line__filling {
  position: absolute;
  height: 3px;
  background-color: #19b677;
  border-radius: 12px;
  top: 1px;
  left: 1px;
  transition: 1s
}

.list-item__accordion .offer__progressbar-line .line__filling:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1ed38a;
  position: absolute;
  right: -2px;
  top: calc(50% - 3.5px)
}

.list-item__accordion .form__desc a {
  text-decoration: none
}

@media (max-width: 768px) {

  [data-theme=gazprom] .list,
  [data-theme=pochta] .list,
  [data-theme=aprel] .list,
  [data-theme=wallet] .list,
  [data-theme=lemana] .list,
  [data-theme=dm] .list,
  [data-theme=wb_with_logo] .list {
    top: 138px
  }

  [data-theme=gazprom] .list__block,
  [data-theme=pochta] .list__block,
  [data-theme=aprel] .list__block,
  [data-theme=wallet] .list__block,
  [data-theme=lemana] .list__block,
  [data-theme=dm] .list__block,
  [data-theme=wb_with_logo] .list__block {
    min-height: calc(100vh - 276px)
  }
}

@media (max-width: 768px) {
  [data-theme=cdek] .list {
    top: 151px
  }

  [data-theme=cdek] .list__block {
    min-height: calc(100vh - 302px)
  }
}

.list {
  border-radius: 32px;
  background: #f2f3fb;
  box-shadow: 0 2px 14px #6565651a;
  position: relative;
  top: 231px;
  z-index: 99
}

@media screen and (max-width: 767px) {
  .list {
    top: 100px;
    border-radius: 32px 32px 0 0
  }
}

.list .list__block {
  width: 100%;
  max-width: 1240px;
  padding: 83px 32px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: calc(100vh - 372px);
  justify-content: center
}

@media (max-width: 768px) {
  .list .list__block {
    min-height: calc(100vh - 278px);
    align-items: center;
    padding: 16px
  }
}

@media (max-width: 375px) {
  .list .list__block {
    min-height: calc(100vh - 278px);
    align-items: center;
    padding: 16px 8px
  }
}

.list .lazy__block_bg-timer {
  display: none;
  width: 100%;
  min-height: 105px;
  background-image: url(bg_timer-Cd4qhepX.webp);
  position: fixed;
  bottom: 0;
  z-index: 99;
  pointer-events: none
}

.list .lazy__block_bg-timer_mobile {
  display: none;
  width: 100%;
  min-height: 105px;
  background-image: url(bg_timer-Cd4qhepX.webp);
  position: fixed;
  bottom: 0;
  z-index: 99;
  pointer-events: none
}

@media screen and (max-width: 767px) {
  .list .lazy__block_bg-timer_mobile {
    display: block
  }
}

.list .list__item {
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1240px;
  padding: 1% 100px 1% 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  transition: .2s;
  margin-bottom: 1%
}

@media screen and (max-width: 767px) {
  .list .list__item {
    flex-direction: column;
    width: 343px;
    padding: 16px 18px;
    background-size: unset;
    margin-bottom: 12px
  }
}

@media (hover: hover) {
  .list .list__item:hover {
    cursor: pointer;
    background: #f8f8fd
  }
}

.list .list__item>span {
  color: #232323;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 20px
}

@media screen and (max-width: 767px) {
  .list .list__item>span {
    text-align: center
  }
}

.list .list__item .item__hit {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #64f702;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 18px
}

@media screen and (max-width: 767px) {
  .list .list__item .item__hit {
    margin-right: 0;
    position: absolute;
    top: -6.5px
  }
}

.list .list__item .item__block_arrow {
  display: flex;
  align-items: center;
  margin-left: auto
}

@media screen and (max-width: 950px) {
  .list .list__item .item__block_arrow {
    display: none
  }
}

.list .list__item .item__block_arrow .item__arrow {
  padding: 12px 0 12px 64px;
  position: relative
}

.list .list__item .list__circle {
  width: 16px;
  height: 32px;
  border-radius: 100% 0% 0% 100%/50% 100% 0% 50%;
  background: #f2f3fb;
  position: absolute
}

.list .list__item .list__circle.left {
  left: -1px;
  transform: rotate(180deg)
}

.list .list__item .list__circle.right {
  right: 0
}

.list .list__item .list-item__hidden-input {
  position: fixed;
  left: -9999px;
  pointer-events: none
}

.list .loader {
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0
}

.ava-ai {
  display: flex;
  flex-direction: column;
  align-items: center
}

.ava-ai p {
  margin: 0
}

.ava-ai.start {
  --top: -57.5px
}

@media (max-width: 768px) {
  .ava-ai.start {
    --top: -53.5px
  }
}

.ava-ai.start .ava-ai__item.pos-0 {
  opacity: 0;
  animation: itemIn var(--ava-item-in-ms, .6s) ease-in-out forwards
}

.ava-ai.start .ava-ai__item.pos-1 {
  opacity: 0;
  animation: itemIn1 var(--ava-item-in-ms, .6s) ease-in-out forwards;
  animation-delay: var(--ava-item-in-delay-1-ms, .4s)
}

.ava-ai.start .ava-ai__item.pos-2 {
  opacity: 0;
  animation: itemIn1 var(--ava-item-in-ms, .6s) ease-in-out forwards;
  animation-delay: var(--ava-item-in-delay-2-ms, .6s)
}

@keyframes itemIn {
  0% {
    top: 0
  }

  to {
    top: var(--top);
    opacity: 1
  }
}

@keyframes itemIn1 {
  0% {
    top: 0
  }

  to {
    top: var(--top);
    opacity: .2
  }
}

.ava-ai__top {
  background: linear-gradient(182deg, #121413 21.91%, #12141300 98.53%);
  width: 100%;
  height: 282px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.ava-ai__shine {
  width: 49px;
  height: 49px;
  margin-bottom: 28px;
  margin-top: 77px;
  z-index: 2
}

@media (max-width: 768px) {
  .ava-ai__shine {
    margin-top: 46px
  }
}

.ava-ai__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  margin-bottom: 28px;
  z-index: 2;
  display: flex;
  column-gap: 6px
}

.ava-ai__title-word.highlight {
  color: var(--color1)
}

.ava-ai__title .ava-ai__title-word.is-enter {
  transform: translateY(0);
  opacity: 1
}

.ava-ai__title .ava-ai__title-word.is-exit {
  animation: titleWordExit var(--ava-title-exit-ms, .42s) ease-in forwards;
  animation-delay: var(--delay)
}

.ava-ai__title .ava-ai__title-word {
  will-change: transform, opacity
}

@media (max-width: 768px) {
  .ava-ai__title {
    font-size: 28px;
    line-height: 120%;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 250px
  }
}

.ava-ai__category {
  border-radius: 12px;
  background: #fff3;
  padding: 13px 41px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20.286px;
  color: #fff;
  margin-bottom: 68px;
  z-index: 2
}

.ava-ai__items {
  display: flex;
  flex-direction: column;
  max-width: 1124px;
  justify-content: center;
  width: calc(100% - 78px);
  z-index: 2
}

.ava-ai__item {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: var(--color8);
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  min-height: 115px;
  gap: 24px;
  will-change: transform, opacity
}

@media (max-width: 768px) {
  .ava-ai__item {
    padding: 10px;
    border-radius: 16px;
    gap: 10px;
    min-height: 107px
  }
}

.ava-ai__item-logo {
  display: flex;
  justify-content: center;
  border-radius: 18px;
  max-height: 87px
}

@media (max-width: 768px) {
  .ava-ai__item-logo {
    width: 87px;
    height: 87px;
    border-radius: 12px;
    min-width: unset
  }
}

.ava-ai__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: var(--color4);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical
}

@media (max-width: 768px) {
  .ava-ai__item-title {
    font-style: normal;
    font-weight: 600;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    max-width: 190px;
    font-size: 16px;
    line-height: 120%
  }
}

.ava-ai__items {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  padding: 0 40px;
  --slotY-0: 0px;
  --slotY-1: 133px;
  --slotY-2: 248.75px;
  --slotY-3: 347.25px;
  --slotS-0: 1;
  --slotS-1: .85;
  --slotS-2: .7;
  --slotS-3: .65;
  --t: var(--ava-shift-ms, .5s);
  --ease: ease-in-out
}

@media (max-width: 768px) {
  .ava-ai__items {
    --slotY-0: 0px;
    --slotY-1: 119px;
    --slotY-2: 221px;
    --slotY-3: 311px;
    top: 55%;
    transform: translateY(-50%)
  }
}

.ava-ai__item {
  position: absolute;
  left: 0;
  right: 0;
  transform-origin: top center
}

.ava-ai__item:nth-child(n+3) {
  opacity: 0
}

.ava-ai__item.pos-0 {
  transform: translateY(var(--slotY-0)) scale(var(--slotS-0));
  opacity: 1;
  z-index: 1
}

.ava-ai__item.pos-1 {
  transform: translateY(var(--slotY-1)) scale(var(--slotS-1));
  opacity: .2;
  z-index: 2
}

.ava-ai__item.pos-2 {
  transform: translateY(var(--slotY-2)) scale(var(--slotS-2));
  opacity: .2;
  z-index: 3
}

.ava-ai__item.pos-3 {
  transform: translateY(var(--slotY-3)) scale(var(--slotS-3));
  z-index: 4
}

.ava-ai__items.is-anim .ava-ai__item.pos-0 {
  animation: topShrinkThenUp var(--t) var(--ease) forwards
}

.ava-ai__items.is-anim .ava-ai__item.pos-1 {
  animation: shift1to0 var(--t) var(--ease) forwards;
  animation-delay: calc(var(--t) * .4)
}

.ava-ai__items.is-anim .ava-ai__item.pos-2 {
  animation: shift2to1 var(--t) var(--ease) forwards;
  animation-delay: calc(var(--t) * .4)
}

.ava-ai__items.is-anim .ava-ai__item.pos-3 {
  animation: shift3to2 var(--t) var(--ease) forwards;
  animation-delay: calc(var(--t) * .4)
}

@keyframes topShrinkThenUp {
  0% {
    transform: translateY(var(--slotY-0)) scale(var(--slotS-0));
    opacity: 1
  }

  to {
    transform: translateY(calc(var(--slotY-0) - 20px)) scale(var(--slotS-2));
    opacity: 0
  }
}

@keyframes shift1to0 {
  0% {
    transform: translateY(var(--slotY-1)) scale(var(--slotS-1));
    opacity: .2
  }

  to {
    transform: translateY(var(--slotY-0)) scale(var(--slotS-0));
    opacity: 1
  }
}

@keyframes shift2to1 {
  0% {
    transform: translateY(var(--slotY-2)) scale(var(--slotS-2))
  }

  to {
    transform: translateY(var(--slotY-1)) scale(var(--slotS-1))
  }
}

@keyframes shift3to2 {
  0% {
    transform: translateY(var(--slotY-3)) scale(var(--slotS-3));
    opacity: 0
  }

  to {
    transform: translateY(var(--slotY-2)) scale(var(--slotS-2));
    opacity: .2
  }
}

.ava-ai__category.exit {
  animation: titleUp var(--ava-category-exit-ms, .5s) ease forwards
}

.ava-ai__category.enter {
  animation: titleIn var(--ava-category-enter-ms, .2s) ease-in-out forwards
}

@keyframes titleUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes titleIn {
  0% {
    transform: translateY(16px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

.fortune-ai {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2
}

.fortune-ai__slot {
  width: 49px;
  height: 49px;
  margin-bottom: 28px;
  margin-top: 77px;
  z-index: 2;
  opacity: 0;
  transform: translateY(14px);
  animation: titleWordEnter var(--fortune-title-word-ms, .42s) ease-out forwards
}

@media (max-width: 768px) {
  .fortune-ai__slot {
    margin-top: 46px
  }
}

.fortune-ai__titles {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  margin-bottom: 28px
}

.fortune-ai__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  display: flex;
  column-gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center
}

.fortune-ai__title.is-show .fortune-ai__title-word {
  opacity: 0;
  transform: translateY(14px);
  animation: titleWordEnter var(--fortune-title-word-ms, .42s) ease-out forwards;
  animation-delay: var(--delay)
}

.fortune-ai__title.is-hidden {
  display: none
}

.fortune-ai__title.is-enter .fortune-ai__title-word {
  opacity: 0;
  transform: translateY(14px);
  animation: titleWordEnter var(--fortune-title-word-ms, .42s) ease-out forwards;
  animation-delay: var(--delay)
}

.fortune-ai__title.is-enter .fortune-ai__title-word:first-child {
  width: 100%
}

.fortune-ai__title.is-exit .fortune-ai__title-word {
  animation: titleWordExit var(--fortune-title-word-ms, .42s) ease-in forwards;
  animation-delay: var(--delay)
}

@media (max-width: 768px) {
  .fortune-ai__title {
    font-size: 28px;
    line-height: 120%;
    max-width: 239px
  }
}

.fortune-ai__title-word {
  display: inline-block;
  will-change: transform, opacity
}

@keyframes titleWordExit {
  to {
    opacity: 0
  }
}

@keyframes titleWordEnter {
  to {
    transform: translateY(0);
    opacity: 1
  }
}

.fortune-ai__viewport {
  height: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}

@media (max-width: 768px) {
  .fortune-ai__viewport {
    top: 55%
  }
}

.fortune-ai__track-wrap {
  opacity: 1
}

.fortune-ai__track-wrap.is-intro {
  opacity: 0;
  transform: translateY(-50px);
  animation: trackIntro var(--fortune-track-intro-ms, .6s) ease-in-out forwards
}

.fortune-ai__track {
  display: flex;
  flex-direction: column;
  will-change: transform
}

.fortune-ai__track.idle .fortune-ai__prize {
  opacity: 0;
  transition: opacity var(--fortune-idle-opacity-ms, 1.5s) ease
}

.fortune-ai__track.spin {
  transition: transform var(--fortune-spin-ms, 2.2s) cubic-bezier(.12, .72, .12, 1)
}

.fortune-ai__track.settle {
  transition: transform var(--fortune-settle-ms, 1s) cubic-bezier(.2, 1.2, .2, 1)
}

@keyframes trackIntro {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.fortune-ai__prize {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 200px;
  opacity: .1
}

.fortune-ai__prize_highlight {
  animation: prizeHighlight var(--fortune-prize-highlight-ms, 1.5s) ease-in-out forwards;
  animation-delay: var(--fortune-prize-highlight-delay-ms, 1s)
}

@keyframes prizeHighlight {
  0% {
    opacity: .1
  }

  25% {
    opacity: 1
  }

  75% {
    color: #fff;
    opacity: 1
  }

  to {
    color: var(--cta-color, #00db6a);
    opacity: 1
  }
}

.ai-modal {
  width: 100%;
  height: 100%;
  max-width: unset;
  border-radius: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  background: var(--bgColor, --color5);
  position: relative
}

.ai-modal:has(.ai-category) .ai-modal__right,
.ai-modal:has(.ai-category) .ai-modal__left {
  opacity: 0
}

.ai-modal__top {
  background: linear-gradient(182deg, #121413 21.91%, #12141300 98.53%);
  width: 100%;
  height: 282px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.ai-modal__hue {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1
}

@media (max-width: 768px) {
  .ai-modal__hue {
    left: -20%;
    min-width: 1280px
  }
}

.ai-modal__left {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 42px solid var(--cta-color, #00db6a);
  z-index: 2
}

@media (max-width: 768px) {
  .ai-modal__left {
    top: 55%;
    transform: translateY(-50%)
  }
}

.ai-modal__right {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 42px solid var(--cta-color, #00db6a);
  transition: .3s ease;
  z-index: 2
}

@media (max-width: 768px) {
  .ai-modal__right {
    top: 55%;
    transform: translateY(-50%)
  }
}

.ai-modal__progress {
  border-radius: 12px;
  border: 1px solid #fff;
  background: #fff3;
  padding: 10px;
  z-index: 9999;
  max-width: 476px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .ai-modal__progress {
    width: 90%;
    bottom: 15px
  }
}

.ai-modal__progress-bar {
  position: relative;
  border-radius: 8px;
  background: transparent;
  height: 56px;
  width: 100%;
  overflow: hidden;
  color: transparent;
  pointer-events: none
}

.ai-modal__progress-bar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transform: scaleX(var(--progress, 0));
  transform-origin: left center;
  will-change: transform
}

.ai-modal__progress-bar.is-complete {
  cursor: pointer;
  color: #fff;
  pointer-events: all
}

.ai-modal__progress-bar.is-complete:before {
  background: var(--cta-color, #00db6a)
}

.ai-modal__progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.324px;
  text-wrap: nowrap
}

.ai-modal__progress-percent {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.209px;
  color: #d1d1d1
}

@supports (-webkit-touch-callout: none) {
  .ai-modal__hue {
    display: none
  }

  .ai-modal:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1280px;
    height: 491px;
    background: radial-gradient(ellipse 75% 55% at 50% 100%, var(--color1) 0%, rgba(18, 20, 19, 0) 70%);
    z-index: 1;
    pointer-events: none
  }

  @media (max-width: 768px) {
    .ai-modal:before {
      left: -20%;
      transform: none;
      min-width: 1280px
    }
  }
}

.ai-category {
  display: flex;
  flex-direction: column;
  align-items: center
}

.ai-category__shine {
  width: 49px;
  height: 49px;
  margin-bottom: 28px;
  margin-top: 77px;
  z-index: 2
}

@media (max-width: 768px) {
  .ai-category__shine {
    margin-top: 46px
  }
}

.ai-category__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  z-index: 2;
  display: flex;
  column-gap: 6px
}

.ai-category__title-word.highlight {
  color: var(--color1)
}

.ai-category__title .ai-category__title-word.is-enter {
  transform: translateY(0);
  opacity: 1
}

.ai-category__title .ai-category__title-word.is-exit {
  animation: titleWordExit var(--category-title-exit-ms, .42s) ease-in forwards;
  animation-delay: var(--delay)
}

@media (max-width: 768px) {
  .ai-category__title {
    font-size: 28px;
    line-height: 120%;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 250px
  }
}

@keyframes titleWordExit {
  to {
    transform: translateY(-22px);
    opacity: 0
  }
}

.ai-category__track {
  display: flex;
  color: #fff;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 124px;
  z-index: 2;
  will-change: transform, opacity
}

@media (max-width: 768px) {
  .ai-category__track {
    margin-top: 45px;
    align-self: flex-start;
    align-items: flex-start
  }
}

.ai-category__track.is-exit {
  animation: trackExit var(--category-track-exit-ms, 1s) ease-out forwards
}

@keyframes trackExit {
  to {
    transform: translate(50px);
    opacity: 0
  }
}

.ai-category__items {
  display: flex;
  gap: 8px;
  opacity: 0;
  will-change: transform, opacity;
  animation: showCategory var(--category-show-ms, 1s) ease-out forwards
}

.ai-category__items-1 {
  animation-delay: var(--category-show-delay-1-ms, 1s)
}

.ai-category__items-2 {
  animation-delay: var(--category-show-delay-2-ms, 2s)
}

.ai-category__items-3 {
  animation-delay: var(--category-show-delay-3-ms, 3s)
}

.ai-category__items-4 {
  animation-delay: var(--category-show-delay-4-ms, 4s)
}

@media (max-width: 768px) {

  .ai-category__items-1,
  .ai-category__items-2,
  .ai-category__items-3 {
    margin-left: -7%
  }
}

@media (max-width: 768px) {

  .ai-category__items-0,
  .ai-category__items-4 {
    margin-left: 20px
  }
}

.ai-category__item {
  padding: 13px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20.286px;
  border-radius: 12px;
  background: #fff3;
  transition: var(--category-item-transition-ms, .3s) ease;
  text-wrap: nowrap
}

.ai-category__item.active {
  background: #fff;
  color: #000
}

@keyframes showCategory {
  0% {
    transform: translate(-50px);
    opacity: 0
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

[data-theme=alfa] .animation__title .highlight {
  color: var(--color6)
}

[data-theme=alfa] .animation__progress {
  background: var(--color6)
}

.animation {
  display: flex;
  flex-direction: column;
  padding-top: 42px;
  width: 100%
}

@media (max-width: 768px) {
  .animation {
    padding-top: 36px
  }
}

.animation__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .animation__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.animation__title .highlight {
  color: var(--color1)
}

.animation__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .animation__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.animation__gifts-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .animation__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.animation__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  pointer-events: none
}

@media (max-width: 768px) {
  .animation__center {
    width: 154px;
    height: 178px
  }
}

.animation__gifts {
  display: flex;
  transition: transform .6s cubic-bezier(.25, 1, .5, 1);
  will-change: transform;
  z-index: 1
}

.animation__gift {
  flex-shrink: 0;
  width: 181px;
  height: 208px;
  padding: 29px 14px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-radius: 20px;
  background: transparent;
  opacity: .2;
  transition: opacity .3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

@media (max-width: 768px) {
  .animation__gift {
    padding: 20px 14px;
    height: 178px
  }
}

.animation__gift_center {
  opacity: 1
}

.animation__gift-img {
  width: 87px;
  height: 87px;
  border-radius: 14px
}

.animation__gift-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--color5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%
}

@media (max-width: 768px) {
  .animation__gift-text {
    font-size: 14px;
    line-height: 20px
  }
}

.animation__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .animation__bottom {
    padding: 20px 11.5px 0
  }
}

.animation__btn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  line-height: 28.209px;
  padding: 18px 0 16px;
  overflow: hidden;
  position: relative
}

@media (max-width: 768px) {
  .animation__btn {
    font-size: 15px;
    line-height: 24.048px
  }
}

.animation__btn-text {
  position: relative;
  z-index: 1
}

.animation__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.animation p {
  margin: 0
}

.ava-wheel-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%
}

.ava-wheel-block__container {
  margin: 60px 0 70px
}

.ava-wheel-block .wheel-animation {
  width: 250px;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px
}

.ava-wheel-block .wheel-animation__vendors {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ebedef;
  width: 148px;
  height: 148px
}

.ava-wheel-block .wheel-animation__title {
  color: var(--color5);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.9%
}

.ava-wheel-block .wheel-animation__logo {
  border-radius: 50%;
  width: 30px
}

.ava-wheel-block .wheel-animation__ava {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: .3s
}

.ava-wheel-block .wheel-animation__ava>img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s
}

.ava-wheel-block__timer {
  margin-bottom: 20px;
  color: var(--color5);
  text-align: center;
  font-size: 13.347px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.9%
}

.ava-wheel-block__progress {
  width: 100%;
  min-height: 40px;
  border-radius: 6px;
  background-color: #ebedef;
  position: relative
}

.ava-wheel-block__progress>div {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--color2);
  border-radius: 6px;
  transition: .2s
}

.ava-wheel-block .text__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: auto
}

.ava-wheel-block .text__block .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23.8px;
  letter-spacing: 0px;
  text-align: center
}

.ava-wheel-block .text__block .title>span {
  color: var(--color1);
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto
}

.ava-wheel-block .text__block .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.8px;
  letter-spacing: 0px;
  text-align: center
}

.ava-wheel-block .wheel-center {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center
}

.ava-wheel-block .wheel-center-inner {
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: inset 2.81px 2.81px 24.19px #1116
}

.ava-wheel-block .text__title {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75px;
  max-height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.ava-wheel-block .animation__bottom-new {
  width: 100%;
  padding: 20px 13px 0
}

.ava-wheel-block .animation__bottom-new .animation__progress_new {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar var(--countAnimation) linear;
  animation-fill-mode: forwards
}

.cpc-modal {
  position: relative;
  height: 100%;
  width: 100%
}

.cpc-modal__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #bdbdbd
}

@media (max-width: 768px) {
  .cpc-modal__text {
    bottom: 39px;
    padding: 0 30px
  }
}

[data-theme=alfa] .AB_1805_v2_animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .AB_1805_v2_animation-fortune__progress,
[data-theme=alfa] .AB_1805_v2_animation-fortune__btn_active {
  background: var(--color6)
}

.AB_1805_v2_animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .AB_1805_v2_animation-fortune {
    padding-top: 36px 0 13px
  }
}

.AB_1805_v2_animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v2_animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.AB_1805_v2_animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v2_animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.AB_1805_v2_animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .AB_1805_v2_animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.AB_1805_v2_animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .AB_1805_v2_animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.AB_1805_v2_animation-fortune__group-btn {
  display: flex;
  align-items: center;
  gap: 12px
}

.AB_1805_v2_animation-fortune__btn {
  color: #fff;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  flex: 1
}

@media (max-width: 500px) {
  .AB_1805_v2_animation-fortune__btn {
    width: 100%
  }
}

.AB_1805_v2_animation-fortune__btn_active {
  background: var(--color7)
}

@media (hover: hover) {
  .AB_1805_v2_animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v2_animation-fortune__btn_repeat {
  background: #eaeced;
  color: #000
}

@media (hover: hover) {
  .AB_1805_v2_animation-fortune__btn_repeat:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v2_animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.AB_1805_v2_animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.AB_1805_v2_animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .AB_1805_v2_animation-fortune__num {
    width: 154px
  }
}

.AB_1805_v2_animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.AB_1805_v2_animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.AB_1805_v2_animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers 5s forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .AB_1805_v2_animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile 5s forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.AB_1805_v2_animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .AB_1805_v2_animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.AB_1805_v2_animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

[data-theme=alfa] .AB_1805_v3_animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .AB_1805_v3_animation-fortune__progress,
[data-theme=alfa] .AB_1805_v3_animation-fortune__btn_active {
  background: var(--color6)
}

.AB_1805_v3_animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .AB_1805_v3_animation-fortune {
    padding-top: 36px 0 13px
  }
}

.AB_1805_v3_animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v3_animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.AB_1805_v3_animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v3_animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.AB_1805_v3_animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .AB_1805_v3_animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.AB_1805_v3_animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .AB_1805_v3_animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.AB_1805_v3_animation-fortune__group-btn {
  display: flex;
  align-items: center;
  gap: 12px
}

.AB_1805_v3_animation-fortune__btn {
  color: #fff;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  flex: 1
}

@media (max-width: 500px) {
  .AB_1805_v3_animation-fortune__btn {
    width: 100%
  }
}

.AB_1805_v3_animation-fortune__btn_active {
  background: var(--color7)
}

@media (hover: hover) {
  .AB_1805_v3_animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v3_animation-fortune__btn_repeat {
  background: #eaeced;
  color: #000
}

@media (hover: hover) {
  .AB_1805_v3_animation-fortune__btn_repeat:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v3_animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.AB_1805_v3_animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.AB_1805_v3_animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .AB_1805_v3_animation-fortune__num {
    width: 154px
  }
}

.AB_1805_v3_animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.AB_1805_v3_animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.AB_1805_v3_animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers 5s forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .AB_1805_v3_animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile 5s forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.AB_1805_v3_animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .AB_1805_v3_animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.AB_1805_v3_animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

[data-theme=alfa] .AB_1805_v4_animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .AB_1805_v4_animation-fortune__progress,
[data-theme=alfa] .AB_1805_v4_animation-fortune__btn_active {
  background: var(--color6)
}

.AB_1805_v4_animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .AB_1805_v4_animation-fortune {
    padding-top: 36px 0 13px
  }
}

.AB_1805_v4_animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v4_animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.AB_1805_v4_animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v4_animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.AB_1805_v4_animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .AB_1805_v4_animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.AB_1805_v4_animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .AB_1805_v4_animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.AB_1805_v4_animation-fortune__group-btn {
  display: flex;
  align-items: center;
  gap: 12px
}

.AB_1805_v4_animation-fortune__btn {
  color: #fff;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  flex: 1
}

@media (max-width: 500px) {
  .AB_1805_v4_animation-fortune__btn {
    width: 100%
  }
}

.AB_1805_v4_animation-fortune__btn_active {
  background: var(--color7)
}

@media (hover: hover) {
  .AB_1805_v4_animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v4_animation-fortune__btn_repeat {
  background: #eaeced;
  color: #000
}

@media (hover: hover) {
  .AB_1805_v4_animation-fortune__btn_repeat:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v4_animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.AB_1805_v4_animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.AB_1805_v4_animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .AB_1805_v4_animation-fortune__num {
    width: 154px
  }
}

.AB_1805_v4_animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.AB_1805_v4_animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.AB_1805_v4_animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers 5s forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .AB_1805_v4_animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile 5s forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.AB_1805_v4_animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .AB_1805_v4_animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.AB_1805_v4_animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

[data-theme=alfa] .AB_1805_v5_animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .AB_1805_v5_animation-fortune__progress,
[data-theme=alfa] .AB_1805_v5_animation-fortune__btn.color,
[data-theme=alfa] .AB_1805_v5_animation-fortune__btn.progress {
  background: var(--color6)
}

.AB_1805_v5_animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .AB_1805_v5_animation-fortune {
    padding-top: 36px 0 13px
  }
}

.AB_1805_v5_animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v5_animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.AB_1805_v5_animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v5_animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.AB_1805_v5_animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .AB_1805_v5_animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.AB_1805_v5_animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .AB_1805_v5_animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.AB_1805_v5_animation-fortune__group-btn {
  display: flex;
  align-items: center;
  gap: 12px
}

.AB_1805_v5_animation-fortune__btn {
  color: #fff;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  flex: 1
}

@media (max-width: 500px) {
  .AB_1805_v5_animation-fortune__btn {
    width: 100%
  }
}

.AB_1805_v5_animation-fortune__btn_active {
  background: var(--color7)
}

@media (hover: hover) {
  .AB_1805_v5_animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v5_animation-fortune__btn_repeat {
  background: #eaeced;
  color: #000
}

@media (hover: hover) {
  .AB_1805_v5_animation-fortune__btn_repeat:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v5_animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.AB_1805_v5_animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.AB_1805_v5_animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .AB_1805_v5_animation-fortune__num {
    width: 154px
  }
}

.AB_1805_v5_animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.AB_1805_v5_animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.AB_1805_v5_animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers 5s forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .AB_1805_v5_animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile 5s forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.AB_1805_v5_animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .AB_1805_v5_animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.AB_1805_v5_animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

[data-theme=alfa] .AB_1805_v6_animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .AB_1805_v6_animation-fortune__progress,
[data-theme=alfa] .AB_1805_v6_animation-fortune__btn.color,
[data-theme=alfa] .AB_1805_v6_animation-fortune__btn.progress {
  background: var(--color6)
}

.AB_1805_v6_animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .AB_1805_v6_animation-fortune {
    padding-top: 36px 0 13px
  }
}

.AB_1805_v6_animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v6_animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.AB_1805_v6_animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v6_animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.AB_1805_v6_animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .AB_1805_v6_animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.AB_1805_v6_animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .AB_1805_v6_animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.AB_1805_v6_animation-fortune__group-btn {
  display: flex;
  align-items: center;
  gap: 12px
}

.AB_1805_v6_animation-fortune__btn {
  color: #fff;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  flex: 1
}

@media (max-width: 500px) {
  .AB_1805_v6_animation-fortune__btn {
    width: 100%
  }
}

.AB_1805_v6_animation-fortune__btn_active {
  background: #b1bad4
}

@media (hover: hover) {
  .AB_1805_v6_animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v6_animation-fortune__btn.color {
  background: #19b677;
  color: #fff
}

.AB_1805_v6_animation-fortune__btn_repeat {
  background: #eaeced;
  color: #000
}

@media (hover: hover) {
  .AB_1805_v6_animation-fortune__btn_repeat:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v6_animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.AB_1805_v6_animation-fortune__btn.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #19b677;
  animation: progressBarRevert 8s linear;
  animation-fill-mode: forwards
}

.AB_1805_v6_animation-fortune span {
  position: relative;
  z-index: 9
}

.AB_1805_v6_animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.AB_1805_v6_animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .AB_1805_v6_animation-fortune__num {
    width: 154px
  }
}

.AB_1805_v6_animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.AB_1805_v6_animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.AB_1805_v6_animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers 5s forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .AB_1805_v6_animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile 5s forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.AB_1805_v6_animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .AB_1805_v6_animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.AB_1805_v6_animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

[data-theme=alfa] .AB_1805_v7_animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .AB_1805_v7_animation-fortune__progress,
[data-theme=alfa] .AB_1805_v7_animation-fortune__btn.color,
[data-theme=alfa] .AB_1805_v7_animation-fortune__btn.progress {
  background: var(--color6)
}

.AB_1805_v7_animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .AB_1805_v7_animation-fortune {
    padding-top: 36px 0 13px
  }
}

.AB_1805_v7_animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v7_animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.AB_1805_v7_animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v7_animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.AB_1805_v7_animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .AB_1805_v7_animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.AB_1805_v7_animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .AB_1805_v7_animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.AB_1805_v7_animation-fortune__group-btn {
  display: flex;
  align-items: center;
  gap: 12px
}

.AB_1805_v7_animation-fortune__btn {
  color: #fff;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  flex: 1
}

@media (max-width: 500px) {
  .AB_1805_v7_animation-fortune__btn {
    width: 100%
  }
}

.AB_1805_v7_animation-fortune__btn_active {
  background: #b1bad4
}

@media (hover: hover) {
  .AB_1805_v7_animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v7_animation-fortune__btn_repeat {
  background: #eaeced;
  color: #000
}

@media (hover: hover) {
  .AB_1805_v7_animation-fortune__btn_repeat:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v7_animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.AB_1805_v7_animation-fortune__btn.color {
  background: var(--color7);
  color: #fff
}

.AB_1805_v7_animation-fortune__btn.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color7);
  animation: progressBarRevert 8s linear;
  animation-fill-mode: forwards
}

.AB_1805_v7_animation-fortune span {
  position: relative;
  z-index: 9
}

.AB_1805_v7_animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.AB_1805_v7_animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .AB_1805_v7_animation-fortune__num {
    width: 154px
  }
}

.AB_1805_v7_animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.AB_1805_v7_animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.AB_1805_v7_animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers 5s forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .AB_1805_v7_animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile 5s forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.AB_1805_v7_animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .AB_1805_v7_animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.AB_1805_v7_animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

@keyframes progressBarRevert {
  0% {
    width: 100%
  }

  to {
    width: 0%
  }
}

[data-theme=alfa] .AB_1805_v8_animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .AB_1805_v8_animation-fortune__progress,
[data-theme=alfa] .AB_1805_v8_animation-fortune__btn_active {
  background: var(--color6)
}

.AB_1805_v8_animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .AB_1805_v8_animation-fortune {
    padding-top: 36px 0 13px
  }
}

.AB_1805_v8_animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v8_animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.AB_1805_v8_animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v8_animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.AB_1805_v8_animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .AB_1805_v8_animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.AB_1805_v8_animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .AB_1805_v8_animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.AB_1805_v8_animation-fortune__group-btn {
  display: flex;
  align-items: center;
  gap: 12px
}

@media (max-width: 500px) {
  .AB_1805_v8_animation-fortune__group-btn {
    flex-direction: column
  }
}

.AB_1805_v8_animation-fortune__btn {
  color: #fff;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  flex: 1
}

@media (max-width: 500px) {
  .AB_1805_v8_animation-fortune__btn {
    width: 100%
  }
}

.AB_1805_v8_animation-fortune__btn_active {
  background: var(--color7)
}

@media (hover: hover) {
  .AB_1805_v8_animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v8_animation-fortune__btn.color {
  background: var(--color7);
  color: #fff
}

.AB_1805_v8_animation-fortune__btn_repeat {
  background: #eaeced;
  color: #000
}

@media (hover: hover) {
  .AB_1805_v8_animation-fortune__btn_repeat:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v8_animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.AB_1805_v8_animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.AB_1805_v8_animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .AB_1805_v8_animation-fortune__num {
    width: 154px
  }
}

.AB_1805_v8_animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.AB_1805_v8_animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.AB_1805_v8_animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers 5s forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .AB_1805_v8_animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile 5s forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.AB_1805_v8_animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .AB_1805_v8_animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.AB_1805_v8_animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

[data-theme=alfa] .AB_1805_v9_animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .AB_1805_v9_animation-fortune__progress,
[data-theme=alfa] .AB_1805_v9_animation-fortune__btn_active {
  background: var(--color6)
}

.AB_1805_v9_animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .AB_1805_v9_animation-fortune {
    padding-top: 36px 0 13px
  }
}

.AB_1805_v9_animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v9_animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.AB_1805_v9_animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .AB_1805_v9_animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.AB_1805_v9_animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .AB_1805_v9_animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.AB_1805_v9_animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .AB_1805_v9_animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.AB_1805_v9_animation-fortune__group-btn {
  display: flex;
  align-items: center;
  gap: 12px
}

@media (max-width: 500px) {
  .AB_1805_v9_animation-fortune__group-btn {
    flex-direction: column
  }
}

.AB_1805_v9_animation-fortune__btn {
  color: #fff;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  flex: 1
}

@media (max-width: 500px) {
  .AB_1805_v9_animation-fortune__btn {
    width: 100%
  }
}

.AB_1805_v9_animation-fortune__btn_active {
  background: var(--color7)
}

@media (hover: hover) {
  .AB_1805_v9_animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v9_animation-fortune__btn.color {
  background: var(--color7);
  color: #fff
}

.AB_1805_v9_animation-fortune__btn_repeat {
  background: #eaeced;
  color: #000
}

@media (hover: hover) {
  .AB_1805_v9_animation-fortune__btn_repeat:hover {
    opacity: .7;
    cursor: pointer
  }
}

.AB_1805_v9_animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.AB_1805_v9_animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar 5s linear;
  animation-fill-mode: forwards
}

.AB_1805_v9_animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .AB_1805_v9_animation-fortune__num {
    width: 154px
  }
}

.AB_1805_v9_animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.AB_1805_v9_animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.AB_1805_v9_animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers 5s forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .AB_1805_v9_animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile 5s forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.AB_1805_v9_animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .AB_1805_v9_animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.AB_1805_v9_animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

[data-theme=alfa] .animation-fortune__num {
  color: var(--color6)
}

[data-theme=alfa] .animation-fortune__progress,
[data-theme=alfa] .animation-fortune__btn_active {
  background: var(--color6)
}

.animation-fortune {
  display: flex;
  flex-direction: column;
  padding: 42px 0 20px;
  width: 100%
}

@media (max-width: 768px) {
  .animation-fortune {
    padding-top: 36px
  }
}

.animation-fortune__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .animation-fortune__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.animation-fortune__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .animation-fortune__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.animation-fortune__gifts-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 255px;
  overflow: hidden
}

@media (max-width: 768px) {
  .animation-fortune__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.animation-fortune__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .animation-fortune__bottom {
    padding: 20px 11.5px 0
  }
}

.animation-fortune__btn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  line-height: 28.209px;
  padding: 18px 0;
  overflow: hidden;
  position: relative
}

@media (max-width: 768px) {
  .animation-fortune__btn {
    font-size: 15px;
    line-height: 24.048px
  }
}

.animation-fortune__btn_active {
  background: var(--ctaColor, #19b677);
  transition: .3s ease
}

@media (hover: hover) {
  .animation-fortune__btn_active:hover {
    opacity: .7;
    cursor: pointer
  }
}

.animation-fortune__btn-text {
  position: relative;
  z-index: 1
}

.animation-fortune__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar var(--duration, 5s) linear;
  animation-fill-mode: forwards
}

.animation-fortune__num {
  width: 175px;
  flex-shrink: 0;
  color: var(--color1);
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 126px;
  opacity: .7;
  filter: blur(4px)
}

@media (max-width: 768px) {
  .animation-fortune__num {
    width: 154px
  }
}

.animation-fortune__num:first-child {
  filter: unset;
  opacity: 1
}

.animation-fortune__num_active {
  transition: font-size .6s;
  font-size: 82px;
  filter: unset;
  opacity: 1;
  transition-delay: .4s
}

.animation-fortune__nums {
  display: flex;
  transform: translate(110px);
  animation: slideNumbers var(--duration, 5s) forwards;
  animation-timing-function: cubic-bezier(0, 0, .05, 1);
  z-index: 1
}

@media (max-width: 768px) {
  .animation-fortune__nums {
    transform: translate(100px);
    animation: slideNumbers-mobile var(--duration, 5s) forwards;
    animation-timing-function: cubic-bezier(0, 0, .05, 1)
  }
}

.animation-fortune__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (max-width: 768px) {
  .animation-fortune__center {
    width: 154px;
    height: 178px
  }
}

.animation-fortune__confetti {
  position: fixed !important;
  z-index: -1 !important
}

@keyframes slideNumbers {
  0% {
    transform: translate(110px)
  }

  90% {
    transform: translate(-2800px)
  }

  to {
    transform: translate(-2690px)
  }
}

@keyframes slideNumbers-mobile {
  0% {
    transform: translate(103px)
  }

  90% {
    transform: translate(-2464px)
  }

  to {
    transform: translate(-2361px)
  }
}

.ghost_modal {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media screen and (max-width: 472px) {
  .ghost_modal {
    justify-content: center
  }
}

.ghost_modal .content__img {
  position: relative;
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  .ghost_modal .content__img {
    margin-bottom: 16px
  }
}

.ghost_modal .content__img>img {
  width: 100%;
  height: auto;
  border-radius: 14px
}

.ghost_modal .content__img__hit-label {
  position: absolute;
  padding: 2px 15px;
  box-sizing: border-box;
  color: var(--color8);
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  border-radius: 0 0 12px 12px;
  background: var(--color7);
  top: 0;
  left: calc(50% - 32px)
}

@media screen and (max-width: 768px) {
  .ghost_modal .content__img__hit-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px
  }
}

.ghost_modal .content__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  background: var(--color9);
  padding: 8px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 20px
}

.ghost_modal .content__desc>span {
  font-weight: 600;
  color: var(--color2)
}

.ghost_modal .content__title {
  color: var(--color5);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  .ghost_modal .content__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    margin-bottom: 16px
  }
}

.ghost_modal .content__title p {
  margin: 0
}

.ghost_modal .content__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: var(--color9);
  width: 100%
}

.ghost_modal .content__text .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center
}

.ghost_modal .promo__button {
  border-radius: 10px;
  background: var(--color1);
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: .2s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}

@media (hover: hover) {
  .ghost_modal .promo__button:hover {
    cursor: pointer;
    opacity: .8
  }
}

.offers {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between
}

.offers #none {
  display: none
}

.offers::-webkit-scrollbar {
  width: 6px;
  height: 3px
}

.offers::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--color10);
  border-radius: 10px
}

@media screen and (max-width: 768px) {
  .offers {
    flex-direction: column;
    padding: 0;
    max-height: 100%
  }
}

@media screen and (max-width: 768px) {
  .offers .content {
    padding: 35px 17px 0
  }
}

.offers .content__img {
  position: relative
}

.offers .content__img>img {
  width: 100%;
  height: auto;
  border-radius: 14px
}

.offers .content__date {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: var(--color10);
  display: block;
  margin-bottom: 8px;
  margin-top: 10px
}

.offers .content__title {
  color: var(--color5);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: block;
  margin-bottom: 8px
}

.offers .content__title p {
  margin: 0
}

.offers .content__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  background: var(--color9);
  padding: 8px 12px;
  border-radius: 8px;
  box-sizing: border-box
}

.offers .content__desc>span {
  font-weight: 600;
  color: var(--color1)
}

.offers .offers__description {
  display: block;
  color: var(--color5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px
}

.offers .offers__description>div>ul {
  padding-left: 20px
}

.offers .offers__description>div>ol {
  padding-left: 20px
}

.offers .offers__description li[data-list=bullet] {
  list-style-type: disc
}

.offers .offers__description .ql-align-center {
  text-align: center
}

.offers .offers__description .ql-align-right {
  text-align: right
}

.offers .offers__details_btn {
  color: var(--color5);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: .2s
}

.offers .offers__info {
  color: var(--color26);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: none
}

.offers .offers__info .offer__info-title {
  font-weight: 600
}

.offers .offers__info.open {
  display: flex
}

.offers .offers__info .info__container_how>ol {
  padding-left: 20px
}

.offers .offers__info .info__container_how>ul {
  padding-left: 20px
}

.offers .offers__terms {
  color: var(--color5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: none
}

.offers .offers__terms.open {
  display: flex
}

.offers .offers__terms .container__all-сonditions_text {
  width: 100%
}

.offers .offers__terms li[data-list=bullet] {
  list-style-type: disc
}

.offers .offers__terms .ql-align-center {
  text-align: center
}

.offers .offers__terms .ql-align-right {
  text-align: right
}

.offers .form__desc {
  margin: 8px 0 0
}

.offers .form__desc a {
  text-decoration: none
}

.offers .form__ord {
  margin: 8px 0 20px
}

.promo_modal_v2 {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media screen and (max-width: 472px) {
  .promo_modal_v2 {
    justify-content: center
  }
}

.promo_modal_v2.mobile .promo_modal_v2_mobile .content {
  margin-bottom: 10px
}

.promo_modal_v2 .content__img {
  position: relative;
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  .promo_modal_v2 .content__img {
    margin-bottom: 16px
  }
}

.promo_modal_v2 .content__img>img {
  width: 100%;
  height: auto;
  border-radius: 14px
}

.promo_modal_v2 .content__img__hit-label {
  position: absolute;
  padding: 2px 15px;
  box-sizing: border-box;
  color: var(--color8);
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  border-radius: 0 0 12px 12px;
  background: var(--color7);
  top: 0;
  left: calc(50% - 32px)
}

@media screen and (max-width: 768px) {
  .promo_modal_v2 .content__img__hit-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px
  }
}

.promo_modal_v2 .content__share {
  width: 32px;
  height: 32px;
  background: var(--color8);
  position: absolute;
  bottom: 10px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px
}

.promo_modal_v2 .content__share.active {
  background: var(--color2)
}

@media (hover: hover) {
  .promo_modal_v2 .content__share:hover {
    cursor: pointer
  }
}

.promo_modal_v2 .content__share_block {
  display: none;
  width: 210px;
  box-shadow: 0 10px 50px #0003;
  background: var(--color8);
  position: absolute;
  z-index: 999999;
  bottom: -215px;
  right: -175px;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box
}

@media screen and (max-width: 768px) {
  .promo_modal_v2 .content__share_block {
    bottom: -215px;
    right: 0
  }
}

.promo_modal_v2 .content__share_block.active {
  display: block
}

.promo_modal_v2 .content__share_block .share__block_item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e9ed
}

.promo_modal_v2 .content__share_block .share__block_item:last-child {
  border-bottom: unset
}

@media (hover: hover) {
  .promo_modal_v2 .content__share_block .share__block_item:hover {
    cursor: pointer;
    color: var(--color2)
  }
}

.promo_modal_v2 .content__title {
  color: var(--color5);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  .promo_modal_v2 .content__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    margin-bottom: 16px
  }
}

.promo_modal_v2 .content__title p {
  margin: 0
}

.promo_modal_v2 .content__text_promo {
  display: block;
  text-align: center;
  margin-bottom: 10px
}

.promo_modal_v2 .content__text_default {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px
}

.promo_modal_v2 .content__text_default span:first-child {
  color: var(--color4);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

@media screen and (max-width: 414px) {
  .promo_modal_v2 .content__text_default span:first-child {
    font-size: 14px
  }
}

.promo_modal_v2 .content__text_default span:last-child {
  color: var(--color4);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%
}

@media screen and (max-width: 414px) {
  .promo_modal_v2 .content__text_default span:last-child {
    font-size: 12px
  }
}

.promo_modal_v2 .content .offer__progressbar {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  gap: 4px
}

.promo_modal_v2 .content .offer__progressbar-header {
  display: flex;
  align-items: center
}

.promo_modal_v2 .content .offer__progressbar-header>img {
  width: 16px;
  height: 16px;
  margin-right: 4px
}

.promo_modal_v2 .content .offer__progressbar-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%
}

.promo_modal_v2 .content .offer__progressbar-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #b1bad4;
  display: block;
  margin-left: auto
}

.promo_modal_v2 .content .offer__progressbar-line {
  background-color: #19b67733;
  height: 5px;
  width: 100%;
  border-radius: 12px;
  padding: 1px;
  box-sizing: border-box;
  position: relative
}

.promo_modal_v2 .content .offer__progressbar-line .line__filling {
  position: absolute;
  height: 3px;
  background-color: #19b677;
  border-radius: 12px;
  top: 1px;
  left: 1px;
  transition: 1s
}

.promo_modal_v2 .content .offer__progressbar-line .line__filling:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1ed38a;
  position: absolute;
  right: -2px;
  top: calc(50% - 3.5px)
}

.promo_modal_v2 .promo__timer {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: auto
}

@media screen and (max-width: 768px) {
  .promo_modal_v2 .promo__timer {
    margin-bottom: 0
  }
}

.promo_modal_v2 .promo__text {
  color: var(--color4);
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-align: center
}

@media screen and (max-width: 768px) {
  .promo_modal_v2 .promo__text {
    font-size: 12px
  }
}

.promo_modal_v2 .promo__logo {
  max-width: 200px;
  border-radius: 14px
}

.promo_modal_v2 .promo__title {
  color: var(--color5);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 10px 0 24px
}

.promo_modal_v2 .promo__copy {
  border-radius: 10px;
  background: var(--color7);
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: .2s;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}

@media screen and (max-width: 768px) {
  .promo_modal_v2 .promo__copy {
    margin-bottom: 16px
  }
}

@media (hover: hover) {
  .promo_modal_v2 .promo__copy:hover {
    cursor: pointer;
    opacity: .8
  }
}

.promo_modal_v2 .promo__code {
  border-radius: 10px;
  padding: 15px 22px;
  box-sizing: border-box;
  width: 100%;
  color: var(--color5);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: .2s;
  position: relative;
  margin-bottom: 8px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='black' stroke-width='3' stroke-dasharray='7.7' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e")
}

.promo_modal_v2 .promo__code.copy {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23b1bad4' stroke-width='3' stroke-dasharray='7.7' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  color: var(--color10)
}

@media (hover: hover) {
  .promo_modal_v2 .promo__code:hover {
    cursor: pointer;
    opacity: .8
  }
}

.promo_modal_v2 .promo__code>img {
  position: absolute;
  top: 12px;
  right: 22px
}

.promo_modal_v2 .promo__button {
  border-radius: 10px;
  background: var(--color2);
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: var(--color8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: .2s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}

.promo_modal_v2 .promo__code_soc {
  color: var(--color4);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px
}

.promo_modal_v2 .promo__code_desc {
  color: var(--color5);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px
}

.promo_modal_v2 .promo__desc {
  color: var(--color5);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: auto
}

@media screen and (max-width: 768px) {
  .promo_modal_v2 .promo__desc {
    margin-bottom: 32px
  }
}

.promo_modal_v2 .promo__desc>span {
  font-weight: 600
}

.promo_modal_v2 .promo__desc>span a {
  cursor: none;
  transition: .3s
}

@media (hover: hover) {
  .promo_modal_v2 .promo__desc>span a:hover {
    cursor: pointer;
    opacity: .7
  }
}

.promo_modal_v2 .promo_v2_subdescription a {
  color: var(--color1);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px
}

.promo_modal_v2 .promo_v2_button_mobile {
  width: 100%;
  max-width: 323px;
  background-color: #fff;
  padding: 19px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color2);
  border-radius: 12px;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 30px
}

@media screen and (max-width: 600px) {
  .promo_modal_v2 .promo_v2_button_mobile {
    display: flex
  }
}

.promo_modal_v2 .promo__button {
  border-radius: 10px;
  background: var(--color1);
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: .2s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}

@media (hover: hover) {
  .promo_modal_v2 .promo__button:hover {
    cursor: pointer;
    opacity: .8
  }
}

.promo_modal_v2 .copy__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: var(--color2)
}

.content__text_default {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px
}

.content__text_default span:first-child {
  color: var(--color4);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

@media screen and (max-width: 768px) {
  .content__text_default span:first-child {
    text-align: start;
    font-size: 14px
  }
}

.content__text_default span:last-child {
  color: var(--color4);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%
}

@media screen and (max-width: 768px) {
  .content__text_default span:last-child {
    font-size: 12px;
    text-align: start
  }
}

.offers__count {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--color9);
  gap: 24px;
  padding: 8px;
  justify-content: center
}

@media screen and (max-width: 500px) {
  .offers__count {
    gap: 8px;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 10px
  }
}

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

.offers__count-text {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.offers__count-value {
  color: var(--color5);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px
}

.offers__count-label {
  color: var(--color5);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px
}

.offers__count-icon {
  width: 20px;
  height: 20px
}

.wheel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px
}

.wheel-wrapper {
  position: relative;
  width: 362px;
  height: 362px;
  margin: 2rem 0
}

@media (max-width: 768px) {
  .wheel-wrapper {
    width: 340px;
    height: 340px
  }
}

.wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition-timing-function: cubic-bezier(.2, .8, .3, 1)
}

.segment {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 0;
  top: 0;
  transform-origin: right bottom;
  overflow: hidden;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  transition: .5s
}

.segment.winner {
  opacity: 1 !important
}

.segment.winner .segment-content {
  left: -28px;
  top: 41px
}

@media screen and (max-width: 500px) {
  .segment.winner .segment-content {
    left: -29px;
    top: 38px
  }
}

.segment.winner .segment-value {
  font-size: 38px
}

.segment.lost {
  background-color: var(--color1);
  opacity: .4
}

.segment-content {
  position: absolute;
  left: -18px;
  top: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-65deg)
}

@media screen and (max-width: 500px) {
  .segment-content {
    left: -29px;
    top: 38px
  }
}

.segment-value {
  font-weight: 700;
  font-size: 26.13px;
  line-height: 100%;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 8px;
  transition: .2s
}

.wheel-center {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center
}

.wheel-center-inner {
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: inset 2.81px 2.81px 24.19px #1116
}

.wheel-center-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 500px) {
  .wheel-center-text {
    font-size: 20.86px
  }
}

.wheel-dividers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10
}

.divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 50%;
  transform-origin: 50% 100%;
  background: #fff;
  margin-left: -3px
}

.divider:after {
  content: "";
  position: absolute;
  left: -6px;
  top: -4px;
  width: 20px;
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
  clip-path: polygon(0 0, 36% 10%, 30% 82%, 30% 100%, 51% 100%, 70% 100%, 70% 70%, 64% 10%, 100% 0, 49% 0)
}

.pointer {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center
}

.pointer>svg>polygon {
  fill: var(--color7);
  stroke: var(--color7)
}

@media screen and (max-width: 768px) {
  .pointer {
    top: -20px
  }

  .pointer>img {
    width: 120px
  }
}

.wheel-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px
}

.wheel-text .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23.8px;
  letter-spacing: 0px;
  text-align: center
}

.wheel-text .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.8px;
  letter-spacing: 0px;
  text-align: center
}

.wheel-text .desc>span {
  font-weight: 600
}

.wheel-button {
  width: 100%;
  margin-top: 20px
}

.wheel-button__timer {
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  line-height: 28.209px;
  padding: 18px 0 16px;
  overflow: hidden;
  position: relative
}

@media (max-width: 768px) {
  .wheel-button__timer {
    font-size: 15px;
    line-height: 24.048px
  }
}

.wheel-button__timer-text {
  position: relative;
  z-index: 1
}

.wheel-button__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar var(--countAnimation) linear
}

.wheel-button__btn {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  border-radius: 14.104px;
  background: var(--color7);
  padding: 18px 0 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer
}

.wheel-button .animation__progress_new {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar var(--countAnimation) linear;
  animation-fill-mode: forwards
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color10);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  animation: opacityIn .3s ease
}

@keyframes opacityIn {
  0% {
    opacity: 0;
    visibility: hidden
  }

  to {
    opacity: 1;
    visibility: visible
  }
}

.modal.ava-wheel,
.modal.koleso,
.modal.face {
  animation: unset;
  background: var(--bgColor, var(--color5))
}

@media screen and (max-width: 768px) {

  .modal.ava-wheel,
  .modal.koleso,
  .modal.face {
    width: 100%
  }
}

.modal.face {
  padding: 0
}

.modal.cpc {
  display: none
}

.modal.fortune,
.modal.fortuneNew {
  animation: unset;
  background: var(--bgColor, var(--color5))
}

@media screen and (max-width: 768px) {

  .modal.fortune,
  .modal.fortuneNew {
    width: 100%
  }
}

.modal.offer,
.modal.recommendation {
  overflow-y: scroll;
  background: #020219cc
}

.modal.offer_disable-center,
.modal.recommendation_disable-center {
  align-items: unset
}

.modal.promo,
.modal.ghost {
  flex-direction: column;
  gap: 34px;
  background: #020219cc
}

.modal.promo .promo_button,
.modal.ghost .promo_button {
  width: 100%;
  max-width: 500px;
  background-color: var(--color8);
  padding: 19px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color2);
  border-radius: 12px;
  display: flex;
  justify-content: center
}

@media (hover: hover) {

  .modal.promo .promo_button:hover,
  .modal.ghost .promo_button:hover {
    cursor: pointer;
    opacity: .8
  }
}

.modal .modal__content {
  position: relative;
  border-radius: 24px;
  background: #f7f7f7;
  padding: 48px 42px;
  box-sizing: border-box;
  max-width: 850px;
  width: 100%
}

.modal .modal__content.ai {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: unset;
  overflow: hidden;
  border-radius: 0
}

.modal .modal__content.ai .modal__content_close,
.modal .modal__content.ai .modal__content_close_mobile {
  display: none
}

.modal .modal__content.ava-wheel,
.modal .modal__content.koleso,
.modal .modal__content.face {
  max-width: 395px;
  padding: 0 0 20px;
  border-radius: 11px
}

@media screen and (max-width: 768px) {

  .modal .modal__content.ava-wheel,
  .modal .modal__content.koleso,
  .modal .modal__content.face {
    height: auto;
    max-width: 360px
  }
}

.modal .modal__content.fortune,
.modal .modal__content.fortuneNew {
  max-width: 395px;
  padding: 0;
  border-radius: 11px;
  overflow: hidden
}

@media screen and (max-width: 768px) {

  .modal .modal__content.fortune,
  .modal .modal__content.fortuneNew {
    height: auto;
    max-width: 360px
  }
}

.modal .modal__content.koleso {
  height: 592.8px;
  background: #fff;
  padding-bottom: 16px
}

.modal .modal__content.koleso {
  max-width: 400px
}

@media screen and (max-width: 768px) {
  .modal .modal__content.koleso {
    height: 566px;
    max-width: 360px
  }
}

.modal .modal__content.offer,
.modal .modal__content.recommendation {
  max-width: 500px;
  background: var(--color8);
  padding: 30px;
  height: fit-content;
  margin: 68px 0
}

@media screen and (max-width: 768px) {

  .modal .modal__content.offer,
  .modal .modal__content.recommendation {
    padding: 0;
    overflow-y: auto;
    height: 100%;
    margin: unset
  }
}

.modal .modal__content.offer_disable-center,
.modal .modal__content.recommendation_disable-center {
  align-items: unset
}

.modal .modal__content.cpc {
  width: 100%;
  max-width: unset;
  height: 100%;
  border-radius: 0
}

.modal .modal__content.cpc .modal__content_close,
.modal .modal__content.cpc .modal__content_close_mobile {
  display: none
}

.modal .modal__content.promo,
.modal .modal__content.ghost {
  max-width: 500px;
  padding: 30px
}

@media screen and (max-width: 768px) {

  .modal .modal__content.promo,
  .modal .modal__content.ghost {
    height: unset;
    border-radius: 24px
  }
}

@media screen and (max-width: 768px) {
  .modal .modal__content {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden
  }
}

.modal .modal__content .modal__content_close {
  position: absolute;
  top: 0;
  right: -55px
}

@media screen and (max-width: 960px) {
  .modal .modal__content .modal__content_close {
    right: 0;
    top: -55px
  }
}

@media screen and (max-width: 768px) {
  .modal .modal__content .modal__content_close {
    display: none
  }
}

.modal .modal__content .modal__content_close_mobile {
  display: none;
  transition: .2s;
  z-index: 99;
  width: 28px;
  height: 28px
}

@media screen and (max-width: 768px) {
  .modal .modal__content .modal__content_close_mobile {
    right: 20px !important;
    top: 5px !important
  }
}

@media screen and (max-width: 768px) {
  .modal .modal__content .modal__content_close_mobile {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex
  }
}

@media screen and (max-width: 768px) {
  .modal .modal__content {
    height: 100%;
    border-radius: 0
  }
}

.modal .modal__content.hit {
  border: 2px solid var(--color7)
}

.modal .modal__content.remains {
  border: 2px solid var(--color10)
}

.modal .modal__content .hit-label {
  position: absolute;
  padding: 0 15px 2px;
  box-sizing: border-box;
  color: var(--color8);
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  border-radius: 0 0 12px 12px;
  background: var(--color7);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content
}

.modal .modal__content .hit-label.remains {
  background: var(--color10)
}

.show-modal {
  visibility: visible;
  opacity: 1
}

.face {
  display: flex;
  flex-direction: column;
  padding-top: 42px;
  width: 100%
}

@media (max-width: 768px) {
  .face {
    padding-top: 36px
  }
}

.face__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .face__title {
    font-size: 18px;
    line-height: 20.286px
  }
}

.face__title .highlight {
  color: var(--color1)
}

.face__sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--color5)
}

@media (max-width: 768px) {
  .face__sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.286px
  }
}

.face__gifts-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaeced;
  padding: 23.5px 0;
  min-height: 240px;
  overflow: hidden
}

@media (max-width: 768px) {
  .face__gifts-wrapper {
    min-height: 217px;
    padding: 20px 0
  }
}

.face__center {
  width: 181.005px;
  height: 208.038px;
  border-radius: 17.034px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  pointer-events: none
}

@media (max-width: 768px) {
  .face__center {
    width: 154px;
    height: 178px
  }
}

.face__gifts {
  display: flex;
  transition: transform .6s cubic-bezier(.25, 1, .5, 1);
  will-change: transform;
  z-index: 1
}

.face__gift {
  flex-shrink: 0;
  width: 181px;
  height: 208px;
  padding: 29px 14px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-radius: 20px;
  background: transparent;
  opacity: .2;
  transition: opacity .3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

@media (max-width: 768px) {
  .face__gift {
    padding: 20px 14px;
    height: 178px
  }
}

.face__gift_center {
  opacity: 1
}

.face__gift-img {
  width: 87px;
  height: 87px;
  border-radius: 14px
}

.face__gift-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--color5);
  width: 100%
}

.face__gift-subtitle {
  color: #00000080
}

.face__bottom {
  padding: 24px 13px 0
}

@media (max-width: 768px) {
  .face__bottom {
    padding: 20px 11.5px 0
  }
}

.face__btn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 14.104px;
  background: var(--color12);
  font-weight: 600;
  line-height: 28.209px;
  padding: 18px 0 16px;
  overflow: hidden;
  position: relative
}

@media (max-width: 768px) {
  .face__btn {
    font-size: 15px;
    line-height: 24.048px
  }
}

.face__btn-text {
  position: relative;
  z-index: 1
}

.face__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color1);
  animation: progressBar var(--duration, 5s) linear;
  animation-fill-mode: forwards
}

@keyframes progressBar {
  0% {
    width: 0%
  }

  to {
    width: 100%
  }
}

.face p {
  margin: 0
}

.main-container {
  position: relative
}

.main-container__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f7f7f7;
  z-index: 999
}

.toast-component {
  position: fixed;
  max-width: 25rem;
  z-index: 99999;
  pointer-events: none;
  box-sizing: border-box
}

.toast-component.p-toast-top-right {
  top: 20px;
  right: 20px
}

.toast-component .p-toast-message {
  margin-bottom: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 12px #0000001a;
  overflow: hidden;
  border-width: 0 0 0 6px;
  border-style: solid;
  border-color: #6366f1;
  background: #e9e9ff;
  color: #6366f1;
  animation: toast-enter .3s ease;
  pointer-events: auto
}

.toast-component .p-toast-message-content {
  display: flex;
  align-items: flex-start;
  padding: 1rem
}

.toast-component .p-toast-message-text {
  flex: 1 1 auto
}

.toast-component .p-toast-summary {
  font-weight: 700;
  display: block;
  overflow-wrap: anywhere
}

.toast-component .p-toast-detail {
  overflow-wrap: anywhere
}

.toast-component .p-toast-summary+.p-toast-detail {
  margin-top: .5rem
}

.toast-component .p-toast-icon-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
  transition: background-color .2s;
  flex-shrink: 0;
  margin-left: .5rem;
  padding: 0
}

.toast-component .p-toast-icon-close:hover {
  background: #0000000d
}

.toast-component .p-toast-message-success {
  background: #e4f8f0;
  border-color: #1ea97c;
  color: #1ea97c
}

.toast-component .p-toast-message-error {
  background: #ffe7e6;
  border-color: #ff5757;
  color: #ff5757
}

.toast-component .p-toast-message-info {
  background: #e9e9ff;
  border-color: #6366f1;
  color: #6366f1
}

.toast-component .p-toast-message-warn {
  background: #fff2cc;
  border-color: #cc8925;
  color: #cc8925
}

.toast-component .p-toast-message-exit {
  animation: toast-exit .3s ease forwards
}

@media screen and (max-width: 600px) {
  .toast-component {
    max-width: 100% !important;
    width: 100% !important;
    right: 0 !important;
    top: 0 !important
  }

  .toast-component .p-toast-message {
    border-radius: 0 !important
  }
}

@keyframes toast-enter {
  0% {
    opacity: 0;
    transform: translateY(50%)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes toast-exit {
  0% {
    opacity: 1;
    max-height: 1000px;
    margin-bottom: 1rem
  }

  to {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0
  }
}

:root {
  font-family: Inter var, sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-variation-settings: normal;
  --font-family: "Inter var", sans-serif;
  --font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  --surface-a: #ffffff;
  --surface-b: #f9fafb;
  --surface-c: #f3f4f6;
  --surface-d: #e5e7eb;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #4b5563;
  --text-color-secondary: #6b7280;
  --primary-color: #6366f1;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f3f4f6;
  --surface-200: #e5e7eb;
  --surface-300: #d1d5db;
  --surface-400: #9ca3af;
  --surface-500: #6b7280;
  --surface-600: #4b5563;
  --surface-700: #374151;
  --surface-800: #1f2937;
  --surface-900: #111827;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --content-padding: 1.25rem;
  --inline-spacing: .5rem;
  --border-radius: 6px;
  --surface-ground: #f9fafb;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dfe7ef;
  --surface-hover: #f6f9fc;
  --focus-ring: 0 0 0 .2rem #c7d2fe;
  --maskbg: rgba(0, 0, 0, .4);
  --highlight-bg: #eef2ff;
  --highlight-text-color: #4338ca;
  color-scheme: light
}

@font-face {
  font-family: Inter var;
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url(InterVariable-CWi-zmRD.woff2) format("woff2")
}

@font-face {
  font-family: Inter var;
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url(InterVariable-Italic-d6KXgdvN.woff2) format("woff2")
}

:root {
  --blue-50: #f5f9ff;
  --blue-100: #d0e1fd;
  --blue-200: #abc9fb;
  --blue-300: #85b2f9;
  --blue-400: #609af8;
  --blue-500: #3b82f6;
  --blue-600: #326fd1;
  --blue-700: #295bac;
  --blue-800: #204887;
  --blue-900: #183462;
  --green-50: #f4fcf7;
  --green-100: #caf1d8;
  --green-200: #a0e6ba;
  --green-300: #76db9b;
  --green-400: #4cd07d;
  --green-500: #22c55e;
  --green-600: #1da750;
  --green-700: #188a42;
  --green-800: #136c34;
  --green-900: #0e4f26;
  --yellow-50: #fefbf3;
  --yellow-100: #faedc4;
  --yellow-200: #f6de95;
  --yellow-300: #f2d066;
  --yellow-400: #eec137;
  --yellow-500: #eab308;
  --yellow-600: #c79807;
  --yellow-700: #a47d06;
  --yellow-800: #816204;
  --yellow-900: #5e4803;
  --cyan-50: #f3fbfd;
  --cyan-100: #c3edf5;
  --cyan-200: #94e0ed;
  --cyan-300: #65d2e4;
  --cyan-400: #35c4dc;
  --cyan-500: #06b6d4;
  --cyan-600: #059bb4;
  --cyan-700: #047f94;
  --cyan-800: #036475;
  --cyan-900: #024955;
  --pink-50: #fef6fa;
  --pink-100: #fad3e7;
  --pink-200: #f7b0d3;
  --pink-300: #f38ec0;
  --pink-400: #f06bac;
  --pink-500: #ec4899;
  --pink-600: #c93d82;
  --pink-700: #a5326b;
  --pink-800: #822854;
  --pink-900: #5e1d3d;
  --indigo-50: #f7f7fe;
  --indigo-100: #dadafc;
  --indigo-200: #bcbdf9;
  --indigo-300: #9ea0f6;
  --indigo-400: #8183f4;
  --indigo-500: #6366f1;
  --indigo-600: #5457cd;
  --indigo-700: #4547a9;
  --indigo-800: #363885;
  --indigo-900: #282960;
  --teal-50: #f3fbfb;
  --teal-100: #c7eeea;
  --teal-200: #9ae0d9;
  --teal-300: #6dd3c8;
  --teal-400: #41c5b7;
  --teal-500: #14b8a6;
  --teal-600: #119c8d;
  --teal-700: #0e8174;
  --teal-800: #0b655b;
  --teal-900: #084a42;
  --orange-50: #fff8f3;
  --orange-100: #feddc7;
  --orange-200: #fcc39b;
  --orange-300: #fba86f;
  --orange-400: #fa8e42;
  --orange-500: #f97316;
  --orange-600: #d46213;
  --orange-700: #ae510f;
  --orange-800: #893f0c;
  --orange-900: #642e09;
  --bluegray-50: #f7f8f9;
  --bluegray-100: #dadee3;
  --bluegray-200: #bcc3cd;
  --bluegray-300: #9fa9b7;
  --bluegray-400: #818ea1;
  --bluegray-500: #64748b;
  --bluegray-600: #556376;
  --bluegray-700: #465161;
  --bluegray-800: #37404c;
  --bluegray-900: #282e38;
  --purple-50: #fbf7ff;
  --purple-100: #ead6fd;
  --purple-200: #dab6fc;
  --purple-300: #c996fa;
  --purple-400: #b975f9;
  --purple-500: #a855f7;
  --purple-600: #8f48d2;
  --purple-700: #763cad;
  --purple-800: #5c2f88;
  --purple-900: #432263;
  --red-50: #fff5f5;
  --red-100: #ffd0ce;
  --red-200: #ffaca7;
  --red-300: #ff8780;
  --red-400: #ff6259;
  --red-500: #ff3d32;
  --red-600: #d9342b;
  --red-700: #b32b23;
  --red-800: #8c221c;
  --red-900: #661814;
  --primary-50: #f7f7fe;
  --primary-100: #dadafc;
  --primary-200: #bcbdf9;
  --primary-300: #9ea0f6;
  --primary-400: #8183f4;
  --primary-500: #6366f1;
  --primary-600: #5457cd;
  --primary-700: #4547a9;
  --primary-800: #363885;
  --primary-900: #282960
}

.p-editor-container .p-editor-toolbar {
  background: #f9fafb;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px
}

.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #e5e7eb
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6b7280
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6b7280
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6b7280
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #fff;
  border: 0 none;
  box-shadow: 0 2px 12px #0000001a;
  border-radius: 6px;
  padding: .75rem 0
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #4b5563
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #4b5563;
  background: #f3f4f6
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: .75rem 1.25rem
}

.p-editor-container .p-editor-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px
}

.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #e5e7eb
}

.p-editor-container .p-editor-content .ql-editor {
  background: #fff;
  color: #4b5563;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px
}

.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #4b5563
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #4b5563
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #4b5563
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #6366f1
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #6366f1
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #6366f1
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #6366f1
}

@layer primereact {
  * {
    box-sizing: border-box
  }

  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: 400
  }

  .p-component-overlay {
    background-color: #0006;
    transition-duration: .2s
  }

  .p-disabled,
  .p-component:disabled {
    opacity: .6
  }

  .p-error {
    color: #e24c4c
  }

  .p-text-secondary {
    color: #6b7280
  }

  .pi {
    font-size: 1rem
  }

  .p-icon {
    width: 1rem;
    height: 1rem
  }

  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 6px
  }

  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation .15s forwards
  }

  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation .15s forwards
  }

  @keyframes p-component-overlay-enter-animation {
    0% {
      background-color: transparent
    }

    to {
      background-color: var(--maskbg)
    }
  }

  @keyframes p-component-overlay-leave-animation {
    0% {
      background-color: var(--maskbg)
    }

    to {
      background-color: transparent
    }
  }

  .p-autocomplete .p-autocomplete-loader {
    right: .75rem
  }

  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.75rem
  }

  .p-autocomplete .p-autocomplete-multiple-container {
    padding: .375rem .75rem;
    gap: .5rem
  }

  .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
    border-color: #6366f1
  }

  .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: .375rem 0
  }

  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0
  }

  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: .375rem .75rem;
    margin-right: .5rem;
    background: #eef2ff;
    color: #4338ca;
    border-radius: 6px
  }

  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: .5rem
  }

  .p-autocomplete.p-invalid.p-component>.p-inputtext {
    border-color: #e24c4c
  }

  .p-autocomplete-panel {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-autocomplete-panel .p-autocomplete-items {
    padding: .75rem 0
  }

  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: .75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: .75rem 1.25rem;
    color: #374151;
    background: #fff;
    font-weight: 700
  }

  .p-calendar.p-invalid.p-component>.p-inputtext {
    border-color: #e24c4c
  }

  .p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-datepicker {
    padding: .5rem;
    background: #fff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px
  }

  .p-datepicker:not(.p-datepicker-inline) {
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #fff
  }

  .p-datepicker .p-datepicker-header {
    padding: .5rem;
    color: #4b5563;
    background: #fff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem
  }

  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #4b5563;
    transition: background-color .2s, color .2s, box-shadow .2s;
    font-weight: 600;
    padding: .5rem
  }

  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #6366f1
  }

  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: .5rem
  }

  .p-datepicker table {
    font-size: 1rem;
    margin: .5rem 0
  }

  .p-datepicker table th {
    padding: .5rem
  }

  .p-datepicker table th>span {
    width: 2.5rem;
    height: 2.5rem
  }

  .p-datepicker table td {
    padding: .5rem
  }

  .p-datepicker table td>span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: box-shadow .2s;
    border: 1px solid transparent
  }

  .p-datepicker table td>span.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-datepicker table td>span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-datepicker table td.p-datepicker-today>span {
    background: #d1d5db;
    color: #4b5563;
    border-color: transparent
  }

  .p-datepicker table td.p-datepicker-today>span.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb
  }

  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto
  }

  .p-datepicker .p-timepicker {
    border-top: 1px solid #e5e7eb;
    padding: .5rem
  }

  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-datepicker .p-timepicker button:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-datepicker .p-timepicker button:last-child {
    margin-top: .2em
  }

  .p-datepicker .p-timepicker span {
    font-size: 1.25rem
  }

  .p-datepicker .p-timepicker>div {
    padding: 0 .5rem
  }

  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none
  }

  .p-datepicker .p-monthpicker {
    margin: .5rem 0
  }

  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: .5rem;
    transition: box-shadow .2s;
    border-radius: 6px
  }

  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-datepicker .p-yearpicker {
    margin: .5rem 0
  }

  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: .5rem;
    transition: box-shadow .2s;
    border-radius: 6px
  }

  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #e5e7eb;
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: 0;
    padding-bottom: 0
  }

  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none
  }

  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0
  }

  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #f3f4f6
  }

  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6
  }

  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6
  }

  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  @media screen and (max-width: 769px) {

    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0
    }
  }

  .p-cascadeselect {
    background: #fff;
    border: 1px solid #d1d5db;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px;
    outline-color: transparent
  }

  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #6366f1
  }

  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-cascadeselect.p-variant-filled {
    background-color: #f3f4f6
  }

  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6
  }

  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #fff
  }

  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: .75rem
  }

  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6b7280
  }

  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none
  }

  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-cascadeselect.p-invalid.p-component {
    border-color: #e24c4c
  }

  .p-cascadeselect-panel {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: .75rem 0
  }

  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0
  }

  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:last-child {
    margin-bottom: 0
  }

  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: #6366f13d
  }

  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: .75rem 1.25rem
  }

  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: .875rem
  }

  .p-checkbox-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    outline: 0 none;
    cursor: pointer
  }

  .p-checkbox {
    width: 22px;
    height: 22px
  }

  .p-checkbox .p-checkbox-input {
    border: 2px solid #d1d5db;
    border-radius: 6px
  }

  .p-checkbox .p-checkbox-box {
    border: 2px solid #d1d5db;
    background: #fff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 6px;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    outline-color: transparent
  }

  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: .2s;
    color: #fff;
    font-size: 14px
  }

  .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
    width: 14px;
    height: 14px
  }

  .p-checkbox.p-highlight .p-checkbox-box {
    border-color: #6366f1;
    background: #6366f1
  }

  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    border-color: #6366f1
  }

  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
    border-color: #4338ca;
    background: #4338ca;
    color: #fff
  }

  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-checkbox.p-invalid>.p-checkbox-box {
    border-color: #e24c4c
  }

  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6
  }

  .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box {
    background: #6366f1
  }

  .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    background-color: #f3f4f6
  }

  .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
    background: #4338ca
  }

  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f3f4f6
  }

  .p-input-filled .p-checkbox.p-highlight .p-checkbox-box {
    background: #6366f1
  }

  .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    background-color: #f3f4f6
  }

  .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
    background: #4338ca
  }

  .p-checkbox {
    position: relative;
    display: inline-flex;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom
  }

  .p-checkbox-input {
    cursor: pointer
  }

  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .p-tristatecheckbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6
  }

  .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box {
    background: #6366f1
  }

  .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    background-color: #f3f4f6
  }

  .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
    background: #4338ca
  }

  .p-chips {
    display: inline-flex
  }

  .p-chips-multiple-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: text;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  .p-chips-token {
    cursor: default;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto
  }

  .p-chips-input-token {
    flex: 1 1 auto;
    display: inline-flex
  }

  .p-chips-token-icon {
    cursor: pointer
  }

  .p-chips-input-token input {
    border: 0 none;
    outline: 0 none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%
  }

  .p-fluid .p-chips {
    display: flex
  }

  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #6366f1
  }

  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-chips .p-chips-multiple-container {
    padding: .375rem .75rem;
    outline-color: transparent
  }

  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: .375rem .75rem;
    margin-right: .5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px
  }

  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #e5e7eb;
    color: #4b5563
  }

  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: .5rem
  }

  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: .375rem 0
  }

  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0
  }

  .p-chips.p-invalid.p-component>.p-inputtext {
    border-color: #e24c4c
  }

  .p-colorpicker-preview {
    width: 2rem;
    height: 2rem
  }

  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919
  }

  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #fff
  }

  .p-colorpicker-overlay-panel {
    box-shadow: 0 2px 12px #0000001a
  }

  .p-dropdown {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none
  }

  .p-dropdown-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
  }

  .p-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
  }

  .p-dropdown-label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    flex: 1 1 auto;
    width: 1%;
    text-overflow: ellipsis;
    cursor: pointer
  }

  .p-dropdown-label-empty {
    overflow: hidden;
    opacity: 0
  }

  input.p-dropdown-label {
    cursor: default
  }

  .p-dropdown .p-dropdown-panel {
    min-width: 100%
  }

  .p-dropdown-panel {
    position: absolute;
    top: 0;
    left: 0
  }

  .p-dropdown-items-wrapper {
    overflow: auto
  }

  .p-dropdown-item {
    cursor: pointer;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center
  }

  .p-dropdown-item-group {
    cursor: auto
  }

  .p-dropdown-items {
    margin: 0;
    padding: 0;
    list-style-type: none
  }

  .p-dropdown-filter {
    width: 100%
  }

  .p-dropdown-filter-container {
    position: relative
  }

  .p-dropdown-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
  }

  .p-fluid .p-dropdown {
    display: flex
  }

  .p-fluid .p-dropdown .p-dropdown-label {
    width: 1%
  }

  .p-dropdown {
    background: #fff;
    border: 1px solid #d1d5db;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px;
    outline-color: transparent
  }

  .p-dropdown:not(.p-disabled):hover {
    border-color: #6366f1
  }

  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-dropdown.p-variant-filled {
    background: #f3f4f6
  }

  .p-dropdown.p-variant-filled:not(.p-disabled):hover {
    background-color: #f3f4f6
  }

  .p-dropdown.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #fff
  }

  .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent
  }

  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.75rem
  }

  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none
  }

  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6b7280
  }

  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none
  }

  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-dropdown .p-dropdown-clear-icon {
    color: #6b7280;
    right: 3rem
  }

  .p-dropdown.p-invalid.p-component {
    border-color: #e24c4c
  }

  .p-dropdown-panel {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-dropdown-panel .p-dropdown-header {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.75rem;
    margin-right: -1.75rem
  }

  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: .75rem;
    color: #6b7280
  }

  .p-dropdown-panel .p-dropdown-items {
    padding: .75rem 0
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: .75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child {
    margin-bottom: 0
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: #6366f13d
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon {
    position: relative;
    margin-left: -.5rem;
    margin-right: .5rem
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: .75rem 1.25rem;
    color: #374151;
    background: #fff;
    font-weight: 700
  }

  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: .75rem 1.25rem;
    color: #4b5563;
    background: transparent
  }

  .p-inputgroup-addon {
    background: #f3f4f6;
    color: #6b7280;
    border-top: 1px solid #d1d5db;
    border-left: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: .75rem;
    min-width: 3rem
  }

  .p-inputgroup-addon:last-child {
    border-right: 1px solid #d1d5db
  }

  .p-inputgroup>.p-component,
  .p-inputgroup>.p-inputwrapper>.p-inputtext,
  .p-inputgroup>.p-float-label>.p-component {
    border-radius: 0;
    margin: 0
  }

  .p-inputgroup>.p-component+.p-inputgroup-addon,
  .p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon,
  .p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon {
    border-left: 0 none
  }

  .p-inputgroup>.p-component:focus,
  .p-inputgroup>.p-inputwrapper>.p-inputtext:focus,
  .p-inputgroup>.p-float-label>.p-component:focus {
    z-index: 1
  }

  .p-inputgroup>.p-component:focus~label,
  .p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label,
  .p-inputgroup>.p-float-label>.p-component:focus~label {
    z-index: 1
  }

  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup>.p-inputwrapper:first-child,
  .p-inputgroup>.p-inputwrapper:first-child>.p-inputtext {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup>.p-inputwrapper:last-child,
  .p-inputgroup>.p-inputwrapper:last-child>.p-inputtext {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-fluid .p-inputgroup .p-button {
    width: auto
  }

  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem
  }

  .p-inputnumber.p-invalid.p-component>.p-inputtext {
    border-color: #e24c4c
  }

  .p-inputswitch {
    position: relative;
    display: inline-block
  }

  .p-inputswitch-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    outline: 0 none;
    cursor: pointer
  }

  .p-inputswitch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent
  }

  .p-inputswitch-slider:before {
    position: absolute;
    content: "";
    top: 50%
  }

  .p-inputswitch {
    width: 3rem;
    height: 1.75rem
  }

  .p-inputswitch .p-inputswitch-input {
    border-radius: 30px
  }

  .p-inputswitch .p-inputswitch-slider {
    background: #d1d5db;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 30px;
    outline-color: transparent
  }

  .p-inputswitch .p-inputswitch-slider:before {
    background: #fff;
    width: 1.25rem;
    height: 1.25rem;
    left: .25rem;
    margin-top: -.625rem;
    border-radius: 50%;
    transition-duration: .2s
  }

  .p-inputswitch.p-highlight .p-inputswitch-slider {
    background: #6366f1
  }

  .p-inputswitch.p-highlight .p-inputswitch-slider:before {
    background: #fff;
    transform: translate(1.25rem)
  }

  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider {
    background: #b7bcc5
  }

  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider {
    background: #4f46e5
  }

  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-inputswitch.p-invalid>.p-inputswitch-slider {
    border-color: #e24c4c
  }

  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    background: #fff;
    padding: .75rem;
    border: 1px solid #d1d5db;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    outline-color: transparent
  }

  .p-inputtext:enabled:hover {
    border-color: #6366f1
  }

  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-inputtext.p-invalid.p-component {
    border-color: #e24c4c
  }

  .p-inputtext.p-variant-filled {
    background-color: #f3f4f6
  }

  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f3f4f6
  }

  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #fff
  }

  .p-inputtext.p-inputtext-sm {
    font-size: .875rem;
    padding: .65625rem
  }

  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: .9375rem
  }

  .p-float-label>label {
    left: .75rem;
    color: #6b7280;
    transition-duration: .2s
  }

  .p-float-label>.p-invalid+label {
    color: #e24c4c
  }

  .p-icon-field-left>.p-inputtext {
    padding-left: 2.5rem
  }

  .p-icon-field-left.p-float-label>label {
    left: 2.5rem
  }

  .p-icon-field-right>.p-inputtext {
    padding-right: 2.5rem
  }

  ::-webkit-input-placeholder {
    color: #6b7280
  }

  :-moz-placeholder {
    color: #6b7280
  }

  ::-moz-placeholder {
    color: #6b7280
  }

  :-ms-input-placeholder {
    color: #6b7280
  }

  .p-input-filled .p-inputtext {
    background-color: #f3f4f6
  }

  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f3f4f6
  }

  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #fff
  }

  .p-inputtext-sm .p-inputtext {
    font-size: .875rem;
    padding: .65625rem
  }

  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: .9375rem
  }

  .p-icon-field {
    position: relative
  }

  .p-icon-field>.p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
  }

  .p-fluid .p-icon-field-left,
  .p-fluid .p-icon-field-right {
    width: 100%
  }

  .p-icon-field-left>.p-input-icon:first-of-type {
    left: .75rem;
    color: #6b7280
  }

  .p-icon-field-right>.p-input-icon:last-of-type {
    right: .75rem;
    color: #6b7280
  }

  .p-inputotp {
    display: flex;
    align-items: center;
    gap: .5rem
  }

  .p-inputotp-input {
    text-align: center;
    width: 2.5rem
  }

  .p-listbox-list-wrapper {
    overflow: auto
  }

  .p-listbox-list {
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .p-listbox-item {
    cursor: pointer;
    position: relative;
    overflow: hidden
  }

  .p-listbox-item-group {
    cursor: auto
  }

  .p-listbox-filter-container {
    position: relative
  }

  .p-listbox-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
  }

  .p-listbox-filter {
    width: 100%
  }

  .p-listbox {
    background: #fff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    outline-color: transparent
  }

  .p-listbox .p-listbox-header {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.75rem
  }

  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: .75rem;
    color: #6b7280
  }

  .p-listbox .p-listbox-list {
    padding: .75rem 0;
    outline: 0 none
  }

  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: .75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0
  }

  .p-listbox .p-listbox-list .p-listbox-item:last-child {
    margin-bottom: 0
  }

  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: .75rem 1.25rem;
    color: #374151;
    background: #fff;
    font-weight: 700
  }

  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: .75rem 1.25rem;
    color: #4b5563;
    background: transparent
  }

  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: #6366f13d
  }

  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-listbox.p-invalid {
    border-color: #e24c4c
  }

  .p-mention-panel {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-mention-panel .p-mention-items {
    padding: .75rem 0
  }

  .p-mention-panel .p-mention-items .p-mention-item {
    margin: 0;
    padding: .75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-mention-panel .p-mention-items .p-mention-item:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-mention-panel .p-mention-items .p-mention-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-multiselect {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
  }

  .p-multiselect-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
  }

  .p-multiselect-label-container {
    overflow: hidden;
    flex: 1 1 auto;
    cursor: pointer
  }

  .p-multiselect-label {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .p-multiselect-label-empty {
    overflow: hidden;
    visibility: hidden
  }

  .p-multiselect-token {
    cursor: default;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto
  }

  .p-multiselect-token-icon {
    cursor: pointer
  }

  .p-multiselect .p-multiselect-panel {
    min-width: 100%
  }

  .p-multiselect-items-wrapper {
    overflow: auto
  }

  .p-multiselect-items {
    margin: 0;
    padding: 0;
    list-style-type: none
  }

  .p-multiselect-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    overflow: hidden
  }

  .p-multiselect-item-group {
    cursor: auto
  }

  .p-multiselect-header {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .p-multiselect-filter-container {
    position: relative;
    flex: 1 1 auto
  }

  .p-multiselect-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
  }

  .p-multiselect-filter-container .p-inputtext {
    width: 100%
  }

  .p-multiselect-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    margin-left: auto
  }

  .p-fluid .p-multiselect {
    display: flex
  }

  .p-multiselect {
    background: #fff;
    border: 1px solid #d1d5db;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px;
    outline-color: transparent
  }

  .p-multiselect:not(.p-disabled):hover {
    border-color: #6366f1
  }

  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-multiselect.p-variant-filled {
    background: #f3f4f6
  }

  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f3f4f6
  }

  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #fff
  }

  .p-multiselect .p-multiselect-label {
    padding: .75rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
  }

  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6b7280
  }

  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: .375rem .75rem;
    margin-right: .5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px
  }

  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: .5rem
  }

  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-multiselect.p-invalid.p-component {
    border-color: #e24c4c
  }

  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: .375rem .75rem
  }

  .p-multiselect-panel {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-multiselect-panel .p-multiselect-header {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.75rem
  }

  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: .75rem;
    color: #6b7280
  }

  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: .5rem
  }

  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: .5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-multiselect-panel .p-multiselect-items {
    padding: .75rem 0
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: .75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child {
    margin-bottom: 0
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: #6366f13d
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: .5rem
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: .75rem 1.25rem;
    color: #374151;
    background: #fff;
    font-weight: 700
  }

  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: .75rem 1.25rem;
    color: #4b5563;
    background: transparent
  }

  .p-password.p-invalid.p-component>.p-inputtext {
    border-color: #e24c4c
  }

  .p-password-panel {
    padding: 1.25rem;
    background: #fff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a;
    border-radius: 6px
  }

  .p-password-panel .p-password-meter {
    margin-bottom: .5rem;
    background: #e5e7eb
  }

  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ea5455
  }

  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ff9f42
  }

  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #29c76f
  }

  .p-radiobutton {
    position: relative;
    display: inline-flex;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom
  }

  .p-radiobutton-input {
    cursor: pointer
  }

  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(.1);
    border-radius: 50%;
    visibility: hidden
  }

  .p-radiobutton.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1);
    visibility: visible
  }

  .p-radiobutton {
    width: 22px;
    height: 22px
  }

  .p-radiobutton .p-radiobutton-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    outline: 0 none;
    border: 2px solid #d1d5db;
    border-radius: 50%
  }

  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #d1d5db;
    background: #fff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 50%;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    outline-color: transparent
  }

  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: .2s;
    background-color: #fff
  }

  .p-radiobutton.p-highlight .p-radiobutton-box {
    border-color: #6366f1;
    background: #6366f1
  }

  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
    border-color: #6366f1
  }

  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box {
    border-color: #4338ca;
    background: #4338ca
  }

  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon {
    background-color: #fff
  }

  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-radiobutton.p-invalid>.p-radiobutton-box {
    border-color: #e24c4c
  }

  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f3f4f6
  }

  .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box {
    background: #6366f1
  }

  .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
    background-color: #f3f4f6
  }

  .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box {
    background: #4338ca
  }

  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f3f4f6
  }

  .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box {
    background: #6366f1
  }

  .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
    background-color: #f3f4f6
  }

  .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box {
    background: #4338ca
  }

  .p-rating {
    position: relative;
    display: flex;
    align-items: center
  }

  .p-rating-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer
  }

  .p-rating.p-readonly .p-rating-item {
    cursor: default
  }

  .p-rating {
    gap: .5rem
  }

  .p-rating .p-rating-item {
    outline-color: transparent;
    border-radius: 50%
  }

  .p-rating .p-rating-item .p-rating-icon {
    color: #4b5563;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    font-size: 1.143rem
  }

  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem
  }

  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #ea5455
  }

  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #6366f1
  }

  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #6366f1
  }

  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #e73d3e
  }

  .p-selectbutton .p-button {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
  }

  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6b7280
  }

  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563
  }

  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151
  }

  .p-selectbutton .p-button.p-highlight {
    background: #6366f1;
    border-color: #6366f1;
    color: #fff
  }

  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #fff
  }

  .p-selectbutton .p-button.p-highlight:hover {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #fff
  }

  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #fff
  }

  .p-selectbutton.p-invalid>.p-button {
    border-color: #e24c4c
  }

  .p-slider {
    background: #e5e7eb;
    border: 0 none;
    border-radius: 6px
  }

  .p-slider.p-slider-horizontal {
    height: .286rem
  }

  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -.5715rem;
    margin-left: -.5715rem
  }

  .p-slider.p-slider-vertical {
    width: .286rem
  }

  .p-slider.p-slider-vertical .p-slider-handle {
    margin-left: -.5715rem;
    margin-bottom: -.5715rem
  }

  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #fff;
    border: 2px solid #6366f1;
    border-radius: 50%;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
  }

  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-slider .p-slider-range {
    background: #6366f1
  }

  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #6366f1;
    border-color: #6366f1
  }

  .p-treeselect {
    background: #fff;
    border: 1px solid #d1d5db;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px
  }

  .p-treeselect:not(.p-disabled):hover {
    border-color: #6366f1
  }

  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-treeselect.p-treeselect-clearable .p-treeselect-label {
    padding-right: 1.75rem
  }

  .p-treeselect.p-variant-filled {
    background: #f3f4f6
  }

  .p-treeselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f3f4f6
  }

  .p-treeselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #fff
  }

  .p-treeselect .p-treeselect-label {
    padding: .75rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
  }

  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6b7280
  }

  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: .375rem .75rem;
    margin-right: .5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px
  }

  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-treeselect .p-treeselect-clear-icon {
    color: #6b7280;
    right: 3rem
  }

  .p-treeselect.p-invalid.p-component {
    border-color: #e24c4c
  }

  .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: .375rem .75rem
  }

  .p-treeselect-panel {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-treeselect-panel .p-treeselect-header {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: .5rem
  }

  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.75rem
  }

  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: .75rem;
    color: #6b7280
  }

  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.5rem
  }

  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.5rem
  }

  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none
  }

  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: .75rem 1.25rem;
    color: #4b5563;
    background: transparent
  }

  .p-input-filled .p-treeselect {
    background: #f3f4f6
  }

  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f3f4f6
  }

  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #fff
  }

  .p-togglebutton {
    position: relative;
    display: inline-flex;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom
  }

  .p-togglebutton-input {
    cursor: pointer
  }

  .p-togglebutton .p-button {
    flex: 1 1 auto
  }

  .p-togglebutton .p-togglebutton-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    outline: 0 none;
    border: 1px solid #d1d5db;
    border-radius: 6px
  }

  .p-togglebutton .p-button {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    outline-color: transparent
  }

  .p-togglebutton .p-button .p-button-icon-left,
  .p-togglebutton .p-button .p-button-icon-right {
    color: #6b7280
  }

  .p-togglebutton.p-highlight .p-button {
    background: #6366f1;
    border-color: #6366f1;
    color: #fff
  }

  .p-togglebutton.p-highlight .p-button .p-button-icon-left,
  .p-togglebutton.p-highlight .p-button .p-button-icon-right {
    color: #fff
  }

  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563
  }

  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left,
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right {
    color: #374151
  }

  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #fff
  }

  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right {
    color: #fff
  }

  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1
  }

  .p-togglebutton.p-invalid>.p-button {
    border-color: #e24c4c
  }

  .p-button {
    color: #fff;
    background: #6366f1;
    border: 1px solid #6366f1;
    padding: .75rem 1.25rem;
    font-size: 1rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px
  }

  .p-button:not(:disabled):hover {
    background: #4f46e5;
    color: #fff;
    border-color: #4f46e5
  }

  .p-button:not(:disabled):active {
    background: #4338ca;
    color: #fff;
    border-color: #4338ca
  }

  .p-button.p-button-outlined {
    background-color: transparent;
    color: #6366f1;
    border: 1px solid
  }

  .p-button.p-button-outlined:not(:disabled):hover {
    background: #6366f10a;
    color: #6366f1;
    border: 1px solid
  }

  .p-button.p-button-outlined:not(:disabled):active {
    background: #6366f129;
    color: #6366f1;
    border: 1px solid
  }

  .p-button.p-button-outlined.p-button-plain {
    color: #6b7280;
    border-color: #6b7280
  }

  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280
  }

  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280
  }

  .p-button.p-button-text {
    background-color: transparent;
    color: #6366f1;
    border-color: transparent
  }

  .p-button.p-button-text:not(:disabled):hover {
    background: #6366f10a;
    color: #6366f1;
    border-color: transparent
  }

  .p-button.p-button-text:not(:disabled):active {
    background: #6366f129;
    color: #6366f1;
    border-color: transparent
  }

  .p-button.p-button-text.p-button-plain {
    color: #6b7280
  }

  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280
  }

  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280
  }

  .p-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-button .p-button-label {
    transition-duration: .2s
  }

  .p-button .p-button-icon-left {
    margin-right: .5rem
  }

  .p-button .p-button-icon-right {
    margin-left: .5rem
  }

  .p-button .p-button-icon-bottom {
    margin-top: .5rem
  }

  .p-button .p-button-icon-top {
    margin-bottom: .5rem
  }

  .p-button .p-badge {
    margin-left: .5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #6366f1;
    background-color: #fff
  }

  .p-button.p-button-raised {
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f
  }

  .p-button.p-button-rounded {
    border-radius: 2rem
  }

  .p-button.p-button-icon-only {
    width: 3rem;
    padding: .75rem 0
  }

  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0
  }

  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 3rem
  }

  .p-button.p-button-sm {
    font-size: .875rem;
    padding: .65625rem 1.09375rem
  }

  .p-button.p-button-sm .p-button-icon {
    font-size: .875rem
  }

  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: .9375rem 1.5625rem
  }

  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem
  }

  .p-button.p-button-loading-label-only.p-button-loading-left .p-button-label {
    margin-left: .5rem
  }

  .p-button.p-button-loading-label-only.p-button-loading-right .p-button-label {
    margin-right: .5rem
  }

  .p-button.p-button-loading-label-only.p-button-loading-top .p-button-label {
    margin-top: .5rem
  }

  .p-button.p-button-loading-label-only.p-button-loading-bottom .p-button-label {
    margin-bottom: .5rem
  }

  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin: 0
  }

  .p-fluid .p-button {
    width: 100%
  }

  .p-fluid .p-button-icon-only {
    width: 3rem
  }

  .p-fluid .p-button-group {
    display: flex
  }

  .p-fluid .p-button-group .p-button {
    flex: 1
  }

  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary>.p-button,
  .p-splitbutton.p-button-secondary>.p-button,
  .p-fileupload-choose.p-button-secondary {
    color: #fff;
    background: #64748b;
    border: 1px solid #64748b
  }

  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary>.p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover,
  .p-fileupload-choose.p-button-secondary:not(:disabled):hover {
    background: #475569;
    color: #fff;
    border-color: #475569
  }

  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary>.p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus,
  .p-fileupload-choose.p-button-secondary:not(:disabled):focus {
    box-shadow: 0 0 0 .2rem #e2e8f0
  }

  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary>.p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary>.p-button:not(:disabled):active,
  .p-fileupload-choose.p-button-secondary:not(:disabled):active {
    background: #334155;
    color: #fff;
    border-color: #334155
  }

  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary>.p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary>.p-button.p-button-outlined,
  .p-fileupload-choose.p-button-secondary.p-button-outlined {
    background-color: transparent;
    color: #64748b;
    border: 1px solid
  }

  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,
  .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover {
    background: #64748b0a;
    color: #64748b;
    border: 1px solid
  }

  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,
  .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active {
    background: #64748b29;
    color: #64748b;
    border: 1px solid
  }

  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary>.p-button.p-button-text,
  .p-splitbutton.p-button-secondary>.p-button.p-button-text,
  .p-fileupload-choose.p-button-secondary.p-button-text {
    background-color: transparent;
    color: #64748b;
    border-color: transparent
  }

  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,
  .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover {
    background: #64748b0a;
    border-color: transparent;
    color: #64748b
  }

  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active,
  .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active {
    background: #64748b29;
    border-color: transparent;
    color: #64748b
  }

  .p-button.p-button-info,
  .p-button-group.p-button-info>.p-button,
  .p-splitbutton.p-button-info>.p-button,
  .p-fileupload-choose.p-button-info {
    color: #fff;
    background: #0ea5e9;
    border: 1px solid #0ea5e9
  }

  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info>.p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info>.p-button:not(:disabled):hover,
  .p-fileupload-choose.p-button-info:not(:disabled):hover {
    background: #0284c7;
    color: #fff;
    border-color: #0284c7
  }

  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info>.p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info>.p-button:not(:disabled):focus,
  .p-fileupload-choose.p-button-info:not(:disabled):focus {
    box-shadow: 0 0 0 .2rem #bfdbfe
  }

  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info>.p-button:not(:disabled):active,
  .p-splitbutton.p-button-info>.p-button:not(:disabled):active,
  .p-fileupload-choose.p-button-info:not(:disabled):active {
    background: #0369a1;
    color: #fff;
    border-color: #0369a1
  }

  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info>.p-button.p-button-outlined,
  .p-splitbutton.p-button-info>.p-button.p-button-outlined,
  .p-fileupload-choose.p-button-info.p-button-outlined {
    background-color: transparent;
    color: #0ea5e9;
    border: 1px solid
  }

  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,
  .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover {
    background: #0ea5e90a;
    color: #0ea5e9;
    border: 1px solid
  }

  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active,
  .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active {
    background: #0ea5e929;
    color: #0ea5e9;
    border: 1px solid
  }

  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info>.p-button.p-button-text,
  .p-splitbutton.p-button-info>.p-button.p-button-text,
  .p-fileupload-choose.p-button-info.p-button-text {
    background-color: transparent;
    color: #0ea5e9;
    border-color: transparent
  }

  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover,
  .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover {
    background: #0ea5e90a;
    border-color: transparent;
    color: #0ea5e9
  }

  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active,
  .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active {
    background: #0ea5e929;
    border-color: transparent;
    color: #0ea5e9
  }

  .p-button.p-button-success,
  .p-button-group.p-button-success>.p-button,
  .p-splitbutton.p-button-success>.p-button,
  .p-fileupload-choose.p-button-success {
    color: #fff;
    background: #22c55e;
    border: 1px solid #22c55e
  }

  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success>.p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success>.p-button:not(:disabled):hover,
  .p-fileupload-choose.p-button-success:not(:disabled):hover {
    background: #16a34a;
    color: #fff;
    border-color: #16a34a
  }

  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success>.p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success>.p-button:not(:disabled):focus,
  .p-fileupload-choose.p-button-success:not(:disabled):focus {
    box-shadow: 0 0 0 .2rem #bbf7d0
  }

  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success>.p-button:not(:disabled):active,
  .p-splitbutton.p-button-success>.p-button:not(:disabled):active,
  .p-fileupload-choose.p-button-success:not(:disabled):active {
    background: #15803d;
    color: #fff;
    border-color: #15803d
  }

  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success>.p-button.p-button-outlined,
  .p-splitbutton.p-button-success>.p-button.p-button-outlined,
  .p-fileupload-choose.p-button-success.p-button-outlined {
    background-color: transparent;
    color: #22c55e;
    border: 1px solid
  }

  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,
  .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover {
    background: #22c55e0a;
    color: #22c55e;
    border: 1px solid
  }

  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active,
  .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active {
    background: #22c55e29;
    color: #22c55e;
    border: 1px solid
  }

  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success>.p-button.p-button-text,
  .p-splitbutton.p-button-success>.p-button.p-button-text,
  .p-fileupload-choose.p-button-success.p-button-text {
    background-color: transparent;
    color: #22c55e;
    border-color: transparent
  }

  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover,
  .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover {
    background: #22c55e0a;
    border-color: transparent;
    color: #22c55e
  }

  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active,
  .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active {
    background: #22c55e29;
    border-color: transparent;
    color: #22c55e
  }

  .p-button.p-button-warning,
  .p-button-group.p-button-warning>.p-button,
  .p-splitbutton.p-button-warning>.p-button,
  .p-fileupload-choose.p-button-warning {
    color: #fff;
    background: #f97316;
    border: 1px solid #f97316
  }

  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning>.p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning>.p-button:not(:disabled):hover,
  .p-fileupload-choose.p-button-warning:not(:disabled):hover {
    background: #ea580c;
    color: #fff;
    border-color: #ea580c
  }

  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning>.p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning>.p-button:not(:disabled):focus,
  .p-fileupload-choose.p-button-warning:not(:disabled):focus {
    box-shadow: 0 0 0 .2rem #fde68a
  }

  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning>.p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning>.p-button:not(:disabled):active,
  .p-fileupload-choose.p-button-warning:not(:disabled):active {
    background: #c2410c;
    color: #fff;
    border-color: #c2410c
  }

  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning>.p-button.p-button-outlined,
  .p-splitbutton.p-button-warning>.p-button.p-button-outlined,
  .p-fileupload-choose.p-button-warning.p-button-outlined {
    background-color: transparent;
    color: #f97316;
    border: 1px solid
  }

  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,
  .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover {
    background: #f973160a;
    color: #f97316;
    border: 1px solid
  }

  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,
  .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active {
    background: #f9731629;
    color: #f97316;
    border: 1px solid
  }

  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning>.p-button.p-button-text,
  .p-splitbutton.p-button-warning>.p-button.p-button-text,
  .p-fileupload-choose.p-button-warning.p-button-text {
    background-color: transparent;
    color: #f97316;
    border-color: transparent
  }

  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover,
  .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover {
    background: #f973160a;
    border-color: transparent;
    color: #f97316
  }

  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active,
  .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active {
    background: #f9731629;
    border-color: transparent;
    color: #f97316
  }

  .p-button.p-button-help,
  .p-button-group.p-button-help>.p-button,
  .p-splitbutton.p-button-help>.p-button,
  .p-fileupload-choose.p-button-help {
    color: #fff;
    background: #a855f7;
    border: 1px solid #a855f7
  }

  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help>.p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help>.p-button:not(:disabled):hover,
  .p-fileupload-choose.p-button-help:not(:disabled):hover {
    background: #9333ea;
    color: #fff;
    border-color: #9333ea
  }

  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help>.p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help>.p-button:not(:disabled):focus,
  .p-fileupload-choose.p-button-help:not(:disabled):focus {
    box-shadow: 0 0 0 .2rem #e9d5ff
  }

  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help>.p-button:not(:disabled):active,
  .p-splitbutton.p-button-help>.p-button:not(:disabled):active,
  .p-fileupload-choose.p-button-help:not(:disabled):active {
    background: #7e22ce;
    color: #fff;
    border-color: #7e22ce
  }

  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help>.p-button.p-button-outlined,
  .p-splitbutton.p-button-help>.p-button.p-button-outlined,
  .p-fileupload-choose.p-button-help.p-button-outlined {
    background-color: transparent;
    color: #a855f7;
    border: 1px solid
  }

  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,
  .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover {
    background: #a855f70a;
    color: #a855f7;
    border: 1px solid
  }

  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active,
  .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active {
    background: #a855f729;
    color: #a855f7;
    border: 1px solid
  }

  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help>.p-button.p-button-text,
  .p-splitbutton.p-button-help>.p-button.p-button-text,
  .p-fileupload-choose.p-button-help.p-button-text {
    background-color: transparent;
    color: #a855f7;
    border-color: transparent
  }

  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover,
  .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover {
    background: #a855f70a;
    border-color: transparent;
    color: #a855f7
  }

  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active,
  .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active {
    background: #a855f729;
    border-color: transparent;
    color: #a855f7
  }

  .p-button.p-button-danger,
  .p-button-group.p-button-danger>.p-button,
  .p-splitbutton.p-button-danger>.p-button,
  .p-fileupload-choose.p-button-danger {
    color: #fff;
    background: #ef4444;
    border: 1px solid #ef4444
  }

  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger>.p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger>.p-button:not(:disabled):hover,
  .p-fileupload-choose.p-button-danger:not(:disabled):hover {
    background: #dc2626;
    color: #fff;
    border-color: #dc2626
  }

  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger>.p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger>.p-button:not(:disabled):focus,
  .p-fileupload-choose.p-button-danger:not(:disabled):focus {
    box-shadow: 0 0 0 .2rem #fecaca
  }

  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger>.p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger>.p-button:not(:disabled):active,
  .p-fileupload-choose.p-button-danger:not(:disabled):active {
    background: #b91c1c;
    color: #fff;
    border-color: #b91c1c
  }

  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger>.p-button.p-button-outlined,
  .p-splitbutton.p-button-danger>.p-button.p-button-outlined,
  .p-fileupload-choose.p-button-danger.p-button-outlined {
    background-color: transparent;
    color: #ef4444;
    border: 1px solid
  }

  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,
  .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover {
    background: #ef44440a;
    color: #ef4444;
    border: 1px solid
  }

  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,
  .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active {
    background: #ef444429;
    color: #ef4444;
    border: 1px solid
  }

  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger>.p-button.p-button-text,
  .p-splitbutton.p-button-danger>.p-button.p-button-text,
  .p-fileupload-choose.p-button-danger.p-button-text {
    background-color: transparent;
    color: #ef4444;
    border-color: transparent
  }

  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover,
  .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover {
    background: #ef44440a;
    border-color: transparent;
    color: #ef4444
  }

  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active,
  .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active {
    background: #ef444429;
    border-color: transparent;
    color: #ef4444
  }

  .p-button.p-button-contrast,
  .p-button-group.p-button-contrast>.p-button,
  .p-splitbutton.p-button-contrast>.p-button {
    color: #fff;
    background: #1f2937;
    border: 1px solid #1f2937
  }

  .p-button.p-button-contrast:not(:disabled):hover,
  .p-button-group.p-button-contrast>.p-button:not(:disabled):hover,
  .p-splitbutton.p-button-contrast>.p-button:not(:disabled):hover {
    background: #374151;
    color: #fff;
    border-color: #374151
  }

  .p-button.p-button-contrast:not(:disabled):focus,
  .p-button-group.p-button-contrast>.p-button:not(:disabled):focus,
  .p-splitbutton.p-button-contrast>.p-button:not(:disabled):focus {
    box-shadow: none
  }

  .p-button.p-button-contrast:not(:disabled):active,
  .p-button-group.p-button-contrast>.p-button:not(:disabled):active,
  .p-splitbutton.p-button-contrast>.p-button:not(:disabled):active {
    background: #4b5563;
    color: #fff;
    border-color: #4b5563
  }

  .p-button.p-button-contrast.p-button-outlined,
  .p-button-group.p-button-contrast>.p-button.p-button-outlined,
  .p-splitbutton.p-button-contrast>.p-button.p-button-outlined {
    background-color: transparent;
    color: #1f2937;
    border: 1px solid
  }

  .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover {
    background: #1f29370a;
    color: #1f2937;
    border: 1px solid
  }

  .p-button.p-button-contrast.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active {
    background: #1f293729;
    color: #1f2937;
    border: 1px solid
  }

  .p-button.p-button-contrast.p-button-text,
  .p-button-group.p-button-contrast>.p-button.p-button-text,
  .p-splitbutton.p-button-contrast>.p-button.p-button-text {
    background-color: transparent;
    color: #1f2937;
    border-color: transparent
  }

  .p-button.p-button-contrast.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):hover {
    background: #1f29370a;
    border-color: transparent;
    color: #1f2937
  }

  .p-button.p-button-contrast.p-button-text:not(:disabled):active,
  .p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):active {
    background: #1f293729;
    border-color: transparent;
    color: #1f2937
  }

  .p-button.p-button-link {
    color: #4338ca;
    background: transparent;
    border: transparent
  }

  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #4338ca;
    border-color: transparent
  }

  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline
  }

  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: transparent
  }

  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #4338ca;
    border-color: transparent
  }

  .p-splitbutton {
    border-radius: 6px
  }

  .p-splitbutton.p-button-outlined>.p-button {
    background-color: transparent;
    color: #6366f1;
    border: 1px solid
  }

  .p-splitbutton.p-button-outlined>.p-button:not(:disabled):hover {
    background: #6366f10a;
    color: #6366f1
  }

  .p-splitbutton.p-button-outlined>.p-button:not(:disabled):active {
    background: #6366f129;
    color: #6366f1
  }

  .p-splitbutton.p-button-outlined.p-button-plain>.p-button {
    color: #6b7280;
    border-color: #6b7280
  }

  .p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280
  }

  .p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280
  }

  .p-splitbutton.p-button-text>.p-button {
    background-color: transparent;
    color: #6366f1;
    border-color: transparent
  }

  .p-splitbutton.p-button-text>.p-button:not(:disabled):hover {
    background: #6366f10a;
    color: #6366f1;
    border-color: transparent
  }

  .p-splitbutton.p-button-text>.p-button:not(:disabled):active {
    background: #6366f129;
    color: #6366f1;
    border-color: transparent
  }

  .p-splitbutton.p-button-text.p-button-plain>.p-button {
    color: #6b7280
  }

  .p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280
  }

  .p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280
  }

  .p-splitbutton.p-button-raised {
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f
  }

  .p-splitbutton.p-button-rounded {
    border-radius: 2rem
  }

  .p-splitbutton.p-button-rounded>.p-button {
    border-radius: 2rem
  }

  .p-splitbutton.p-button-sm>.p-button {
    font-size: .875rem;
    padding: .65625rem 1.09375rem
  }

  .p-splitbutton.p-button-sm>.p-button .p-button-icon {
    font-size: .875rem
  }

  .p-splitbutton.p-button-lg>.p-button {
    font-size: 1.25rem;
    padding: .9375rem 1.5625rem
  }

  .p-splitbutton.p-button-lg>.p-button.p-button-icon-only {
    width: auto
  }

  .p-splitbutton.p-button-lg>.p-button .p-button-icon {
    font-size: 1.25rem
  }

  .p-splitbutton .p-splitbutton-menubutton,
  .p-splitbutton .p-splitbutton.p-button-rounded>.p-splitbutton-menubutton.p-button,
  .p-splitbutton .p-splitbutton.p-button-outlined>.p-splitbutton-menubutton.p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .p-splitbutton.p-button-secondary.p-button-outlined>.p-button {
    background-color: transparent;
    color: #64748b;
    border: 1px solid
  }

  .p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):hover {
    background: #64748b0a;
    color: #64748b
  }

  .p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):active {
    background: #64748b29;
    color: #64748b
  }

  .p-splitbutton.p-button-secondary.p-button-text>.p-button {
    background-color: transparent;
    color: #64748b;
    border-color: transparent
  }

  .p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):hover {
    background: #64748b0a;
    border-color: transparent;
    color: #64748b
  }

  .p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):active {
    background: #64748b29;
    border-color: transparent;
    color: #64748b
  }

  .p-splitbutton.p-button-info.p-button-outlined>.p-button {
    background-color: transparent;
    color: #0ea5e9;
    border: 1px solid
  }

  .p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):hover {
    background: #0ea5e90a;
    color: #0ea5e9
  }

  .p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):active {
    background: #0ea5e929;
    color: #0ea5e9
  }

  .p-splitbutton.p-button-info.p-button-text>.p-button {
    background-color: transparent;
    color: #0ea5e9;
    border-color: transparent
  }

  .p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):hover {
    background: #0ea5e90a;
    border-color: transparent;
    color: #0ea5e9
  }

  .p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):active {
    background: #0ea5e929;
    border-color: transparent;
    color: #0ea5e9
  }

  .p-splitbutton.p-button-success.p-button-outlined>.p-button {
    background-color: transparent;
    color: #22c55e;
    border: 1px solid
  }

  .p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):hover {
    background: #22c55e0a;
    color: #22c55e
  }

  .p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):active {
    background: #22c55e29;
    color: #22c55e
  }

  .p-splitbutton.p-button-success.p-button-text>.p-button {
    background-color: transparent;
    color: #22c55e;
    border-color: transparent
  }

  .p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):hover {
    background: #22c55e0a;
    border-color: transparent;
    color: #22c55e
  }

  .p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):active {
    background: #22c55e29;
    border-color: transparent;
    color: #22c55e
  }

  .p-splitbutton.p-button-warning.p-button-outlined>.p-button {
    background-color: transparent;
    color: #f97316;
    border: 1px solid
  }

  .p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):hover {
    background: #f973160a;
    color: #f97316
  }

  .p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):active {
    background: #f9731629;
    color: #f97316
  }

  .p-splitbutton.p-button-warning.p-button-text>.p-button {
    background-color: transparent;
    color: #f97316;
    border-color: transparent
  }

  .p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):hover {
    background: #f973160a;
    border-color: transparent;
    color: #f97316
  }

  .p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):active {
    background: #f9731629;
    border-color: transparent;
    color: #f97316
  }

  .p-splitbutton.p-button-help.p-button-outlined>.p-button {
    background-color: transparent;
    color: #a855f7;
    border: 1px solid
  }

  .p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):hover {
    background: #a855f70a;
    color: #a855f7
  }

  .p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):active {
    background: #a855f729;
    color: #a855f7
  }

  .p-splitbutton.p-button-help.p-button-text>.p-button {
    background-color: transparent;
    color: #a855f7;
    border-color: transparent
  }

  .p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):hover {
    background: #a855f70a;
    border-color: transparent;
    color: #a855f7
  }

  .p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):active {
    background: #a855f729;
    border-color: transparent;
    color: #a855f7
  }

  .p-splitbutton.p-button-danger.p-button-outlined>.p-button {
    background-color: transparent;
    color: #ef4444;
    border: 1px solid
  }

  .p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):hover {
    background: #ef44440a;
    color: #ef4444
  }

  .p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):active {
    background: #ef444429;
    color: #ef4444
  }

  .p-splitbutton.p-button-danger.p-button-text>.p-button {
    background-color: transparent;
    color: #ef4444;
    border-color: transparent
  }

  .p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):hover {
    background: #ef44440a;
    border-color: transparent;
    color: #ef4444
  }

  .p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):active {
    background: #ef444429;
    border-color: transparent;
    color: #ef4444
  }

  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem
  }

  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem
  }

  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon.p-icon {
    width: 1.3rem;
    height: 1.3rem
  }

  .p-speeddial-list {
    outline: 0 none
  }

  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #4b5563;
    color: #fff
  }

  .p-speeddial-action:hover {
    background: #022354;
    color: #fff
  }

  .p-speeddial-direction-up .p-speeddial-item {
    margin: .25rem
  }

  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: .5rem
  }

  .p-speeddial-direction-down .p-speeddial-item {
    margin: .25rem
  }

  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: .5rem
  }

  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 .25rem
  }

  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: .5rem
  }

  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 .25rem
  }

  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: .5rem
  }

  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0
  }

  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0
  }

  .p-speeddial-mask {
    background-color: #0006;
    border-radius: 6px
  }

  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    margin: .5rem
  }

  .p-carousel .p-carousel-indicators {
    padding: 1rem
  }

  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: .5rem;
    margin-bottom: .5rem
  }

  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #d1d5db;
    width: 2rem;
    height: .5rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 0
  }

  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #9ca3af
  }

  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #eef2ff;
    color: #4338ca
  }

  .p-datatable .p-paginator-top,
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0
  }

  .p-datatable .p-datatable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem;
    font-weight: 700
  }

  .p-datatable .p-datatable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem;
    font-weight: 700
  }

  .p-datatable .p-datatable-thead>tr>th {
    text-align: left;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow .2s
  }

  .p-datatable .p-datatable-tfoot>tr>td {
    text-align: left;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb
  }

  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: .5rem
  }

  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #4338ca;
    background: #eef2ff;
    margin-left: .5rem
  }

  .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover {
    background: #f3f4f6;
    color: #374151
  }

  .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon {
    color: #374151
  }

  .p-datatable .p-sortable-column.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #4338ca
  }

  .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover {
    background: #eef2ff;
    color: #4338ca
  }

  .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon {
    color: #4338ca
  }

  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 .15rem #c7d2fe;
    outline: 0 none
  }

  .p-datatable .p-datatable-tbody>tr {
    background: #fff;
    color: #4b5563;
    transition: box-shadow .2s
  }

  .p-datatable .p-datatable-tbody>tr>td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem
  }

  .p-datatable .p-datatable-tbody>tr>td .p-row-toggler,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save {
    margin-right: .5rem
  }

  .p-datatable .p-datatable-tbody>tr>td>.p-column-title {
    font-weight: 700
  }

  .p-datatable .p-datatable-tbody>tr>td.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-datatable .p-datatable-tbody>tr.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-datatable .p-datatable-tbody>tr.p-highlight-contextmenu {
    outline: .15rem solid #c7d2fe;
    outline-offset: -.15rem
  }

  .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td {
    box-shadow: inset 0 2px #eef2ff
  }

  .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td {
    box-shadow: inset 0 -2px #eef2ff
  }

  .p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:focus-visible {
    outline: .15rem solid #c7d2fe;
    outline-offset: -.15rem
  }

  .p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:focus-visible {
    outline: .15rem solid #c7d2fe;
    outline-offset: -.15rem
  }

  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-datatable .p-column-resizer-helper {
    background: #6366f1
  }

  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f9fafb
  }

  .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead,
  .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-thead,
  .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-tfoot {
    background-color: #f9fafb
  }

  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem
  }

  .p-datatable .p-datatable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem
  }

  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px
  }

  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px
  }

  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th {
    border-width: 1px 0 1px 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th:last-child {
    border-width: 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td {
    border-width: 1px 0 0 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td:last-child {
    border-width: 1px 1px 0 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td {
    border-width: 1px 0 1px 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td:last-child {
    border-width: 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td {
    border-width: 1px 0 1px 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td:last-child {
    border-width: 1px 1px 1px 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td {
    border-width: 0 0 1px 1px
  }

  .p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td:last-child {
    border-width: 0 1px 1px 1px
  }

  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td {
    border-width: 0 0 1px 1px
  }

  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:last-child {
    border-width: 0 1px 1px 1px
  }

  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td {
    border-width: 0 0 0 1px
  }

  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td:last-child {
    border-width: 0 1px 0 1px
  }

  .p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd {
    background: #f8f8fa
  }

  .p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler {
    color: #4338ca
  }

  .p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover {
    color: #4338ca
  }

  .p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd+.p-row-expanded {
    background: #f8f8fa
  }

  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: .5rem
  }

  .p-datatable.p-datatable-sm .p-datatable-thead>tr>th {
    padding: .5rem
  }

  .p-datatable.p-datatable-sm .p-datatable-tbody>tr>td {
    padding: .5rem
  }

  .p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td {
    padding: .5rem
  }

  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: .5rem
  }

  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem
  }

  .p-datatable.p-datatable-lg .p-datatable-thead>tr>th {
    padding: 1.25rem
  }

  .p-datatable.p-datatable-lg .p-datatable-tbody>tr>td {
    padding: 1.25rem
  }

  .p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td {
    padding: 1.25rem
  }

  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem
  }

  .p-datatable-drag-selection-helper {
    background: #6366f129
  }

  .p-dataview .p-paginator-top,
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0
  }

  .p-dataview .p-dataview-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem;
    font-weight: 700
  }

  .p-dataview .p-dataview-content {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    padding: 0
  }

  .p-dataview .p-dataview-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem
  }

  .p-dataview .p-dataview-loading-icon.p-icon {
    width: 2rem;
    height: 2rem
  }

  .p-datascroller .p-paginator-top,
  .p-datascroller .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0
  }

  .p-datascroller .p-datascroller-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem;
    font-weight: 700
  }

  .p-datascroller .p-datascroller-content {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    padding: 0
  }

  .p-datascroller.p-datascroller-inline .p-datascroller-list>li {
    border: solid #e5e7eb;
    border-width: 0 0 1px 0
  }

  .p-datascroller .p-datascroller-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: .5rem
  }

  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-column-filter-menu-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #f3f4f6;
    color: #374151
  }

  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #eef2ff;
    color: #4338ca
  }

  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-column-filter-clear-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-column-filter-overlay {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0000001a;
    min-width: 12.5rem
  }

  .p-column-filter-overlay .p-column-filter-row-items {
    padding: .75rem 0
  }

  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: .75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 .15rem #c7d2fe
  }

  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e7eb
  }

  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: .5rem
  }

  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: .5rem
  }

  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none
  }

  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: .75rem 1.25rem
  }

  .p-column-filter-overlay-menu .p-column-filter-buttonbar,
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem
  }

  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: .5rem
  }

  .p-orderlist .p-orderlist-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    font-weight: 700;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-orderlist .p-orderlist-filter-container {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none
  }

  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.75rem
  }

  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: .75rem;
    color: #6b7280
  }

  .p-orderlist .p-orderlist-list {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    padding: .75rem 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    outline: 0 none
  }

  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: .75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: transform .2s, box-shadow .2s
  }

  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: #6366f13d
  }

  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n) {
    background: #f8f8fa
  }

  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover {
    background: #f3f4f6
  }

  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #6f91ff
  }

  .p-organizationchart .p-organizationchart-line-down {
    background: #e5e7eb
  }

  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #e5e7eb;
    border-color: #e5e7eb
  }

  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #e5e7eb;
    border-color: #e5e7eb
  }

  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    padding: 1.25rem
  }

  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%
  }

  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-paginator {
    background: #fff;
    color: #6b7280;
    border: solid #f3f4f6;
    border-width: 0;
    padding: .5rem 1rem;
    border-radius: 6px
  }

  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: .143rem;
    transition: box-shadow .2s;
    border-radius: 50%
  }

  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151
  }

  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
  }

  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
  }

  .p-paginator .p-dropdown {
    margin-left: .5rem;
    height: 3rem
  }

  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0
  }

  .p-paginator .p-paginator-page-input {
    margin-left: .5rem;
    margin-right: .5rem
  }

  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 3rem
  }

  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: .143rem;
    padding: 0 .5rem
  }

  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: .143rem;
    transition: box-shadow .2s;
    border-radius: 50%
  }

  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #eef2ff;
    border-color: #eef2ff;
    color: #4338ca
  }

  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151
  }

  .p-picklist .p-picklist-buttons {
    padding: 1.25rem
  }

  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: .5rem
  }

  .p-picklist .p-picklist-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    font-weight: 700;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-picklist .p-picklist-filter-container {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none
  }

  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.75rem
  }

  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: .75rem;
    color: #6b7280
  }

  .p-picklist .p-picklist-list {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    padding: .75rem 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    outline: 0 none
  }

  .p-picklist .p-picklist-list .p-picklist-item {
    padding: .75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: transform .2s, box-shadow .2s
  }

  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #4338ca;
    background: #eef2ff
  }

  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: #6366f13d
  }

  .p-tree-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto
  }

  .p-treenode-children {
    margin: 0;
    padding: 0;
    list-style-type: none
  }

  .p-treenode-selectable {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
  }

  .p-tree-toggler {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
  }

  .p-treenode-leaf>.p-treenode-content .p-tree-toggler {
    visibility: hidden
  }

  .p-treenode-content {
    display: flex;
    align-items: center
  }

  .p-tree-filter {
    width: 100%
  }

  .p-tree-filter-container {
    position: relative;
    display: block;
    width: 100%
  }

  .p-tree-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
  }

  .p-tree-loading {
    position: relative;
    min-height: 4rem
  }

  .p-tree .p-tree-loading-overlay {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .p-tree {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    padding: 1.25rem;
    border-radius: 6px
  }

  .p-tree .p-tree-container .p-treenode {
    padding: .143rem;
    outline: 0 none
  }

  .p-tree .p-tree-container .p-treenode:focus>.p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 .15rem #c7d2fe
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 6px;
    transition: box-shadow .2s;
    padding: .5rem
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: .5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: .5rem;
    color: #6b7280
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: .5rem
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon {
    color: #4b5563
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #4338ca
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-tree .p-tree-filter-container {
    margin-bottom: .5rem
  }

  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.75rem
  }

  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: .75rem;
    color: #6b7280
  }

  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem
  }

  .p-tree .p-tree-loading-icon {
    font-size: 2rem
  }

  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem
  }

  .p-tree .p-treenode-droppoint {
    height: .5rem
  }

  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background: #8ba7ff
  }

  .p-treetable {
    position: relative
  }

  .p-treetable>.p-treetable-wrapper {
    overflow: auto
  }

  .p-treetable table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed
  }

  .p-treetable .p-sortable-column {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
  }

  .p-treetable-selectable .p-treetable-tbody>tr {
    cursor: pointer
  }

  .p-treetable-toggler {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    vertical-align: middle;
    overflow: hidden;
    position: relative
  }

  .p-treetable-toggler+.p-checkbox {
    vertical-align: middle
  }

  .p-treetable-toggler+.p-checkbox+span {
    vertical-align: middle
  }

  .p-treetable-resizable>.p-treetable-wrapper {
    overflow-x: auto
  }

  .p-treetable-resizable .p-treetable-thead>tr>th,
  .p-treetable-resizable .p-treetable-tfoot>tr>td,
  .p-treetable-resizable .p-treetable-tbody>tr>td {
    overflow: hidden
  }

  .p-treetable-resizable .p-resizable-column {
    background-clip: padding-box;
    position: relative
  }

  .p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer {
    display: none
  }

  .p-treetable .p-column-resizer {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: .5rem;
    height: 100%;
    padding: 0;
    cursor: col-resize;
    border: 1px solid transparent
  }

  .p-treetable .p-column-resizer-helper {
    width: 1px;
    position: absolute;
    z-index: 10;
    display: none
  }

  .p-treetable-scrollable-wrapper {
    position: relative
  }

  .p-treetable-scrollable-header,
  .p-treetable-scrollable-footer {
    overflow: hidden;
    border: 0 none
  }

  .p-treetable-scrollable-body {
    overflow: auto;
    position: relative
  }

  .p-treetable-virtual-table {
    position: absolute
  }

  .p-treetable-frozen-view .p-treetable-scrollable-body {
    overflow: hidden
  }

  .p-treetable-unfrozen-view {
    position: absolute;
    top: 0;
    left: 0
  }

  .p-treetable-reorder-indicator-up,
  .p-treetable-reorder-indicator-down {
    position: absolute;
    display: none
  }

  .p-treetable .p-treetable-loading-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
  }

  .p-treetable .p-treetable-thead>tr>th.p-align-left>.p-column-header-content,
  .p-treetable .p-treetable-tbody>tr>td.p-align-left,
  .p-treetable .p-treetable-tfoot>tr>td.p-align-left {
    text-align: left;
    justify-content: flex-start
  }

  .p-treetable .p-treetable-thead>tr>th.p-align-right>.p-column-header-content,
  .p-treetable .p-treetable-tbody>tr>td.p-align-right,
  .p-treetable .p-treetable-tfoot>tr>td.p-align-right {
    text-align: right;
    justify-content: flex-end
  }

  .p-treetable .p-treetable-thead>tr>th.p-align-center>.p-column-header-content,
  .p-treetable .p-treetable-tbody>tr>td.p-align-center,
  .p-treetable .p-treetable-tfoot>tr>td.p-align-center {
    text-align: center;
    justify-content: center
  }

  .p-treetable .p-paginator-top,
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0
  }

  .p-treetable .p-treetable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem;
    font-weight: 700
  }

  .p-treetable .p-treetable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem;
    font-weight: 700
  }

  .p-treetable .p-treetable-thead>tr>th {
    text-align: left;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow .2s
  }

  .p-treetable .p-treetable-tfoot>tr>td {
    text-align: left;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb
  }

  .p-treetable .p-sortable-column {
    outline-color: #c7d2fe
  }

  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: .5rem
  }

  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #4338ca;
    background: #eef2ff;
    margin-left: .5rem
  }

  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151
  }

  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151
  }

  .p-treetable .p-sortable-column.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #4338ca
  }

  .p-treetable .p-treetable-tbody>tr {
    background: #fff;
    color: #4b5563;
    transition: box-shadow .2s
  }

  .p-treetable .p-treetable-tbody>tr>td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem
  }

  .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler {
    margin-right: .5rem
  }

  .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox {
    margin-right: .5rem
  }

  .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563
  }

  .p-treetable .p-treetable-tbody>tr:focus-visible {
    outline: .15rem solid #c7d2fe;
    outline-offset: -.15rem
  }

  .p-treetable .p-treetable-tbody>tr.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler {
    color: #4338ca
  }

  .p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover {
    color: #4338ca
  }

  .p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover,
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler,
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #4b5563
  }

  .p-treetable .p-column-resizer-helper {
    background: #6366f1
  }

  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f9fafb
  }

  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem
  }

  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem
  }

  .p-treetable.p-treetable-gridlines .p-treetable-header {
    border-width: 1px 1px 0 1px
  }

  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px
  }

  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px
  }

  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px
  }

  .p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th {
    border-width: 1px
  }

  .p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td {
    border-width: 1px
  }

  .p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td {
    border-width: 1px
  }

  .p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd {
    background: #f8f8fa
  }

  .p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight {
    background: #eef2ff;
    color: #4338ca
  }

  .p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler {
    color: #4338ca
  }

  .p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover {
    color: #4338ca
  }

  .p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd+.p-row-expanded {
    background: #f8f8fa
  }

  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: .875rem
  }

  .p-treetable.p-treetable-sm .p-treetable-thead>tr>th {
    padding: .5rem
  }

  .p-treetable.p-treetable-sm .p-treetable-tbody>tr>td {
    padding: .5rem
  }

  .p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td {
    padding: .5rem
  }

  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: .5rem
  }

  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem
  }

  .p-treetable.p-treetable-lg .p-treetable-thead>tr>th {
    padding: 1.25rem
  }

  .p-treetable.p-treetable-lg .p-treetable-tbody>tr>td {
    padding: 1.25rem
  }

  .p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td {
    padding: 1.25rem
  }

  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem
  }

  .p-timeline .p-timeline-event-marker {
    border: 2px solid #6366f1;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #fff
  }

  .p-timeline .p-timeline-event-connector {
    background-color: #e5e7eb
  }

  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem
  }

  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px
  }

  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0
  }

  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px
  }

  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
    transition: box-shadow .2s
  }

  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: .5rem
  }

  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151
  }

  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151
  }

  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    border-top: 0;
    border-radius: 0 0 6px 6px
  }

  .p-accordion .p-accordion-tab {
    margin-bottom: 4px
  }

  .p-card {
    background: #fff;
    color: #4b5563;
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    border-radius: 6px
  }

  .p-card .p-card-body {
    padding: 1.25rem
  }

  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem
  }

  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: .5rem;
    color: #6b7280
  }

  .p-card .p-card-content {
    padding: 1.25rem 0
  }

  .p-card .p-card-footer {
    padding: 1.25rem 0 0
  }

  .p-fieldset {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    border-radius: 6px
  }

  .p-fieldset .p-fieldset-legend {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px
  }

  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1.25rem;
    color: #374151;
    border-radius: 6px;
    transition: box-shadow .2s
  }

  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: .5rem
  }

  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151
  }

  .p-fieldset .p-fieldset-content {
    padding: 1.25rem
  }

  .p-divider .p-divider-content {
    background-color: #fff
  }

  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem
  }

  .p-divider.p-divider-horizontal:before {
    border-top: 1px #e5e7eb
  }

  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 .5rem
  }

  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0
  }

  .p-divider.p-divider-vertical:before {
    border-left: 1px #e5e7eb
  }

  .p-divider.p-divider-vertical .p-divider-content {
    padding: .5rem 0
  }

  .p-panel .p-panel-header {
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    background: #f9fafb;
    color: #374151;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700
  }

  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-panel.p-panel-toggleable .p-panel-header {
    padding: .75rem 1.25rem
  }

  .p-panel:has(>.p-panel-footer) .p-panel-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0 none
  }

  .p-panel .p-panel-footer {
    padding: .75rem 1.25rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    border-top: 0 none
  }

  .p-splitter {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 6px;
    color: #4b5563
  }

  .p-splitter .p-splitter-gutter {
    transition: background-color .2s, color .2s, box-shadow .2s;
    background: #f9fafb
  }

  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #e5e7eb
  }

  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-splitter .p-splitter-gutter-resizing {
    background: #e5e7eb
  }

  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none
  }

  .p-stepper .p-stepper-header {
    padding: .5rem
  }

  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow .2s;
    border-radius: 6px;
    background: #fff;
    outline-color: transparent
  }

  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    border-width: 2px;
    background: #fff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: .5rem;
    color: #6b7280;
    font-weight: 700;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #eef2ff;
    color: #4338ca
  }

  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #4b5563
  }

  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-stepper .p-stepper-header:has(~.p-highlight) .p-stepper-separator {
    background-color: #6366f1
  }

  .p-stepper .p-stepper-panels {
    background: #fff;
    padding: 1.25rem;
    color: #4b5563
  }

  .p-stepper .p-stepper-separator {
    background-color: #e5e7eb;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow .2s
  }

  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column
  }

  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #fff;
    color: #4b5563
  }

  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial
  }

  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto
  }

  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial
  }

  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem
  }

  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px)
  }

  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~.p-stepper-panel-active) .p-stepper-separator {
    background-color: #6366f1
  }

  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem
  }

  .p-scrollpanel .p-scrollpanel-bar {
    background: #f9fafb;
    border: 0 none
  }

  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-tabview-nav-container {
    position: relative
  }

  .p-tabview-scrollable .p-tabview-nav-container {
    overflow: hidden
  }

  .p-tabview-nav-content {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior: contain auto;
    position: relative
  }

  .p-tabview-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1 1 auto
  }

  .p-tabview-nav-link {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    overflow: hidden
  }

  .p-tabview-ink-bar {
    display: none;
    z-index: 1
  }

  .p-tabview-nav-link:focus {
    z-index: 1
  }

  .p-tabview-close {
    z-index: 1
  }

  .p-tabview-title {
    line-height: 1;
    white-space: nowrap
  }

  .p-tabview-nav-btn {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .p-tabview-nav-prev {
    left: 0
  }

  .p-tabview-nav-next {
    right: 0
  }

  .p-tabview-nav-content::-webkit-scrollbar {
    display: none
  }

  .p-tabview .p-tabview-nav {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0
  }

  .p-tabview .p-tabview-nav li {
    margin-right: 0
  }

  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #fff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow .2s;
    margin: 0 0 -2px
  }

  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 .2rem #c7d2fe
  }

  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #fff;
    border-color: #9ca3af;
    color: #6b7280
  }

  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #fff;
    border-color: #6366f1;
    color: #6366f1
  }

  .p-tabview .p-tabview-close {
    margin-left: .5rem
  }

  .p-tabview .p-tabview-nav-btn.p-link {
    background: #fff;
    color: #6366f1;
    width: 3rem;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    border-radius: 0
  }

  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 .2rem #c7d2fe
  }

  .p-tabview .p-tabview-panels {
    background: #fff;
    padding: 1.25rem;
    border: 0 none;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .p-toolbar {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    border-radius: 6px;
    gap: .5rem
  }

  .p-toolbar .p-toolbar-separator {
    margin: 0 .5rem
  }

  .p-confirm-popup {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px #0000004d
  }

  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem
  }

  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0 1.25rem 1.25rem
  }

  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 .5rem 0 0;
    width: auto
  }

  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0
  }

  .p-confirm-popup:after {
    border: solid transparent;
    border-color: #fff0;
    border-bottom-color: #fff
  }

  .p-confirm-popup:before {
    border: solid transparent;
    border-color: #fff0;
    border-bottom-color: #f2f2f2
  }

  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #fff
  }

  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #fff
  }

  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem
  }

  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem
  }

  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem
  }

  .p-dialog {
    border-radius: 6px;
    box-shadow: 0 1px 3px #0000004d;
    border: 0 none
  }

  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #fff;
    color: #374151;
    padding: 1.5rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.25rem
  }

  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-dialog .p-dialog-header .p-dialog-header-icon {
    margin-right: .5rem
  }

  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0
  }

  .p-dialog .p-dialog-content {
    background: #fff;
    color: #4b5563;
    padding: 0 1.5rem 2rem
  }

  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #fff;
    color: #4b5563;
    padding: 0 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .p-dialog .p-dialog-footer button {
    margin: 0 .5rem 0 0;
    width: auto
  }

  .p-dialog.p-dialog-maximized .p-dialog-header,
  .p-dialog.p-dialog-maximized .p-dialog-content:last-of-type {
    border-radius: 0
  }

  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem
  }

  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem
  }

  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem
  }

  .p-overlaypanel {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px #0000004d
  }

  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem
  }

  .p-overlaypanel .p-overlaypanel-close {
    background: #6366f1;
    color: #fff;
    width: 2rem;
    height: 2rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem
  }

  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #4f46e5;
    color: #fff
  }

  .p-overlaypanel:after {
    border: solid transparent;
    border-color: #fff0;
    border-bottom-color: #fff
  }

  .p-overlaypanel:before {
    border: solid transparent;
    border-color: #fff0;
    border-bottom-color: #f2f2f2
  }

  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #fff
  }

  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #fff
  }

  .p-sidebar {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 1px 3px #0000004d
  }

  .p-sidebar .p-sidebar-header {
    padding: 1.25rem
  }

  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6
  }

  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-sidebar .p-sidebar-header+.p-sidebar-content {
    padding-top: 0
  }

  .p-sidebar .p-sidebar-content {
    padding: 1.25rem
  }

  .p-tooltip .p-tooltip-text {
    background: #4b5563;
    color: #fff;
    padding: .75rem;
    box-shadow: 0 2px 12px #0000001a;
    border-radius: 6px
  }

  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #4b5563
  }

  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #4b5563
  }

  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #4b5563
  }

  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #4b5563
  }

  .p-fileupload .p-fileupload-buttonbar {
    background: #f9fafb;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    gap: .5rem
  }

  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: .5rem
  }

  .p-fileupload .p-fileupload-content {
    background: #fff;
    padding: 2rem 1rem;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .p-fileupload .p-progressbar {
    height: .25rem
  }

  .p-fileupload .p-fileupload-row>div {
    padding: 1rem
  }

  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0
  }

  .p-breadcrumb {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem
  }

  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow .2s;
    border-radius: 6px
  }

  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6b7280
  }

  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 .5rem;
    color: #4b5563
  }

  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #4b5563
  }

  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6b7280
  }

  .p-contextmenu {
    padding: .5rem 0;
    background: #fff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a;
    border-radius: 6px;
    width: 12.5rem
  }

  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none
  }

  .p-contextmenu .p-submenu-list {
    padding: .5rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a;
    border-radius: 6px
  }

  .p-contextmenu .p-menuitem>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content {
    color: #4338ca;
    background: #eef2ff
  }

  .p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4338ca
  }

  .p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4338ca
  }

  .p-contextmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
    background: #6366f13d
  }

  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563
  }

  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-contextmenu .p-submenu-icon {
    font-size: .875rem
  }

  .p-contextmenu .p-submenu-icon.p-icon {
    width: .875rem;
    height: .875rem
  }

  .p-dock .p-dock-list-container {
    background: #ffffff1a;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: .5rem;
    border-radius: .5rem
  }

  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none
  }

  .p-dock .p-dock-item {
    padding: .5rem;
    border-radius: 6px
  }

  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 .15rem #c7d2fe
  }

  .p-dock .p-dock-action {
    width: 4rem;
    height: 4rem
  }

  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 .9rem
  }

  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem
  }

  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem
  }

  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: .9rem 0
  }

  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0
  }

  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0
  }

  .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container,
  .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%
  }

  .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list,
  .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto
  }

  .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container,
  .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%
  }

  .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list,
  .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0
  }

  .p-dock.p-dock-mobile .p-dock-list .p-dock-item,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-current,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current {
    transform: none;
    margin: 0
  }

  .p-megamenu {
    padding: .5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px
  }

  .p-megamenu .p-megamenu-root-list {
    outline: 0 none
  }

  .p-megamenu .p-menuitem>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-megamenu .p-menuitem.p-highlight>.p-menuitem-content {
    color: #4338ca;
    background: #eef2ff
  }

  .p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4338ca
  }

  .p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4338ca
  }

  .p-megamenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
    background: #6366f13d
  }

  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563
  }

  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-megamenu .p-megamenu-panel {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: .75rem 1.25rem;
    color: #374151;
    background: #fff;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
  }

  .p-megamenu .p-submenu-list {
    padding: .5rem 0;
    width: 12.5rem
  }

  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: .5rem 0
  }

  .p-megamenu .p-megamenu-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-megamenu .p-megamenu-button:hover {
    color: #6b7280;
    background: #f3f4f6
  }

  .p-megamenu .p-megamenu-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 6px
  }

  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link {
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: .5rem
  }

  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list {
    padding: .5rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon {
    font-size: .875rem
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon.p-icon {
    width: .875rem;
    height: .875rem
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem {
    width: 100%;
    position: static
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content {
    color: #4338ca;
    background: #eef2ff
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4338ca
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4338ca
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content {
    background: #6366f13d
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon {
    margin-left: auto
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon {
    transform: rotate(-180deg)
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-submenu-icon {
    transition: transform .2s;
    transform: rotate(90deg)
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon {
    transform: rotate(-90deg)
  }

  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menuitem {
    width: 100%;
    position: static
  }

  .p-menu {
    padding: .5rem 0;
    background: #fff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem
  }

  .p-menu .p-menuitem>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-menu .p-menuitem.p-highlight>.p-menuitem-content {
    color: #4338ca;
    background: #eef2ff
  }

  .p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4338ca
  }

  .p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4338ca
  }

  .p-menu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
    background: #6366f13d
  }

  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563
  }

  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-menu.p-menu-overlay {
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-menu .p-submenu-header {
    margin: 0;
    padding: .75rem 1.25rem;
    color: #374151;
    background: #fff;
    font-weight: 700;
    border-top-right-radius: 0;
    border-top-left-radius: 0
  }

  .p-menu .p-menu-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-menubar {
    padding: .5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px
  }

  .p-menubar .p-menubar-root-list {
    outline: 0 none
  }

  .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 6px
  }

  .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link {
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: .5rem
  }

  .p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-menubar .p-menuitem>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-menubar .p-menuitem.p-highlight>.p-menuitem-content {
    color: #4338ca;
    background: #eef2ff
  }

  .p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4338ca
  }

  .p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4338ca
  }

  .p-menubar .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
    background: #6366f13d
  }

  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563
  }

  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-menubar .p-submenu-list {
    padding: .5rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a;
    width: 12.5rem
  }

  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: .875rem
  }

  .p-menubar.p-menubar-mobile .p-menubar-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-menubar.p-menubar-mobile .p-menubar-button:hover {
    color: #6b7280;
    background: #f3f4f6
  }

  .p-menubar.p-menubar-mobile .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list {
    padding: .5rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon {
    font-size: .875rem
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-left: auto;
    transition: transform .2s
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon {
    transform: rotate(-180deg)
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform .2s;
    transform: rotate(90deg)
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon {
    transform: rotate(-90deg)
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a {
    padding-left: 2.25rem
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem
  }

  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem
  }

  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative
    }

    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6b7280;
      border-radius: 50%;
      transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-menubar .p-menubar-button:hover {
      color: #6b7280;
      background: #f3f4f6
    }

    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 .2rem #c7d2fe
    }

    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: .5rem 0;
      background: #fff;
      border: 0 none;
      box-shadow: 0 2px 12px #0000001a;
      width: 100%
    }

    .p-menubar .p-menubar-root-list .p-menu-separator {
      border-top: 1px solid #e5e7eb;
      margin: .25rem 0
    }

    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: .875rem
    }

    .p-menubar .p-menubar-root-list .p-submenu-icon.p-icon {
      width: .875rem;
      height: .875rem
    }

    .p-menubar .p-menubar-root-list>.p-menuitem {
      width: 100%;
      position: static
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content {
      color: #4b5563;
      transition: box-shadow .2s;
      border-radius: 0
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link {
      color: #4b5563;
      padding: .75rem 1.25rem;
      -webkit-user-select: none;
      user-select: none
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
      color: #4b5563
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
      color: #6b7280;
      margin-right: .5rem
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
      color: #6b7280
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content {
      color: #4338ca;
      background: #eef2ff
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
      color: #4338ca
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
      color: #4338ca
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content {
      background: #6366f13d
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
      color: #4b5563;
      background: #e5e7eb
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
      color: #4b5563
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
      color: #4b5563
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
      color: #4b5563;
      background: #f3f4f6
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
      color: #4b5563
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
      color: #6b7280
    }

    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon {
      margin-left: auto;
      transition: transform .2s
    }

    .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon {
      transform: rotate(-180deg)
    }

    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none
    }

    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform .2s;
      transform: rotate(90deg)
    }

    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon {
      transform: rotate(-90deg)
    }

    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static
    }

    .p-menubar .p-menubar-root-list ul li a {
      padding-left: 2.25rem
    }

    .p-menubar .p-menubar-root-list ul li ul li a {
      padding-left: 3.75rem
    }

    .p-menubar .p-menubar-root-list ul li ul li ul li a {
      padding-left: 5.25rem
    }

    .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
      padding-left: 6.75rem
    }

    .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
      padding-left: 8.25rem
    }

    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1
    }
  }

  .p-panelmenu .p-panelmenu-header {
    outline: 0 none
  }

  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 6px;
    transition: box-shadow .2s
  }

  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link {
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700
  }

  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon,
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon {
    margin-right: .5rem
  }

  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 .2rem #c7d2fe
  }

  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151
  }

  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0
  }

  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151
  }

  .p-panelmenu .p-panelmenu-content {
    padding: .5rem 0;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    border-top: 0;
    border-radius: 0 0 6px 6px
  }

  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content {
    color: #4338ca;
    background: #eef2ff
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4338ca
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4338ca
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
    background: #6366f13d
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: .5rem
  }

  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem
  }

  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 4px
  }

  .p-slidemenu {
    padding: .5rem 0;
    background: #fff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem
  }

  .p-slidemenu .p-menuitem-link>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content {
    color: #4338ca;
    background: #eef2ff
  }

  .p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4338ca
  }

  .p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4338ca
  }

  .p-slidemenu .p-menuitem-link.p-highlight.p-focus>.p-menuitem-content {
    background: #6366f13d
  }

  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563
  }

  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-slidemenu.p-slidemenu-overlay {
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-slidemenu .p-slidemenu-list {
    padding: .5rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link {
    background: #eef2ff
  }

  .p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-text {
    color: #4338ca
  }

  .p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-icon {
    color: #4338ca
  }

  .p-slidemenu .p-slidemenu-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-slidemenu .p-slidemenu-icon {
    font-size: .875rem
  }

  .p-slidemenu .p-slidemenu-icon.p-icon {
    width: .875rem;
    height: .875rem
  }

  .p-slidemenu .p-slidemenu-backward {
    padding: .75rem 1.25rem;
    color: #4b5563
  }

  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow .2s;
    border-radius: 6px;
    background: #fff
  }

  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    background: #fff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%
  }

  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: .5rem;
    color: #6b7280
  }

  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #eef2ff;
    color: #4338ca
  }

  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #4b5563
  }

  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #e5e7eb;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem
  }

  .p-tabmenu .p-tabmenu-nav {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0
  }

  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0
  }

  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #fff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow .2s;
    margin: 0 0 -2px;
    height: calc(100% + 2px)
  }

  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: .5rem
  }

  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 .2rem #c7d2fe
  }

  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #fff;
    border-color: #9ca3af;
    color: #6b7280
  }

  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #fff;
    border-color: #6366f1;
    color: #6366f1
  }

  .p-tieredmenu {
    padding: .5rem 0;
    background: #fff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem
  }

  .p-tieredmenu.p-tieredmenu-overlay {
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none
  }

  .p-tieredmenu .p-submenu-list {
    padding: .5rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 12px #0000001a
  }

  .p-tieredmenu .p-menuitem>.p-menuitem-content {
    color: #4b5563;
    transition: box-shadow .2s;
    border-radius: 0
  }

  .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: .75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none
  }

  .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: .5rem
  }

  .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content {
    color: #4338ca;
    background: #eef2ff
  }

  .p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4338ca
  }

  .p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4338ca
  }

  .p-tieredmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content {
    background: #6366f13d
  }

  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb
  }

  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563
  }

  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6
  }

  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563
  }

  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280
  }

  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: .25rem 0
  }

  .p-tieredmenu .p-submenu-icon {
    font-size: .875rem
  }

  .p-tieredmenu .p-submenu-icon.p-icon {
    width: .875rem;
    height: .875rem
  }

  .p-inline-message {
    padding: .75rem;
    margin: 0;
    border-radius: 6px
  }

  .p-inline-message.p-inline-message-info {
    background: #dbeafeb3;
    border: solid #3b82f6;
    border-width: 0px;
    color: #3b82f6
  }

  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #3b82f6
  }

  .p-inline-message.p-inline-message-success {
    background: #e4f8f0b3;
    border: solid #1ea97c;
    border-width: 0px;
    color: #1ea97c
  }

  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #1ea97c
  }

  .p-inline-message.p-inline-message-warn {
    background: #fff2e2b3;
    border: solid #cc8925;
    border-width: 0px;
    color: #cc8925
  }

  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #cc8925
  }

  .p-inline-message.p-inline-message-error {
    background: #ffe7e6b3;
    border: solid #ff5757;
    border-width: 0px;
    color: #ff5757
  }

  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #ff5757
  }

  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: .5rem
  }

  .p-inline-message .p-inline-message-icon.p-icon {
    width: 1rem;
    height: 1rem
  }

  .p-inline-message .p-inline-message-text {
    font-size: 1rem
  }

  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0
  }

  .p-message {
    margin: 1rem 0;
    border-radius: 6px
  }

  .p-message .p-message-wrapper {
    padding: 1.25rem 1.75rem
  }

  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-message .p-message-close:hover {
    background: #ffffff80
  }

  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-message.p-message-info {
    background: #dbeafeb3;
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6
  }

  .p-message.p-message-info .p-message-icon,
  .p-message.p-message-info .p-message-close {
    color: #3b82f6
  }

  .p-message.p-message-success {
    background: #e4f8f0b3;
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c
  }

  .p-message.p-message-success .p-message-icon,
  .p-message.p-message-success .p-message-close {
    color: #1ea97c
  }

  .p-message.p-message-warn {
    background: #fff2e2b3;
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925
  }

  .p-message.p-message-warn .p-message-icon,
  .p-message.p-message-warn .p-message-close {
    color: #cc8925
  }

  .p-message.p-message-error {
    background: #ffe7e6b3;
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757
  }

  .p-message.p-message-error .p-message-icon,
  .p-message.p-message-error .p-message-close {
    color: #ff5757
  }

  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500
  }

  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: .5rem
  }

  .p-message .p-message-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem
  }

  .p-message .p-message-summary {
    font-weight: 700
  }

  .p-message .p-message-detail {
    margin-left: .5rem
  }

  .p-toast {
    opacity: 1
  }

  .p-toast .p-toast-message {
    margin: 0 0 1rem;
    box-shadow: 0 2px 12px #0000001a;
    border-radius: 6px
  }

  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem
  }

  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem
  }

  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem
  }

  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon {
    width: 2rem;
    height: 2rem
  }

  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700
  }

  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: .5rem 0 0
  }

  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: #ffffff80
  }

  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-toast .p-toast-message.p-toast-message-info {
    background: #dbeafeb3;
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6
  }

  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #3b82f6
  }

  .p-toast .p-toast-message.p-toast-message-success {
    background: #e4f8f0b3;
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c
  }

  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #1ea97c
  }

  .p-toast .p-toast-message.p-toast-message-warn {
    background: #fff2e2b3;
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925
  }

  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #cc8925
  }

  .p-toast .p-toast-message.p-toast-message-error {
    background: #ffe7e6b3;
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757
  }

  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #ff5757
  }

  .p-galleria .p-galleria-close {
    margin: .5rem;
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 50%
  }

  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem
  }

  .p-galleria .p-galleria-close .p-galleria-close-icon.p-icon {
    width: 2rem;
    height: 2rem
  }

  .p-galleria .p-galleria-close:hover {
    background: #ffffff1a;
    color: #f9fafb
  }

  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 6px;
    margin: 0 .5rem
  }

  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem
  }

  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
    width: 2rem;
    height: 2rem
  }

  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: #ffffff1a;
    color: #f9fafb
  }

  .p-galleria .p-galleria-caption {
    background: #00000080;
    color: #f9fafb;
    padding: 1rem
  }

  .p-galleria .p-galleria-indicators {
    padding: 1rem
  }

  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #d1d5db;
    width: 1rem;
    height: 1rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 50%
  }

  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #9ca3af
  }

  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #eef2ff;
    color: #4338ca
  }

  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: .5rem
  }

  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: .5rem
  }

  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: #00000080
  }

  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: #fff6
  }

  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #fff9
  }

  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #eef2ff;
    color: #4338ca
  }

  .p-galleria .p-galleria-thumbnail-container {
    background: #000000e6;
    padding: 1rem .25rem
  }

  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: .5rem;
    background-color: transparent;
    color: #f9fafb;
    width: 2rem;
    height: 2rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 50%
  }

  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: #ffffff1a;
    color: #f9fafb
  }

  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
    transition: box-shadow .2s
  }

  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-galleria-mask,
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, .9)
  }

  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-image-preview-indicator .p-icon {
    width: 1.5rem;
    height: 1.5rem
  }

  .p-image-preview-container:hover>.p-image-preview-indicator {
    background-color: #00000080
  }

  .p-image-toolbar {
    padding: 1rem
  }

  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s;
    margin-right: .5rem
  }

  .p-image-action.p-link:last-child {
    margin-right: 0
  }

  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: #ffffff1a
  }

  .p-image-action.p-link span {
    font-size: 1.5rem
  }

  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem
  }

  .p-avatar {
    background-color: #e5e7eb;
    border-radius: 6px
  }

  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem
  }

  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem
  }

  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem
  }

  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem
  }

  .p-avatar-circle {
    border-radius: 50%
  }

  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff
  }

  .p-chip {
    background-color: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
    padding: 0 .75rem
  }

  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: .375rem;
    margin-bottom: .375rem
  }

  .p-chip .p-chip-icon {
    margin-right: .5rem
  }

  .p-chip img {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -.75rem;
    margin-right: .5rem
  }

  .p-chip .p-chip-remove-icon {
    border-radius: 6px;
    transition: background-color .2s, color .2s, box-shadow .2s;
    margin-left: .5rem
  }

  .p-chip .p-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-chip .p-chip-remove-icon:focus {
    outline: 0 none
  }

  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px #0000001a;
    transition: background-color .2s, color .2s, box-shadow .2s
  }

  .p-scrolltop.p-link {
    background: #000000b3
  }

  .p-scrolltop.p-link:hover {
    background: #000c
  }

  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f9fafb
  }

  .p-scrolltop .p-scrolltop-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem
  }

  .p-skeleton {
    background-color: #e5e7eb;
    border-radius: 6px
  }

  .p-skeleton:after {
    background: linear-gradient(90deg, #fff0, #fff6, #fff0)
  }

  .p-tag .p-tag-icon {
    margin-right: .25rem;
    font-size: .75rem
  }

  .p-tag .p-tag-icon.p-icon {
    width: .75rem;
    height: .75rem
  }

  .p-inplace .p-inplace-display {
    padding: .75rem;
    border-radius: 6px;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
  }

  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #f3f4f6;
    color: #4b5563
  }

  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe
  }

  .p-metergroup .p-metergroup-meter-container {
    background: #e5e7eb;
    border-radius: 6px
  }

  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #6366f1
  }

  .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item {
    line-height: 1.5rem
  }

  .p-metergroup .p-metergroup-label-list .p-metergroup-label-type {
    background: #6366f1;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    margin-right: .5rem
  }

  .p-metergroup .p-metergroup-label-list .p-metergroup-label {
    margin-right: 1rem
  }

  .p-metergroup .p-metergroup-label-list .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem
  }

  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter-container {
    height: .5rem
  }

  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start {
    margin-bottom: 1rem
  }

  .p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-end {
    margin-top: 1rem
  }

  .p-metergroup.p-metergroup-vertical .p-metergroup-meter-container {
    width: .5rem;
    height: 100%
  }

  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }

  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
  }

  .p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start) {
    margin-left: 1rem
  }

  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #e5e7eb;
    border-radius: 6px
  }

  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #6366f1
  }

  .p-progressbar .p-progressbar-label {
    color: #fff;
    line-height: 1.5rem
  }

  .p-terminal {
    background: #fff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    padding: 1.25rem
  }

  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem
  }

  .p-badge {
    background: #6366f1;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem
  }

  .p-badge.p-badge-secondary {
    background-color: #64748b;
    color: #fff
  }

  .p-badge.p-badge-success {
    background-color: #22c55e;
    color: #fff
  }

  .p-badge.p-badge-info {
    background-color: #0ea5e9;
    color: #fff
  }

  .p-badge.p-badge-warning {
    background-color: #f97316;
    color: #fff
  }

  .p-badge.p-badge-danger {
    background-color: #ef4444;
    color: #fff
  }

  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem
  }

  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem
  }

  .p-tag {
    background: #6366f1;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: .25rem .4rem;
    border-radius: 6px
  }

  .p-tag.p-tag-success {
    background-color: #22c55e;
    color: #fff
  }

  .p-tag.p-tag-info {
    background-color: #0ea5e9;
    color: #fff
  }

  .p-tag.p-tag-warning {
    background-color: #f97316;
    color: #fff
  }

  .p-tag.p-tag-danger {
    background-color: #ef4444;
    color: #fff
  }
}

@layer primereact {
  .p-button-label {
    font-weight: 700
  }

  .p-selectbutton>.p-button,
  .p-togglebutton.p-button {
    transition: background-color .2s, border-color .2s, box-shadow .2s
  }

  .p-accordion .p-accordion-header .p-accordion-header-link,
  .p-tabview .p-tabview-nav li .p-tabview-nav-link,
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    transition: background-color .2s, border-color .2s, box-shadow .2s
  }

  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button,
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #6366f1
  }

  .p-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #b1b3f8, 0 1px 2px #000
  }

  .p-button.p-button-secondary:enabled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #b0b9c6, 0 1px 2px #000
  }

  .p-button.p-button-success:enabled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #88eaac, 0 1px 2px #000
  }

  .p-button.p-button-info:enabled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #83d3f8, 0 1px 2px #000
  }

  .p-button.p-button-warning:enabled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fcb98b, 0 1px 2px #000
  }

  .p-button.p-button-help:enabled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #d4aafb, 0 1px 2px #000
  }

  .p-button.p-button-danger:enabled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f7a2a2, 0 1px 2px #000
  }

  .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td {
    box-shadow: inset 0 2px #6366f1
  }

  .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td {
    box-shadow: inset 0 -2px #6366f1
  }

  .p-speeddial-item.p-focus>.p-speeddial-action {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #b1b3f8, 0 1px 2px #000
  }

  .p-toast-message {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
  }

  .p-inline-message-text {
    font-weight: 500
  }

  .p-picklist-buttons .p-button,
  .p-orderlist-controls .p-button {
    transition: opacity .2s, background-color .2s, color .2s, border-color .2s, box-shadow .2s
  }

  .p-steps .p-steps-item.p-highlight .p-steps-number,
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #6366f1;
    color: #fff
  }
}

@font-face {
  font-family: primeicons;
  font-display: block;
  src: url(primeicons-DMOk5skT.eot);
  src: url(primeicons-DMOk5skT.eot) format("embedded-opentype"), url(primeicons-C6QP2o4f.woff2) format("woff2"), url(primeicons-WjwUDZjB.woff) format("woff"), url(primeicons-MpK4pl85.ttf) format("truetype"), url(primeicons-Dr5RGzOO.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

.pi {
  font-family: primeicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.pi-fw {
  width: 1.28571429em;
  text-align: center
}

.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.pi-folder-plus:before {
  content: ""
}

.pi-receipt:before {
  content: ""
}

.pi-asterisk:before {
  content: ""
}

.pi-face-smile:before {
  content: ""
}

.pi-pinterest:before {
  content: ""
}

.pi-expand:before {
  content: ""
}

.pi-pen-to-square:before {
  content: ""
}

.pi-wave-pulse:before {
  content: ""
}

.pi-turkish-lira:before {
  content: ""
}

.pi-spinner-dotted:before {
  content: ""
}

.pi-crown:before {
  content: ""
}

.pi-pause-circle:before {
  content: ""
}

.pi-warehouse:before {
  content: ""
}

.pi-objects-column:before {
  content: ""
}

.pi-clipboard:before {
  content: ""
}

.pi-play-circle:before {
  content: ""
}

.pi-venus:before {
  content: ""
}

.pi-cart-minus:before {
  content: ""
}

.pi-file-plus:before {
  content: ""
}

.pi-microchip:before {
  content: ""
}

.pi-twitch:before {
  content: ""
}

.pi-building-columns:before {
  content: ""
}

.pi-file-check:before {
  content: ""
}

.pi-microchip-ai:before {
  content: ""
}

.pi-trophy:before {
  content: ""
}

.pi-barcode:before {
  content: ""
}

.pi-file-arrow-up:before {
  content: ""
}

.pi-mars:before {
  content: ""
}

.pi-tiktok:before {
  content: ""
}

.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: ""
}

.pi-ethereum:before {
  content: ""
}

.pi-list-check:before {
  content: ""
}

.pi-thumbtack:before {
  content: ""
}

.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: ""
}

.pi-equals:before {
  content: ""
}

.pi-lightbulb:before {
  content: ""
}

.pi-star-half:before {
  content: ""
}

.pi-address-book:before {
  content: ""
}

.pi-chart-scatter:before {
  content: ""
}

.pi-indian-rupee:before {
  content: ""
}

.pi-star-half-fill:before {
  content: ""
}

.pi-cart-arrow-down:before {
  content: ""
}

.pi-calendar-clock:before {
  content: ""
}

.pi-sort-up-fill:before {
  content: ""
}

.pi-sparkles:before {
  content: ""
}

.pi-bullseye:before {
  content: ""
}

.pi-sort-down-fill:before {
  content: ""
}

.pi-graduation-cap:before {
  content: ""
}

.pi-hammer:before {
  content: ""
}

.pi-bell-slash:before {
  content: ""
}

.pi-gauge:before {
  content: ""
}

.pi-shop:before {
  content: ""
}

.pi-headphones:before {
  content: ""
}

.pi-eraser:before {
  content: ""
}

.pi-stopwatch:before {
  content: ""
}

.pi-verified:before {
  content: ""
}

.pi-delete-left:before {
  content: ""
}

.pi-hourglass:before {
  content: ""
}

.pi-truck:before {
  content: ""
}

.pi-wrench:before {
  content: ""
}

.pi-microphone:before {
  content: ""
}

.pi-megaphone:before {
  content: ""
}

.pi-arrow-right-arrow-left:before {
  content: ""
}

.pi-bitcoin:before {
  content: ""
}

.pi-file-edit:before {
  content: ""
}

.pi-language:before {
  content: ""
}

.pi-file-export:before {
  content: ""
}

.pi-file-import:before {
  content: ""
}

.pi-file-word:before {
  content: ""
}

.pi-gift:before {
  content: ""
}

.pi-cart-plus:before {
  content: ""
}

.pi-thumbs-down-fill:before {
  content: ""
}

.pi-thumbs-up-fill:before {
  content: ""
}

.pi-arrows-alt:before {
  content: ""
}

.pi-calculator:before {
  content: ""
}

.pi-sort-alt-slash:before {
  content: ""
}

.pi-arrows-h:before {
  content: ""
}

.pi-arrows-v:before {
  content: ""
}

.pi-pound:before {
  content: ""
}

.pi-prime:before {
  content: ""
}

.pi-chart-pie:before {
  content: ""
}

.pi-reddit:before {
  content: ""
}

.pi-code:before {
  content: ""
}

.pi-sync:before {
  content: ""
}

.pi-shopping-bag:before {
  content: ""
}

.pi-server:before {
  content: ""
}

.pi-database:before {
  content: ""
}

.pi-hashtag:before {
  content: ""
}

.pi-bookmark-fill:before {
  content: ""
}

.pi-filter-fill:before {
  content: ""
}

.pi-heart-fill:before {
  content: ""
}

.pi-flag-fill:before {
  content: ""
}

.pi-circle:before {
  content: ""
}

.pi-circle-fill:before {
  content: ""
}

.pi-bolt:before {
  content: ""
}

.pi-history:before {
  content: ""
}

.pi-box:before {
  content: ""
}

.pi-at:before {
  content: ""
}

.pi-arrow-up-right:before {
  content: ""
}

.pi-arrow-up-left:before {
  content: ""
}

.pi-arrow-down-left:before {
  content: ""
}

.pi-arrow-down-right:before {
  content: ""
}

.pi-telegram:before {
  content: ""
}

.pi-stop-circle:before {
  content: ""
}

.pi-stop:before {
  content: ""
}

.pi-whatsapp:before {
  content: ""
}

.pi-building:before {
  content: ""
}

.pi-qrcode:before {
  content: ""
}

.pi-car:before {
  content: ""
}

.pi-instagram:before {
  content: ""
}

.pi-linkedin:before {
  content: ""
}

.pi-send:before {
  content: ""
}

.pi-slack:before {
  content: ""
}

.pi-sun:before {
  content: ""
}

.pi-moon:before {
  content: ""
}

.pi-vimeo:before {
  content: ""
}

.pi-youtube:before {
  content: ""
}

.pi-flag:before {
  content: ""
}

.pi-wallet:before {
  content: ""
}

.pi-map:before {
  content: ""
}

.pi-link:before {
  content: ""
}

.pi-credit-card:before {
  content: ""
}

.pi-discord:before {
  content: ""
}

.pi-percentage:before {
  content: ""
}

.pi-euro:before {
  content: ""
}

.pi-book:before {
  content: ""
}

.pi-shield:before {
  content: ""
}

.pi-paypal:before {
  content: ""
}

.pi-amazon:before {
  content: ""
}

.pi-phone:before {
  content: ""
}

.pi-filter-slash:before {
  content: ""
}

.pi-facebook:before {
  content: ""
}

.pi-github:before {
  content: ""
}

.pi-twitter:before {
  content: ""
}

.pi-step-backward-alt:before {
  content: ""
}

.pi-step-forward-alt:before {
  content: ""
}

.pi-forward:before {
  content: ""
}

.pi-backward:before {
  content: ""
}

.pi-fast-backward:before {
  content: ""
}

.pi-fast-forward:before {
  content: ""
}

.pi-pause:before {
  content: ""
}

.pi-play:before {
  content: ""
}

.pi-compass:before {
  content: ""
}

.pi-id-card:before {
  content: ""
}

.pi-ticket:before {
  content: ""
}

.pi-file-o:before {
  content: ""
}

.pi-reply:before {
  content: ""
}

.pi-directions-alt:before {
  content: ""
}

.pi-directions:before {
  content: ""
}

.pi-thumbs-up:before {
  content: ""
}

.pi-thumbs-down:before {
  content: ""
}

.pi-sort-numeric-down-alt:before {
  content: ""
}

.pi-sort-numeric-up-alt:before {
  content: ""
}

.pi-sort-alpha-down-alt:before {
  content: ""
}

.pi-sort-alpha-up-alt:before {
  content: ""
}

.pi-sort-numeric-down:before {
  content: ""
}

.pi-sort-numeric-up:before {
  content: ""
}

.pi-sort-alpha-down:before {
  content: ""
}

.pi-sort-alpha-up:before {
  content: ""
}

.pi-sort-alt:before {
  content: ""
}

.pi-sort-amount-up:before {
  content: ""
}

.pi-sort-amount-down:before {
  content: ""
}

.pi-sort-amount-down-alt:before {
  content: ""
}

.pi-sort-amount-up-alt:before {
  content: ""
}

.pi-palette:before {
  content: ""
}

.pi-undo:before {
  content: ""
}

.pi-desktop:before {
  content: ""
}

.pi-sliders-v:before {
  content: ""
}

.pi-sliders-h:before {
  content: ""
}

.pi-search-plus:before {
  content: ""
}

.pi-search-minus:before {
  content: ""
}

.pi-file-excel:before {
  content: ""
}

.pi-file-pdf:before {
  content: ""
}

.pi-check-square:before {
  content: ""
}

.pi-chart-line:before {
  content: ""
}

.pi-user-edit:before {
  content: ""
}

.pi-exclamation-circle:before {
  content: ""
}

.pi-android:before {
  content: ""
}

.pi-google:before {
  content: ""
}

.pi-apple:before {
  content: ""
}

.pi-microsoft:before {
  content: ""
}

.pi-heart:before {
  content: ""
}

.pi-mobile:before {
  content: ""
}

.pi-tablet:before {
  content: ""
}

.pi-key:before {
  content: ""
}

.pi-shopping-cart:before {
  content: ""
}

.pi-comments:before {
  content: ""
}

.pi-comment:before {
  content: ""
}

.pi-briefcase:before {
  content: ""
}

.pi-bell:before {
  content: ""
}

.pi-paperclip:before {
  content: ""
}

.pi-share-alt:before {
  content: ""
}

.pi-envelope:before {
  content: ""
}

.pi-volume-down:before {
  content: ""
}

.pi-volume-up:before {
  content: ""
}

.pi-volume-off:before {
  content: ""
}

.pi-eject:before {
  content: ""
}

.pi-money-bill:before {
  content: ""
}

.pi-images:before {
  content: ""
}

.pi-image:before {
  content: ""
}

.pi-sign-in:before {
  content: ""
}

.pi-sign-out:before {
  content: ""
}

.pi-wifi:before {
  content: ""
}

.pi-sitemap:before {
  content: ""
}

.pi-chart-bar:before {
  content: ""
}

.pi-camera:before {
  content: ""
}

.pi-dollar:before {
  content: ""
}

.pi-lock-open:before {
  content: ""
}

.pi-table:before {
  content: ""
}

.pi-map-marker:before {
  content: ""
}

.pi-list:before {
  content: ""
}

.pi-eye-slash:before {
  content: ""
}

.pi-eye:before {
  content: ""
}

.pi-folder-open:before {
  content: ""
}

.pi-folder:before {
  content: ""
}

.pi-video:before {
  content: ""
}

.pi-inbox:before {
  content: ""
}

.pi-lock:before {
  content: ""
}

.pi-unlock:before {
  content: ""
}

.pi-tags:before {
  content: ""
}

.pi-tag:before {
  content: ""
}

.pi-power-off:before {
  content: ""
}

.pi-save:before {
  content: ""
}

.pi-question-circle:before {
  content: ""
}

.pi-question:before {
  content: ""
}

.pi-copy:before {
  content: ""
}

.pi-file:before {
  content: ""
}

.pi-clone:before {
  content: ""
}

.pi-calendar-times:before {
  content: ""
}

.pi-calendar-minus:before {
  content: ""
}

.pi-calendar-plus:before {
  content: ""
}

.pi-ellipsis-v:before {
  content: ""
}

.pi-ellipsis-h:before {
  content: ""
}

.pi-bookmark:before {
  content: ""
}

.pi-globe:before {
  content: ""
}

.pi-replay:before {
  content: ""
}

.pi-filter:before {
  content: ""
}

.pi-print:before {
  content: ""
}

.pi-align-right:before {
  content: ""
}

.pi-align-left:before {
  content: ""
}

.pi-align-center:before {
  content: ""
}

.pi-align-justify:before {
  content: ""
}

.pi-cog:before {
  content: ""
}

.pi-cloud-download:before {
  content: ""
}

.pi-cloud-upload:before {
  content: ""
}

.pi-cloud:before {
  content: ""
}

.pi-pencil:before {
  content: ""
}

.pi-users:before {
  content: ""
}

.pi-clock:before {
  content: ""
}

.pi-user-minus:before {
  content: ""
}

.pi-user-plus:before {
  content: ""
}

.pi-trash:before {
  content: ""
}

.pi-external-link:before {
  content: ""
}

.pi-window-maximize:before {
  content: ""
}

.pi-window-minimize:before {
  content: ""
}

.pi-refresh:before {
  content: ""
}

.pi-user:before {
  content: ""
}

.pi-exclamation-triangle:before {
  content: ""
}

.pi-calendar:before {
  content: ""
}

.pi-chevron-circle-left:before {
  content: ""
}

.pi-chevron-circle-down:before {
  content: ""
}

.pi-chevron-circle-right:before {
  content: ""
}

.pi-chevron-circle-up:before {
  content: ""
}

.pi-angle-double-down:before {
  content: ""
}

.pi-angle-double-left:before {
  content: ""
}

.pi-angle-double-right:before {
  content: ""
}

.pi-angle-double-up:before {
  content: ""
}

.pi-angle-down:before {
  content: ""
}

.pi-angle-left:before {
  content: ""
}

.pi-angle-right:before {
  content: ""
}

.pi-angle-up:before {
  content: ""
}

.pi-upload:before {
  content: ""
}

.pi-download:before {
  content: ""
}

.pi-ban:before {
  content: ""
}

.pi-star-fill:before {
  content: ""
}

.pi-star:before {
  content: ""
}

.pi-chevron-left:before {
  content: ""
}

.pi-chevron-right:before {
  content: ""
}

.pi-chevron-down:before {
  content: ""
}

.pi-chevron-up:before {
  content: ""
}

.pi-caret-left:before {
  content: ""
}

.pi-caret-right:before {
  content: ""
}

.pi-caret-down:before {
  content: ""
}

.pi-caret-up:before {
  content: ""
}

.pi-search:before {
  content: ""
}

.pi-check:before {
  content: ""
}

.pi-check-circle:before {
  content: ""
}

.pi-times:before {
  content: ""
}

.pi-times-circle:before {
  content: ""
}

.pi-plus:before {
  content: ""
}

.pi-plus-circle:before {
  content: ""
}

.pi-minus:before {
  content: ""
}

.pi-minus-circle:before {
  content: ""
}

.pi-circle-on:before {
  content: ""
}

.pi-circle-off:before {
  content: ""
}

.pi-sort-down:before {
  content: ""
}

.pi-sort-up:before {
  content: ""
}

.pi-sort:before {
  content: ""
}

.pi-step-backward:before {
  content: ""
}

.pi-step-forward:before {
  content: ""
}

.pi-th-large:before {
  content: ""
}

.pi-arrow-down:before {
  content: ""
}

.pi-arrow-left:before {
  content: ""
}

.pi-arrow-right:before {
  content: ""
}

.pi-arrow-up:before {
  content: ""
}

.pi-bars:before {
  content: ""
}

.pi-arrow-circle-down:before {
  content: ""
}

.pi-arrow-circle-left:before {
  content: ""
}

.pi-arrow-circle-right:before {
  content: ""
}

.pi-arrow-circle-up:before {
  content: ""
}

.pi-info:before {
  content: ""
}

.pi-info-circle:before {
  content: ""
}

.pi-home:before {
  content: ""
}

.pi-spinner:before {
  content: ""
}

:root {
  --color1: #1a1fdd;
  --color2: #1e22aa;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #19b677;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=wb],
:root[data-theme=wb_with_logo] {
  --color1: #8b01f7;
  --color2: #d401f7;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #fe0183;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=gazprom] {
  --color1: #47f;
  --color2: #2354d6;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #ff7800;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=cdek] {
  --color1: #1db248;
  --color2: #149246;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #fd4f0a;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=avito] {
  --color1: #07c95b;
  --color2: #03a1f3;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #f03b4d;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=magnit] {
  --color1: #ec0d00;
  --color2: linear-gradient(180deg, #fe634a 0%, #fe276e 100%);
  --color4: #360400;
  --color5: #000000;
  --color6: #e62121;
  --color7: #00c763;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=pochta] {
  --color1: #47f;
  --color2: #2354d6;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #0917cc;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=aprel] {
  --color1: #4050b5;
  --color2: linear-gradient(180deg, #e02192 0%, #9a3da2 100%);
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #09d088;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=wallet] {
  --color1: #47f;
  --color2: #4d0c80;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #f3564c;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=ymoney] {
  --color1: #6e44d9;
  --color2: #1b073f;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #00d64b;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=lenta] {
  --color1: #11b36a;
  --color2: #003c95;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #ffb116;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=lemana] {
  --color1: #1e22aa;
  --color2: #fdc300;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #00d458;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=kuper] {
  --color1: #00d458;
  --color2: linear-gradient(180deg, #00fa68 0%, #acffce 100%);
  --color4: #042304;
  --color5: #000000;
  --color6: #e62121;
  --color7: #08c1ff;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=dm] {
  --color1: #00bdf5;
  --color2: #0273e6;
  --color4: #021948;
  --color5: #000000;
  --color6: #e62121;
  --color7: #01a743;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=tbank] {
  --color1: #333333;
  --color2: #ffdd2d;
  --color4: #000000;
  --color5: #333333;
  --color6: #000000;
  --color7: #03cd54;
  --color8: #ffffff;
  --color9: #ebebeb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=eapteka] {
  --color1: #af32c7;
  --color2: #8168f0;
  --color4: #000000;
  --color5: #021948;
  --color6: #000000;
  --color7: #10a931;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=ozon] {
  --color1: #1a1fdd;
  --color2: #043ffc;
  --color4: #000000;
  --color5: #1c1c1c;
  --color6: #000000;
  --color7: #f739a4;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

:root[data-theme=alfa] {
  --color1: #9534fb;
  --color2: #ef3124;
  --color4: #360400;
  --color5: #000000;
  --color6: #e62121;
  --color7: #00c763;
  --color8: #ffffff;
  --color9: #f2f3fb;
  --color10: #b1bad4;
  --color12: #b1bad4
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src: url(Manrope-Regular-Dy0jyoUL.ttf) format("truetype");
  font-display: swap
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src: url(Manrope-Medium-Bgh4Ro6H.ttf) format("truetype");
  font-display: swap
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  src: url(Manrope-SemiBold-CJD5SYW-.ttf) format("truetype");
  font-display: swap
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src: url(Manrope-Bold-DEjRF1uU.ttf) format("truetype");
  font-display: swap
}

:root,
.p-component {
  font-family: Manrope;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.p-toast {
  width: 90%
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  flex-direction: column;
  overflow-y: scroll
}

#root {
  width: 100%;
  height: 100vh
}

a,
button,
button:active,
button:focus,
input,
input:active,
input:focus,
div:focus,
select,
textarea,
textarea:active,
textarea:focus,
img {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important
}

::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  margin-left: 30px
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--color9);
  border-radius: 10px
}

[data-theme=tbank] .cursor,
[data-theme=eapteka] .cursor {
  transition: .2s
}

@media (hover: hover) {

  [data-theme=tbank] .cursor:hover,
  [data-theme=eapteka] .cursor:hover {
    cursor: pointer;
    color: var(--color2)
  }
}

.cursor {
  transition: .2s
}

@media (hover: hover) {
  .cursor:hover {
    cursor: pointer;
    opacity: .8
  }
}

[data-testid=shield] {
  display: none !important
}
