/* node_modules/primeng/resources/primeng.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity 0.1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 0.5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: 0.5rem;
    min-width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0%;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .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(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple 0.4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: 0.25em 0.5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 0.25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: 0.25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: 0.25em 0.25em 0.25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: 0.25em 0 0.25em 0.25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: 0.25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0.25em 0.25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 0.25em 0.25rem;
  }
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  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(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* libs/public/styles/_reset.css */
@layer reset {
  body {
    margin: 0;
    padding: 0;
    border: 0;
  }
  * {
    -webkit-tap-highlight-color: transparent;
  }
  input,
  textarea,
  button,
  select,
  a {
    -webkit-tap-highlight-color: transparent;
    min-width: 0;
  }
  a {
    text-decoration: none;
  }
  button {
    cursor: pointer;
  }
  h1,
  h2,
  h3,
  h4,
  p,
  fieldset,
  pre {
    margin: 0px;
    padding: 0px;
  }
  ul,
  ol {
    list-style: none;
  }
  router-outlet {
    position: absolute;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  fieldset {
    border: none;
  }
}

/* apps/payment/src/styles.scss */
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer primeng {
  p-button {
    display: grid;
  }
  .p-button-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    flex-grow: 0 !important;
  }
  .p-button {
    height: 40px;
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-white), var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-gray-button), var(--tw-bg-opacity));
    border-radius: 8px;
    border: none;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-button:not(:disabled):hover,
  .p-button:not(:disabled):active {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-white), var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-gray-button-hover), var(--tw-bg-opacity));
  }
  .p-button:not(:disabled):active {
    --tw-border-opacity: 1;
    border-color: rgba(var(--tpay-gray-button-hover), var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-gray-button-hover), var(--tw-bg-opacity));
  }
  .p-button.p-button-secondary {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-main), var(--tw-text-opacity));
    background-color: rgba(var(--tpay-main), 0.12);
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button.p-button-secondary:not(:disabled):active {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-main), var(--tw-text-opacity));
    background-color: rgba(var(--tpay-main), 0.20);
  }
  .p-button.p-button-secondary:not(:disabled):active {
    border-color: rgba(var(--tpay-main), 0.3);
    background-color: rgba(var(--tpay-main), 0.3);
  }
  .p-button.p-button-info,
  .p-button.p-button-info.p-button-text {
    background: inherit;
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-white), var(--tw-text-opacity));
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button.p-button-info.p-button-text:not(:disabled):hover {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-white), var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button.p-button-info.p-button-text:not(:disabled):active {
    background-color: rgba(var(--tpay-bg), 0.7);
  }
  .p-button.p-button-primary {
    color: #fff;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-dark-main), var(--tw-bg-opacity));
    border: none;
    padding: 11px 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }
  .p-button.p-button-primary:not(:disabled):hover {
    color: #fff;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-primary-dark), var(--tw-bg-opacity));
  }
  .p-button.p-button-primary:not(:disabled):active {
    background-color: rgba(var(--tpay-primary-dark), 0.9);
  }
  .p-button.p-button-danger {
    color: #fff;
    background-color: rgba(var(--tpay-warning-red), 0.7);
    border: none;
  }
  .p-button.p-button-danger:not(:disabled):hover {
    color: #fff;
    background-color: rgba(var(--tpay-warning-red), 0.8);
  }
  .p-button.p-button-danger:not(:disabled):active {
    color: #fff;
    background-color: rgba(var(--tpay-warning-red), 0.8);
  }
  .p-selectbutton .p-button {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
    border: none;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(var(--tpay-bg), var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-white), var(--tw-text-opacity));
  }
  .p-selectbutton .p-button.p-highlight {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-gray-button), var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
  }
  .p-selectbutton .p-button.p-highlight:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
  }
  .p-selectbutton .p-button.p-highlight::before {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-white), var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(var(--tpay-white), var(--tw-border-opacity));
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
  }
  .p-selectbutton .p-button.p-highlight:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-gray-button), var(--tw-text-opacity));
  }
  .tpay__select-button--max-w .p-buttonset {
    display: flex;
    justify-content: space-between;
  }
  .tpay__select-button--max-w .p-buttonset .p-button {
    display: flex;
    width: 100%;
    white-space: nowrap;
  }
  @media (max-width: 1024px) {
    .tpay__select-button--max-w-lg .p-buttonset {
      display: flex;
      justify-content: space-between;
    }
    .tpay__select-button--max-w-lg .p-buttonset .p-button {
      display: flex;
      width: 100%;
      white-space: nowrap;
    }
  }
  .p-inputtext {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-input), var(--tw-bg-opacity));
    height: 48px;
    font-size: 16px;
    padding-left: 12px;
    font-weight: 400;
    border-color: transparent !important;
    transition: border 0.3s;
  }
  .p-inputtext::placeholder {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-secondary-text), var(--tw-text-opacity));
  }
  .p-inputtext:enabled:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    outline-width: 1px;
  }
  .p-inputtext.ng-invalid.ng-touched {
    border-color: rgba(var(--tpay-warning-red), 0.6) !important;
  }
  .tpay-input-small.p-inputtext {
    height: 40px;
    font-size: 15px;
  }
  .tpay__input_readonly.p-inputtext,
  .tpay__input_readonly > .p-inputtext {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
  }
  a.tpay-link {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    line-height: 14px;
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-secondary-text), var(--tw-text-opacity));
    text-decoration-line: underline;
  }
  .p-inline-message {
    border-radius: 8px;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: start !important;
    vertical-align: top;
    border-style: none !important;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .p-inline-message .p-inline-message-icon {
    margin-right: 16px;
    color: inherit !important;
  }
  .p-inline-message.p-inline-message-info {
    background-color: rgba(var(--tpay-warning-yellow), 0.1);
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-yellow), var(--tw-text-opacity));
  }
  .p-inline-message.p-inline-message-primary {
    background-color: rgba(var(--tpay-main), 0.05);
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-main), var(--tw-text-opacity));
  }
  .p-inline-message.p-inline-message-error {
    background-color: rgba(var(--tpay-warning-red), 0.05);
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-red), var(--tw-text-opacity));
  }
  .p-inline-message.p-inline-message-success {
    background-color: rgba(var(--tpay-warning-green), 0.05);
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-green), var(--tw-text-opacity));
  }
  #root p-toast .p-toast-message {
    border: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  #root p-toast .p-toast-message-error {
    background-color: rgba(var(--tpay-warning-red), 0.12);
  }
  #root p-toast .p-toast-message-error .p-toast-detail {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-red), var(--tw-text-opacity));
  }
  #root p-toast .p-toast-message-warn {
    background-color: rgba(var(--tpay-warning-yellow), 0.12);
  }
  #root p-toast .p-toast-message-warn .p-toast-detail {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-yellow), var(--tw-text-opacity));
  }
  #root p-toast .p-toast-message-success {
    background-color: rgba(var(--tpay-warning-green), 0.12);
  }
  #root p-toast .p-toast-message-success .p-toast-detail {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-green), var(--tw-text-opacity));
  }
  #root p-toast .p-toast-message-content {
    padding: 12px 16px;
    gap: 16px;
    align-items: center;
  }
  #root p-toast .p-toast-message-icon {
    display: none;
  }
  #root p-toast .p-toast-message-text {
    margin: 0;
  }
  #root p-toast .p-toast-detail {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
  }
  #root p-toast .p-toast-icon-close {
    height: 1.5rem;
    width: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-secondary-text), var(--tw-text-opacity));
  }
  @media (max-width: 768px) {
    #root p-toast .p-toast {
      width: 100vw;
      right: 0;
    }
  }
  .p-ripple .p-ink {
    background: rgba(255, 255, 255, 0.05);
  }
  #root .p-progressbar {
    background-color: transparent;
  }
  #root .p-progressbar .p-progressbar-value::before,
  #root .p-progressbar .p-progressbar-value::after {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-main), var(--tw-bg-opacity));
    border-radius: 4px;
  }
  #root .p-progress-spinner-circle {
    stroke: rgba(var(--tpay-main), 1) !important;
  }
  .p-fileupload .p-icon-wrapper {
    display: none;
  }
  .p-fileupload .p-fileupload-buttonbar,
  .p-fileupload .p-fileupload-content {
    border-style: none;
    background-color: rgba(var(--tpay-white), 0);
    padding: 0px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button,
  .p-fileupload .p-fileupload-content .p-button {
    margin: 0px;
  }
  .p-fileupload .p-fileupload-buttonbar {
    display: grid;
  }
  .p-fileupload .p-button {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-main), var(--tw-text-opacity));
    background-color: rgba(var(--tpay-main), 0.12);
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }
  .p-fileupload .p-button:not(:disabled):hover,
  .p-fileupload .p-button:not(:disabled):active {
    background-color: rgba(var(--tpay-main), 0.2);
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-main), var(--tw-text-opacity));
  }
  .p-fileupload .p-button:not(:disabled):active {
    border-color: rgba(var(--tpay-main), 0.3);
    background-color: rgba(var(--tpay-main), 0.3);
  }
  .p-dialog {
    border-radius: 16px;
    box-shadow: none;
    border: none;
    margin: 0;
  }
  .p-dialog .p-dialog-header {
    border-bottom: none;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-window), var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-white), var(--tw-text-opacity));
    padding: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
  .p-dialog .p-dialog-content {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-window), var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-white), var(--tw-text-opacity));
    padding: 24px;
    padding-top: 0px;
  }
  .p-dialog-mask {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    transition: backdrop-filter 0.3s, background-color 0.3s;
  }
  .p-dialog-mask:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 31, 31, 0.5019607843);
    z-index: -1;
  }
  .p-dialog-mask.p-component-overlay-enter {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  @media (max-width: 768px) {
    .p-component[role=dialog]:not(.p-datepicker) {
      position: absolute;
      bottom: 0;
      left: 0;
      top: auto !important;
      margin: 0 !important;
      width: 100% !important;
      max-height: calc(100vh - 96px);
    }
    .p-component[role=dialog]:not(.p-datepicker):not(.p-dynamic-dialog) {
      position: fixed !important;
      display: block !important;
    }
  }
}
@font-face {
  font-family: "NTSomic";
  font-weight: 100 600;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url(/assets/fonts/NTSomic-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "NTSomic";
  font-weight: 600 700;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Medium";
  src: url(/assets/fonts/NTSomic-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "NTSomic";
  font-weight: 700 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Bold";
  src: url(/assets/fonts/NTSomic-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "tpay";
  src: url(/assets/icons/tpay.eot?67624531);
  src:
    url(/assets/icons/tpay.eot?67624531#iefix) format("embedded-opentype"),
    url(/assets/icons/tpay.woff2?67624531) format("woff2"),
    url(/assets/icons/tpay.woff?67624531) format("woff"),
    url(/assets/icons/tpay.ttf?67624531) format("truetype"),
    url(/assets/icons/tpay.svg?67624531#tpay) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class$=tpay-icon]:before,
[class*="tpay-icon "]:before {
  font-family: "tpay";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
}
.tpay-icon {
  font-size: 18px;
}
.tpay-icon_eye:before {
  content: "\e800";
}
.tpay-icon_user:before {
  content: "\e801";
}
.tpay-icon_grid:before {
  content: "\e802";
}
.tpay-icon_arrow-down:before {
  content: "\e803";
}
.tpay-icon_cluster:before {
  content: "\e804";
}
.tpay-icon_add:before {
  content: "\e805";
}
.tpay-icon_menu-dots:before {
  content: "\e806";
}
.tpay-icon_close:before {
  content: "\e807";
}
.tpay-icon_copy:before {
  content: "\e808";
}
.tpay-icon_arrow-up-right:before {
  content: "\e809";
}
.tpay-icon_clock:before {
  content: "\e80a";
}
.tpay-icon_check:before {
  content: "\e80b";
}
.tpay-icon_wifi:before {
  content: "\e80c";
}
.tpay-icon_wifi-off:before {
  content: "\e818";
}
.tpay-icon_filter:before {
  content: "\e80d";
}
.tpay-icon_arrow-circle:before {
  content: "\e80e";
}
.tpay-icon_logout:before {
  content: "\e80f";
}
.tpay-icon_settings:before {
  content: "\e810";
}
.tpay-icon_home:before {
  content: "\e811";
}
.tpay-icon_qr:before {
  content: "\e812";
}
.tpay-icon_credit-card:before {
  content: "\e813";
}
.tpay-icon_chat:before {
  content: "\e814";
}
.tpay-icon_users:before {
  content: "\e815";
}
.tpay-icon_arrow-duo:before {
  content: "\e816";
}
.tpay-icon_edit:before {
  content: "\e817";
}
.tpay-icon_moon:before {
  content: "\e81a";
}
.tpay-icon_flag:before {
  content: "\e819";
}
.tpay-icon_export:before {
  content: "\e81b";
}
.tpay-icon_verify:before {
  content: "\e81c";
}
.tpay-icon_undo:before {
  content: "\e81d";
}
.tpay-icon_reload:before {
  content: "\e81e";
}
.tpay-icon_file:before {
  content: "\e81f";
}
.tpay-icon_credit-card-min:before {
  content: "\e820";
}
.tpay-icon_phone:before {
  content: "\e821";
}
.tpay-icon_stop:before {
  content: "\e822";
}
.tpay-icon_menu-burger:before {
  content: "\e823";
}
.tpay-icon_delete:before {
  content: "\e824";
}
.tpay-icon_locked:before {
  content: "\e825";
}
.tpay-icon_unlocked:before {
  content: "\e826";
}
.tpay-icon_redirect:before {
  content: "\e827";
}
.tpay-icon_btc-txs:before {
  content: "\e828";
}
.tpay-icon_stat:before {
  content: "\e829";
}
.tpay-icon_dollar-resycle:before {
  content: "\e82a";
}
.tpay-icon_unpack:before {
  content: "\e82b";
}
.tpay-icon_calendar:before {
  content: "\e82c";
}
.tpay-icon_bill:before {
  content: "\e82d";
}
.tpay-icon_world:before {
  content: "\e82e";
}
.tpay-icon_help:before {
  content: "\e82f";
}
.tpay-icon_tips:before {
  content: "\e830";
}
.tpay-icon_link:before {
  content: "\e831";
}
.tpay-icon_bank:before {
  content: "\e832";
}
.tpay-icon_stats::before {
  content: "\e833";
}
body {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--tpay-white), var(--tw-text-opacity));
}
.tpay-logo {
  background-size: contain;
  background-repeat: no-repeat;
}
body[data-theme=tpay-dark] .tpay-logo {
  background-image: url(/assets/images/logo/logo-dark.svg);
}
body[data-theme=tpay-light] .tpay-logo {
  background-image: url(/assets/images/logo/logo-light.svg);
}
.tpay-stepper {
  position: relative;
  display: flex;
  height: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
}
.tpay-stepper__indicator {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--tpay-white), var(--tw-bg-opacity));
  height: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tpay-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.tpay-scroll::-webkit-scrollbar {
  height: 0.375rem;
  width: 0.375rem;
}
.tpay-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--tpay-main), var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tpay-scroll::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--tpay-dark-main), var(--tw-bg-opacity));
}
.tpay-scroll::-webkit-scrollbar-track {
  border-style: none;
  background-color: transparent;
}
.tpay-card {
  position: relative;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--tpay-window), var(--tw-bg-opacity));
  padding: 1rem;
}
.tpay-card:has(.tpay-card__circle-gradient) {
  overflow: hidden;
}
.tpay-card__circle-gradient {
  --transparent: 70%;
  --gradientOpacity: 0.3;
  pointer-events: none;
  position: absolute;
  border-radius: 9999px;
  --tw-blur: blur(50px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background:
    radial-gradient(
      ellipse,
      rgba(var(--tpay-main), var(--gradientOpacity)),
      transparent var(--transparent));
}
.tpay-icon.tpay-icon_sbp {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cg clip-path='url(%23clip0_2707_8070)'%3E%3Cpath d='M0 2.61182L1.64796 5.20932V6.79372L0.00192784 9.38612L0 2.61182Z' fill='%235B57A2'/%3E%3Cpath d='M6.32715 4.26445L7.87134 3.42985L11.0316 3.42725L6.32715 5.96865V4.26445Z' fill='%23D90751'/%3E%3Cpath d='M6.31886 2.5967L6.3276 6.0357L4.67578 5.1407V0L6.31886 2.5967Z' fill='%23FAB718'/%3E%3Cpath d='M11.0321 3.4271L7.87168 3.4297L6.31886 2.5967L4.67578 0L11.0321 3.4271Z' fill='%23ED6F26'/%3E%3Cpath d='M6.3276 9.4005V7.732L4.67578 6.854L4.67669 11.9998L6.3276 9.4005Z' fill='%2363B22F'/%3E%3Cpath d='M7.86783 8.57352L1.64785 5.20932L0 2.61182L11.0253 8.57012L7.86783 8.57352Z' fill='%231487C9'/%3E%3Cpath d='M4.67651 12L6.32719 9.40071L7.86753 8.57371L11.025 8.57031L4.67651 12Z' fill='%23017F36'/%3E%3Cpath d='M0.00219727 9.38606L4.68944 6.85406L3.11361 6.00146L1.64823 6.79367L0.00219727 9.38606Z' fill='%23984995'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2707_8070'%3E%3Crect width='11' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@layer reset, box-sizing, tailwind-base, primeng, tailwind-utilities;
@layer box-sizing {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
}
@layer tailwind-base {
  *,
  ::before,
  ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
  }
  ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
  }
  body[data-theme=tpay-dark] {
    --tpay-bg:20,20,20;
    --tpay-window:10,10,10;
    --tpay-hover-window:25,25,25;
    --tpay-white:255,255,255;
    --tpay-secondary-text:178,183,196;
    --tpay-main:59,130,246;
    --tpay-dark-main:23,48,116;
    --tpay-primary-dark:10,36,105;
    --tpay-border:22,34,50;
    --tpay-gray-button:26,26,26;
    --tpay-gray-button-hover:38,38,38;
    --tpay-input:36,36,36;
    --tpay-secondary-window:31,31,31;
    --tpay-warning-red:232,46,46;
    --tpay-warning-yellow:246,237,59;
    --tpay-warning-green:45,147,42;
  }
  body[data-theme=tpay-light] {
    --tpay-bg:222,222,222;
    --tpay-window:242,242,242;
    --tpay-hover-window:230,230,230;
    --tpay-white:13,13,13;
    --tpay-secondary-text:93,95,102;
    --tpay-main:20,90,204;
    --tpay-dark-main:20,90,204;
    --tpay-primary-dark:10,36,105;
    --tpay-border:188,199,215;
    --tpay-gray-button:230,230,230;
    --tpay-gray-button-hover:220,220,220;
    --tpay-input:219,219,219;
    --tpay-secondary-window:204,204,204;
    --tpay-warning-red:212,42,42;
    --tpay-warning-yellow:135,106,27;
    --tpay-warning-green:21,122,18;
  }
}
@layer primeng {
}
@layer tailwind-utilities {
  html body .tw-fixed {
    position: fixed;
  }
  html body .tw-absolute {
    position: absolute;
  }
  html body .tw-relative {
    position: relative;
  }
  html body .-tw-left-1 {
    left: -0.25rem;
  }
  html body .-tw-left-4 {
    left: -1rem;
  }
  html body .-tw-right-1\/4 {
    right: -25%;
  }
  html body .-tw-top-1\/3 {
    top: -33.333333%;
  }
  html body .tw-bottom-0 {
    bottom: 0px;
  }
  html body .tw-left-0 {
    left: 0px;
  }
  html body .tw-left-1\/2 {
    left: 50%;
  }
  html body .tw-left-2 {
    left: 0.5rem;
  }
  html body .tw-right-0 {
    right: 0px;
  }
  html body .tw-top-0 {
    top: 0px;
  }
  html body .tw-top-1\/2 {
    top: 50%;
  }
  html body .tw-top-32 {
    top: 8rem;
  }
  html body .tw-top-5 {
    top: 1.25rem;
  }
  html body .tw-top-px {
    top: 1px;
  }
  html body .tw-z-10 {
    z-index: 10;
  }
  html body .tw-z-\[10000\] {
    z-index: 10000;
  }
  html body .tw-col-span-1 {
    grid-column: span 1 / span 1;
  }
  html body .tw-col-span-2 {
    grid-column: span 2 / span 2;
  }
  html body .tw-col-span-4 {
    grid-column: span 4 / span 4;
  }
  html body .tw-col-span-full {
    grid-column: 1 / -1;
  }
  html body .tw-row-start-3 {
    grid-row-start: 3;
  }
  html body .tw-m-0 {
    margin: 0px;
  }
  html body .tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  html body .tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  html body .\!tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  html body .\!tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  html body .tw-mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  html body .tw-mb-1 {
    margin-bottom: 0.25rem;
  }
  html body .tw-mb-10 {
    margin-bottom: 2.5rem;
  }
  html body .tw-mb-12 {
    margin-bottom: 3rem;
  }
  html body .tw-mb-2 {
    margin-bottom: 0.5rem;
  }
  html body .tw-mb-4 {
    margin-bottom: 1rem;
  }
  html body .tw-mb-6 {
    margin-bottom: 1.5rem;
  }
  html body .tw-mb-8 {
    margin-bottom: 2rem;
  }
  html body .tw-mb-px {
    margin-bottom: 1px;
  }
  html body .tw-ml-1 {
    margin-left: 0.25rem;
  }
  html body .tw-ml-1\.5 {
    margin-left: 0.375rem;
  }
  html body .tw-ml-2 {
    margin-left: 0.5rem;
  }
  html body .tw-ml-auto {
    margin-left: auto;
  }
  html body .tw-mr-1 {
    margin-right: 0.25rem;
  }
  html body .tw-mr-2 {
    margin-right: 0.5rem;
  }
  html body .tw-mr-4 {
    margin-right: 1rem;
  }
  html body .tw-mr-\[6px\] {
    margin-right: 6px;
  }
  html body .tw-mr-auto {
    margin-right: auto;
  }
  html body .tw-mt-10 {
    margin-top: 2.5rem;
  }
  html body .tw-mt-2 {
    margin-top: 0.5rem;
  }
  html body .tw-mt-3 {
    margin-top: 0.75rem;
  }
  html body .tw-mt-4 {
    margin-top: 1rem;
  }
  html body .tw-mt-5 {
    margin-top: 1.25rem;
  }
  html body .tw-mt-6 {
    margin-top: 1.5rem;
  }
  html body .tw-mt-7 {
    margin-top: 1.75rem;
  }
  html body .tw-block {
    display: block;
  }
  html body .tw-inline-block {
    display: inline-block;
  }
  html body .tw-flex {
    display: flex;
  }
  html body .tw-grid {
    display: grid;
  }
  html body .tw-hidden {
    display: none;
  }
  html body .\!tw-h-auto {
    height: auto !important;
  }
  html body .\!tw-h-full {
    height: 100% !important;
  }
  html body .tw-h-0\.5 {
    height: 0.125rem;
  }
  html body .tw-h-1 {
    height: 0.25rem;
  }
  html body .tw-h-10 {
    height: 2.5rem;
  }
  html body .tw-h-12 {
    height: 3rem;
  }
  html body .tw-h-14 {
    height: 3.5rem;
  }
  html body .tw-h-16 {
    height: 4rem;
  }
  html body .tw-h-2 {
    height: 0.5rem;
  }
  html body .tw-h-20 {
    height: 5rem;
  }
  html body .tw-h-4 {
    height: 1rem;
  }
  html body .tw-h-5 {
    height: 1.25rem;
  }
  html body .tw-h-6 {
    height: 1.5rem;
  }
  html body .tw-h-7 {
    height: 1.75rem;
  }
  html body .tw-h-8 {
    height: 2rem;
  }
  html body .tw-h-\[140px\] {
    height: 140px;
  }
  html body .tw-h-\[18px\] {
    height: 18px;
  }
  html body .tw-h-\[26px\] {
    height: 26px;
  }
  html body .tw-h-\[27px\] {
    height: 27px;
  }
  html body .tw-h-\[30px\] {
    height: 30px;
  }
  html body .tw-h-\[81px\] {
    height: 81px;
  }
  html body .tw-h-fit {
    height: fit-content;
  }
  html body .tw-h-full {
    height: 100%;
  }
  html body .tw-min-h-10 {
    min-height: 2.5rem;
  }
  html body .tw-min-h-28 {
    min-height: 7rem;
  }
  html body .tw-min-h-6 {
    min-height: 1.5rem;
  }
  html body .tw-min-h-\[140px\] {
    min-height: 140px;
  }
  html body .tw-w-10 {
    width: 2.5rem;
  }
  html body .tw-w-12 {
    width: 3rem;
  }
  html body .tw-w-14 {
    width: 3.5rem;
  }
  html body .tw-w-16 {
    width: 4rem;
  }
  html body .tw-w-2 {
    width: 0.5rem;
  }
  html body .tw-w-24 {
    width: 6rem;
  }
  html body .tw-w-36 {
    width: 9rem;
  }
  html body .tw-w-5 {
    width: 1.25rem;
  }
  html body .tw-w-6 {
    width: 1.5rem;
  }
  html body .tw-w-7 {
    width: 1.75rem;
  }
  html body .tw-w-8 {
    width: 2rem;
  }
  html body .tw-w-\[130px\] {
    width: 130px;
  }
  html body .tw-w-\[186px\] {
    width: 186px;
  }
  html body .tw-w-\[18px\] {
    width: 18px;
  }
  html body .tw-w-\[200px\] {
    width: 200px;
  }
  html body .tw-w-\[240px\] {
    width: 240px;
  }
  html body .tw-w-\[26px\] {
    width: 26px;
  }
  html body .tw-w-fit {
    width: fit-content;
  }
  html body .tw-w-full {
    width: 100%;
  }
  html body .\!tw-min-w-52 {
    min-width: 13rem !important;
  }
  html body .tw-min-w-24 {
    min-width: 6rem;
  }
  html body .tw-min-w-32 {
    min-width: 8rem;
  }
  html body .tw-min-w-64 {
    min-width: 16rem;
  }
  html body .tw-min-w-\[115px\] {
    min-width: 115px;
  }
  html body .tw-min-w-\[30px\] {
    min-width: 30px;
  }
  html body .tw-min-w-fit {
    min-width: fit-content;
  }
  html body .tw-max-w-32 {
    max-width: 8rem;
  }
  html body .tw-max-w-36 {
    max-width: 9rem;
  }
  html body .tw-max-w-48 {
    max-width: 12rem;
  }
  html body .tw-max-w-52 {
    max-width: 13rem;
  }
  html body .tw-max-w-60 {
    max-width: 15rem;
  }
  html body .tw-max-w-\[1280px\] {
    max-width: 1280px;
  }
  html body .tw-max-w-\[1440px\] {
    max-width: 1440px;
  }
  html body .tw-max-w-\[400px\] {
    max-width: 400px;
  }
  html body .tw-max-w-\[480px\] {
    max-width: 480px;
  }
  html body .tw-max-w-\[628px\] {
    max-width: 628px;
  }
  html body .tw-max-w-full {
    max-width: 100%;
  }
  html body .tw-max-w-none {
    max-width: none;
  }
  html body .tw-flex-1 {
    flex: 1 1 0%;
  }
  html body .-tw-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .-tw-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .-tw-rotate-\[0deg\] {
    --tw-rotate: -0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .-tw-rotate-\[135deg\] {
    --tw-rotate: -135deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .tw-rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .tw-rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .tw-rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .tw-rotate-\[-135deg\] {
    --tw-rotate: -135deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .-tw-scale-y-100 {
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  html body .tw-cursor-pointer {
    cursor: pointer;
  }
  html body .tw-resize-none {
    resize: none;
  }
  html body .tw-grid-flow-col {
    grid-auto-flow: column;
  }
  html body .tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  html body .tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body .tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  html body .tw-grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  html body .tw-grid-cols-\[24px_1fr\] {
    grid-template-columns: 24px 1fr;
  }
  html body .tw-grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  html body .tw-grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }
  html body .tw-grid-rows-\[60px_1fr\] {
    grid-template-rows: 60px 1fr;
  }
  html body .tw-grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }
  html body .tw-flex-row-reverse {
    flex-direction: row-reverse;
  }
  html body .tw-flex-col {
    flex-direction: column;
  }
  html body .tw-flex-col-reverse {
    flex-direction: column-reverse;
  }
  html body .tw-place-content-center {
    place-content: center;
  }
  html body .tw-content-center {
    align-content: center;
  }
  html body .tw-content-start {
    align-content: flex-start;
  }
  html body .tw-content-between {
    align-content: space-between;
  }
  html body .tw-items-start {
    align-items: flex-start;
  }
  html body .tw-items-end {
    align-items: flex-end;
  }
  html body .tw-items-center {
    align-items: center;
  }
  html body .tw-justify-start {
    justify-content: flex-start;
  }
  html body .tw-justify-end {
    justify-content: flex-end;
  }
  html body .tw-justify-center {
    justify-content: center;
  }
  html body .tw-justify-between {
    justify-content: space-between;
  }
  html body .tw-justify-items-start {
    justify-items: start;
  }
  html body .tw-justify-items-end {
    justify-items: end;
  }
  html body .tw-justify-items-center {
    justify-items: center;
  }
  html body .tw-gap-0\.5 {
    gap: 0.125rem;
  }
  html body .tw-gap-1 {
    gap: 0.25rem;
  }
  html body .tw-gap-1\.5 {
    gap: 0.375rem;
  }
  html body .tw-gap-2 {
    gap: 0.5rem;
  }
  html body .tw-gap-2\.5 {
    gap: 0.625rem;
  }
  html body .tw-gap-3 {
    gap: 0.75rem;
  }
  html body .tw-gap-4 {
    gap: 1rem;
  }
  html body .tw-gap-5 {
    gap: 1.25rem;
  }
  html body .tw-gap-6 {
    gap: 1.5rem;
  }
  html body .tw-gap-9 {
    gap: 2.25rem;
  }
  html body .tw-gap-\[22px\] {
    gap: 22px;
  }
  html body .tw-gap-x-4 {
    column-gap: 1rem;
  }
  html body .tw-gap-x-6 {
    column-gap: 1.5rem;
  }
  html body .tw-gap-y-4 {
    row-gap: 1rem;
  }
  html body .tw-gap-y-6 {
    row-gap: 1.5rem;
  }
  html body .tw-self-end {
    align-self: flex-end;
  }
  html body .tw-self-center {
    align-self: center;
  }
  html body .tw-justify-self-start {
    justify-self: start;
  }
  html body .tw-justify-self-end {
    justify-self: end;
  }
  html body .tw-justify-self-center {
    justify-self: center;
  }
  html body .tw-overflow-auto {
    overflow: auto;
  }
  html body .tw-overflow-hidden {
    overflow: hidden;
  }
  html body .tw-overflow-ellipsis {
    text-overflow: ellipsis;
  }
  html body .tw-text-ellipsis {
    text-overflow: ellipsis;
  }
  html body .tw-whitespace-nowrap {
    white-space: nowrap;
  }
  html body .tw-whitespace-pre {
    white-space: pre;
  }
  html body .tw-rounded {
    border-radius: 0.25rem;
  }
  html body .tw-rounded-2xl {
    border-radius: 1rem;
  }
  html body .tw-rounded-\[4px\] {
    border-radius: 4px;
  }
  html body .tw-rounded-\[5px\] {
    border-radius: 5px;
  }
  html body .tw-rounded-full {
    border-radius: 9999px;
  }
  html body .tw-rounded-lg {
    border-radius: 0.5rem;
  }
  html body .tw-rounded-md {
    border-radius: 0.375rem;
  }
  html body .tw-border {
    border-width: 1px;
  }
  html body .tw-border-0 {
    border-width: 0px;
  }
  html body .tw-border-2 {
    border-width: 2px;
  }
  html body .tw-border-b {
    border-bottom-width: 1px;
  }
  html body .tw-border-solid {
    border-style: solid;
  }
  html body .tw-border-none {
    border-style: none;
  }
  html body .tw-border-bg {
    --tw-border-opacity: 1;
    border-color: rgba(var(--tpay-bg), var(--tw-border-opacity));
  }
  html body .tw-border-def-border {
    --tw-border-opacity: 1;
    border-color: rgba(var(--tpay-border), var(--tw-border-opacity));
  }
  html body .tw-bg-\[\#1F1F1F80\] {
    background-color: #1F1F1F80;
  }
  html body .tw-bg-\[\#3BF6B11F\] {
    background-color: #3BF6B11F;
  }
  html body .tw-bg-\[\#CD3BF61F\] {
    background-color: #CD3BF61F;
  }
  html body .tw-bg-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-bg), var(--tw-bg-opacity));
  }
  html body .tw-bg-dark-main {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-dark-main), var(--tw-bg-opacity));
  }
  html body .tw-bg-gray-button {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-gray-button), var(--tw-bg-opacity));
  }
  html body .tw-bg-hover-window {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-hover-window), var(--tw-bg-opacity));
  }
  html body .tw-bg-input {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-input), var(--tw-bg-opacity));
  }
  html body .tw-bg-main {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-main), var(--tw-bg-opacity));
  }
  html body .tw-bg-main\/10 {
    background-color: rgba(var(--tpay-main), 0.1);
  }
  html body .tw-bg-main\/25 {
    background-color: rgba(var(--tpay-main), 0.25);
  }
  html body .tw-bg-main\/\[0\.12\] {
    background-color: rgba(var(--tpay-main), 0.12);
  }
  html body .tw-bg-secondary-text {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-secondary-text), var(--tw-bg-opacity));
  }
  html body .tw-bg-secondary-window {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-secondary-window), var(--tw-bg-opacity));
  }
  html body .tw-bg-warning-green\/10 {
    background-color: rgba(var(--tpay-warning-green), 0.1);
  }
  html body .tw-bg-warning-green\/\[0\.12\] {
    background-color: rgba(var(--tpay-warning-green), 0.12);
  }
  html body .tw-bg-warning-red\/10 {
    background-color: rgba(var(--tpay-warning-red), 0.1);
  }
  html body .tw-bg-warning-red\/\[0\.12\] {
    background-color: rgba(var(--tpay-warning-red), 0.12);
  }
  html body .tw-bg-warning-yellow\/10 {
    background-color: rgba(var(--tpay-warning-yellow), 0.1);
  }
  html body .tw-bg-warning-yellow\/5 {
    background-color: rgba(var(--tpay-warning-yellow), 0.05);
  }
  html body .tw-bg-warning-yellow\/\[0\.12\] {
    background-color: rgba(var(--tpay-warning-yellow), 0.12);
  }
  html body .tw-bg-white\/0 {
    background-color: rgba(var(--tpay-white), 0);
  }
  html body .tw-object-contain {
    object-fit: contain;
  }
  html body .tw-object-center {
    object-position: center;
  }
  html body .\!tw-p-0 {
    padding: 0px !important;
  }
  html body .tw-p-0 {
    padding: 0px;
  }
  html body .tw-p-1 {
    padding: 0.25rem;
  }
  html body .tw-p-3 {
    padding: 0.75rem;
  }
  html body .tw-p-4 {
    padding: 1rem;
  }
  html body .tw-p-5 {
    padding: 1.25rem;
  }
  html body .\!tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  html body .\!tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html body .tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  html body .tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html body .tw-px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  html body .tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  html body .tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html body .tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  html body .tw-py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  html body .tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  html body .tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  html body .tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  html body .tw-pb-5 {
    padding-bottom: 1.25rem;
  }
  html body .tw-pl-1 {
    padding-left: 0.25rem;
  }
  html body .tw-pl-\[14px\] {
    padding-left: 14px;
  }
  html body .tw-pr-2 {
    padding-right: 0.5rem;
  }
  html body .tw-pt-0 {
    padding-top: 0px;
  }
  html body .tw-pt-2 {
    padding-top: 0.5rem;
  }
  html body .tw-pt-6 {
    padding-top: 1.5rem;
  }
  html body .tw-text-center {
    text-align: center;
  }
  html body .tw-text-end {
    text-align: end;
  }
  html body .\!tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  html body .\!tw-text-\[12px\] {
    font-size: 12px !important;
  }
  html body .\!tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  html body .\!tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  html body .\!tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  html body .tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  html body .tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  html body .tw-text-\[15px\] {
    font-size: 15px;
  }
  html body .tw-text-\[18px\] {
    font-size: 18px;
  }
  html body .tw-text-\[20px\] {
    font-size: 20px;
  }
  html body .tw-text-\[29px\] {
    font-size: 29px;
  }
  html body .tw-text-\[48px\] {
    font-size: 48px;
  }
  html body .tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  html body .tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  html body .tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  html body .tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  html body .tw-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  html body .tw-font-medium {
    font-weight: 500;
  }
  html body .tw-font-normal {
    font-weight: 400;
  }
  html body .\!tw-leading-5 {
    line-height: 1.25rem !important;
  }
  html body .tw-leading-3 {
    line-height: .75rem;
  }
  html body .tw-leading-4 {
    line-height: 1rem;
  }
  html body .tw-leading-5 {
    line-height: 1.25rem;
  }
  html body .tw-leading-6 {
    line-height: 1.5rem;
  }
  html body .tw-leading-7 {
    line-height: 1.75rem;
  }
  html body .tw-leading-\[12px\] {
    line-height: 12px;
  }
  html body .tw-leading-\[13px\] {
    line-height: 13px;
  }
  html body .tw-leading-\[14px\] {
    line-height: 14px;
  }
  html body .tw-leading-\[18px\] {
    line-height: 18px;
  }
  html body .tw-leading-\[19px\] {
    line-height: 19px;
  }
  html body .tw-leading-\[22px\] {
    line-height: 22px;
  }
  html body .tw-leading-none {
    line-height: 1;
  }
  html body .tw-text-\[\#3BF6B1\] {
    --tw-text-opacity: 1;
    color: rgb(59 246 177 / var(--tw-text-opacity));
  }
  html body .tw-text-\[\#CD3BF6\] {
    --tw-text-opacity: 1;
    color: rgb(205 59 246 / var(--tw-text-opacity));
  }
  html body .tw-text-main {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-main), var(--tw-text-opacity));
  }
  html body .tw-text-main\/60 {
    color: rgba(var(--tpay-main), 0.6);
  }
  html body .tw-text-secondary-text {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-secondary-text), var(--tw-text-opacity));
  }
  html body .tw-text-warning-green {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-green), var(--tw-text-opacity));
  }
  html body .tw-text-warning-red {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-red), var(--tw-text-opacity));
  }
  html body .tw-text-warning-yellow {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-warning-yellow), var(--tw-text-opacity));
  }
  html body .tw-text-white {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-white), var(--tw-text-opacity));
  }
  html body .tw-text-window {
    --tw-text-opacity: 1;
    color: rgba(var(--tpay-window), var(--tw-text-opacity));
  }
  html body .tw-underline {
    text-decoration-line: underline;
  }
  html body .tw-line-through {
    text-decoration-line: line-through;
  }
  html body .tw-underline-offset-1 {
    text-underline-offset: 1px;
  }
  html body .tw-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
:root {
  font-family: "NTSomic", sans-serif;
  --font-family: "NTSomic", sans-serif;
}
html,
body,
tpay-merchant-root {
  margin: 0px;
  display: grid;
  min-height: 100vh;
  padding: 0px;
}
.tpay-payment-page {
  display: grid;
  gap: 1.25rem;
}
@media not all and (min-width: 768px) {
  .tpay-payment-page {
    grid-template-rows: 1fr auto;
  }
}
@media (min-width: 768px) {
  .md\:tpay-payment-page_2-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:tpay-payment-page_1-cols {
    width: 440px;
    gap: 49px;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-window), var(--tw-bg-opacity));
    padding: 1.25rem;
  }
  .md\:tpay-payment-page_1-cols tpay-payment-page-content {
    padding: 0px;
  }
}
.md\:tpay-payment-header-container {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .md\:tpay-payment-header-container {
    display: block;
  }
}
.p-inline-message {
  height: 30px;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.p-inline-message .p-inline-message-icon {
  margin-right: 0.5rem;
}
.tpay-payment-sum-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .tpay-payment-sum-container {
    width: 440px;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--tpay-window), var(--tw-bg-opacity));
    padding: 1.25rem;
  }
}
html body .hover\:tw-text-main:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--tpay-main), var(--tw-text-opacity));
}
html body .hover\:tw-underline:hover {
  text-decoration-line: underline;
}
@media not all and (min-width: 1024px) {
  html body .max-lg\:tw-w-full {
    width: 100%;
  }
}
@media not all and (min-width: 768px) {
  html body .max-md\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }
  html body .max-md\:tw-row-start-1 {
    grid-row-start: 1;
  }
  html body .max-md\:tw-row-start-2 {
    grid-row-start: 2;
  }
  html body .max-md\:tw-hidden {
    display: none;
  }
  html body .max-md\:tw-w-full {
    width: 100%;
  }
}
@media not all and (min-width: 640px) {
  html body .max-sm\:tw-row-start-2 {
    grid-row-start: 2;
  }
  html body .max-sm\:tw-hidden {
    display: none;
  }
}
@media (min-width: 640px) {
  html body .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }
  html body .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }
  html body .sm\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }
  html body .sm\:tw-row-start-2 {
    grid-row-start: 2;
  }
  html body .sm\:tw-hidden {
    display: none;
  }
  html body .sm\:tw-grid-flow-col {
    grid-auto-flow: column;
  }
  html body .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body .sm\:tw-grid-rows-\[72px_1fr\] {
    grid-template-rows: 72px 1fr;
  }
  html body .sm\:tw-flex-row {
    flex-direction: row;
  }
  html body .sm\:tw-items-center {
    align-items: center;
  }
  html body .sm\:tw-justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  html body .md\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }
  html body .md\:tw-row-span-2 {
    grid-row: span 2 / span 2;
  }
  html body .md\:tw-mb-4 {
    margin-bottom: 1rem;
  }
  html body .md\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }
  html body .md\:tw-mt-0 {
    margin-top: 0px;
  }
  html body .md\:tw-mt-10 {
    margin-top: 2.5rem;
  }
  html body .md\:tw-mt-8 {
    margin-top: 2rem;
  }
  html body .md\:tw-mt-\[118px\] {
    margin-top: 118px;
  }
  html body .md\:tw-flex {
    display: flex;
  }
  html body .md\:tw-hidden {
    display: none;
  }
  html body .md\:tw-h-16 {
    height: 4rem;
  }
  html body .md\:tw-h-40 {
    height: 10rem;
  }
  html body .md\:\!tw-w-72 {
    width: 18rem !important;
  }
  html body .md\:tw-w-40 {
    width: 10rem;
  }
  html body .md\:tw-w-\[440px\] {
    width: 440px;
  }
  html body .md\:tw-grid-flow-col {
    grid-auto-flow: column;
  }
  html body .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  html body .md\:tw-grid-cols-\[0\.63fr_0\.37fr\] {
    grid-template-columns: 0.63fr 0.37fr;
  }
  html body .md\:tw-justify-center {
    justify-content: center;
  }
  html body .md\:tw-gap-3 {
    gap: 0.75rem;
  }
  html body .md\:tw-gap-4 {
    gap: 1rem;
  }
  html body .md\:tw-justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1024px) {
  html body .lg\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }
  html body .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }
  html body .lg\:tw-col-span-5 {
    grid-column: span 5 / span 5;
  }
  html body .lg\:tw-row-start-1 {
    grid-row-start: 1;
  }
  html body .lg\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }
  html body .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  html body .lg\:tw-grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  html body .lg\:tw-flex-row {
    flex-direction: row;
  }
  html body .lg\:tw-items-center {
    align-items: center;
  }
  html body .lg\:tw-justify-items-end {
    justify-items: end;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
