/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./projects/visa-platform/src/styles.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600&display=swap);
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./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-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-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;
    }
    @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;
    }

    /* Non ng overlay animations */

    .p-toggleable-content.ng-animating {
        overflow: hidden;
    }

    .p-icon-wrapper {
        display: inline-flex;
    }

    .p-icon {
        display: inline-block;
    }

    .p-icon-spin {
        animation: p-icon-spin 2s infinite linear;
    }
}

@keyframes p-icon-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@layer primeng {
    .p-badge {
        display: inline-block;
        border-radius: 10px;
        text-align: center;
        padding: 0 0.5rem;
    }

    .p-badge-no-gutter {
        padding: 0;
        border-radius: 50%;
    }
}

@layer primeng {
    .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;
    }
}
@layer primeng {
    .p-inputtext {
        margin: 0;
    }

    .p-fluid .p-inputtext {
        width: 100%;
    }

    /* InputGroup */

    /* Floating Label */
    .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-right {
        position: relative;
        display: inline-block;
    }

    
    .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-right {
        display: block;
        width: 100%;
    }
}

@layer primeng {
    .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;
    }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@pv-frontend/pv-shared-components/resources/styles/theme.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
html {
  font-size: 16px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold');
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family: var(--font-family);
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: var(--maskbg);
  transition-duration: 0.2s;
}
.p-disabled,
.p-component:disabled {
  opacity: 0.38;
}
.pi {
  font-size: 1rem;
}
.p-icon {
  width: 1rem;
  height: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family: var(--font-family);
  border-radius: 4px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}
.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}
@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  from {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: var(--feedback-border-negative-high-contrast);
}
.p-datepicker {
  padding: 0.5rem;
  background: #fff;
  color: var(--text-color);
  border: 1px solid var(--surface-border-normal);
  border-radius: 4px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #fff;
  border: 0 none;
  box-shadow: 0 5px 5px -3px var(--box-shadow-1),
    0 8px 10px 1px var(--box-shadow-2), 0 3px 14px 2px var(--box-shadow-3);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #fff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: var(--text-color);
  background: #fff;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid var(--surface-border);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--text-color-secondary);
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: var(--text-color-secondary);
  border-color: transparent;
  background: var(--surface-border);
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  color: var(--text-color);
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 500;
  padding: 0.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: var(--primary-color);
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: none;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: var(--primary-color);
  background: var(--highlight-bg);
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #fff;
  color: var(--text-color);
  border-color: #000;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: var(--primary-color);
  background: var(--highlight-bg);
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid var(--surface-border);
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid var(--surface-border);
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--text-color-secondary);
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: var(--text-color-secondary);
  border-color: transparent;
  background: var(--surface-border);
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: none;
  border-radius: 4px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: var(--primary-color);
  background: var(--highlight-bg);
}
.p-datepicker .p-yearpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-yearpicker .p-yearpicker-year {
  padding: 0.5rem;
  transition: none;
  border-radius: 4px;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: var(--primary-color);
  background: var(--highlight-bg);
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-left: 1px solid var(--surface-border);
  padding-right: 0.5rem;
  padding-left: 0.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: var(--surface-border);
}
.p-datepicker:not(.p-disabled)
  table
  td
  span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker:not(.p-disabled)
  .p-monthpicker
  .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
  background: var(--surface-border);
}
.p-datepicker:not(.p-disabled)
  .p-monthpicker
  .p-monthpicker-month:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker:not(.p-disabled)
  .p-yearpicker
  .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
  background: var(--surface-border);
}
.p-datepicker:not(.p-disabled)
  .p-yearpicker
  .p-yearpicker-year:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
p-calendar.p-calendar-clearable .p-inputtext {
  padding-right: 3rem;
}
p-calendar.p-calendar-clearable .p-calendar-clear-icon {
  color: var(--text-color-secondary);
  right: 1rem;
}
p-calendar.p-calendar-clearable.p-calendar-w-btn .p-calendar-clear-icon {
  color: var(--text-color-secondary);
  right: 4rem;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th,
  .p-datepicker table td {
    padding: 0;
  }
}
.p-dropdown {
  background: #fff;
  border: 1px solid var(--surface-border);
  transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  border-radius: 4px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: var(--text-color);
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: var(--primary-color);
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 2rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: var(--text-color-secondary);
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: var(--text-color-secondary);
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: var(--text-color-secondary);
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #fff;
  color: var(--text-color);
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px var(--box-shadow-1),
    0 8px 10px 1px var(--box-shadow-2), 0 3px 14px 2px var(--box-shadow-3);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 1rem;
  border-bottom: 1px solid var(--surface-border);
  color: var(--text-color);
  background: #fff;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 2rem;
  margin-right: -2rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 1rem;
  color: var(--text-color-secondary);
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 1rem 1rem;
  border: 0 none;
  color: var(--text-color);
  background: transparent;
  transition: none;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: var(--primary-color);
  background: var(--highlight-bg);
}
.p-dropdown-panel
  .p-dropdown-items
  .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: var(--text-color);
  background: var(--feedback-neutral-low-contrast-hover);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 1rem 1rem;
  color: var(--text-color);
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 1rem;
  color: var(--text-color-secondary);
  background: #fff;
  font-weight: 400;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: var(--feedback-border-negative-high-contrast);
}
.p-input-filled .p-dropdown {
  background: var(--surface-100);
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: var(--feedback-neutral-low-contrast-hover);
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: var(--feedback-neutral-low-contrast-focus);
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
  background-color: transparent;
}
.p-inputtext {
  font-family: var(--font-family);
  font-size: 1rem;
  color: var(--text-color);
  background: #fff;
  padding: 1rem 1rem;
  border: 1px solid var(--surface-border);
  transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  appearance: none;
  border-radius: 4px;
}
.p-inputtext:enabled:hover {
  border-color: var(--primary-color);
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: var(--primary-color);
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: var(--feedback-border-negative-high-contrast);
}
.p-float-label > label {
  left: 1rem;
  color: var(--text-color-secondary);
  transition-duration: 0.2s;
}
.p-float-label > .ng-invalid.ng-dirty + label {
  color: var(--feedback-text-negative);
}
.p-input-icon-right > .p-icon-wrapper,
.p-input-icon-right > i:last-of-type {
  right: 1rem;
  color: var(--text-color-secondary);
}
.p-input-icon-right > .p-inputtext {
  padding-right: 3rem;
}
::-webkit-input-placeholder {
  color: var(--text-color-secondary);
}
::-moz-placeholder {
  color: var(--text-color-secondary);
}
.p-input-filled .p-inputtext {
  background-color: var(--surface-100);
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: var(--feedback-neutral-low-contrast-hover);
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: var(--feedback-neutral-low-contrast-focus);
}
.p-button {
  color: var(--primary-color-text);
  background: var(--primary-color);
  border: 0 none;
  padding: 0.714rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  border-radius: 4px;
}
.p-button:enabled:hover {
  background: var(--primary-600);
  color: var(--primary-color-text);
  border-color: transparent;
}
.p-button:enabled:active {
  background: var(--primary-700);
  color: var(--primary-color-text);
  border-color: transparent;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: var(--primary-color);
  border: 0 none;
}
.p-button.p-button-outlined:enabled:hover {
  background: var(--primary-600);
  color: var(--primary-color);
  border: 0 none;
}
.p-button.p-button-outlined:enabled:active {
  background: var(--primary-700);
  color: var(--primary-color);
  border: 0 none;
}
.p-button.p-button-outlined.p-button-plain {
  color: var(--text-color-secondary);
  border-color: var(--text-color-secondary);
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: var(--surface-border);
  color: var(--text-color-secondary);
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: var(--surface-border);
  color: var(--text-color-secondary);
}
.p-button.p-button-text {
  background-color: transparent;
  color: var(--primary-color);
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: var(--primary-300);
  color: var(--primary-color);
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: var(--primary-400);
  color: var(--primary-color);
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: var(--text-color-secondary);
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: var(--feedback-neutral-low-contrast-hover);
  color: var(--text-color-secondary);
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: var(----feedback-neutral-low-contrast-active);
  color: var(--text-color-secondary);
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-button .p-button-label {
  transition-duration: 0.2s;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: var(--primary-color);
  background-color: #fff;
}
.p-button.p-button-raised {
  box-shadow: 0 3px 1px -2px var(--box-shadow-1),
    0 2px 2px 0 var(--box-shadow-2), 0 1px 5px 0 var(--box-shadow-3);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 3rem;
  padding: 0.714rem;
}
.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: 0.875rem;
  padding: 0.62475rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.8925rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 3rem;
}
.p-button.p-button-link {
  color: var(--primary-color);
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: var(--primary-color);
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: var(--primary-color);
  border-color: transparent;
}
.p-timeline .p-timeline-event-marker {
  border: 0 none;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: var(--surface-400);
}
.p-timeline .p-timeline-event-connector {
  background-color: var(--surface-400);
}
.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.5rem;
  border: 0 none;
  color: var(--text-color);
  background: #fff;
  font-weight: 400;
  border-radius: 4px;
  transition: none;
}
.p-accordion
  .p-accordion-header
  .p-accordion-header-link
  .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion
  .p-accordion-header:not(.p-disabled)
  .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-accordion
  .p-accordion-header:not(.p-highlight):not(.p-disabled):hover
  .p-accordion-header-link {
  background: var(--feedback-neutral-low-contrast-hover);
  border-color: transparent;
  color: var(--text-color);
}
.p-accordion
  .p-accordion-header:not(.p-disabled).p-highlight
  .p-accordion-header-link {
  background: #fff;
  border-color: transparent;
  color: var(--text-color);
  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: transparent;
  background: #fff;
  color: var(--text-color);
}
.p-accordion .p-accordion-content {
  padding: 1rem 1.5rem;
  border: 0 none;
  background: #fff;
  color: var(--text-color);
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-tabview .p-tabview-nav {
  background: #fff;
  border: solid var(--surface-border);
  border-width: 0 0 1px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid var(--surface-border);
  border-width: 0 0 1px 0;
  border-color: transparent transparent var(--surface-border) transparent;
  background: #fff;
  color: var(--text-color-secondary);
  padding: 1rem 1.5rem;
  font-weight: 500;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: none;
  margin: 0 0 0 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset none;
}
.p-tabview
  .p-tabview-nav
  li:not(.p-highlight):not(.p-disabled):hover
  .p-tabview-nav-link {
  background: var(--primary-400);
  border-color: var(--surface-border);
  color: var(--text-color-secondary);
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #fff;
  border-color: var(--surface-border);
  color: var(--primary-color);
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-nav-btn.p-link {
  background: #fff;
  color: var(--primary-color);
  width: 3rem;
  box-shadow: 0 3px 1px -2px var(--box-shadow-1),
    0 2px 2px 0 var(--box-shadow-2), 0 1px 5px 0 var(--box-shadow-3);
  border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset none;
}
.p-tabview .p-tabview-panels {
  background: #fff;
  padding: 1rem;
  border: 0 none;
  color: var(--text-color);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-dialog {
  border-radius: 4px;
  box-shadow: 0 11px 15px -7px var(--box-shadow-1),
    0 24px 38px 3px var(--box-shadow-2), 0 9px 46px 8px var(--box-shadow-3);
  border: 0 none;
}
.p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #fff;
  color: var(--text-color);
  padding: 1.5rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 500;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--text-color-secondary);
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: var(--text-color-secondary);
  border-color: transparent;
  background: var(--surface-border);
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #fff;
  color: var(--text-color);
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.p-dialog .p-dialog-content:last-of-type {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer {
  border-top: 0 none;
  background: #fff;
  color: var(--text-color);
  padding: 1rem 1.5rem;
  text-align: right;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-sidebar {
  background: #fff;
  color: var(--text-color);
  border: 0 none;
  box-shadow: 0 11px 15px -7px var(--box-shadow-1),
    0 24px 38px 3px var(--box-shadow-2), 0 9px 46px 8px var(--box-shadow-3);
}
.p-sidebar .p-sidebar-header {
  padding: 1rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--text-color-secondary);
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: var(--text-color-secondary);
  border-color: transparent;
  background: var(--surface-border);
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1rem;
}
.p-sidebar .p-sidebar-footer {
  padding: 1rem;
}
.p-tooltip .p-tooltip-text {
  background: var(--surface-action-icon-low-contrast);
  color: var(--primary-color-text);
  padding: 0.5rem;
  box-shadow: 0 5px 5px -3px var(--box-shadow-1),
    0 8px 10px 1px var(--box-shadow-2), 0 3px 14px 2px var(--box-shadow-3);
  border-radius: 4px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: var(--surface-action-icon-low-contrast);
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: var(--surface-action-icon-low-contrast);
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: var(--surface-action-icon-low-contrast);
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: var(--surface-action-icon-low-contrast);
}
.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 5px 5px -3px var(--box-shadow-1),
    0 8px 10px 1px var(--box-shadow-2), 0 3px 14px 2px var(--box-shadow-3);
  border-radius: 4px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1.5rem;
  border-width: 0 0 0 0;
}
.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-icon:not(.p-toast-icon-close-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: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-badge {
  background: var(--primary-color);
  color: var(--primary-color-text);
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-skeleton {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.p-skeleton:after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0)
  );
}
.p-accordion .p-accordion-tab {
  box-shadow: 0 3px 1px -2px var(--box-shadow-1),
    0 2px 2px 0 var(--box-shadow-2), 0 1px 5px 0 var(--box-shadow-3);
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  transition: margin-bottom 225ms;
}
.p-accordion .p-accordion-tab:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.p-accordion .p-accordion-tab:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-accordion .p-accordion-tab .p-accordion-toggle-icon {
  order: 1;
  margin-left: auto;
  transition: transform 0.2s;
}
.p-accordion
  .p-accordion-tab:not(.p-accordion-tab-active)
  .p-accordion-header-link:focus {
  background: #f6f6f6;
}
.p-accordion
  .p-accordion-tab:not(.p-accordion-tab-active)
  .p-accordion-toggle-icon {
  transform: rotate(-270deg);
}
.p-accordion .p-accordion-tab.p-accordion-tab-active {
  margin-bottom: 1rem;
}
.p-accordion .p-accordion-tab.p-accordion-tab-active .p-accordion-toggle-icon {
  transform: rotate(-180deg);
}
.p-accordion .p-accordion-tab .p-accordion-header.p-disabled {
  opacity: 1;
}
.p-accordion
  .p-accordion-tab
  .p-accordion-header.p-disabled
  .p-accordion-header-link
  > * {
  opacity: 0.38;
}
.p-button {
  font-weight: 500;
  min-width: 4rem;
}
.p-button.p-button-icon-only {
  min-width: auto;
}
.p-button:enabled:focus {
  background: var(--primary-600);
}
.p-button:enabled:active {
  background: var(--primary-600);
}
.p-button .p-ink {
  background-color: rgba(255, 255, 255, 0.32);
}
.p-button.p-button-text:enabled:focus,
.p-button.p-button-outlined:enabled:focus {
  background: var(--primary-400);
}
.p-button.p-button-text:enabled:active,
.p-button.p-button-outlined:enabled:active {
  background: var(--primary-400);
}
.p-button.p-button-text .p-ink,
.p-button.p-button-outlined .p-ink {
  background: var(--primary-400);
}
.p-button.p-button-outlined {
  box-shadow: inset 0 0 0 1px;
}
.p-button.p-button-outlined:enabled:focus {
  box-shadow: inset 0 0 0 1px;
}
.p-button.p-button-outlined:enabled:active {
  box-shadow: inset 0 0 0 1px;
}
.p-button:disabled {
  background-color: var(--surface-border) !important;
  color: var(--surface-text-muted-low-contrast) !important;
  opacity: 1;
}
.p-button:disabled.p-button-text {
  background-color: transparent !important;
  color: var(--surface-text-muted-low-contrast) !important;
}
.p-button:disabled.p-button-outlined {
  background-color: transparent !important;
  color: var(--surface-text-muted-low-contrast) !important;
  border-color: var(--surface-border) !important;
}
.p-button.p-button-raised:enabled:focus {
  box-shadow: 0 3px 1px -2px var(--box-shadow-1),
    0 2px 2px 0 var(--box-shadow-2), 0 1px 5px 0 var(--box-shadow-3);
}
.p-calendar-w-btn {
  border: 1px solid var(--surface-border);
  background: #fff;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.p-calendar-w-btn .p-inputtext {
  background-image: none;
  background-color: transparent;
  border: 0 none;
}
.p-calendar-w-btn .p-inputtext:enabled:focus {
  box-shadow: none;
}
.p-calendar-w-btn .p-datepicker-trigger.p-button {
  background-color: transparent;
  border: 0 none;
}
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
  color: var(--text-color-secondary);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
  background: var(--surface-border);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active,
.p-calendar-w-btn .p-datepicker-trigger.p-button:focus {
  background: var(--surface-border);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:disabled {
  background-color: transparent !important;
}
.p-calendar-w-btn:not(.p-calendar-disabled):hover {
  border-color: var(--text-color);
}
.p-calendar-w-btn:not(.p-calendar-disabled).p-focus {
  border-color: var(--primary-color);
  box-shadow: inset 0 0 0 1px var(--primary-color),
    inset 0 0 0 1px var(--primary-color), inset 0 0 0 1px var(--primary-color),
    inset 0 0 0 1px var(--primary-color);
}
.p-calendar-w-btn.p-calendar-disabled {
  opacity: 0.38;
}
.p-calendar-w-btn.p-calendar-disabled .p-inputtext {
  opacity: 1;
}
.p-datepicker .p-datepicker-header {
  border-bottom: 0 none;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  margin: 0 auto 0 0;
  order: 1;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev {
  order: 2;
}
.p-datepicker .p-datepicker-header .p-datepicker-next {
  order: 3;
}
.p-datepicker table th {
  border-bottom: 1px solid var(--surface-border);
  color: var(--surface-border);
  font-weight: 400;
  font-size: 0.875rem;
}
.p-datepicker table td.p-datepicker-today > span {
  box-shadow: 0 0 0 1px var(--surface-border);
}
.p-datepicker table td.p-datepicker-today.p-highlight {
  box-shadow: 0 0 0 1px var(--highlight-bg);
}
p-calendar.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
  box-shadow: inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast);
}
p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn {
  border-color: var(--feedback-border-negative-high-contrast);
}
p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn .p-inputtext:enabled:focus {
  box-shadow: none;
}
p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
  box-shadow: inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast);
}
.p-input-filled .p-calendar-w-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid transparent;
  background: var(--surface-100) no-repeat;
  background-image: linear-gradient(
      to bottom,
      var(--primary-color),
      var(--primary-color)
    ),
    linear-gradient(to bottom, var(--surface-border), var(--surface-border));
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  background-origin: border-box;
}
.p-input-filled .p-calendar-w-btn .p-inputtext {
  background-image: none;
  background-color: transparent;
}
.p-input-filled
  .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled):hover {
  background-color: var(--surface-border-subtle);
  border-color: transparent;
  background-image: linear-gradient(
      to bottom,
      var(--primary-color),
      var(--primary-color)
    ),
    linear-gradient(to bottom, var(--text-color), var(--text-color));
}
.p-input-filled
  .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-focus,
.p-input-filled
  .p-calendar-w-btn:not(.p-calendar-disabled):not(
    .p-disabled
  ).p-inputwrapper-focus {
  box-shadow: none;
  background-color: var(--surface-border-normal);
  border-color: transparent;
  background-size: 100% 2px, 100% 1px;
}
.p-input-filled
  .p-calendar-w-btn:not(.p-calendar-disabled)
  .p-inputtext:enabled:hover,
.p-input-filled
  .p-calendar-w-btn:not(.p-calendar-disabled)
  .p-inputtext:enabled:focus {
  background-image: none;
  background: transparent;
}
.p-input-filled .p-calendar-w-btn .p-inputtext {
  border: 0 none;
}
.p-input-filled p-calendar.ng-dirty.ng-invalid .p-inputtext {
  border-color: transparent;
  background-image: linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    ),
    linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    );
}
.p-input-filled p-calendar.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
  box-shadow: none;
  border-color: transparent;
}
.p-input-filled p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn {
  border-color: transparent;
  background-image: linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    ),
    linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    );
}
.p-input-filled
  p-calendar.ng-dirty.ng-invalid
  .p-calendar-w-btn:not(.p-disabled):hover {
  background-image: linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    ),
    linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    );
}
.p-input-filled
  p-calendar.ng-dirty.ng-invalid
  .p-calendar-w-btn:not(.p-disabled).p-focus,
.p-input-filled
  p-calendar.ng-dirty.ng-invalid
  .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
  box-shadow: none;
  background-image: linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    ),
    linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    );
}
.p-input-filled p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn .p-inputtext {
  border: 0 none;
  background-image: none;
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 4px;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 4px;
    height: 10px;
    border-color: #fff;
    transform: translate3d(0, -10px, 0) rotate(45deg);
  }
}
.p-dropdown .p-inputtext,
.p-dropdown .p-dropdown-trigger {
  background-image: none;
  background: transparent;
}
.p-dropdown .p-inputtext {
  border: 0 none;
}
.p-dropdown:not(.p-disabled).p-focus {
  box-shadow: inset 0 0 0 1px var(--primary-color),
    inset 0 0 0 1px var(--primary-color), inset 0 0 0 1px var(--primary-color),
    inset 0 0 0 1px var(--primary-color);
}
.p-dropdown-item .p-ink {
  background-color: var(--primary-400);
}
.p-input-filled .p-dropdown {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid transparent;
  background: var(--surface-100) no-repeat;
  background-image: linear-gradient(
      to bottom,
      var(--primary-color),
      var(--primary-color)
    ),
    linear-gradient(to bottom, var(--surface-border), var(--surface-border));
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  background-origin: border-box;
}
.p-input-filled .p-dropdown .p-inputtext {
  background-image: none;
  background-color: transparent;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: var(--surface-border-subtle);
  border-color: transparent;
  background-image: linear-gradient(
      to bottom,
      var(--primary-color),
      var(--primary-color)
    ),
    linear-gradient(to bottom, var(--text-color), var(--text-color));
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus,
.p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus {
  box-shadow: none;
  background-color: var(--surface-border-normal);
  border-color: transparent;
  background-size: 100% 2px, 100% 1px;
}
.p-input-filled .p-dropdown .p-inputtext:enabled:hover,
.p-input-filled .p-dropdown .p-inputtext:enabled:focus {
  background-image: none;
  background: transparent;
}
.p-input-filled .p-dropdown .p-inputtext {
  border: 0 none;
}
.p-input-filled p-dropdown.ng-dirty.ng-invalid .p-dropdown {
  border-color: transparent;
  background-image: linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    ),
    linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    );
}
.p-input-filled
  p-dropdown.ng-dirty.ng-invalid
  .p-dropdown:not(.p-disabled):hover {
  background-image: linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    ),
    linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    );
}
.p-input-filled
  p-dropdown.ng-dirty.ng-invalid
  .p-dropdown:not(.p-disabled).p-focus,
.p-input-filled
  p-dropdown.ng-dirty.ng-invalid
  .p-dropdown:not(.p-disabled).p-inputwrapper-focus {
  box-shadow: none;
  background-image: linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    ),
    linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    );
}
p-dropdown.ng-dirty.ng-invalid .p-dropdown:not(.p-disabled).p-focus {
  box-shadow: inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast);
}
.p-inputtext:enabled:focus {
  box-shadow: inset 0 0 0 1px var(--primary-color),
    inset 0 0 0 1px var(--primary-color), inset 0 0 0 1px var(--primary-color),
    inset 0 0 0 1px var(--primary-color);
}
.p-inputtext:enabled:focus.ng-invalid.ng-dirty {
  box-shadow: inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast),
    inset 0 0 0 1px var(--feedback-border-negative-high-contrast);
}
.p-input-filled .p-inputtext {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid transparent;
  background: var(--surface-100) no-repeat;
  background-image: linear-gradient(
      to bottom,
      var(--primary-color),
      var(--primary-color)
    ),
    linear-gradient(to bottom, var(--surface-border), var(--surface-border));
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  background-origin: border-box;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: var(--surface-border-subtle);
  border-color: transparent;
  background-image: linear-gradient(
      to bottom,
      var(--primary-color),
      var(--primary-color)
    ),
    linear-gradient(to bottom, var(--text-color), var(--text-color));
}
.p-input-filled .p-inputtext:enabled:focus {
  box-shadow: none;
  background-color: var(--surface-border-normal);
  border-color: transparent;
  background-size: 100% 2px, 100% 1px;
}
.p-input-filled .p-inputtext.ng-invalid.ng-dirty {
  border-color: transparent;
  background-image: linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    ),
    linear-gradient(
      to bottom,
      var(--feedback-border-negative-high-contrast),
      var(--feedback-border-negative-high-contrast)
    );
}
.p-input-filled .p-inputtext.ng-invalid.ng-dirty:enabled:focus {
  box-shadow: none;
  border-color: transparent;
}
.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.5rem !important;
  background-color: #fff;
  padding: 2px 4px;
  margin-left: -4px;
  margin-top: 0;
}
.p-float-label textarea ~ label {
  margin-top: 0;
}
.p-float-label input:focus ~ label,
.p-float-label .p-inputwrapper-focus ~ label {
  color: var(--primary-color);
}
.p-input-filled .p-float-label .p-inputtext {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.p-input-filled .p-float-label input:focus ~ label,
.p-input-filled .p-float-label input.p-filled ~ label,
.p-input-filled .p-float-label textarea:focus ~ label,
.p-input-filled .p-float-label textarea.p-filled ~ label,
.p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
.p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
  top: 0.25rem !important;
  margin-top: 0;
  background: transparent;
}
.p-tabview .p-tabview-nav {
  position: relative;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  transition: background-color 0.2s;
  border-radius: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink {
  background-color: var(--primary-400);
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:focus {
  background-color: var(--highlight-bg);
}
.p-tabview .p-tabview-nav .p-tabview-ink-bar {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
}
.p-tooltip .p-tooltip-text {
  box-shadow: none;
  font-size: 0.875rem;
}
.p-tooltip .p-tooltip-arrow {
  display: none;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  margin: 0.5rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  margin: 0 0.5rem;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@pv-frontend/pv-shared-components/resources/styles/primeflex.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}

.grid > .col,
.grid > [class*='col'] {
  box-sizing: border-box;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5rem;
}

.col-6 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .md\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
}

.border-200 {
  border-color: var(--surface-200);
}

.bg-transparent {
  background-color: transparent;
}
.text-green-400 {
  color: var(--green-400);
}
.text-yellow-500 {
  color: var(--yellow-500);
}
.text-gray-500 {
  color: var(--gray-500);
}
.text-gray-600 {
  color: var(--gray-600);
}
.text-red-500 {
  color: var(--red-500);
}
.text-red-700 {
  color: var(--red-700);
}
.bg-yellow-500 {
  background-color: var(--yellow-500);
}
.bg-gray-100 {
  background-color: var(--gray-100);
}
.bg-gray-300 {
  background-color: var(--gray-300);
}
.bg-gray-400 {
  background-color: var(--gray-400);
}
.border-gray-100 {
  border-color: var(--gray-100);
}
.border-gray-300 {
  border-color: var(--gray-300);
}
.border-gray-400 {
  border-color: var(--gray-400);
}

.text-primary {
  color: var(--primary-color);
}

.bg-primary {
  color: var(--primary-color-text);
  background-color: var(--primary-color);
}

.bg-white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.text-color {
  color: var(--text-color);
}

.surface-border {
  border-color: var(--surface-border);
}
.field {
  margin-bottom: 1rem;
}

.field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.field.grid > label {
  display: flex;
  align-items: center;
}

.field > small {
  margin-top: 0.25rem;
}

.field.grid {
  margin-top: 0;
}


.field.grid .col,
.field.grid .col-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .lg\:hidden {
    display: none;
  }
  .lg\:block {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:block {
    display: block;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-left {
    text-align: left;
  }
}
.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}
.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-5xl {
  font-size: 2.5rem;
}

@media screen and (min-width: 576px) {
  .sm\:text-sm {
    font-size: 0.875rem;
  }
  .sm\:text-base {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
  }
  .md\:text-3xl {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-lg {
    font-size: 1.125rem;
  }
  .lg\:text-6xl {
    font-size: 3rem;
  }
}
.line-height-1 {
  line-height: 1;
}

.line-height-3 {
  line-height: 1.5;
}

.white-space-nowrap {
  white-space: nowrap;
}
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .md\:justify-content-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-content-between {
    justify-content: space-between;
  }
}

.align-content-center {
  align-content: center;
}
@media screen and (min-width: 992px) {
  .lg\:align-content-center {
    align-content: center;
  }
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .md\:align-items-center {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-items-start {
    align-items: flex-start;
  }
  .lg\:align-items-center {
    align-items: center;
  }
}

.align-self-start {
  align-self: flex-start;
}

.align-self-center {
  align-self: center;
}
.flex-1 {
  flex: 1 1 0%;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .md\:gap-0 {
    gap: 0rem;
  }

  .md\:gap-3 {
    gap: 1rem;
  }
}
.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 2rem;
}

.p-6 {
  padding: 3rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {

  .md\:pt-8 {
    padding-top: 5rem;
  }

  .md\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .md\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {

  .lg\:pt-0 {
    padding-top: 0rem;
  }
}
.m-0 {
  margin: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mt-7 {
  margin-top: 4rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-7 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-7 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {

  .md\:mt-0 {
    margin-top: 0rem;
  }

  .md\:ml-4 {
    margin-left: 1.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mb-0 {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 992px) {

  .lg\:mt-0 {
    margin-top: 0rem;
  }

  .lg\:mr-3 {
    margin-right: 1rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 1200px) {

  .xl\:mt-0 {
    margin-top: 0rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0rem;
  }
}

.shadow-6 {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18);
}
.border-none {
  border-width: 0px;
  border-style: none;
}

.border-1 {
  border-width: 1px;
  border-style: solid;
}

.border-top-1 {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-left-1 {
  border-left-width: 1px;
  border-left-style: solid;
}

.border-bottom-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-solid {
  border-style: solid;
}

.border-round {
  border-radius: var(--border-radius);
}

.border-round-xs {
  border-radius: 0.125rem;
}

.border-round-sm {
  border-radius: 0.25rem;
}

.border-round-md {
  border-radius: 0.375rem;
}

.border-round-lg {
  border-radius: 0.5rem;
}

.border-round-xl {
  border-radius: 0.75rem;
}

.border-round-3xl {
  border-radius: 1.5rem;
}

.border-circle {
  border-radius: 50%;
}

.border-round-left-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.border-round-right-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.border-round-bottom-3xl {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.w-full {
  width: 100%;
}

.w-max {
  width: max-content;
}

.w-1rem {
  width: 1rem;
}

.w-3rem {
  width: 3rem;
}

.w-4rem {
  width: 4rem;
}

.w-5rem {
  width: 5rem;
}

.w-25rem {
  width: 25rem;
}
@media screen and (min-width: 768px) {
  .md\:w-auto {
    width: auto;
  }
}
.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-1rem {
  height: 1rem;
}

.h-3rem {
  height: 3rem;
}

.h-4rem {
  height: 4rem;
}

.h-5rem {
  height: 5rem;
}

.max-w-full {
  max-width: 100%;
}

.max-h-8rem {
  max-height: 8rem;
}
@media screen and (min-width: 768px) {
  .md\:max-h-12rem {
    max-height: 12rem;
  }
}
.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .lg\:overflow-auto {
    overflow: auto;
  }
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.outline-none {
  outline: none;
}

.cursor-pointer {
  cursor: pointer;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

.reset {
  all: unset;
}

.rotate-180 {
  transform: rotate(180deg);
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scalein {
  0% {
    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);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slidedown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: auto;
  }
}
@keyframes slideup {
  0% {
    max-height: 1000px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
      opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
      opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
      opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
      opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
      opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutup {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
      opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
      opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
      opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes flip {
  from {
    transform: perspective(2000px) rotateX(-100deg);
  }
  to {
    transform: perspective(2000px) rotateX(0);
  }
}
@keyframes flipleft {
  from {
    transform: perspective(2000px) rotateY(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipright {
  from {
    transform: perspective(2000px) rotateY(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipup {
  from {
    transform: perspective(2000px) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@keyframes zoomin {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomindown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoominleft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoominright {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoominup {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

.flip {
  backface-visibility: visible;
  animation: flip 0.15s linear;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./projects/visa-platform/src/styles.scss?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.brand-gray-500-high-contrast {
  color: var(--brand-gray-500-high-contrast);
}

.surface-text-normal-low-contrast {
  color: var(--surface-text-normal-low-contrast);
}

.surface-text-subtle-low-contrast {
  color: var(--surface-text-subtle-low-contrast);
}

.surface-text-subdued-low-contrast {
  color: var(--surface-text-subdued-low-contrast);
}

.surface-text-muted-low-contrast {
  color: var(--surface-text-muted-low-contrast);
}

.surface-background-level1-low-contrast {
  background-color: var(--surface-background-level1-low-contrast);
}

.surface-background-level3-low-contrast {
  background-color: var(--surface-background-level3-low-contrast);
}

.surface-action-icon-low-contrast {
  border-color: var(--surface-action-icon-low-contrast);
}

.surface-border-normal {
  border-color: var(--surface-border-normal);
}

.feedback-text-positive {
  color: var(--feedback-text-positive);
}

.feedback-text-negative {
  color: var(--feedback-text-negative);
}

.pv-border-solid {
  border-width: thin;
  border-style: solid;
}

.pv-dotted-decoration {
  text-decoration-style: dotted;
}

.pv-strikethrough {
  position: relative;
}

.pv-strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: var(--feedback-border-negative-high-contrast);
  transform: rotate(-20deg);
}

.pv-line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pv-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pv-text-8px {
  font-size: 8px;
}

.pv-text-10px {
  font-size: 10px;
}

.pv-text-12px {
  font-size: 12px;
}

.pv-text-13px {
  font-size: 13px;
}

.pv-text-14px {
  font-size: 14px;
}

.pv-text-16px {
  font-size: 16px;
}

.pv-text-18px {
  font-size: 18px;
}

.pv-text-20px {
  font-size: 20px;
}

.pv-text-22px {
  font-size: 22px;
}

.pv-text-24px {
  font-size: 24px;
}

.pv-text-32px {
  font-size: 32px;
}

.pv-mt-3px {
  margin-top: 3px;
}

.pv-pt-4px {
  padding-top: 4px;
}

.pv-mt-10px {
  margin-top: 10px;
}

.pv-py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pv-mt-12px {
  margin-top: 12px;
}

.pv-mr-12px {
  margin-right: 12px;
}

.pv-mb-12px {
  margin-bottom: 12px;
}

.pv-mt-14px {
  margin-top: 14px;
}

.pv-mb-14px {
  margin-bottom: 14px;
}

.pv-mb-15px {
  margin-bottom: 15px;
}

.pv-px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.pv-px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.pv-mb-20px {
  margin-bottom: 20px;
}

.pv-mt-26px {
  margin-top: 26px;
}

.pv-mx-30px {
  margin-left: 30px;
  margin-right: 30px;
}

.pv-mt-30px {
  margin-top: 30px;
}

.pv-mt-35px {
  margin-top: 35px;
}

.pv-pb-40px {
  padding-bottom: 40px;
}

.pv-m-40px {
  margin: 40px;
}

/* @media screen and (min-width: $size) does not work , but @media (max-width: $size) does */
@media (min-width: 576px) {
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:line-height-14px { line-height: 1rem } for smaller screen sizes
    and  .lg:line-height-14px { line-height: 0.875rem } for larger ones */
}
/* @media screen and (min-width: $size) does not work , but @media (max-width: $size) does */
@media (min-width: 768px) {
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-12px {
    font-size: 12px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-14px {
    font-size: 14px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-16px {
    font-size: 16px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-18px {
    font-size: 18px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-21px {
    font-size: 21px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-24px {
    font-size: 24px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-28px {
    font-size: 28px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-35px {
    font-size: 35px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-36px {
    font-size: 36px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .md\:pv-text-37px {
    font-size: 37px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:line-height-14px { line-height: 1rem } for smaller screen sizes
    and  .lg:line-height-14px { line-height: 0.875rem } for larger ones */
  .md\:pv-pt-18px {
    padding-top: 18px;
  }
}
/* @media screen and (min-width: $size) does not work , but @media (max-width: $size) does */
@media (min-width: 992px) {
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .lg\:pv-text-18px {
    font-size: 18px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .lg\:pv-text-20px {
    font-size: 20px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  .lg\:pv-text-35px {
    font-size: 35px;
  }
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:line-height-14px { line-height: 1rem } for smaller screen sizes
    and  .lg:line-height-14px { line-height: 0.875rem } for larger ones */
}
/* @media screen and (min-width: $size) does not work , but @media (max-width: $size) does */
@media (min-width: 1200px) {
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:text-14px { font-size: 1rem } for smaller screen sizes
  and  .lg:text-14px { font-size: 0.875rem } for larger ones */
  /* will create classes like .sm:line-height-14px { line-height: 1rem } for smaller screen sizes
    and  .lg:line-height-14px { line-height: 0.875rem } for larger ones */
}

:root {
  --black: #000000;
  --border-radius: 8px;
  --box-shadow-1: rgba(0, 0, 0, 0.2);
  --box-shadow-2: rgba(0, 0, 0, 0.14);
  --box-shadow-3: var(--surface-border);
  --disable-100: #cccccc;
  --disable-200: #999999;
  --disable-300: #666666;
  --disable-400: #8c8c8c;
  --error-red: #b31818;
  --feedback-background-negative-intense: #d92d20;
  --feedback-background-positive-intense: #00a251;
  --feedback-border-neutral-subtle: #6c849d2e;
  --feedback-neutral-low-contrast-hover: #f0f0f0;
  --gray-100: #f8fafc;
  --gray-200: #dcdcdc;
  --gray-300: #f0f0f0;
  --gray-400: #d9d9d9;
  --gray-500: #636363;
  --gray-600: #a2a2a2;
  --green-400: #3eaf3f;
  --green-msg: #09965b;
  --green-text: #008659;
  --input-border: #cbd5e2;
  --interactive-icon-gray-disabled: #6c849d52;
  --maskBg: rgba(16, 16, 16, 0.66);
  --orange-dark: #ff8000;
  --primary-color: #1434cb;
  --primary-color-text: var(--white);
  --red-500: #f44336;
  --red-700: #ff0000;
  --surface-action-icon-low-contrast: #2f4256;
  --surface-border: var(--surface-border-normal);
  --surface-border-normal: hsla(216, 15%, 54%, 0.18);
  --surface-text-gray-muted: #768ea7;
  --surface-text-gray-normal: #192839;
  --surface-text-gray-subtle: #40566d;
  --text-color: #000000;
  --text-primary: var(--primary-color);
  --text-white: var(--white);
  --timeline-marker-color: #ffca32;
  --warning-text: #7c5b00;
  --white: #ffffff;
  --yellow-300: #fec932;
  --yellow-500: #ffca32;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
html,
html *,
body,
body * {
  font-family: "Visa Dialect";
}

.font-poppins {
  font-family: "Poppins";
}

pv-button button {
  font-weight: 500 !important;
}

.p-component-overlay {
  background: var(--maskBg) !important;
}

.offer-details-accordion .p-accordion-header-link {
  background: var(--gray-400) !important;
  color: black !important;
  padding: 14px 16px !important;
  border-radius: 4px;
}

.booking-details-cancel-accordion .p-accordion-header-link {
  color: var(--surface-text-gray-normal) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .booking-details-cancel-accordion .p-accordion-header-link {
    font-size: 16px !important;
  }
}
.booking-details-cancel-accordion .p-accordion-content {
  padding-top: 0 !important;
}
.booking-details-cancel-accordion .p-accordion-tab.p-accordion-tab-active {
  margin-bottom: 0 !important;
}

.custom-tab .p-tabview-nav-content {
  width: fit-content;
  margin: auto;
}

.max-w-full {
  max-width: 1024px !important;
}

pv-drawer.redirection-drawer .p-sidebar {
  height: max-content !important;
}

.search-modal .p-dialog-content {
  padding: 0 !important;
  border-radius: 4px !important;
}

.p-toast {
  opacity: 1 !important;
}

.custom-box-shadow {
  box-shadow: 0px 0px 16px 11px rgba(0, 0, 0, 0.08);
}

.custom-timeline .p-timeline-event-opposite {
  display: none;
}
.custom-timeline .p-timeline-event-connector {
  background-color: #d1d1d1 !important;
  margin: 0 !important;
  width: 1px !important;
}

.timeline-marker {
  background-color: var(--timeline-marker-color);
  aspect-ratio: 1;
  height: 20px;
  border-radius: 10px;
}

.input-border {
  border: 1px solid var(--input-border) !important;
}

.voucher-container {
  border: 0.983px solid rgba(108, 132, 157, 0.1803921569);
  background: rgba(20, 52, 203, 0.09);
}

.fail-text {
  color: var(--feedback-background-negative-intense);
}

.confirm-text {
  color: var(--feedback-background-positive-intense);
}

.confirm-bg {
  background: var(--feedback-background-positive-intense);
}

.ar-1 {
  aspect-ratio: 1;
}

.bg-none {
  background: none;
}

.gray-muted {
  color: var(--surface-text-gray-muted);
}

.gray-normal {
  color: var(--surface-text-gray-normal);
}

.gray-subtle {
  color: var(--surface-text-gray-subtle);
}

.bg-black {
  background-color: var(--black);
}

.h-40 {
  height: 40px;
}

.loader-small {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader-large {
  width: 70px;
  height: 70px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.full-page-loader-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.min-width-320px {
  min-width: 320px;
}

.dropdownItem {
  text-wrap: wrap;
  margin: 0;
}

.required-label::after {
  content: " *";
  color: var(--red-500);
}