@charset "UTF-8";

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

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

/* src/styles.scss */
.bdd-row {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (width <= 640px) {
  .bdd-row {
    flex-direction: column;
  }
}
.bdd-row > * {
  width: 100%;
}
.event-highlight::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: red;
  top: 2px;
  right: 2px;
  display: block;
  position: absolute;
  border-radius: 0 2px 0 0;
}
.event-hover {
  cursor: pointer;
}
.event-closed {
  background-color: rgba(48, 28, 63, 0.1803921569) !important;
  pointer-events: none;
}
.event-closed:hover {
  background-color: rgba(48, 28, 63, 0.537254902) !important;
}
.fc-event-main {
  padding: 0 !important;
  border-width: 0 !important;
  border-left-width: 3px !important;
}
.fc-v-event {
  border-width: 0 !important;
  border-left-width: 3px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}
.fc-v-event:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.custom-event-content-container {
  padding: 8px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  white-space: normal;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.custom-event-content-container > div {
  margin-bottom: 0;
}
a.fc-timegrid-event:has(div.extend):hover {
  height: fit-content;
  z-index: 999 !important;
}
.fc-daygrid-event {
  border-radius: 6px;
  padding: 2px 6px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  border-width: 0 !important;
  border-left-width: 3px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease;
}
.fc-daygrid-event:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateX(2px);
}
.fc-daygrid-event-dot {
  display: none;
}
.fc-event-main-frame {
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-time {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: rgba(94, 95, 96, 0.75);
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-time::before {
  content: "\25cf";
  font-size: 8px;
  opacity: 0.5;
}
.event-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #5E5F60;
}
.event-description {
  position: relative;
  font-size: 14px;
  color: #5E5F60;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.2px;
}
.event-customer {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(94, 95, 96, 0.85);
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-customer::before {
  content: "\1f464";
  font-size: 11px;
  opacity: 0.7;
}
.event-notes {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.event-header {
  color: #5E5F60;
}
.event-note {
  padding: 4px;
  border-radius: 4px;
}
.event-bg {
  background-color: #4060D1;
}
.event-spacing {
  margin-bottom: 4px;
}
.event-circle-info {
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #E5E7EB !important;
}
.fc-scrollgrid {
  border-collapse: collapse !important;
}
.fc-scrollgrid td,
.fc-scrollgrid th {
  border: 1px solid #E5E7EB !important;
}
.fc .fc-col-header-cell {
  padding: 12px 8px;
  font-weight: 600;
  font-size: 13px;
  background: white;
  border-color: #E5E7EB;
  color: #1F2937;
}
.fc .fc-daygrid-day-top {
  padding: 8px;
}
.fc .fc-daygrid-day-number {
  padding: 4px 8px;
  font-weight: 600;
  color: #374151;
}
.fc .fc-day-today {
  background-color: transparent !important;
}
.fc .fc-day-today .fc-daygrid-day-number {
  background-color: #4F7EFF;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-timegrid-slot {
  height: 3em;
  border-bottom: 1px solid #F3F4F6 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.fc-timegrid-col {
  position: relative;
}
.fc-timegrid-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #E5E7EB;
  z-index: 3;
  pointer-events: none;
}
.fc-timegrid-col:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #E5E7EB;
  z-index: 3;
  pointer-events: none;
}
.fc-timegrid-slot[data-time^="01:"],
.fc-timegrid-slot[data-time^="03:"],
.fc-timegrid-slot[data-time^="05:"],
.fc-timegrid-slot[data-time^="07:"],
.fc-timegrid-slot[data-time^="09:"],
.fc-timegrid-slot[data-time^="11:"],
.fc-timegrid-slot[data-time^="13:"],
.fc-timegrid-slot[data-time^="15:"],
.fc-timegrid-slot[data-time^="17:"],
.fc-timegrid-slot[data-time^="19:"],
.fc-timegrid-slot[data-time^="21:"],
.fc-timegrid-slot[data-time^="23:"] {
  background-color: white !important;
}
.fc-timegrid-slot[data-time^="00:"],
.fc-timegrid-slot[data-time^="02:"],
.fc-timegrid-slot[data-time^="04:"],
.fc-timegrid-slot[data-time^="06:"],
.fc-timegrid-slot[data-time^="08:"],
.fc-timegrid-slot[data-time^="10:"],
.fc-timegrid-slot[data-time^="12:"],
.fc-timegrid-slot[data-time^="14:"],
.fc-timegrid-slot[data-time^="16:"],
.fc-timegrid-slot[data-time^="18:"],
.fc-timegrid-slot[data-time^="20:"],
.fc-timegrid-slot[data-time^="22:"] {
  background-color: #fcfcfc !important;
}
.fc-timegrid-slot-label {
  border-color: #E5E7EB !important;
  border-right: 1px solid #E5E7EB !important;
}
.fc .fc-timegrid-axis {
  font-size: 12px;
  color: #6B7280;
  font-weight: 500;
}
.tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.tooltip-left {
  right: 0;
  top: 12px;
}
.tooltip-right {
  left: 0;
  top: 12px;
}
.tooltip-top-right {
  top: 0;
  left: 0;
}
.tooltip-container .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  width: fit-content;
  padding: 6px;
  border-radius: 6px;
  text-align: start;
  white-space: normal;
  background-color: #301C3F;
  color: #fff;
  font-size: 12px;
  font-family: "Inter var", sans-serif;
  transition: all 0.15s ease-in-out;
  transition-delay: 0.3s;
}
.fc-listWeek-button {
  border-radius: 6px !important;
  padding-inline: 16px;
}
.fc-prev-button,
.fc-next-button {
  background-color: transparent !important;
  color: #301C3F !important;
  border: none !important;
}
.fc-prev-button:focus,
.fc-next-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: transparent;
}
.cursor-copy {
  cursor: default !important;
}
.fc-timegrid-event-harness:has(.custom-event-content-container:hover) {
  z-index: 2 !important;
}
.appointment-status-icn {
  width: 14px;
  height: 14px;
}
.slot-times {
  font-size: 12px;
  color: #5E5F60;
}
.fc-scrollgrid-section-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.fc .fc-timegrid-col.fc-day-today .fc-timegrid-col-frame {
  background-color: transparent;
}
.fc-timegrid-now-indicator-line {
  border-color: #FF5252;
  border-width: 2px;
}
.fc-timegrid-now-indicator-arrow {
  border-color: #FF5252;
  border-width: 6px;
}
.fc-event:hover {
  cursor: pointer;
}
.custom-event-content-container.extend {
  padding: 6px;
}
.custom-event-content-container.compact {
  padding: 2px 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.custom-event-content-container.compact .event-compact {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  overflow: hidden;
}
.custom-event-content-container.compact .event-compact-name {
  font-size: 11px;
  font-weight: 600;
  color: #5E5F60;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45%;
}
.custom-event-content-container.compact .event-compact-separator {
  font-size: 10px;
  color: rgba(94, 95, 96, 0.4);
  flex-shrink: 0;
}
.custom-event-content-container.compact .event-compact-customer {
  font-size: 11px;
  font-weight: 500;
  color: rgba(94, 95, 96, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.custom-event-content-container.short {
  padding: 4px 6px;
  gap: 2px;
}
.custom-event-content-container.short .event-short-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.custom-event-content-container.short .event-short-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.custom-event-content-container.short .event-description {
  font-size: 12px;
  flex: 1;
  min-width: 0;
}
.custom-event-content-container.short .event-time-inline {
  font-size: 10px;
  font-weight: 500;
  color: rgba(94, 95, 96, 0.6);
  white-space: nowrap;
  flex-shrink: 0;
}
.custom-event-content-container.short .event-customer {
  font-size: 11px;
  flex: 1;
  min-width: 0;
}
.custom-event-content-container.short .event-customer::before {
  display: none;
}
.event-new-badge-mini {
  display: inline-block;
  padding: 1px 4px;
  background-color: #10b981;
  color: white;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 0.3px;
  animation: blink-badge 1.5s ease-in-out infinite;
  flex-shrink: 0;
  line-height: 1.2;
}
.event-new-badge-corner {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  padding: 2px 6px;
  background-color: #10b981;
  color: white;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 0.3px;
  animation: blink-badge 1.5s ease-in-out infinite;
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
  z-index: 1;
}
@keyframes blink-badge {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.custom-event-content-container.expand-on-hover {
  transition: all 0.2s ease;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover {
  z-index: 999 !important;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .fc-event {
  height: auto !important;
  min-height: fit-content;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.compact {
  padding: 6px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.compact .event-compact {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.compact .event-compact-name {
  font-size: 13px;
  max-width: 100%;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.compact .event-compact-separator {
  display: none;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.compact .event-compact-customer {
  font-size: 12px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.compact .event-compact-customer::before {
  content: "\1f464  ";
  font-size: 10px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.short {
  padding: 6px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.short .event-short-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.short .event-description {
  font-size: 13px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.short .event-time-inline {
  font-size: 11px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.short .event-time-inline::before {
  content: "\25cf  ";
  font-size: 8px;
  opacity: 0.5;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.short .event-customer {
  font-size: 12px;
}
.fc-timegrid-event-harness:has(.expand-on-hover):hover .custom-event-content-container.short .event-customer::before {
  display: inline;
  content: "\1f464";
  font-size: 10px;
  opacity: 0.7;
  margin-right: 4px;
}
.fc-timegrid-slot-lane {
  background-color: transparent !important;
  transition: background-color 0.15s ease;
}
.fc-timegrid-slot-lane.slot-hover {
  background-color: #EBF2FF !important;
}
.fc .fc-timegrid-slot.fc-timegrid-slot-past {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .event-description {
    font-size: 13px;
  }
  .event-customer {
    font-size: 12px;
  }
  .event-time {
    font-size: 10px;
  }
  .custom-event-content-container {
    padding: 6px;
  }
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.z-\[-1\] {
  z-index: -1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.h-12 {
  height: 3rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-3\/4 {
  width: 75%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.basis-1 {
  flex-basis: 0.25rem;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-copy {
  cursor: copy;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.\!overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(64 96 209 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-cover {
  object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\/5 {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(64 96 209 / var(--tw-text-opacity, 1));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(64 96 209 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(48 28 63 / var(--tw-text-opacity, 1));
}
.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(109 85 130 / var(--tw-text-opacity, 1));
}
.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(48 28 63 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@layer reset, primeng;
@layer reset {
  button:focus {
    box-shadow: none;
  }
}
::placeholder {
  color: #c0c0c0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
p {
  color: #301C3F;
}
small {
  color: #5E5F60;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100vh;
}
body {
  overscroll-behavior: none;
  height: 100vh;
}
.title {
  font-size: 20px;
  font-weight: 700;
  color: #301C3F;
}
.subtitle {
  font-size: 16px;
  color: #301C3F;
  font-weight: 700;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-24 {
  font-size: 24px;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-400 {
  font-weight: 400;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.font-w-700 {
  font-weight: 700;
}
input {
  width: 100%;
}
.inputSwitch {
  display: flex;
  gap: 8px;
}
.inputSwitch label {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 4px;
}
.primary-color {
  color: #4060D1;
}
.secondary-color {
  color: #64748b;
}
.accent-color {
  color: #E92F49;
}
.info-color {
  color: #C9C9C9;
}
.info-color-dark {
  color: #5E5F60;
}
.warn-color {
  color: #E92F49;
}
.success-color {
  color: #23A760;
}
.pending-color {
  color: #F9BC2B;
}
*[required] {
  content: " *";
}
p-floatLabel:has(*[required]:first-child) label::after {
  content: "  *";
}
p-floatLabel:has(*[required=false]:first-child) label::after {
  content: "  ";
}
.w-100 {
  width: 100%;
}
.card {
  background-color: white;
  border-radius: 10px;
  padding: 24px 32px;
}
.card-component {
  background-color: white;
  border-radius: 6px;
  padding: 24px;
}
.card-component .title {
  font-size: 18px;
  color: #5E5F60;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 16px;
}
.deleted-list-item {
  background-color: rgba(233, 47, 73, 0.2);
}
.tag {
  border-radius: 6px;
  padding: 4px 8px;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.tag.primary {
  background-color: rgba(64, 96, 209, 0.1);
  color: #4060D1;
}
.tag.secondary {
  background-color: rgba(64, 96, 209, 0.1);
  color: #64748b;
}
.tag.info {
  background-color: rgba(64, 96, 209, 0.1);
  color: #4060D1;
}
.tag.warn {
  background-color: rgba(233, 47, 73, 0.1);
  color: #E92F49;
}
.tag.pending {
  background-color: rgba(249, 188, 43, 0.1);
  color: #F9BC2B;
}
.tag.success {
  background-color: rgba(35, 167, 96, 0.1);
  color: #23A760;
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkbox label {
  -webkit-user-select: none;
  user-select: none;
}
.checkbox label:hover {
  cursor: pointer;
}
.form-hint {
  padding-inline: 8px;
  font-size: 12px;
  color: #E92F49;
}
.no-wrap {
  white-space: nowrap;
}
::ng-deep div[aria-live=polite] > iframe {
  z-index: 1 !important;
  background-color: pink !important;
}
::ng-deep iframe[title=FreshworksWidget] {
  background-color: pink !important;
}
.bdd-block {
  display: block;
}
.bdd-spacer {
  flex: 1;
}
.bdd-flex-1 {
  flex: 1;
}
.bdd-flex-2 {
  flex: 2;
}
.bdd-flex-3 {
  flex: 3;
}
.bdd-flex {
  display: flex;
}
.bdd-no-flex {
  flex: none;
}
.bdd-flex-row {
  flex-direction: row;
}
.bdd-flex-row-r {
  flex-direction: row-reverse;
}
.bdd-flex-col {
  flex-direction: column;
}
.bdd-flex-col-r {
  flex-direction: column-reverse;
}
.bdd-flex-wrap {
  flex-wrap: wrap;
}
.bdd-flex-nowrap {
  flex-wrap: nowrap;
}
.bdd-jc-start {
  justify-content: flex-start;
}
.bdd-jc-end {
  justify-content: flex-end;
}
.bdd-jc-center {
  justify-content: center;
}
.bdd-jc-space-between {
  justify-content: space-between;
}
.bdd-jc-space-around {
  justify-content: space-around;
}
.bdd-jc-space-evenly {
  justify-content: space-evenly;
}
.bdd-ai-stretch {
  align-items: stretch;
}
.bdd-ai-start {
  align-items: flex-start;
}
.bdd-ai-end {
  align-items: flex-end;
}
.bdd-ai-center {
  align-items: center;
}
.bdd-ai-baseline {
  align-items: baseline;
}
.bdd-as-auto {
  align-self: auto;
}
.bdd-as-stretch {
  align-self: stretch;
}
.bdd-as-center {
  align-self: center;
}
.bdd-as-start {
  align-self: flex-start;
}
.bdd-as-end {
  align-self: flex-end;
}
.bdd-as-baseline {
  align-self: baseline;
}
.bdd-flex-0 {
  display: flex;
  flex: 0;
}
.bdd-flex-b-0 {
  flex-basis: 0px;
}
.bdd-gap-0 {
  gap: 0px;
}
.bdd-flex-1 {
  display: flex;
  flex: 1;
}
.bdd-flex-b-100 {
  flex-basis: 100px;
}
.bdd-gap-1 {
  gap: 8px;
}
.bdd-flex-2 {
  display: flex;
  flex: 2;
}
.bdd-flex-b-200 {
  flex-basis: 200px;
}
.bdd-gap-2 {
  gap: 16px;
}
.bdd-flex-3 {
  display: flex;
  flex: 3;
}
.bdd-flex-b-300 {
  flex-basis: 300px;
}
.bdd-gap-3 {
  gap: 24px;
}
.bdd-flex-4 {
  display: flex;
  flex: 4;
}
.bdd-flex-b-400 {
  flex-basis: 400px;
}
.bdd-gap-4 {
  gap: 32px;
}
.bdd-flex-5 {
  display: flex;
  flex: 5;
}
.bdd-flex-b-500 {
  flex-basis: 500px;
}
.bdd-gap-5 {
  gap: 40px;
}
@media (width < 1536px) {
  .bdd-xxl\:flex-0 {
    flex: 0;
  }
  .bdd-xxl\:gap-0 {
    gap: 0px;
  }
  .bdd-xxl\:flex-b-0 {
    flex-basis: 0px;
  }
  .bdd-xxl\:flex-1 {
    flex: 1;
  }
  .bdd-xxl\:gap-1 {
    gap: 8px;
  }
  .bdd-xxl\:flex-b-100 {
    flex-basis: 100px;
  }
  .bdd-xxl\:flex-2 {
    flex: 2;
  }
  .bdd-xxl\:gap-2 {
    gap: 16px;
  }
  .bdd-xxl\:flex-b-200 {
    flex-basis: 200px;
  }
  .bdd-xxl\:flex-3 {
    flex: 3;
  }
  .bdd-xxl\:gap-3 {
    gap: 24px;
  }
  .bdd-xxl\:flex-b-300 {
    flex-basis: 300px;
  }
  .bdd-xxl\:flex-4 {
    flex: 4;
  }
  .bdd-xxl\:gap-4 {
    gap: 32px;
  }
  .bdd-xxl\:flex-b-400 {
    flex-basis: 400px;
  }
  .bdd-xxl\:flex-5 {
    flex: 5;
  }
  .bdd-xxl\:gap-5 {
    gap: 40px;
  }
  .bdd-xxl\:flex-b-500 {
    flex-basis: 500px;
  }
}
@media (width < 1280px) {
  .bdd-xl\:flex-0 {
    flex: 0;
  }
  .bdd-xl\:gap-0 {
    gap: 0px;
  }
  .bdd-xl\:flex-b-0 {
    flex-basis: 0px;
  }
  .bdd-xl\:flex-1 {
    flex: 1;
  }
  .bdd-xl\:gap-1 {
    gap: 8px;
  }
  .bdd-xl\:flex-b-100 {
    flex-basis: 100px;
  }
  .bdd-xl\:flex-2 {
    flex: 2;
  }
  .bdd-xl\:gap-2 {
    gap: 16px;
  }
  .bdd-xl\:flex-b-200 {
    flex-basis: 200px;
  }
  .bdd-xl\:flex-3 {
    flex: 3;
  }
  .bdd-xl\:gap-3 {
    gap: 24px;
  }
  .bdd-xl\:flex-b-300 {
    flex-basis: 300px;
  }
  .bdd-xl\:flex-4 {
    flex: 4;
  }
  .bdd-xl\:gap-4 {
    gap: 32px;
  }
  .bdd-xl\:flex-b-400 {
    flex-basis: 400px;
  }
  .bdd-xl\:flex-5 {
    flex: 5;
  }
  .bdd-xl\:gap-5 {
    gap: 40px;
  }
  .bdd-xl\:flex-b-500 {
    flex-basis: 500px;
  }
}
@media (width < 1024px) {
  .bdd-lg\:flex-0 {
    flex: 0;
  }
  .bdd-lg\:gap-0 {
    gap: 0px;
  }
  .bdd-lg\:flex-b-0 {
    flex-basis: 0px;
  }
  .bdd-lg\:flex-1 {
    flex: 1;
  }
  .bdd-lg\:gap-1 {
    gap: 8px;
  }
  .bdd-lg\:flex-b-100 {
    flex-basis: 100px;
  }
  .bdd-lg\:flex-2 {
    flex: 2;
  }
  .bdd-lg\:gap-2 {
    gap: 16px;
  }
  .bdd-lg\:flex-b-200 {
    flex-basis: 200px;
  }
  .bdd-lg\:flex-3 {
    flex: 3;
  }
  .bdd-lg\:gap-3 {
    gap: 24px;
  }
  .bdd-lg\:flex-b-300 {
    flex-basis: 300px;
  }
  .bdd-lg\:flex-4 {
    flex: 4;
  }
  .bdd-lg\:gap-4 {
    gap: 32px;
  }
  .bdd-lg\:flex-b-400 {
    flex-basis: 400px;
  }
  .bdd-lg\:flex-5 {
    flex: 5;
  }
  .bdd-lg\:gap-5 {
    gap: 40px;
  }
  .bdd-lg\:flex-b-500 {
    flex-basis: 500px;
  }
}
@media (width < 768px) {
  .bdd-md\:flex-0 {
    flex: 0;
  }
  .bdd-md\:gap-0 {
    gap: 0px;
  }
  .bdd-md\:flex-b-0 {
    flex-basis: 0px;
  }
  .bdd-md\:flex-1 {
    flex: 1;
  }
  .bdd-md\:gap-1 {
    gap: 8px;
  }
  .bdd-md\:flex-b-100 {
    flex-basis: 100px;
  }
  .bdd-md\:flex-2 {
    flex: 2;
  }
  .bdd-md\:gap-2 {
    gap: 16px;
  }
  .bdd-md\:flex-b-200 {
    flex-basis: 200px;
  }
  .bdd-md\:flex-3 {
    flex: 3;
  }
  .bdd-md\:gap-3 {
    gap: 24px;
  }
  .bdd-md\:flex-b-300 {
    flex-basis: 300px;
  }
  .bdd-md\:flex-4 {
    flex: 4;
  }
  .bdd-md\:gap-4 {
    gap: 32px;
  }
  .bdd-md\:flex-b-400 {
    flex-basis: 400px;
  }
  .bdd-md\:flex-5 {
    flex: 5;
  }
  .bdd-md\:gap-5 {
    gap: 40px;
  }
  .bdd-md\:flex-b-500 {
    flex-basis: 500px;
  }
}
@media (width < 640px) {
  .bdd-sm\:flex-0 {
    flex: 0;
  }
  .bdd-sm\:gap-0 {
    gap: 0px;
  }
  .bdd-sm\:flex-b-0 {
    flex-basis: 0px;
  }
  .bdd-sm\:flex-1 {
    flex: 1;
  }
  .bdd-sm\:gap-1 {
    gap: 8px;
  }
  .bdd-sm\:flex-b-100 {
    flex-basis: 100px;
  }
  .bdd-sm\:flex-2 {
    flex: 2;
  }
  .bdd-sm\:gap-2 {
    gap: 16px;
  }
  .bdd-sm\:flex-b-200 {
    flex-basis: 200px;
  }
  .bdd-sm\:flex-3 {
    flex: 3;
  }
  .bdd-sm\:gap-3 {
    gap: 24px;
  }
  .bdd-sm\:flex-b-300 {
    flex-basis: 300px;
  }
  .bdd-sm\:flex-4 {
    flex: 4;
  }
  .bdd-sm\:gap-4 {
    gap: 32px;
  }
  .bdd-sm\:flex-b-400 {
    flex-basis: 400px;
  }
  .bdd-sm\:flex-5 {
    flex: 5;
  }
  .bdd-sm\:gap-5 {
    gap: 40px;
  }
  .bdd-sm\:flex-b-500 {
    flex-basis: 500px;
  }
}
@media (width < 1536px) {
  .bdd-xxl\:no-flex {
    flex: none;
  }
  .bdd-xxl\:flex-row {
    flex-direction: row;
  }
  .bdd-xxl\:flex-row-r {
    flex-direction: row-reverse;
  }
  .bdd-xxl\:flex-col {
    flex-direction: column;
  }
  .bdd-xxl\:flex-col-r {
    flex-direction: column-reverse;
  }
  .bdd-xxl\:jc-start {
    justify-content: flex-start;
  }
  .bdd-xxl\:jc-end {
    justify-content: flex-end;
  }
  .bdd-xxl\:jc-center {
    justify-content: center;
  }
  .bdd-xxl\:jc-space-between {
    justify-content: space-between;
  }
  .bdd-xxl\:jc-space-around {
    justify-content: space-around;
  }
  .bdd-xxl\:jc-space-evenly {
    justify-content: space-evenly;
  }
  .bdd-xxl\:ai-stretch {
    align-items: stretch;
  }
  .bdd-xxl\:ai-start {
    align-items: flex-start;
  }
  .bdd-xxl\:ai-end {
    align-items: flex-end;
  }
  .bdd-xxl\:ai-center {
    align-items: center;
  }
  .bdd-xxl\:ai-baseline {
    align-items: baseline;
  }
  .bdd-xxl\:as-auto {
    align-self: auto;
  }
  .bdd-xxl\:as-stretch {
    align-self: stretch;
  }
  .bdd-xxl\:as-center {
    align-self: center;
  }
  .bdd-xxl\:as-start {
    align-self: flex-start;
  }
  .bdd-xxl\:as-end {
    align-self: flex-end;
  }
  .bdd-xxl\:as-baseline {
    align-self: baseline;
  }
}
@media (width < 1280px) {
  .bdd-xl\:no-flex {
    flex: none;
  }
  .bdd-xl\:flex-row {
    flex-direction: row;
  }
  .bdd-xl\:flex-row-r {
    flex-direction: row-reverse;
  }
  .bdd-xl\:flex-col {
    flex-direction: column;
  }
  .bdd-xl\:flex-col-r {
    flex-direction: column-reverse;
  }
  .bdd-xl\:jc-start {
    justify-content: flex-start;
  }
  .bdd-xl\:jc-end {
    justify-content: flex-end;
  }
  .bdd-xl\:jc-center {
    justify-content: center;
  }
  .bdd-xl\:jc-space-between {
    justify-content: space-between;
  }
  .bdd-xl\:jc-space-around {
    justify-content: space-around;
  }
  .bdd-xl\:jc-space-evenly {
    justify-content: space-evenly;
  }
  .bdd-xl\:ai-stretch {
    align-items: stretch;
  }
  .bdd-xl\:ai-start {
    align-items: flex-start;
  }
  .bdd-xl\:ai-end {
    align-items: flex-end;
  }
  .bdd-xl\:ai-center {
    align-items: center;
  }
  .bdd-xl\:ai-baseline {
    align-items: baseline;
  }
  .bdd-xl\:as-auto {
    align-self: auto;
  }
  .bdd-xl\:as-stretch {
    align-self: stretch;
  }
  .bdd-xl\:as-center {
    align-self: center;
  }
  .bdd-xl\:as-start {
    align-self: flex-start;
  }
  .bdd-xl\:as-end {
    align-self: flex-end;
  }
  .bdd-xl\:as-baseline {
    align-self: baseline;
  }
}
@media (width < 1024px) {
  .bdd-lg\:no-flex {
    flex: none;
  }
  .bdd-lg\:flex-row {
    flex-direction: row;
  }
  .bdd-lg\:flex-row-r {
    flex-direction: row-reverse;
  }
  .bdd-lg\:flex-col {
    flex-direction: column;
  }
  .bdd-lg\:flex-col-r {
    flex-direction: column-reverse;
  }
  .bdd-lg\:jc-start {
    justify-content: flex-start;
  }
  .bdd-lg\:jc-end {
    justify-content: flex-end;
  }
  .bdd-lg\:jc-center {
    justify-content: center;
  }
  .bdd-lg\:jc-space-between {
    justify-content: space-between;
  }
  .bdd-lg\:jc-space-around {
    justify-content: space-around;
  }
  .bdd-lg\:jc-space-evenly {
    justify-content: space-evenly;
  }
  .bdd-lg\:ai-stretch {
    align-items: stretch;
  }
  .bdd-lg\:ai-start {
    align-items: flex-start;
  }
  .bdd-lg\:ai-end {
    align-items: flex-end;
  }
  .bdd-lg\:ai-center {
    align-items: center;
  }
  .bdd-lg\:ai-baseline {
    align-items: baseline;
  }
  .bdd-lg\:as-auto {
    align-self: auto;
  }
  .bdd-lg\:as-stretch {
    align-self: stretch;
  }
  .bdd-lg\:as-center {
    align-self: center;
  }
  .bdd-lg\:as-start {
    align-self: flex-start;
  }
  .bdd-lg\:as-end {
    align-self: flex-end;
  }
  .bdd-lg\:as-baseline {
    align-self: baseline;
  }
}
@media (width < 768px) {
  .bdd-md\:no-flex {
    flex: none;
  }
  .bdd-md\:flex-row {
    flex-direction: row;
  }
  .bdd-md\:flex-row-r {
    flex-direction: row-reverse;
  }
  .bdd-md\:flex-col {
    flex-direction: column;
  }
  .bdd-md\:flex-col-r {
    flex-direction: column-reverse;
  }
  .bdd-md\:jc-start {
    justify-content: flex-start;
  }
  .bdd-md\:jc-end {
    justify-content: flex-end;
  }
  .bdd-md\:jc-center {
    justify-content: center;
  }
  .bdd-md\:jc-space-between {
    justify-content: space-between;
  }
  .bdd-md\:jc-space-around {
    justify-content: space-around;
  }
  .bdd-md\:jc-space-evenly {
    justify-content: space-evenly;
  }
  .bdd-md\:ai-stretch {
    align-items: stretch;
  }
  .bdd-md\:ai-start {
    align-items: flex-start;
  }
  .bdd-md\:ai-end {
    align-items: flex-end;
  }
  .bdd-md\:ai-center {
    align-items: center;
  }
  .bdd-md\:ai-baseline {
    align-items: baseline;
  }
  .bdd-md\:as-auto {
    align-self: auto;
  }
  .bdd-md\:as-stretch {
    align-self: stretch;
  }
  .bdd-md\:as-center {
    align-self: center;
  }
  .bdd-md\:as-start {
    align-self: flex-start;
  }
  .bdd-md\:as-end {
    align-self: flex-end;
  }
  .bdd-md\:as-baseline {
    align-self: baseline;
  }
}
@media (width < 640px) {
  .bdd-sm\:no-flex {
    flex: none;
  }
  .bdd-sm\:flex-row {
    flex-direction: row;
  }
  .bdd-sm\:flex-row-r {
    flex-direction: row-reverse;
  }
  .bdd-sm\:flex-col {
    flex-direction: column;
  }
  .bdd-sm\:flex-col-r {
    flex-direction: column-reverse;
  }
  .bdd-sm\:jc-start {
    justify-content: flex-start;
  }
  .bdd-sm\:jc-end {
    justify-content: flex-end;
  }
  .bdd-sm\:jc-center {
    justify-content: center;
  }
  .bdd-sm\:jc-space-between {
    justify-content: space-between;
  }
  .bdd-sm\:jc-space-around {
    justify-content: space-around;
  }
  .bdd-sm\:jc-space-evenly {
    justify-content: space-evenly;
  }
  .bdd-sm\:ai-stretch {
    align-items: stretch;
  }
  .bdd-sm\:ai-start {
    align-items: flex-start;
  }
  .bdd-sm\:ai-end {
    align-items: flex-end;
  }
  .bdd-sm\:ai-center {
    align-items: center;
  }
  .bdd-sm\:ai-baseline {
    align-items: baseline;
  }
  .bdd-sm\:as-auto {
    align-self: auto;
  }
  .bdd-sm\:as-stretch {
    align-self: stretch;
  }
  .bdd-sm\:as-center {
    align-self: center;
  }
  .bdd-sm\:as-start {
    align-self: flex-start;
  }
  .bdd-sm\:as-end {
    align-self: flex-end;
  }
  .bdd-sm\:as-baseline {
    align-self: baseline;
  }
}
.bdd-ml-a {
  margin-left: auto;
}
.bdd-mr-a {
  margin-right: auto;
}
.bdd-mt-a {
  margin-top: auto;
}
.bdd-mb-a {
  margin-bottom: auto;
}
.bdd-mx-a {
  margin-inline: auto;
}
.bdd-my-a {
  margin-block: auto;
}
.bdd-p-0 {
  padding: 0px;
}
.bdd-px-0 {
  padding-inline: 0px;
}
.bdd-py-0 {
  padding-block: 0px;
}
.bdd-pt-0 {
  padding-top: 0px;
}
.bdd-pb-0 {
  padding-bottom: 0px;
}
.bdd-pl-0 {
  padding-left: 0px;
}
.bdd-pr-0 {
  padding-right: 0px;
}
.bdd-m-0 {
  margin: 0px;
}
.bdd-mx-0 {
  margin-inline: 0px;
}
.bdd-my-0 {
  margin-block: 0px;
}
.bdd-mt-0 {
  margin-top: 0px;
}
.bdd-mb-0 {
  margin-bottom: 0px;
}
.bdd-ml-0 {
  margin-left: 0px;
}
.bdd-mr-0 {
  margin-right: 0px;
}
.bdd-p-1 {
  padding: 8px;
}
.bdd-px-1 {
  padding-inline: 8px;
}
.bdd-py-1 {
  padding-block: 8px;
}
.bdd-pt-1 {
  padding-top: 8px;
}
.bdd-pb-1 {
  padding-bottom: 8px;
}
.bdd-pl-1 {
  padding-left: 8px;
}
.bdd-pr-1 {
  padding-right: 8px;
}
.bdd-m-1 {
  margin: 8px;
}
.bdd-mx-1 {
  margin-inline: 8px;
}
.bdd-my-1 {
  margin-block: 8px;
}
.bdd-mt-1 {
  margin-top: 8px;
}
.bdd-mb-1 {
  margin-bottom: 8px;
}
.bdd-ml-1 {
  margin-left: 8px;
}
.bdd-mr-1 {
  margin-right: 8px;
}
.bdd-p-2 {
  padding: 16px;
}
.bdd-px-2 {
  padding-inline: 16px;
}
.bdd-py-2 {
  padding-block: 16px;
}
.bdd-pt-2 {
  padding-top: 16px;
}
.bdd-pb-2 {
  padding-bottom: 16px;
}
.bdd-pl-2 {
  padding-left: 16px;
}
.bdd-pr-2 {
  padding-right: 16px;
}
.bdd-m-2 {
  margin: 16px;
}
.bdd-mx-2 {
  margin-inline: 16px;
}
.bdd-my-2 {
  margin-block: 16px;
}
.bdd-mt-2 {
  margin-top: 16px;
}
.bdd-mb-2 {
  margin-bottom: 16px;
}
.bdd-ml-2 {
  margin-left: 16px;
}
.bdd-mr-2 {
  margin-right: 16px;
}
.bdd-p-3 {
  padding: 24px;
}
.bdd-px-3 {
  padding-inline: 24px;
}
.bdd-py-3 {
  padding-block: 24px;
}
.bdd-pt-3 {
  padding-top: 24px;
}
.bdd-pb-3 {
  padding-bottom: 24px;
}
.bdd-pl-3 {
  padding-left: 24px;
}
.bdd-pr-3 {
  padding-right: 24px;
}
.bdd-m-3 {
  margin: 24px;
}
.bdd-mx-3 {
  margin-inline: 24px;
}
.bdd-my-3 {
  margin-block: 24px;
}
.bdd-mt-3 {
  margin-top: 24px;
}
.bdd-mb-3 {
  margin-bottom: 24px;
}
.bdd-ml-3 {
  margin-left: 24px;
}
.bdd-mr-3 {
  margin-right: 24px;
}
.bdd-p-4 {
  padding: 32px;
}
.bdd-px-4 {
  padding-inline: 32px;
}
.bdd-py-4 {
  padding-block: 32px;
}
.bdd-pt-4 {
  padding-top: 32px;
}
.bdd-pb-4 {
  padding-bottom: 32px;
}
.bdd-pl-4 {
  padding-left: 32px;
}
.bdd-pr-4 {
  padding-right: 32px;
}
.bdd-m-4 {
  margin: 32px;
}
.bdd-mx-4 {
  margin-inline: 32px;
}
.bdd-my-4 {
  margin-block: 32px;
}
.bdd-mt-4 {
  margin-top: 32px;
}
.bdd-mb-4 {
  margin-bottom: 32px;
}
.bdd-ml-4 {
  margin-left: 32px;
}
.bdd-mr-4 {
  margin-right: 32px;
}
.bdd-p-5 {
  padding: 40px;
}
.bdd-px-5 {
  padding-inline: 40px;
}
.bdd-py-5 {
  padding-block: 40px;
}
.bdd-pt-5 {
  padding-top: 40px;
}
.bdd-pb-5 {
  padding-bottom: 40px;
}
.bdd-pl-5 {
  padding-left: 40px;
}
.bdd-pr-5 {
  padding-right: 40px;
}
.bdd-m-5 {
  margin: 40px;
}
.bdd-mx-5 {
  margin-inline: 40px;
}
.bdd-my-5 {
  margin-block: 40px;
}
.bdd-mt-5 {
  margin-top: 40px;
}
.bdd-mb-5 {
  margin-bottom: 40px;
}
.bdd-ml-5 {
  margin-left: 40px;
}
.bdd-mr-5 {
  margin-right: 40px;
}
.bdd-p-6 {
  padding: 48px;
}
.bdd-px-6 {
  padding-inline: 48px;
}
.bdd-py-6 {
  padding-block: 48px;
}
.bdd-pt-6 {
  padding-top: 48px;
}
.bdd-pb-6 {
  padding-bottom: 48px;
}
.bdd-pl-6 {
  padding-left: 48px;
}
.bdd-pr-6 {
  padding-right: 48px;
}
.bdd-m-6 {
  margin: 48px;
}
.bdd-mx-6 {
  margin-inline: 48px;
}
.bdd-my-6 {
  margin-block: 48px;
}
.bdd-mt-6 {
  margin-top: 48px;
}
.bdd-mb-6 {
  margin-bottom: 48px;
}
.bdd-ml-6 {
  margin-left: 48px;
}
.bdd-mr-6 {
  margin-right: 48px;
}
.bdd-p-7 {
  padding: 56px;
}
.bdd-px-7 {
  padding-inline: 56px;
}
.bdd-py-7 {
  padding-block: 56px;
}
.bdd-pt-7 {
  padding-top: 56px;
}
.bdd-pb-7 {
  padding-bottom: 56px;
}
.bdd-pl-7 {
  padding-left: 56px;
}
.bdd-pr-7 {
  padding-right: 56px;
}
.bdd-m-7 {
  margin: 56px;
}
.bdd-mx-7 {
  margin-inline: 56px;
}
.bdd-my-7 {
  margin-block: 56px;
}
.bdd-mt-7 {
  margin-top: 56px;
}
.bdd-mb-7 {
  margin-bottom: 56px;
}
.bdd-ml-7 {
  margin-left: 56px;
}
.bdd-mr-7 {
  margin-right: 56px;
}
.bdd-p-8 {
  padding: 64px;
}
.bdd-px-8 {
  padding-inline: 64px;
}
.bdd-py-8 {
  padding-block: 64px;
}
.bdd-pt-8 {
  padding-top: 64px;
}
.bdd-pb-8 {
  padding-bottom: 64px;
}
.bdd-pl-8 {
  padding-left: 64px;
}
.bdd-pr-8 {
  padding-right: 64px;
}
.bdd-m-8 {
  margin: 64px;
}
.bdd-mx-8 {
  margin-inline: 64px;
}
.bdd-my-8 {
  margin-block: 64px;
}
.bdd-mt-8 {
  margin-top: 64px;
}
.bdd-mb-8 {
  margin-bottom: 64px;
}
.bdd-ml-8 {
  margin-left: 64px;
}
.bdd-mr-8 {
  margin-right: 64px;
}
@media (width < 1536px) {
  .bdd-xxl\:p-0 {
    padding: 0px;
  }
  .bdd-xxl\:px-0 {
    padding-inline: 0px;
  }
  .bdd-xxl\:py-0 {
    padding-block: 0px;
  }
  .bdd-xxl\:pt-0 {
    padding-top: 0px;
  }
  .bdd-xxl\:pb-0 {
    padding-bottom: 0px;
  }
  .bdd-xxl\:pl-0 {
    padding-left: 0px;
  }
  .bdd-xxl\:pr-0 {
    padding-right: 0px;
  }
  .bdd-xxl\:m-0 {
    margin: 0px;
  }
  .bdd-xxl\:mx-0 {
    margin-inline: 0px;
  }
  .bdd-xxl\:my-0 {
    margin-block: 0px;
  }
  .bdd-xxl\:mt-0 {
    margin-top: 0px;
  }
  .bdd-xxl\:mb-0 {
    margin-bottom: 0px;
  }
  .bdd-xxl\:ml-0 {
    margin-left: 0px;
  }
  .bdd-xxl\:mr-0 {
    margin-right: 0px;
  }
  .bdd-xxl\:p-1 {
    padding: 8px;
  }
  .bdd-xxl\:px-1 {
    padding-inline: 8px;
  }
  .bdd-xxl\:py-1 {
    padding-block: 8px;
  }
  .bdd-xxl\:pt-1 {
    padding-top: 8px;
  }
  .bdd-xxl\:pb-1 {
    padding-bottom: 8px;
  }
  .bdd-xxl\:pl-1 {
    padding-left: 8px;
  }
  .bdd-xxl\:pr-1 {
    padding-right: 8px;
  }
  .bdd-xxl\:m-1 {
    margin: 8px;
  }
  .bdd-xxl\:mx-1 {
    margin-inline: 8px;
  }
  .bdd-xxl\:my-1 {
    margin-block: 8px;
  }
  .bdd-xxl\:mt-1 {
    margin-top: 8px;
  }
  .bdd-xxl\:mb-1 {
    margin-bottom: 8px;
  }
  .bdd-xxl\:ml-1 {
    margin-left: 8px;
  }
  .bdd-xxl\:mr-1 {
    margin-right: 8px;
  }
  .bdd-xxl\:p-2 {
    padding: 16px;
  }
  .bdd-xxl\:px-2 {
    padding-inline: 16px;
  }
  .bdd-xxl\:py-2 {
    padding-block: 16px;
  }
  .bdd-xxl\:pt-2 {
    padding-top: 16px;
  }
  .bdd-xxl\:pb-2 {
    padding-bottom: 16px;
  }
  .bdd-xxl\:pl-2 {
    padding-left: 16px;
  }
  .bdd-xxl\:pr-2 {
    padding-right: 16px;
  }
  .bdd-xxl\:m-2 {
    margin: 16px;
  }
  .bdd-xxl\:mx-2 {
    margin-inline: 16px;
  }
  .bdd-xxl\:my-2 {
    margin-block: 16px;
  }
  .bdd-xxl\:mt-2 {
    margin-top: 16px;
  }
  .bdd-xxl\:mb-2 {
    margin-bottom: 16px;
  }
  .bdd-xxl\:ml-2 {
    margin-left: 16px;
  }
  .bdd-xxl\:mr-2 {
    margin-right: 16px;
  }
  .bdd-xxl\:p-3 {
    padding: 24px;
  }
  .bdd-xxl\:px-3 {
    padding-inline: 24px;
  }
  .bdd-xxl\:py-3 {
    padding-block: 24px;
  }
  .bdd-xxl\:pt-3 {
    padding-top: 24px;
  }
  .bdd-xxl\:pb-3 {
    padding-bottom: 24px;
  }
  .bdd-xxl\:pl-3 {
    padding-left: 24px;
  }
  .bdd-xxl\:pr-3 {
    padding-right: 24px;
  }
  .bdd-xxl\:m-3 {
    margin: 24px;
  }
  .bdd-xxl\:mx-3 {
    margin-inline: 24px;
  }
  .bdd-xxl\:my-3 {
    margin-block: 24px;
  }
  .bdd-xxl\:mt-3 {
    margin-top: 24px;
  }
  .bdd-xxl\:mb-3 {
    margin-bottom: 24px;
  }
  .bdd-xxl\:ml-3 {
    margin-left: 24px;
  }
  .bdd-xxl\:mr-3 {
    margin-right: 24px;
  }
  .bdd-xxl\:p-4 {
    padding: 32px;
  }
  .bdd-xxl\:px-4 {
    padding-inline: 32px;
  }
  .bdd-xxl\:py-4 {
    padding-block: 32px;
  }
  .bdd-xxl\:pt-4 {
    padding-top: 32px;
  }
  .bdd-xxl\:pb-4 {
    padding-bottom: 32px;
  }
  .bdd-xxl\:pl-4 {
    padding-left: 32px;
  }
  .bdd-xxl\:pr-4 {
    padding-right: 32px;
  }
  .bdd-xxl\:m-4 {
    margin: 32px;
  }
  .bdd-xxl\:mx-4 {
    margin-inline: 32px;
  }
  .bdd-xxl\:my-4 {
    margin-block: 32px;
  }
  .bdd-xxl\:mt-4 {
    margin-top: 32px;
  }
  .bdd-xxl\:mb-4 {
    margin-bottom: 32px;
  }
  .bdd-xxl\:ml-4 {
    margin-left: 32px;
  }
  .bdd-xxl\:mr-4 {
    margin-right: 32px;
  }
  .bdd-xxl\:p-5 {
    padding: 40px;
  }
  .bdd-xxl\:px-5 {
    padding-inline: 40px;
  }
  .bdd-xxl\:py-5 {
    padding-block: 40px;
  }
  .bdd-xxl\:pt-5 {
    padding-top: 40px;
  }
  .bdd-xxl\:pb-5 {
    padding-bottom: 40px;
  }
  .bdd-xxl\:pl-5 {
    padding-left: 40px;
  }
  .bdd-xxl\:pr-5 {
    padding-right: 40px;
  }
  .bdd-xxl\:m-5 {
    margin: 40px;
  }
  .bdd-xxl\:mx-5 {
    margin-inline: 40px;
  }
  .bdd-xxl\:my-5 {
    margin-block: 40px;
  }
  .bdd-xxl\:mt-5 {
    margin-top: 40px;
  }
  .bdd-xxl\:mb-5 {
    margin-bottom: 40px;
  }
  .bdd-xxl\:ml-5 {
    margin-left: 40px;
  }
  .bdd-xxl\:mr-5 {
    margin-right: 40px;
  }
  .bdd-xxl\:p-6 {
    padding: 48px;
  }
  .bdd-xxl\:px-6 {
    padding-inline: 48px;
  }
  .bdd-xxl\:py-6 {
    padding-block: 48px;
  }
  .bdd-xxl\:pt-6 {
    padding-top: 48px;
  }
  .bdd-xxl\:pb-6 {
    padding-bottom: 48px;
  }
  .bdd-xxl\:pl-6 {
    padding-left: 48px;
  }
  .bdd-xxl\:pr-6 {
    padding-right: 48px;
  }
  .bdd-xxl\:m-6 {
    margin: 48px;
  }
  .bdd-xxl\:mx-6 {
    margin-inline: 48px;
  }
  .bdd-xxl\:my-6 {
    margin-block: 48px;
  }
  .bdd-xxl\:mt-6 {
    margin-top: 48px;
  }
  .bdd-xxl\:mb-6 {
    margin-bottom: 48px;
  }
  .bdd-xxl\:ml-6 {
    margin-left: 48px;
  }
  .bdd-xxl\:mr-6 {
    margin-right: 48px;
  }
  .bdd-xxl\:p-7 {
    padding: 56px;
  }
  .bdd-xxl\:px-7 {
    padding-inline: 56px;
  }
  .bdd-xxl\:py-7 {
    padding-block: 56px;
  }
  .bdd-xxl\:pt-7 {
    padding-top: 56px;
  }
  .bdd-xxl\:pb-7 {
    padding-bottom: 56px;
  }
  .bdd-xxl\:pl-7 {
    padding-left: 56px;
  }
  .bdd-xxl\:pr-7 {
    padding-right: 56px;
  }
  .bdd-xxl\:m-7 {
    margin: 56px;
  }
  .bdd-xxl\:mx-7 {
    margin-inline: 56px;
  }
  .bdd-xxl\:my-7 {
    margin-block: 56px;
  }
  .bdd-xxl\:mt-7 {
    margin-top: 56px;
  }
  .bdd-xxl\:mb-7 {
    margin-bottom: 56px;
  }
  .bdd-xxl\:ml-7 {
    margin-left: 56px;
  }
  .bdd-xxl\:mr-7 {
    margin-right: 56px;
  }
  .bdd-xxl\:p-8 {
    padding: 64px;
  }
  .bdd-xxl\:px-8 {
    padding-inline: 64px;
  }
  .bdd-xxl\:py-8 {
    padding-block: 64px;
  }
  .bdd-xxl\:pt-8 {
    padding-top: 64px;
  }
  .bdd-xxl\:pb-8 {
    padding-bottom: 64px;
  }
  .bdd-xxl\:pl-8 {
    padding-left: 64px;
  }
  .bdd-xxl\:pr-8 {
    padding-right: 64px;
  }
  .bdd-xxl\:m-8 {
    margin: 64px;
  }
  .bdd-xxl\:mx-8 {
    margin-inline: 64px;
  }
  .bdd-xxl\:my-8 {
    margin-block: 64px;
  }
  .bdd-xxl\:mt-8 {
    margin-top: 64px;
  }
  .bdd-xxl\:mb-8 {
    margin-bottom: 64px;
  }
  .bdd-xxl\:ml-8 {
    margin-left: 64px;
  }
  .bdd-xxl\:mr-8 {
    margin-right: 64px;
  }
}
@media (width < 1280px) {
  .bdd-xl\:p-0 {
    padding: 0px;
  }
  .bdd-xl\:px-0 {
    padding-inline: 0px;
  }
  .bdd-xl\:py-0 {
    padding-block: 0px;
  }
  .bdd-xl\:pt-0 {
    padding-top: 0px;
  }
  .bdd-xl\:pb-0 {
    padding-bottom: 0px;
  }
  .bdd-xl\:pl-0 {
    padding-left: 0px;
  }
  .bdd-xl\:pr-0 {
    padding-right: 0px;
  }
  .bdd-xl\:m-0 {
    margin: 0px;
  }
  .bdd-xl\:mx-0 {
    margin-inline: 0px;
  }
  .bdd-xl\:my-0 {
    margin-block: 0px;
  }
  .bdd-xl\:mt-0 {
    margin-top: 0px;
  }
  .bdd-xl\:mb-0 {
    margin-bottom: 0px;
  }
  .bdd-xl\:ml-0 {
    margin-left: 0px;
  }
  .bdd-xl\:mr-0 {
    margin-right: 0px;
  }
  .bdd-xl\:p-1 {
    padding: 8px;
  }
  .bdd-xl\:px-1 {
    padding-inline: 8px;
  }
  .bdd-xl\:py-1 {
    padding-block: 8px;
  }
  .bdd-xl\:pt-1 {
    padding-top: 8px;
  }
  .bdd-xl\:pb-1 {
    padding-bottom: 8px;
  }
  .bdd-xl\:pl-1 {
    padding-left: 8px;
  }
  .bdd-xl\:pr-1 {
    padding-right: 8px;
  }
  .bdd-xl\:m-1 {
    margin: 8px;
  }
  .bdd-xl\:mx-1 {
    margin-inline: 8px;
  }
  .bdd-xl\:my-1 {
    margin-block: 8px;
  }
  .bdd-xl\:mt-1 {
    margin-top: 8px;
  }
  .bdd-xl\:mb-1 {
    margin-bottom: 8px;
  }
  .bdd-xl\:ml-1 {
    margin-left: 8px;
  }
  .bdd-xl\:mr-1 {
    margin-right: 8px;
  }
  .bdd-xl\:p-2 {
    padding: 16px;
  }
  .bdd-xl\:px-2 {
    padding-inline: 16px;
  }
  .bdd-xl\:py-2 {
    padding-block: 16px;
  }
  .bdd-xl\:pt-2 {
    padding-top: 16px;
  }
  .bdd-xl\:pb-2 {
    padding-bottom: 16px;
  }
  .bdd-xl\:pl-2 {
    padding-left: 16px;
  }
  .bdd-xl\:pr-2 {
    padding-right: 16px;
  }
  .bdd-xl\:m-2 {
    margin: 16px;
  }
  .bdd-xl\:mx-2 {
    margin-inline: 16px;
  }
  .bdd-xl\:my-2 {
    margin-block: 16px;
  }
  .bdd-xl\:mt-2 {
    margin-top: 16px;
  }
  .bdd-xl\:mb-2 {
    margin-bottom: 16px;
  }
  .bdd-xl\:ml-2 {
    margin-left: 16px;
  }
  .bdd-xl\:mr-2 {
    margin-right: 16px;
  }
  .bdd-xl\:p-3 {
    padding: 24px;
  }
  .bdd-xl\:px-3 {
    padding-inline: 24px;
  }
  .bdd-xl\:py-3 {
    padding-block: 24px;
  }
  .bdd-xl\:pt-3 {
    padding-top: 24px;
  }
  .bdd-xl\:pb-3 {
    padding-bottom: 24px;
  }
  .bdd-xl\:pl-3 {
    padding-left: 24px;
  }
  .bdd-xl\:pr-3 {
    padding-right: 24px;
  }
  .bdd-xl\:m-3 {
    margin: 24px;
  }
  .bdd-xl\:mx-3 {
    margin-inline: 24px;
  }
  .bdd-xl\:my-3 {
    margin-block: 24px;
  }
  .bdd-xl\:mt-3 {
    margin-top: 24px;
  }
  .bdd-xl\:mb-3 {
    margin-bottom: 24px;
  }
  .bdd-xl\:ml-3 {
    margin-left: 24px;
  }
  .bdd-xl\:mr-3 {
    margin-right: 24px;
  }
  .bdd-xl\:p-4 {
    padding: 32px;
  }
  .bdd-xl\:px-4 {
    padding-inline: 32px;
  }
  .bdd-xl\:py-4 {
    padding-block: 32px;
  }
  .bdd-xl\:pt-4 {
    padding-top: 32px;
  }
  .bdd-xl\:pb-4 {
    padding-bottom: 32px;
  }
  .bdd-xl\:pl-4 {
    padding-left: 32px;
  }
  .bdd-xl\:pr-4 {
    padding-right: 32px;
  }
  .bdd-xl\:m-4 {
    margin: 32px;
  }
  .bdd-xl\:mx-4 {
    margin-inline: 32px;
  }
  .bdd-xl\:my-4 {
    margin-block: 32px;
  }
  .bdd-xl\:mt-4 {
    margin-top: 32px;
  }
  .bdd-xl\:mb-4 {
    margin-bottom: 32px;
  }
  .bdd-xl\:ml-4 {
    margin-left: 32px;
  }
  .bdd-xl\:mr-4 {
    margin-right: 32px;
  }
  .bdd-xl\:p-5 {
    padding: 40px;
  }
  .bdd-xl\:px-5 {
    padding-inline: 40px;
  }
  .bdd-xl\:py-5 {
    padding-block: 40px;
  }
  .bdd-xl\:pt-5 {
    padding-top: 40px;
  }
  .bdd-xl\:pb-5 {
    padding-bottom: 40px;
  }
  .bdd-xl\:pl-5 {
    padding-left: 40px;
  }
  .bdd-xl\:pr-5 {
    padding-right: 40px;
  }
  .bdd-xl\:m-5 {
    margin: 40px;
  }
  .bdd-xl\:mx-5 {
    margin-inline: 40px;
  }
  .bdd-xl\:my-5 {
    margin-block: 40px;
  }
  .bdd-xl\:mt-5 {
    margin-top: 40px;
  }
  .bdd-xl\:mb-5 {
    margin-bottom: 40px;
  }
  .bdd-xl\:ml-5 {
    margin-left: 40px;
  }
  .bdd-xl\:mr-5 {
    margin-right: 40px;
  }
  .bdd-xl\:p-6 {
    padding: 48px;
  }
  .bdd-xl\:px-6 {
    padding-inline: 48px;
  }
  .bdd-xl\:py-6 {
    padding-block: 48px;
  }
  .bdd-xl\:pt-6 {
    padding-top: 48px;
  }
  .bdd-xl\:pb-6 {
    padding-bottom: 48px;
  }
  .bdd-xl\:pl-6 {
    padding-left: 48px;
  }
  .bdd-xl\:pr-6 {
    padding-right: 48px;
  }
  .bdd-xl\:m-6 {
    margin: 48px;
  }
  .bdd-xl\:mx-6 {
    margin-inline: 48px;
  }
  .bdd-xl\:my-6 {
    margin-block: 48px;
  }
  .bdd-xl\:mt-6 {
    margin-top: 48px;
  }
  .bdd-xl\:mb-6 {
    margin-bottom: 48px;
  }
  .bdd-xl\:ml-6 {
    margin-left: 48px;
  }
  .bdd-xl\:mr-6 {
    margin-right: 48px;
  }
  .bdd-xl\:p-7 {
    padding: 56px;
  }
  .bdd-xl\:px-7 {
    padding-inline: 56px;
  }
  .bdd-xl\:py-7 {
    padding-block: 56px;
  }
  .bdd-xl\:pt-7 {
    padding-top: 56px;
  }
  .bdd-xl\:pb-7 {
    padding-bottom: 56px;
  }
  .bdd-xl\:pl-7 {
    padding-left: 56px;
  }
  .bdd-xl\:pr-7 {
    padding-right: 56px;
  }
  .bdd-xl\:m-7 {
    margin: 56px;
  }
  .bdd-xl\:mx-7 {
    margin-inline: 56px;
  }
  .bdd-xl\:my-7 {
    margin-block: 56px;
  }
  .bdd-xl\:mt-7 {
    margin-top: 56px;
  }
  .bdd-xl\:mb-7 {
    margin-bottom: 56px;
  }
  .bdd-xl\:ml-7 {
    margin-left: 56px;
  }
  .bdd-xl\:mr-7 {
    margin-right: 56px;
  }
  .bdd-xl\:p-8 {
    padding: 64px;
  }
  .bdd-xl\:px-8 {
    padding-inline: 64px;
  }
  .bdd-xl\:py-8 {
    padding-block: 64px;
  }
  .bdd-xl\:pt-8 {
    padding-top: 64px;
  }
  .bdd-xl\:pb-8 {
    padding-bottom: 64px;
  }
  .bdd-xl\:pl-8 {
    padding-left: 64px;
  }
  .bdd-xl\:pr-8 {
    padding-right: 64px;
  }
  .bdd-xl\:m-8 {
    margin: 64px;
  }
  .bdd-xl\:mx-8 {
    margin-inline: 64px;
  }
  .bdd-xl\:my-8 {
    margin-block: 64px;
  }
  .bdd-xl\:mt-8 {
    margin-top: 64px;
  }
  .bdd-xl\:mb-8 {
    margin-bottom: 64px;
  }
  .bdd-xl\:ml-8 {
    margin-left: 64px;
  }
  .bdd-xl\:mr-8 {
    margin-right: 64px;
  }
}
@media (width < 1024px) {
  .bdd-lg\:p-0 {
    padding: 0px;
  }
  .bdd-lg\:px-0 {
    padding-inline: 0px;
  }
  .bdd-lg\:py-0 {
    padding-block: 0px;
  }
  .bdd-lg\:pt-0 {
    padding-top: 0px;
  }
  .bdd-lg\:pb-0 {
    padding-bottom: 0px;
  }
  .bdd-lg\:pl-0 {
    padding-left: 0px;
  }
  .bdd-lg\:pr-0 {
    padding-right: 0px;
  }
  .bdd-lg\:m-0 {
    margin: 0px;
  }
  .bdd-lg\:mx-0 {
    margin-inline: 0px;
  }
  .bdd-lg\:my-0 {
    margin-block: 0px;
  }
  .bdd-lg\:mt-0 {
    margin-top: 0px;
  }
  .bdd-lg\:mb-0 {
    margin-bottom: 0px;
  }
  .bdd-lg\:ml-0 {
    margin-left: 0px;
  }
  .bdd-lg\:mr-0 {
    margin-right: 0px;
  }
  .bdd-lg\:p-1 {
    padding: 8px;
  }
  .bdd-lg\:px-1 {
    padding-inline: 8px;
  }
  .bdd-lg\:py-1 {
    padding-block: 8px;
  }
  .bdd-lg\:pt-1 {
    padding-top: 8px;
  }
  .bdd-lg\:pb-1 {
    padding-bottom: 8px;
  }
  .bdd-lg\:pl-1 {
    padding-left: 8px;
  }
  .bdd-lg\:pr-1 {
    padding-right: 8px;
  }
  .bdd-lg\:m-1 {
    margin: 8px;
  }
  .bdd-lg\:mx-1 {
    margin-inline: 8px;
  }
  .bdd-lg\:my-1 {
    margin-block: 8px;
  }
  .bdd-lg\:mt-1 {
    margin-top: 8px;
  }
  .bdd-lg\:mb-1 {
    margin-bottom: 8px;
  }
  .bdd-lg\:ml-1 {
    margin-left: 8px;
  }
  .bdd-lg\:mr-1 {
    margin-right: 8px;
  }
  .bdd-lg\:p-2 {
    padding: 16px;
  }
  .bdd-lg\:px-2 {
    padding-inline: 16px;
  }
  .bdd-lg\:py-2 {
    padding-block: 16px;
  }
  .bdd-lg\:pt-2 {
    padding-top: 16px;
  }
  .bdd-lg\:pb-2 {
    padding-bottom: 16px;
  }
  .bdd-lg\:pl-2 {
    padding-left: 16px;
  }
  .bdd-lg\:pr-2 {
    padding-right: 16px;
  }
  .bdd-lg\:m-2 {
    margin: 16px;
  }
  .bdd-lg\:mx-2 {
    margin-inline: 16px;
  }
  .bdd-lg\:my-2 {
    margin-block: 16px;
  }
  .bdd-lg\:mt-2 {
    margin-top: 16px;
  }
  .bdd-lg\:mb-2 {
    margin-bottom: 16px;
  }
  .bdd-lg\:ml-2 {
    margin-left: 16px;
  }
  .bdd-lg\:mr-2 {
    margin-right: 16px;
  }
  .bdd-lg\:p-3 {
    padding: 24px;
  }
  .bdd-lg\:px-3 {
    padding-inline: 24px;
  }
  .bdd-lg\:py-3 {
    padding-block: 24px;
  }
  .bdd-lg\:pt-3 {
    padding-top: 24px;
  }
  .bdd-lg\:pb-3 {
    padding-bottom: 24px;
  }
  .bdd-lg\:pl-3 {
    padding-left: 24px;
  }
  .bdd-lg\:pr-3 {
    padding-right: 24px;
  }
  .bdd-lg\:m-3 {
    margin: 24px;
  }
  .bdd-lg\:mx-3 {
    margin-inline: 24px;
  }
  .bdd-lg\:my-3 {
    margin-block: 24px;
  }
  .bdd-lg\:mt-3 {
    margin-top: 24px;
  }
  .bdd-lg\:mb-3 {
    margin-bottom: 24px;
  }
  .bdd-lg\:ml-3 {
    margin-left: 24px;
  }
  .bdd-lg\:mr-3 {
    margin-right: 24px;
  }
  .bdd-lg\:p-4 {
    padding: 32px;
  }
  .bdd-lg\:px-4 {
    padding-inline: 32px;
  }
  .bdd-lg\:py-4 {
    padding-block: 32px;
  }
  .bdd-lg\:pt-4 {
    padding-top: 32px;
  }
  .bdd-lg\:pb-4 {
    padding-bottom: 32px;
  }
  .bdd-lg\:pl-4 {
    padding-left: 32px;
  }
  .bdd-lg\:pr-4 {
    padding-right: 32px;
  }
  .bdd-lg\:m-4 {
    margin: 32px;
  }
  .bdd-lg\:mx-4 {
    margin-inline: 32px;
  }
  .bdd-lg\:my-4 {
    margin-block: 32px;
  }
  .bdd-lg\:mt-4 {
    margin-top: 32px;
  }
  .bdd-lg\:mb-4 {
    margin-bottom: 32px;
  }
  .bdd-lg\:ml-4 {
    margin-left: 32px;
  }
  .bdd-lg\:mr-4 {
    margin-right: 32px;
  }
  .bdd-lg\:p-5 {
    padding: 40px;
  }
  .bdd-lg\:px-5 {
    padding-inline: 40px;
  }
  .bdd-lg\:py-5 {
    padding-block: 40px;
  }
  .bdd-lg\:pt-5 {
    padding-top: 40px;
  }
  .bdd-lg\:pb-5 {
    padding-bottom: 40px;
  }
  .bdd-lg\:pl-5 {
    padding-left: 40px;
  }
  .bdd-lg\:pr-5 {
    padding-right: 40px;
  }
  .bdd-lg\:m-5 {
    margin: 40px;
  }
  .bdd-lg\:mx-5 {
    margin-inline: 40px;
  }
  .bdd-lg\:my-5 {
    margin-block: 40px;
  }
  .bdd-lg\:mt-5 {
    margin-top: 40px;
  }
  .bdd-lg\:mb-5 {
    margin-bottom: 40px;
  }
  .bdd-lg\:ml-5 {
    margin-left: 40px;
  }
  .bdd-lg\:mr-5 {
    margin-right: 40px;
  }
  .bdd-lg\:p-6 {
    padding: 48px;
  }
  .bdd-lg\:px-6 {
    padding-inline: 48px;
  }
  .bdd-lg\:py-6 {
    padding-block: 48px;
  }
  .bdd-lg\:pt-6 {
    padding-top: 48px;
  }
  .bdd-lg\:pb-6 {
    padding-bottom: 48px;
  }
  .bdd-lg\:pl-6 {
    padding-left: 48px;
  }
  .bdd-lg\:pr-6 {
    padding-right: 48px;
  }
  .bdd-lg\:m-6 {
    margin: 48px;
  }
  .bdd-lg\:mx-6 {
    margin-inline: 48px;
  }
  .bdd-lg\:my-6 {
    margin-block: 48px;
  }
  .bdd-lg\:mt-6 {
    margin-top: 48px;
  }
  .bdd-lg\:mb-6 {
    margin-bottom: 48px;
  }
  .bdd-lg\:ml-6 {
    margin-left: 48px;
  }
  .bdd-lg\:mr-6 {
    margin-right: 48px;
  }
  .bdd-lg\:p-7 {
    padding: 56px;
  }
  .bdd-lg\:px-7 {
    padding-inline: 56px;
  }
  .bdd-lg\:py-7 {
    padding-block: 56px;
  }
  .bdd-lg\:pt-7 {
    padding-top: 56px;
  }
  .bdd-lg\:pb-7 {
    padding-bottom: 56px;
  }
  .bdd-lg\:pl-7 {
    padding-left: 56px;
  }
  .bdd-lg\:pr-7 {
    padding-right: 56px;
  }
  .bdd-lg\:m-7 {
    margin: 56px;
  }
  .bdd-lg\:mx-7 {
    margin-inline: 56px;
  }
  .bdd-lg\:my-7 {
    margin-block: 56px;
  }
  .bdd-lg\:mt-7 {
    margin-top: 56px;
  }
  .bdd-lg\:mb-7 {
    margin-bottom: 56px;
  }
  .bdd-lg\:ml-7 {
    margin-left: 56px;
  }
  .bdd-lg\:mr-7 {
    margin-right: 56px;
  }
  .bdd-lg\:p-8 {
    padding: 64px;
  }
  .bdd-lg\:px-8 {
    padding-inline: 64px;
  }
  .bdd-lg\:py-8 {
    padding-block: 64px;
  }
  .bdd-lg\:pt-8 {
    padding-top: 64px;
  }
  .bdd-lg\:pb-8 {
    padding-bottom: 64px;
  }
  .bdd-lg\:pl-8 {
    padding-left: 64px;
  }
  .bdd-lg\:pr-8 {
    padding-right: 64px;
  }
  .bdd-lg\:m-8 {
    margin: 64px;
  }
  .bdd-lg\:mx-8 {
    margin-inline: 64px;
  }
  .bdd-lg\:my-8 {
    margin-block: 64px;
  }
  .bdd-lg\:mt-8 {
    margin-top: 64px;
  }
  .bdd-lg\:mb-8 {
    margin-bottom: 64px;
  }
  .bdd-lg\:ml-8 {
    margin-left: 64px;
  }
  .bdd-lg\:mr-8 {
    margin-right: 64px;
  }
}
@media (width < 768px) {
  .bdd-md\:p-0 {
    padding: 0px;
  }
  .bdd-md\:px-0 {
    padding-inline: 0px;
  }
  .bdd-md\:py-0 {
    padding-block: 0px;
  }
  .bdd-md\:pt-0 {
    padding-top: 0px;
  }
  .bdd-md\:pb-0 {
    padding-bottom: 0px;
  }
  .bdd-md\:pl-0 {
    padding-left: 0px;
  }
  .bdd-md\:pr-0 {
    padding-right: 0px;
  }
  .bdd-md\:m-0 {
    margin: 0px;
  }
  .bdd-md\:mx-0 {
    margin-inline: 0px;
  }
  .bdd-md\:my-0 {
    margin-block: 0px;
  }
  .bdd-md\:mt-0 {
    margin-top: 0px;
  }
  .bdd-md\:mb-0 {
    margin-bottom: 0px;
  }
  .bdd-md\:ml-0 {
    margin-left: 0px;
  }
  .bdd-md\:mr-0 {
    margin-right: 0px;
  }
  .bdd-md\:p-1 {
    padding: 8px;
  }
  .bdd-md\:px-1 {
    padding-inline: 8px;
  }
  .bdd-md\:py-1 {
    padding-block: 8px;
  }
  .bdd-md\:pt-1 {
    padding-top: 8px;
  }
  .bdd-md\:pb-1 {
    padding-bottom: 8px;
  }
  .bdd-md\:pl-1 {
    padding-left: 8px;
  }
  .bdd-md\:pr-1 {
    padding-right: 8px;
  }
  .bdd-md\:m-1 {
    margin: 8px;
  }
  .bdd-md\:mx-1 {
    margin-inline: 8px;
  }
  .bdd-md\:my-1 {
    margin-block: 8px;
  }
  .bdd-md\:mt-1 {
    margin-top: 8px;
  }
  .bdd-md\:mb-1 {
    margin-bottom: 8px;
  }
  .bdd-md\:ml-1 {
    margin-left: 8px;
  }
  .bdd-md\:mr-1 {
    margin-right: 8px;
  }
  .bdd-md\:p-2 {
    padding: 16px;
  }
  .bdd-md\:px-2 {
    padding-inline: 16px;
  }
  .bdd-md\:py-2 {
    padding-block: 16px;
  }
  .bdd-md\:pt-2 {
    padding-top: 16px;
  }
  .bdd-md\:pb-2 {
    padding-bottom: 16px;
  }
  .bdd-md\:pl-2 {
    padding-left: 16px;
  }
  .bdd-md\:pr-2 {
    padding-right: 16px;
  }
  .bdd-md\:m-2 {
    margin: 16px;
  }
  .bdd-md\:mx-2 {
    margin-inline: 16px;
  }
  .bdd-md\:my-2 {
    margin-block: 16px;
  }
  .bdd-md\:mt-2 {
    margin-top: 16px;
  }
  .bdd-md\:mb-2 {
    margin-bottom: 16px;
  }
  .bdd-md\:ml-2 {
    margin-left: 16px;
  }
  .bdd-md\:mr-2 {
    margin-right: 16px;
  }
  .bdd-md\:p-3 {
    padding: 24px;
  }
  .bdd-md\:px-3 {
    padding-inline: 24px;
  }
  .bdd-md\:py-3 {
    padding-block: 24px;
  }
  .bdd-md\:pt-3 {
    padding-top: 24px;
  }
  .bdd-md\:pb-3 {
    padding-bottom: 24px;
  }
  .bdd-md\:pl-3 {
    padding-left: 24px;
  }
  .bdd-md\:pr-3 {
    padding-right: 24px;
  }
  .bdd-md\:m-3 {
    margin: 24px;
  }
  .bdd-md\:mx-3 {
    margin-inline: 24px;
  }
  .bdd-md\:my-3 {
    margin-block: 24px;
  }
  .bdd-md\:mt-3 {
    margin-top: 24px;
  }
  .bdd-md\:mb-3 {
    margin-bottom: 24px;
  }
  .bdd-md\:ml-3 {
    margin-left: 24px;
  }
  .bdd-md\:mr-3 {
    margin-right: 24px;
  }
  .bdd-md\:p-4 {
    padding: 32px;
  }
  .bdd-md\:px-4 {
    padding-inline: 32px;
  }
  .bdd-md\:py-4 {
    padding-block: 32px;
  }
  .bdd-md\:pt-4 {
    padding-top: 32px;
  }
  .bdd-md\:pb-4 {
    padding-bottom: 32px;
  }
  .bdd-md\:pl-4 {
    padding-left: 32px;
  }
  .bdd-md\:pr-4 {
    padding-right: 32px;
  }
  .bdd-md\:m-4 {
    margin: 32px;
  }
  .bdd-md\:mx-4 {
    margin-inline: 32px;
  }
  .bdd-md\:my-4 {
    margin-block: 32px;
  }
  .bdd-md\:mt-4 {
    margin-top: 32px;
  }
  .bdd-md\:mb-4 {
    margin-bottom: 32px;
  }
  .bdd-md\:ml-4 {
    margin-left: 32px;
  }
  .bdd-md\:mr-4 {
    margin-right: 32px;
  }
  .bdd-md\:p-5 {
    padding: 40px;
  }
  .bdd-md\:px-5 {
    padding-inline: 40px;
  }
  .bdd-md\:py-5 {
    padding-block: 40px;
  }
  .bdd-md\:pt-5 {
    padding-top: 40px;
  }
  .bdd-md\:pb-5 {
    padding-bottom: 40px;
  }
  .bdd-md\:pl-5 {
    padding-left: 40px;
  }
  .bdd-md\:pr-5 {
    padding-right: 40px;
  }
  .bdd-md\:m-5 {
    margin: 40px;
  }
  .bdd-md\:mx-5 {
    margin-inline: 40px;
  }
  .bdd-md\:my-5 {
    margin-block: 40px;
  }
  .bdd-md\:mt-5 {
    margin-top: 40px;
  }
  .bdd-md\:mb-5 {
    margin-bottom: 40px;
  }
  .bdd-md\:ml-5 {
    margin-left: 40px;
  }
  .bdd-md\:mr-5 {
    margin-right: 40px;
  }
  .bdd-md\:p-6 {
    padding: 48px;
  }
  .bdd-md\:px-6 {
    padding-inline: 48px;
  }
  .bdd-md\:py-6 {
    padding-block: 48px;
  }
  .bdd-md\:pt-6 {
    padding-top: 48px;
  }
  .bdd-md\:pb-6 {
    padding-bottom: 48px;
  }
  .bdd-md\:pl-6 {
    padding-left: 48px;
  }
  .bdd-md\:pr-6 {
    padding-right: 48px;
  }
  .bdd-md\:m-6 {
    margin: 48px;
  }
  .bdd-md\:mx-6 {
    margin-inline: 48px;
  }
  .bdd-md\:my-6 {
    margin-block: 48px;
  }
  .bdd-md\:mt-6 {
    margin-top: 48px;
  }
  .bdd-md\:mb-6 {
    margin-bottom: 48px;
  }
  .bdd-md\:ml-6 {
    margin-left: 48px;
  }
  .bdd-md\:mr-6 {
    margin-right: 48px;
  }
  .bdd-md\:p-7 {
    padding: 56px;
  }
  .bdd-md\:px-7 {
    padding-inline: 56px;
  }
  .bdd-md\:py-7 {
    padding-block: 56px;
  }
  .bdd-md\:pt-7 {
    padding-top: 56px;
  }
  .bdd-md\:pb-7 {
    padding-bottom: 56px;
  }
  .bdd-md\:pl-7 {
    padding-left: 56px;
  }
  .bdd-md\:pr-7 {
    padding-right: 56px;
  }
  .bdd-md\:m-7 {
    margin: 56px;
  }
  .bdd-md\:mx-7 {
    margin-inline: 56px;
  }
  .bdd-md\:my-7 {
    margin-block: 56px;
  }
  .bdd-md\:mt-7 {
    margin-top: 56px;
  }
  .bdd-md\:mb-7 {
    margin-bottom: 56px;
  }
  .bdd-md\:ml-7 {
    margin-left: 56px;
  }
  .bdd-md\:mr-7 {
    margin-right: 56px;
  }
  .bdd-md\:p-8 {
    padding: 64px;
  }
  .bdd-md\:px-8 {
    padding-inline: 64px;
  }
  .bdd-md\:py-8 {
    padding-block: 64px;
  }
  .bdd-md\:pt-8 {
    padding-top: 64px;
  }
  .bdd-md\:pb-8 {
    padding-bottom: 64px;
  }
  .bdd-md\:pl-8 {
    padding-left: 64px;
  }
  .bdd-md\:pr-8 {
    padding-right: 64px;
  }
  .bdd-md\:m-8 {
    margin: 64px;
  }
  .bdd-md\:mx-8 {
    margin-inline: 64px;
  }
  .bdd-md\:my-8 {
    margin-block: 64px;
  }
  .bdd-md\:mt-8 {
    margin-top: 64px;
  }
  .bdd-md\:mb-8 {
    margin-bottom: 64px;
  }
  .bdd-md\:ml-8 {
    margin-left: 64px;
  }
  .bdd-md\:mr-8 {
    margin-right: 64px;
  }
}
@media (width < 640px) {
  .bdd-sm\:p-0 {
    padding: 0px;
  }
  .bdd-sm\:px-0 {
    padding-inline: 0px;
  }
  .bdd-sm\:py-0 {
    padding-block: 0px;
  }
  .bdd-sm\:pt-0 {
    padding-top: 0px;
  }
  .bdd-sm\:pb-0 {
    padding-bottom: 0px;
  }
  .bdd-sm\:pl-0 {
    padding-left: 0px;
  }
  .bdd-sm\:pr-0 {
    padding-right: 0px;
  }
  .bdd-sm\:m-0 {
    margin: 0px;
  }
  .bdd-sm\:mx-0 {
    margin-inline: 0px;
  }
  .bdd-sm\:my-0 {
    margin-block: 0px;
  }
  .bdd-sm\:mt-0 {
    margin-top: 0px;
  }
  .bdd-sm\:mb-0 {
    margin-bottom: 0px;
  }
  .bdd-sm\:ml-0 {
    margin-left: 0px;
  }
  .bdd-sm\:mr-0 {
    margin-right: 0px;
  }
  .bdd-sm\:p-1 {
    padding: 8px;
  }
  .bdd-sm\:px-1 {
    padding-inline: 8px;
  }
  .bdd-sm\:py-1 {
    padding-block: 8px;
  }
  .bdd-sm\:pt-1 {
    padding-top: 8px;
  }
  .bdd-sm\:pb-1 {
    padding-bottom: 8px;
  }
  .bdd-sm\:pl-1 {
    padding-left: 8px;
  }
  .bdd-sm\:pr-1 {
    padding-right: 8px;
  }
  .bdd-sm\:m-1 {
    margin: 8px;
  }
  .bdd-sm\:mx-1 {
    margin-inline: 8px;
  }
  .bdd-sm\:my-1 {
    margin-block: 8px;
  }
  .bdd-sm\:mt-1 {
    margin-top: 8px;
  }
  .bdd-sm\:mb-1 {
    margin-bottom: 8px;
  }
  .bdd-sm\:ml-1 {
    margin-left: 8px;
  }
  .bdd-sm\:mr-1 {
    margin-right: 8px;
  }
  .bdd-sm\:p-2 {
    padding: 16px;
  }
  .bdd-sm\:px-2 {
    padding-inline: 16px;
  }
  .bdd-sm\:py-2 {
    padding-block: 16px;
  }
  .bdd-sm\:pt-2 {
    padding-top: 16px;
  }
  .bdd-sm\:pb-2 {
    padding-bottom: 16px;
  }
  .bdd-sm\:pl-2 {
    padding-left: 16px;
  }
  .bdd-sm\:pr-2 {
    padding-right: 16px;
  }
  .bdd-sm\:m-2 {
    margin: 16px;
  }
  .bdd-sm\:mx-2 {
    margin-inline: 16px;
  }
  .bdd-sm\:my-2 {
    margin-block: 16px;
  }
  .bdd-sm\:mt-2 {
    margin-top: 16px;
  }
  .bdd-sm\:mb-2 {
    margin-bottom: 16px;
  }
  .bdd-sm\:ml-2 {
    margin-left: 16px;
  }
  .bdd-sm\:mr-2 {
    margin-right: 16px;
  }
  .bdd-sm\:p-3 {
    padding: 24px;
  }
  .bdd-sm\:px-3 {
    padding-inline: 24px;
  }
  .bdd-sm\:py-3 {
    padding-block: 24px;
  }
  .bdd-sm\:pt-3 {
    padding-top: 24px;
  }
  .bdd-sm\:pb-3 {
    padding-bottom: 24px;
  }
  .bdd-sm\:pl-3 {
    padding-left: 24px;
  }
  .bdd-sm\:pr-3 {
    padding-right: 24px;
  }
  .bdd-sm\:m-3 {
    margin: 24px;
  }
  .bdd-sm\:mx-3 {
    margin-inline: 24px;
  }
  .bdd-sm\:my-3 {
    margin-block: 24px;
  }
  .bdd-sm\:mt-3 {
    margin-top: 24px;
  }
  .bdd-sm\:mb-3 {
    margin-bottom: 24px;
  }
  .bdd-sm\:ml-3 {
    margin-left: 24px;
  }
  .bdd-sm\:mr-3 {
    margin-right: 24px;
  }
  .bdd-sm\:p-4 {
    padding: 32px;
  }
  .bdd-sm\:px-4 {
    padding-inline: 32px;
  }
  .bdd-sm\:py-4 {
    padding-block: 32px;
  }
  .bdd-sm\:pt-4 {
    padding-top: 32px;
  }
  .bdd-sm\:pb-4 {
    padding-bottom: 32px;
  }
  .bdd-sm\:pl-4 {
    padding-left: 32px;
  }
  .bdd-sm\:pr-4 {
    padding-right: 32px;
  }
  .bdd-sm\:m-4 {
    margin: 32px;
  }
  .bdd-sm\:mx-4 {
    margin-inline: 32px;
  }
  .bdd-sm\:my-4 {
    margin-block: 32px;
  }
  .bdd-sm\:mt-4 {
    margin-top: 32px;
  }
  .bdd-sm\:mb-4 {
    margin-bottom: 32px;
  }
  .bdd-sm\:ml-4 {
    margin-left: 32px;
  }
  .bdd-sm\:mr-4 {
    margin-right: 32px;
  }
  .bdd-sm\:p-5 {
    padding: 40px;
  }
  .bdd-sm\:px-5 {
    padding-inline: 40px;
  }
  .bdd-sm\:py-5 {
    padding-block: 40px;
  }
  .bdd-sm\:pt-5 {
    padding-top: 40px;
  }
  .bdd-sm\:pb-5 {
    padding-bottom: 40px;
  }
  .bdd-sm\:pl-5 {
    padding-left: 40px;
  }
  .bdd-sm\:pr-5 {
    padding-right: 40px;
  }
  .bdd-sm\:m-5 {
    margin: 40px;
  }
  .bdd-sm\:mx-5 {
    margin-inline: 40px;
  }
  .bdd-sm\:my-5 {
    margin-block: 40px;
  }
  .bdd-sm\:mt-5 {
    margin-top: 40px;
  }
  .bdd-sm\:mb-5 {
    margin-bottom: 40px;
  }
  .bdd-sm\:ml-5 {
    margin-left: 40px;
  }
  .bdd-sm\:mr-5 {
    margin-right: 40px;
  }
  .bdd-sm\:p-6 {
    padding: 48px;
  }
  .bdd-sm\:px-6 {
    padding-inline: 48px;
  }
  .bdd-sm\:py-6 {
    padding-block: 48px;
  }
  .bdd-sm\:pt-6 {
    padding-top: 48px;
  }
  .bdd-sm\:pb-6 {
    padding-bottom: 48px;
  }
  .bdd-sm\:pl-6 {
    padding-left: 48px;
  }
  .bdd-sm\:pr-6 {
    padding-right: 48px;
  }
  .bdd-sm\:m-6 {
    margin: 48px;
  }
  .bdd-sm\:mx-6 {
    margin-inline: 48px;
  }
  .bdd-sm\:my-6 {
    margin-block: 48px;
  }
  .bdd-sm\:mt-6 {
    margin-top: 48px;
  }
  .bdd-sm\:mb-6 {
    margin-bottom: 48px;
  }
  .bdd-sm\:ml-6 {
    margin-left: 48px;
  }
  .bdd-sm\:mr-6 {
    margin-right: 48px;
  }
  .bdd-sm\:p-7 {
    padding: 56px;
  }
  .bdd-sm\:px-7 {
    padding-inline: 56px;
  }
  .bdd-sm\:py-7 {
    padding-block: 56px;
  }
  .bdd-sm\:pt-7 {
    padding-top: 56px;
  }
  .bdd-sm\:pb-7 {
    padding-bottom: 56px;
  }
  .bdd-sm\:pl-7 {
    padding-left: 56px;
  }
  .bdd-sm\:pr-7 {
    padding-right: 56px;
  }
  .bdd-sm\:m-7 {
    margin: 56px;
  }
  .bdd-sm\:mx-7 {
    margin-inline: 56px;
  }
  .bdd-sm\:my-7 {
    margin-block: 56px;
  }
  .bdd-sm\:mt-7 {
    margin-top: 56px;
  }
  .bdd-sm\:mb-7 {
    margin-bottom: 56px;
  }
  .bdd-sm\:ml-7 {
    margin-left: 56px;
  }
  .bdd-sm\:mr-7 {
    margin-right: 56px;
  }
  .bdd-sm\:p-8 {
    padding: 64px;
  }
  .bdd-sm\:px-8 {
    padding-inline: 64px;
  }
  .bdd-sm\:py-8 {
    padding-block: 64px;
  }
  .bdd-sm\:pt-8 {
    padding-top: 64px;
  }
  .bdd-sm\:pb-8 {
    padding-bottom: 64px;
  }
  .bdd-sm\:pl-8 {
    padding-left: 64px;
  }
  .bdd-sm\:pr-8 {
    padding-right: 64px;
  }
  .bdd-sm\:m-8 {
    margin: 64px;
  }
  .bdd-sm\:mx-8 {
    margin-inline: 64px;
  }
  .bdd-sm\:my-8 {
    margin-block: 64px;
  }
  .bdd-sm\:mt-8 {
    margin-top: 64px;
  }
  .bdd-sm\:mb-8 {
    margin-bottom: 64px;
  }
  .bdd-sm\:ml-8 {
    margin-left: 64px;
  }
  .bdd-sm\:mr-8 {
    margin-right: 64px;
  }
}
.bdd-show {
  display: block;
}
.bdd-hide {
  display: none;
}
@media (width < 1536px) {
  .bdd-xxl\:show {
    display: block;
  }
  .bdd-xxl\:hide {
    display: none;
  }
}
@media (width < 1280px) {
  .bdd-xl\:show {
    display: block;
  }
  .bdd-xl\:hide {
    display: none;
  }
}
@media (width < 1024px) {
  .bdd-lg\:show {
    display: block;
  }
  .bdd-lg\:hide {
    display: none;
  }
}
@media (width < 768px) {
  .bdd-md\:show {
    display: block;
  }
  .bdd-md\:hide {
    display: none;
  }
}
@media (width < 640px) {
  .bdd-sm\:show {
    display: block;
  }
  .bdd-sm\:hide {
    display: none;
  }
}
.w-order {
  flex: 1;
}
@media (min-width: 640px) {
  .w-order {
    flex: 0 0 186px;
  }
}
.form-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .form-form {
    gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .form-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.form-form .form-row {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .form-form .form-row {
    flex-direction: row;
    gap: 1rem;
  }
}
.form-form .form-row > * {
  width: 100%;
}
@media (min-width: 768px) {
  .form-form button[type=submit] {
    align-self: flex-end;
  }
}
@media (max-width: 640px) {
  .p-toast {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100vw !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }
  .p-toast .p-toast-message {
    width: 100% !important;
    max-width: calc(100vw - 16px) !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    max-width: 100% !important;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text .p-toast-summary,
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text .p-toast-detail {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
  }
}
.floating-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  padding: 16px 0 0 0;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 20%,
      rgba(255, 255, 255, 0.95) 40%,
      rgb(255, 255, 255) 60%);
  z-index: 10;
}
.floating-footer .footer-content {
  background: white;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:min-w-\[200px\] {
    min-width: 200px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:w-64 {
    width: 16rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:row-end-1 {
    grid-row-end: 1;
  }
  .lg\:row-end-2 {
    grid-row-end: 2;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

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