@import "https://fonts.googleapis.com/css2?family=Akronim&family=Ephesis&family=Gemunu+Libre&family=Noto+Sans+Display&family=Nunito&family=Open+Sans+Condensed:wght@300&family=Pacifico&family=Roboto&family=Source+Code+Pro&family=Stick+No+Bills&display=swap";

/* node_modules/primeng/resources/primeng.min.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: 0;
    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 .12s cubic-bezier(0, 0, 0.2, 1), opacity .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 .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(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 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: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .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;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .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;
  }
}
@layer primeng {
  .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;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .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: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .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: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

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

/* node_modules/prismjs/themes/prism-coy.css */
code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-] {
  position: relative;
  margin: .5em 0;
  overflow: visible;
  padding: 1px;
}
pre[class*=language-] > code {
  position: relative;
  z-index: 1;
  border-left: 10px solid #358ccb;
  box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
  background-color: #fdfdfd;
  background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
}
code[class*=language-] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: #fdfdfd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
:not(pre) > code[class*=language-] {
  position: relative;
  padding: .2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal;
}
pre[class*=language-]:before,
pre[class*=language-]:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 0.18em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  box-shadow: 0px 13px 8px #979797;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
pre[class*=language-]:after {
  right: 0.75em;
  left: auto;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7D8B99;
}
.token.punctuation {
  color: #5F6364;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a;
}
.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8;
}
.token.regex,
.token.important {
  color: #e90;
}
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.important {
  font-weight: normal;
}
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.token.namespace {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  pre[class*=language-]:before,
  pre[class*=language-]:after {
    bottom: 14px;
    box-shadow: none;
  }
}
pre[class*=language-].line-numbers.line-numbers {
  padding-left: 0;
}
pre[class*=language-].line-numbers.line-numbers code {
  padding-left: 3.8em;
}
pre[class*=language-].line-numbers.line-numbers .line-numbers-rows {
  left: 0;
}
pre[class*=language-][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
pre[data-line] code {
  position: relative;
  padding-left: 4em;
}
pre .line-highlight {
  margin-top: 0;
}

/* node_modules/@smart-webcomponents-angular/form/styles/smart.base.css */
:root {
  --smart-primary-rgb:0,92,153;
  --smart-primary:rgb(var(--smart-primary-rgb));
  --smart-primary-color:#ffffff;
  --smart-secondary-rgb:45,45,48;
  --smart-secondary:rgb(var(--smart-secondary-rgb));
  --smart-secondary-color:#ffffff;
  --smart-error-rgb:176,0,32;
  --smart-error:rgb(var(--smart-error-rgb));
  --smart-error-color:#ffffff;
  --smart-success-rgb:139,195,74;
  --smart-success:rgb(var(--smart-success-rgb));
  --smart-success-color:#ffffff;
  --smart-info-rgb:92,192,222;
  --smart-info:rgb(var(--smart-info-rgb));
  --smart-info-color:#fff;
  --smart-warning-rgb:240,173,78;
  --smart-warning:rgb(var(--smart-warning-rgb));
  --smart-warning-color:#fff;
  --smart-light-rgb:255,255,255;
  --smart-light:rgb(var(--smart-light-rgb));
  --smart-light-color:#222222;
  --smart-dark-rgb:34,34,34;
  --smart-dark:rgb(var(--smart-dark-rgb));
  --smart-dark-color:#ffffff;
  --smart-background:#fefefe;
  --smart-background-color:#5A5A5A;
  --smart-surface:#F5F5F5;
  --smart-surface-color:#323232;
  --smart-disabled:#CCCCCC;
  --smart-disabled-color:#555;
  --smart-ui-state-hover:#ebebeb;
  --smart-ui-state-color-hover:#333;
  --smart-ui-state-border-hover:var(--smart-ui-state-hover);
  --smart-ui-state-active:var(--smart-primary);
  --smart-ui-state-color-active:var(--smart-primary-color);
  --smart-ui-state-border-active:var(--smart-primary);
  --smart-ui-state-focus:#e2e0e0;
  --smart-ui-state-color-focus:#333;
  --smart-ui-state-border-focus:var(--smart-ui-state-focus);
  --smart-ui-state-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-primary);
  --smart-ui-state-border-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-item-border-width:1px;
  --smart-item-border-radius:var(--smart-border-radius);
  --smart-item-border-top-left-radius:var(--smart-border-radius);
  --smart-item-border-top-right-radius:var(--smart-border-radius);
  --smart-item-border-bottom-left-radius:var(--smart-border-radius);
  --smart-item-border-bottom-right-radius:var(--smart-border-radius);
  --smart-font-size:14px;
  --smart-font-weight:inherit;
  --smart-font-style:inherit;
  --smart-font-family:Roboto,"Helvetica Neue",sans-serif;
  --smart-font-family-icon:smart-icons;
  --smart-font-family-icon-src:local("./font/smart-icons"),url("./media/smart-icons.woff2") format("woff2"),url("./media/smart-icons.woff") format("woff"),url("./media/smart-icons.ttf") format("truetype"),url("./media/smart-icons.eot") format("embedded-opentype");
  --smart-border-width:1px;
  --smart-border-radius:4px;
  --smart-border-top-left-radius:var(--smart-border-radius);
  --smart-border-top-right-radius:var(--smart-border-radius);
  --smart-border-bottom-left-radius:var(--smart-border-radius);
  --smart-border-bottom-right-radius:var(--smart-border-radius);
  --smart-border:#E0E0E0;
  --smart-border-rgb:244,224,224;
  --smart-outline:#b2b2b2;
  --smart-editor-selection:var(--smart-primary);
  --smart-editor-selection-color:var(--smart-primary-color);
  --smart-alternation-index0-color:var(--smart-surface-color);
  --smart-alternation-index0-border:var(--smart-surface);
  --smart-alternation-index0-background:var(--smart-surface);
  --smart-alternation-index1-color:#111;
  --smart-alternation-index1-border:#9BBB59;
  --smart-alternation-index1-background:#9BBB59;
  --smart-alternation-index2-color:#fff;
  --smart-alternation-index2-border:#FC3752;
  --smart-alternation-index2-background:#FC3752;
  --smart-tick-color:var(--smart-border);
  --smart-tick-label-color:var(--smart-background-color);
  --smart-box-height:450px;
  --smart-box-width:450px;
  --smart-bar-height:48px;
  --smart-bar-width:400px;
  --smart-editor-height:30px;
  --smart-editor-width:250px;
  --smart-editor-drop-down-width:300px;
  --smart-editor-drop-down-height:400px;
  --smart-editor-drop-down-padding-size:3px;
  --smart-editor-drop-down-max-width:800px;
  --smart-editor-drop-down-min-width:100px;
  --smart-editor-drop-down-max-height:400px;
  --smart-editor-drop-down-min-height:50px;
  --smart-editor-drop-down-resize-bar-height:15px;
  --smart-editor-drop-down-vertical-offset:5px;
  --smart-editor-drop-down-z-index:9999;
  --smart-editor-label-padding:4px;
  --smart-editor-addon-width:27px;
  --smart-column-icon-size:30px;
  --smart-icon-table:"\e800";
  --smart-icon-star:"\e801";
  --smart-icon-star-empty:"\e802";
  --smart-icon-plus:"\e803";
  --smart-icon-minus:"\e804";
  --smart-icon-attention-circled:"\e805";
  --smart-icon-align-left:"\e806";
  --smart-icon-align-right:"\e807";
  --smart-icon-align-center:"\e808";
  --smart-icon-align-justify:"\e813";
  --smart-icon-reload:"\e809";
  --smart-icon-cloud:"\e84d";
  --smart-icon-cancel:"\e80d";
  --smart-icon-close:"\e80d";
  --smart-icon-cancel-circled:"\e80e";
  --smart-icon-cancel-alt:"\e849";
  --smart-icon-arrow-alt:"\f105";
  --smart-icon-plus-circled:"\e810";
  --smart-icon-power:"\e811";
  --smart-icon-minus-circled:"\e814";
  --smart-icon-arrow-up-alt:"\e817";
  --smart-icon-radio:"\e818";
  --smart-icon-refresh:"\e819";
  --smart-icon-chart:"\e81a";
  --smart-icon-check-squared:"\e81b";
  --smart-icon-resize-full:"\e81c";
  --smart-icon-resize-small:"\e81d";
  --smart-icon-resize-vertical:"\e80c";
  --smart-icon-resize-horizontal:"\e80f";
  --smart-icon-lock:"\e821";
  --smart-icon-sort:"\e823";
  --smart-icon-delete:"\e826";
  --smart-icon-search:"\e828";
  --smart-icon-calendar:"\e829";
  --smart-icon-edit:"\e82a";
  --smart-icon-popup:"\e82c";
  --smart-icon-lock-open:"\e82e";
  --smart-icon-add-filter:"\e82f";
  --smart-icon-block:"\e832";
  --smart-icon-settings:"\e833";
  --smart-icon-duplicate:"\e834";
  --smart-icon-copy-record:"\e835";
  --smart-icon-download-alt:"\e836";
  --smart-icon-clock:"\e837";
  --smart-icon-attention:"\e838";
  --smart-icon-help-circled:"\e839";
  --smart-icon-mail:"\e83c";
  --smart-icon-up:"\e83f";
  --smart-icon-first-page:"\e900";
  --smart-icon-arrow-down:"\e901";
  --smart-icon-arrow-left:"\e902";
  --smart-icon-arrow-right:"\e903";
  --smart-icon-arrow-up:"\e904";
  --smart-icon-arrow-down-filled:"\e812";
  --smart-icon-arrow-left-filled:"\e816";
  --smart-icon-arrow-right-filled:"\e81e";
  --smart-icon-arrow-up-filled:"\e815";
  --smart-icon-last-page:"\e905";
  --smart-icon-more-horiz:"\e906";
  --smart-icon-skip-next:"\e907";
  --smart-icon-check:"\e908";
  --smart-icon-mode-edit:"\e909";
  --smart-icon-replay:"\e90c";
  --smart-icon-visibility:"\e90d";
  --smart-icon-visibility-off:"\e90e";
  --smart-icon-link:"\e831";
  --smart-icon-unlink:"\f127";
  --smart-icon-link-ext:"\f08e";
  --smart-icon-check-empty:"\f096";
  --smart-icon-filter:"\f0b0";
  --smart-icon-resize-full-alt:"\f0b2";
  --smart-icon-menu:"\f0c9";
  --smart-icon-sort-1:"\f0dc";
  --smart-icon-paste:"\f0ea";
  --smart-icon-circle-empty:"\f10c";
  --smart-icon-circle:"\f111";
  --smart-icon-ellipsis:"\f141";
  --smart-icon-minus-squared:"\f146";
  --smart-icon-ok-squared:"\f14a";
  --smart-icon-sort-name-up:"\f15d";
  --smart-icon-sort-name-down:"\f15e";
  --smart-icon-sort-alt-up:"\f160";
  --smart-icon-sort-alt-down:"\f161";
  --smart-icon-sort-number-up:"\f162";
  --smart-icon-sort-number-down:"\f163";
  --smart-icon-dot-circled:"\f192";
  --smart-icon-toggle-off:"\f204";
  --smart-icon-toggle-on:"\f205";
  --smart-icon-group:"\f247";
  --smart-icon-ungroup:"\f248";
  --smart-icon-window-maximize:"\f2d0";
  --smart-icon-window-minimize:"\f2d1";
  --smart-icon-window-restore:"\f2d2";
  --smart-icon-window-pin-alt:"\e82d";
  --smart-icon-window-pin:"\e80a";
  --smart-icon-docs:"\f0c5";
  --smart-icon-pdf:"\f1c1";
  --smart-icon-excel:"\f1c3";
  --smart-icon-word:"\f1c2";
  --smart-icon-archive:"\f1c6";
  --smart-icon-file:"\e845";
  --smart-icon-powerpoint:"\f1c4";
  --smart-icon-text:"\f0f6";
  --smart-icon-math:"\f01a";
  --smart-icon-spin:"\e80b";
  --smart-icon-user:"\e81f";
  --smart-icon-font:"\f031";
  --smart-icon-fontsize:"\f088";
  --smart-icon-contains:"\f063";
  --smart-icon-starts_with:"\f064";
  --smart-icon-ends_with:"\f065";
  --smart-icon-does_not_contain:"\f066";
  --smart-icon-equals:"\f52c";
  --smart-icon-greater-than:"\f531";
  --smart-icon-greater-than-equal:"\f532";
  --smart-icon-less-than:"\f536";
  --smart-icon-less-than-equal:"\f537";
  --smart-icon-not-equal:"\f53e";
  --smart-icon-percentage:"\f541";
  --smart-icon-grip-vertical:"\f58e";
  --smart-icon-between:"\f06a";
  --smart-icon-bold:"\e820";
  --smart-icon-italic:"\e822";
  --smart-icon-underline:"\f0cd";
  --smart-icon-strike-through:"\f0cc";
  --smart-icon-list-ordered:"\f0cb";
  --smart-icon-list-unordered:"\f0ca";
  --smart-icon-list-check:"\e89f";
  --smart-icon-subscript:"\f12c";
  --smart-icon-superscript:"\f12b";
  --smart-icon-color-background:"\e830";
  --smart-icon-indent-right:"\e824";
  --smart-icon-indent-left:"\e825";
  --smart-icon-image:"\e827";
  --smart-icon-case-lower:"aa";
  --smart-icon-case-upper:"AA";
  --smart-icon-print:"\e82b";
  --smart-icon-format-clear:"T";
  --smart-icon-source-code:"\f121";
  --smart-icon-split-mode:"\e83b";
  --smart-icon-cut:"\e83a";
  --smart-icon-video:"\f16a";
  --smart-icon-video-camera:"\e840";
  --smart-icon-bell:"\f0f3";
  --smart-icon-header:"\f1dc";
  --smart-icon-row:"\f0db";
  --smart-icon-row-before:"\f2d0";
  --smart-icon-row-after:"\f2d0";
  --smart-icon-row-delete:var(--smart-icon-cancel-circled);
  --smart-icon-column:"\f0db";
  --smart-icon-column-left:"\f2d0";
  --smart-icon-column-right:"\f2d0";
  --smart-icon-column-delete:var(--smart-icon-cancel-circled);
  --smart-icon-vertical-align:"\f06a\e80c";
  --smart-icon-styles:"\f1fc";
  --smart-icon-comment:"\f0e5";
  --smart-icon-card:"\e83e";
  --smart-icon-tasks:"\f0ae";
  --smart-icon-phone:"\e83d";
  --smart-icon-kanban:"\f181";
  --smart-icon-table-alt:"\f0ce";
  --smart-icon-zoom-in:"\e841";
  --smart-icon-zoom-out:"\e842";
  --smart-icon-move:"\f047";
  --smart-icon-home:"\e843";
  --smart-icon-history:"\f1da";
  --smart-icon-kanban-alt:"\e8a1";
  --smart-icon-card-alt:"\e8a2";
  --smart-icon-grid-alt:"\e8a3";
  --smart-icon-timeline:"\e8a4";
  --smart-icon-scheduler:"\e8a5";
  --smart-icon-like:"\f164";
  --smart-icon-heart:"\e84e";
  --smart-icon-flag:"\e850";
  --smart-icon-music:"\e851";
  --smart-accordion-animation-duration:225ms;
  --smart-accordion-default-width:var(--smart-box-width);
  --smart-accordion-default-height:var(--smart-box-height);
  --smart-accordion-expanded-content-height:0px;
  --smart-accordion-expanded-content-local-height:0px;
  --smart-accordion-item-header-height:var(--smart-bar-height);
  --smart-accordion-item-expanded-offset:20px;
  --smart-array-default-width:var(--smart-box-width);
  --smart-array-default-height:var(--smart-box-height);
  --smart-array-element-gap:3px;
  --smart-breadcrumb-default-width:400px;
  --smart-breadcrumb-default-height:auto;
  --smart-breadcrumb-padding:10px;
  --smart-breadcrumb-drop-down-width:var(--smart-editor-drop-down-width);
  --smart-breadcrumb-item-height:40px;
  --smart-breadcrumb-horizontal-offset:10px;
  --smart-button-text-transform:uppercase;
  --smart-button-padding:8px 16px;
  --smart-button-large-padding:10px 16px;
  --smart-button-large-font-size:18px;
  --smart-button-small-padding:5px 10px;
  --smart-button-small-font-size:12px;
  --smart-button-very-small-padding:3px 5px;
  --smart-button-very-small-font-size:10px;
  --smart-button-flat-color:var(--smart-background-color);
  --smart-button-outlined-color:var(--smart-background-color);
  --smart-button-outlined-border:var(--smart-border);
  --smart-button-group-default-width:auto;
  --smart-button-group-default-height:auto;
  --smart-calendar-header-height:calc(0.75 * var(--smart-bar-height));
  --smart-calendar-footer-height:calc(0.75 * var(--smart-bar-height));
  --smart-calendar-title-height:calc(1.25 * var(--smart-bar-height));
  --smart-calendar-cell-size:30px;
  --smart-calendar-cell-spacing:4px;
  --smart-calendar-default-width:calc(50px + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)));
  --smart-calendar-default-height:calc(var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height));
  --smart-calendar-title-text-transform:initial;
  --smart-calendar-week-title-text-transform:uppercase;
  --smart-calendar-header-text-transform:uppercase;
  --smart-calendar-footer-text-transform:uppercase;
  --smart-calendar-cell-border-top-right-radius:15px;
  --smart-calendar-cell-border-top-left-radius:15px;
  --smart-calendar-cell-border-bottom-left-radius:15px;
  --smart-calendar-cell-border-bottom-right-radius:15px;
  --smart-calendar-title-padding:10px;
  --smart-calendar-important-date-background:var(--smart-ui-state-hover);
  --smart-calendar-important-date-color:var(--smart-ui-state-color-hover);
  --smart-calendar-important-date-border-color:var(--smart-ui-state-border-hover);
  --smart-calendar-navigation-button-size:30px;
  --smart-card-view-default-width:1200px;
  --smart-card-view-default-height:800px;
  --smart-card-view-header-height:30px;
  --smart-card-view-cover-height:var(--smart-carousel-default-height);
  --smart-card-view-vertical-offset:15px;
  --smart-card-view-column-min-width:250px;
  --smart-card-view-gap:10px;
  --smart-card-view-add-new-button-size:60px;
  --smart-carousel-default-width:600px;
  --smart-carousel-default-height:200px;
  --smart-carousel-3d-mode-slide-width:400px;
  --smart-carousel-3d-mode-slide-height:400px;
  --smart-carousel-multiple-mode-slide-width:200px;
  --smart-chart-default-width:850px;
  --smart-chart-default-height:500px;
  --smart-check-box-default-size:calc(1px + 1/2 * var(--smart-editor-height));
  --smart-color-panel-default-width:auto;
  --smart-color-panel-default-height:auto;
  --smart-color-panel-palette-size:300px;
  --smart-color-panel-grid-mode-item-size:20px;
  --smart-color-panel-grid-mode-column-count:8;
  --smart-color-panel-grid-mode-columns-gap:1px;
  --smart-color-panel-brightness:0;
  --smart-color-panel-default-mode-sections-gap:8px;
  --smart-color-panel-palette-width:var(--smart-color-panel-palette-size);
  --smart-color-panel-palette-height:var(--smart-color-panel-palette-size);
  --smart-color-panel-alpha-channel-color:white;
  --smart-color-picker-default-width:var(--smart-editor-width);
  --smart-color-picker-default-height:var(--smart-editor-height);
  --smart-color-picker-drop-down-width:auto;
  --smart-color-picker-drop-down-height:auto;
  --smart-combo-box-default-width:var(--smart-editor-width);
  --smart-combo-box-default-height:var(--smart-editor-height);
  --smart-combo-box-drop-down-width:auto;
  --smart-combo-box-drop-down-height:auto;
  --smart-chip-default-height:var(--smart-editor-height);
  --smart-chip-avatar-background:var(--smart-secondary);
  --smart-currency-format-panel-currency-holder-width:1fr;
  --smart-currency-format-panel-apply-button-width:125px;
  --smart-currency-format-panel-header-holder-offset:2%;
  --smart-currency-format-panel-currency-holder-input-width:1fr;
  --smart-currency-format-panel-currency-holder-dropdown-width:165px;
  --smart-currency-format-panel-currency-holder-dropdown-button-width:95%;
  --smart-currency-format-panel-border-size:1px;
  --smart-currency-format-panel-border-color:#ccc;
  --smart-currency-format-panel-border-radius:4px;
  --smart-currency-format-panel-currencies-margin-top:15px;
  --smart-currency-format-panel-currencies-max-height:400px;
  --smart-currency-format-panel-currencies-item-padding:12px;
  --smart-currency-format-panel-currency-holder-padding-left:5px;
  --smart-currency-format-panel-currency-holder-padding-top:3px;
  --smart-currency-format-panel-currency-holder-padding-bottom:3px;
  --smart-currency-format-panel-currency-input-width:100%;
  --smart-currency-format-panel-currencies-left-padding:10px;
  --smart-currency-format-panel-currencies-hover-background:#f1f1f1;
  --smart-currency-format-panel-currencies-example-format-color:#777;
  --smart-data-view-padding:10px;
  --smart-data-view-customize-panel-width:320px;
  --smart-data-view-filter-panel-width:550px;
  --smart-data-view-sort-panel-width:470px;
  --smart-data-view-search-panel-width:250px;
  --smart-date-format-panel-main-container-width:960px;
  --smart-date-format-panel-main-container-padding:15px;
  --smart-date-format-panel-border-radius:4px;
  --smart-date-format-panel-border-size:1px;
  --smart-date-format-panel-border-color:#ccc;
  --smart-date-format-panel-smart-inputs-container-width:1fr;
  --smart-date-format-panel-apply-container-width:150px;
  --smart-date-format-panel-smart-input-buttons-column-gap:2%;
  --smart-date-format-panel-smart-inputs-holder-width:94%;
  --smart-date-format-panel-add-format-holder-width:6%;
  --smart-date-format-panel-smart-inputs-list-holder-offset:2px;
  --smart-date-format-panel-smart-input-format-width:150px;
  --smart-date-format-panel-smart-input-sign-width:80px;
  --smart-date-format-panel-smart-input-height:25px;
  --smart-date-format-panel-each-smart-input-offset:4px;
  --smart-date-format-panel-all-format-holders-width:255px;
  --smart-date-format-panel-add-format-holder-button:120px;
  --smart-date-format-panel-each-add-format-holder-width:120px;
  --smart-date-format-panel-add-new-format-dropdown-offset:5px;
  --smart-date-format-panel-date-time-format-list-offset-top:15px;
  --smart-date-format-panel-date-time-format-list-max-height:400px;
  --smart-date-format-panel-each-date-time-format-offset:12px;
  --smart-date-time-picker-default-width:var(--smart-editor-width);
  --smart-date-time-picker-default-height:var(--smart-editor-height);
  --smart-date-time-picker-header-opacity:0.8;
  --smart-date-time-picker-header-opacity-active:1;
  --smart-date-time-picker-drop-down-width:var(--smart-editor-drop-down-height);
  --smart-date-time-picker-drop-down-height:auto;
  --smart-docking-layout-default-width:1000px;
  --smart-docking-layout-default-height:800px;
  --smart-docking-layout-feedback-background-secondary-size:7px;
  --smart-drop-down-list-default-width:var(--smart-editor-width);
  --smart-drop-down-list-default-height:var(--smart-editor-height);
  --smart-drop-down-list-drop-down-width:initial;
  --smart-drop-down-list-drop-down-height:auto;
  --smart-drop-down-button-default-width:auto;
  --smart-drop-down-button-default-height:var(--smart-editor-height);
  --smart-drop-down-button-drop-down-width:var(--smart-editor-drop-down-width);
  --smart-drop-down-button-drop-down-height:var(--smart-editor-drop-down-height);
  --smart-editor-default-width:100%;
  --smart-editor-default-height:600px;
  --smart-editor-input-min-height:100px;
  --smart-editor-padding:15px;
  --smart-editor-toolbar-item-margin:5px;
  --smart-editor-toolbar-button-width:30px;
  --smart-editor-toolbar-delimiter-width:5px;
  --smart-editor-toolbar-drop-down-width-large:100px;
  --smart-editor-toolbar-drop-down-width-small:65px;
  --smart-editor-window-header-height:var(--smart-scheduler-window-header-height);
  --smart-editor-window-footer-height:var(--smart-scheduler-window-footer-height);
  --smart-editor-inline-toolbar-max-width:80vw;
  --smart-editor-table-column-width:initial;
  --smart-editor-table-cell-min-height:20px;
  --smart-editor-table-cell-min-width:var(--smart-editor-table-cell-min-height);
  --smart-editor-char-counter-offset:30px;
  --smart-editor-toolbar-item-height:30px;
  --smart-editor-toolbar-item-border-radius:var(--smart-border-radius);
  --smart-editor-toolbar-height:calc(var(--smart-editor-toolbar-item-height) + 2 * var(--smart-editor-toolbar-item-margin));
  --smart-editor-highlight:var(--smart-primary);
  --smart-editor-highlight-color:var(--smart-primary-color);
  --smart-editor-search-bar-offset:5px;
  --smart-editor-search-bar-padding:5px;
  --smart-filter-builder-default-width:var(--smart-box-width);
  --smart-filter-builder-default-height:var(--smart-box-height);
  --smart-filter-builder-row-height:var(--smart-editor-height);
  --smart-filter-builder-item-width:var(--smart-editor-width);
  --smart-filter-builder-group-container-border:4px;
  --smart-filter-builder-item-margin:20px;
  --smart-filter-builder-group-condition-margin:5px;
  --smart-filter-builder-group-margin:15px;
  --smart-filter-panel-default-width:300px;
  --smart-filter-panel-default-height:auto;
  --smart-filter-panel-padding:10px;
  --smart-filter-panel-border-top-right-radius:var(--smart-border-radius);
  --smart-filter-panel-border-top-left-radius:var(--smart-border-radius);
  --smart-filter-panel-border-bottom-left-radius:var(--smart-border-radius);
  --smart-filter-panel-border-bottom-right-radius:var(--smart-border-radius);
  --smart-filter-panel-border-width:var(--smart-border-width);
  --smart-filter-panel-border:var(--smart-border);
  --smart-filter-panel-background:var(--smart-background);
  --smart-filter-panel-color:var(--smart-background-color);
  --smart-filter-panel-vertical-offset:10px;
  --smart-filter-panel-main-element-height:400px;
  --smart-file-upload-default-width:var(--smart-editor-width);
  --smart-file-upload-browse-button-width:auto;
  --smart-file-upload-browse-button-height:auto;
  --smart-file-upload-footer-button-width:auto;
  --smart-file-upload-footer-button-height:auto;
  --smart-file-upload-text-content-uploading-start:"Connecting ...";
  --smart-file-upload-text-content-uploading:"Uploading ...";
  --smart-file-upload-text-content-error:"Upload error!";
  --smart-file-upload-text-content-pause:"Upload paused!";
  --smart-file-upload-text-content-drop-zone:"Drag files here";
  --smart-file-upload-text-content-drop-zone-over:"Drop here \e824";
  --smart-file-upload-container-min-height:60px;
  --smart-file-upload-total-files-min-height:20px;
  --smart-file-upload-drop-zone-height:100%;
  --smart-gantt-chart-resource-splitter-bar-fit-size:calc(var(--smart-gantt-chart-resource-timeline-content-height) + var(--smart-gantt-chart-task-default-height));
  --smart-gantt-chart-task-splitter-bar-fit-size:var(--smart-gantt-chart-task-timeline-content-height);
  --smart-gantt-chart-task-default-height:30px;
  --smart-gantt-chart-header-height:var(--smart-gantt-chart-task-default-height);
  --smart-gantt-chart-task-bar-fill-padding:5px;
  --smart-gantt-chart-task-label-padding:2px var(--smart-gantt-chart-task-bar-fill-padding);
  --smart-gantt-chart-task-thumb-color:rgba(0, 0, 0, .55);
  --smart-gantt-chart-task-progress-color:rgba(0, 0, 0, .15);
  --smart-gantt-chart-project-color:#ffa558;
  --smart-gantt-chart-project-label-color:#333;
  --smart-gantt-chart-project-label-color-selected:#000;
  --smart-gantt-chart-project-progress-color:var(--smart-gantt-chart-task-progress-color);
  --smart-gantt-chart-task-color:rgb(43, 195, 190);
  --smart-gantt-chart-milestone-color:#800080;
  --smart-gantt-chart-timeline-task-background-color:transparent;
  --smart-gantt-chart-timeline-task-connection-feedback-color:#e6510a;
  --smart-gantt-chart-timeline-task-connection-feedback-width:1px;
  --smart-gantt-chart-timeline-task-connection-feedback-style:dashed;
  --smart-gantt-chart-timeline-task-connection-color:var(--smart-gantt-chart-timeline-task-connection-feedback-color);
  --smart-gantt-chart-timeline-task-connection-color-hover:var(--smart-gantt-chart-timeline-task-connection-color);
  --smart-gantt-chart-timeline-task-connection-width:var(--smart-gantt-chart-timeline-task-connection-feedback-width);
  --smart-gantt-chart-timeline-task-connection-style:solid;
  --smart-gantt-chart-timeline-task-connection-arrow-type:solid;
  --smart-gantt-chart-timeline-task-connection-arrow-width:5px;
  --smart-gantt-chart-timeline-task-resize-indicator-width:4px;
  --smart-gantt-chart-timeline-task-resize-indicator-color:#fff;
  --smart-gantt-chart-timeline-task-resize-indicator-border-color:#333;
  --smart-gantt-chart-timeline-task-progress-thumb-size:10px;
  --smart-gantt-chart-timeline-cell-size:auto;
  --smart-gantt-chart-timeline-cell-min-size:70px;
  --smart-gantt-chart-timeline-task-min-width:5px;
  --smart-gantt-chart-timeline-weekend-color:#EFF5FD;
  --smart-gantt-chart-timeline-nonworking-color:#F5F5F5;
  --smart-gantt-chart-default-width:auto;
  --smart-gantt-chart-default-height:600px;
  --smart-gantt-chart-task-popup-window-default-width:60vw;
  --smart-gantt-chart-connection-popup-window-default-width:300px;
  --smart-gantt-chart-confirm-popup-window-default-width:var(--smart-gantt-chart-connection-popup-default-width);
  --smart-gantt-chart-popup-window-header-height:35px;
  --smart-gantt-chart-popup-window-footer-height:50px;
  --smart-gantt-chart-header-placeholder:" - ";
  --smart-gantt-chart-progress-label-padding:0 10px 0 10px;
  --smart-gantt-chart-filter-row-height:30px;
  --smart-gantt-chart-task-fill-border-radius:0;
  --smart-gantt-chart-segment-link-color:var(--smart-gantt-chart-task-color);
  --smart-gantt-chart-segment-link-size:var(--smart-border-width);
  --smart-gantt-chart-date-marker-height:25px;
  --smart-gantt-chart-date-marker-width:var(--smart-border-width);
  --smart-gantt-chart-date-marker-background:var(--smart-primary);
  --smart-gantt-chart-date-marker-color:var(--smart-primary-color);
  --smart-gantt-chart-date-marker-v-offset:15%;
  --smart-gantt-chart-date-marker-h-offset:10px;
  --smart-gantt-chart-indicator-icon:initial;
  --smart-gantt-chart-deadline-icon:var(--smart-icon-attention-circled);
  --smart-gantt-chart-deadline-color:var(--smart-error);
  --smart-gantt-chart-baseline-proportion:2;
  --smart-gantt-chart-baseline-background:rgba(166, 205, 87, .5);
  --smart-gantt-chart-progress-label-width:60px;
  --smart-gantt-chart-current-time-indicator-size:1px;
  --smart-gantt-chart-current-time-indicator-background:var(--smart-primary);
  --smart-gantt-chart-current-time-indicator-arrow-size:7px;
  --smart-gantt-chart-current-time-indicator-header-size:2px;
  --smart-gantt-chart-shader-background:rgba(var(--smart-border-rgb), .5);
  --smart-gauge-default-width:var(--smart-box-width);
  --smart-gauge-default-height:var(--smart-box-height);
  --smart-gauge-track-border:var(--smart-border);
  --smart-gauge-track-background:var(--smart-background);
  --smart-gauge-needle-background:var(--smart-primary);
  --smart-gauge-label-fill-state:initial;
  --smart-gauge-label-stroke:initial;
  --smart-grid-default-width:800px;
  --smart-grid-default-height:400px;
  --smart-grid-footer-height:var(--smart-bar-height);
  --smart-grid-header-height:var(--smart-bar-height);
  --smart-grid-group-header-height:var(--smart-bar-height);
  --smart-grid-row-height:30px;
  --smart-grid-column-header-height:var(--smart-bar-height);
  --smart-grid-filter-footer-height:var(--smart-bar-height);
  --smart-grid-aggregate-footer-height:var(--smart-bar-height);
  --smart-grid-header-background-freeze:var(--smart-surface);
  --smart-grid-header-color-freeze:var(--smart-surface-color);
  --smart-grid-column-menu-width:200px;
  --smart-grid-column-menu-height:auto;
  --smart-grid-column-buttons-width:23px;
  --smart-grid-cell-color-freeze:var(--smart-surface-color);
  --smart-grid-cell-background-freeze:var(--smart-surface);
  --smart-grid-cell-background-freeze-selected:#DCE5EC;
  --smart-grid-cell-color-delete:#333;
  --smart-grid-cell-background-delete:#FFDCDC;
  --smart-grid-cell-color-update:#333;
  --smart-grid-cell-background-update:#D7F9C7;
  --smart-grid-cell-background-color:#D7F9C7;
  --smart-grid-cell-color-add:#333;
  --smart-grid-cell-background-add:#FED59B;
  --smart-grid-cell-color-unbound:var(--smart-surface-color);
  --smart-grid-cell-background-unbound:var(--smart-surface);
  --smart-grid-cell-color-sort:var(--smart-surface-color);
  --smart-grid-cell-background-sort:#FEF3dd;
  --smart-grid-cell-color-filter:var(--smart-surface-color);
  --smart-grid-cell-background-filter:#E8F2DB;
  --smart-grid-view-bar-background:#FCFCFC;
  --smart-grid-group-row-vertical-offset:5;
  --smart-grid-group-row-horizontal-offset:1;
  --smart-grid-template-columns:none;
  --smart-grid-column-gap:0px;
  --smart-grid-row-gap:0px;
  --smart-grid-freeze-splitter-size:1px;
  --smart-grid-resize-line-size:1px;
  --smart-grid-layout-col-gap:10px;
  --smart-grid-layout-row-gap:10px;
  --smart-grid-layout-width:100%;
  --smart-grid-layout-rows:none;
  --smart-grid-panel-default-width:450px;
  --smart-grid-panel-default-height:auto;
  --smart-grid-panel-padding:10px;
  --smart-grid-panel-vertical-offset:10px;
  --smart-grid-panel-item-height:30px;
  --smart-column-panel-drop-down-height:350px;
  --smart-multi-column-filter-panel-template-columns:15px 60px 2fr 3fr 3fr;
  --smart-formatting-panel-default-width:600px;
  --smart-formatting-panel-row-height:30px;
  --smart-formatting-panel-add-new-button-size:40px;
  --smart-formatting-panel-popup-width:300px;
  --smart-formatting-panel-color-box-height:20px;
  --smart-kanban-default-width:1200px;
  --smart-kanban-default-height:500px;
  --smart-kanban-header-size:35px;
  --smart-kanban-task-min-width:150px;
  --smart-kanban-task-min-height:80px;
  --smart-kanban-text-max-height:200px;
  --smart-kanban-user-icon-size:30px;
  --smart-kanban-user-list-width:150px;
  --smart-kanban-user-list-max-height:500px;
  --smart-kanban-comments-list-width:350px;
  --smart-kanban-comments-list-height:auto;
  --smart-kanban-new-comment-height:50px;
  --smart-kanban-new-comment-height-expanded:175px;
  --smart-kanban-send-button-height:30px;
  --smart-kanban-color-band-width:3px;
  --smart-kanban-add-new-column-width:1fr;
  --smart-list-box-default-width:var(--smart-editor-width);
  --smart-list-box-default-height:var(--smart-editor-width);
  --smart-list-item-group-header-text-transform:uppercase;
  --smart-list-item-horizontal-offset:3px;
  --smart-list-item-vertical-offset:3px;
  --smart-list-item-height:36px;
  --smart-list-item-check-box-radius:2px;
  --smart-list-item-label-padding:0;
  --smart-list-item-label-border-radius:0;
  --smart-list-item-padding:9px 12px;
  --smart-loader-size:var(--smart-editor-height);
  --smart-led-default-width:var(--smart-editor-height);
  --smart-led-default-height:var(--smart-editor-height);
  --smart-list-menu-default-width:var(--smart-box-width);
  --smart-list-menu-default-height:var(--smart-box-height);
  --smart-list-menu-filter-input-vertical-offset:5px;
  --smart-list-menu-filter-input-horizontal-offset:5px;
  --smart-masked-text-box-default-width:var(--smart-editor-width);
  --smart-masked-text-box-default-height:var(--smart-editor-height);
  --smart-menu-default-width:var(--smart-bar-width);
  --smart-menu-default-height:var(--smart-bar-height);
  --smart-menu-vertical-default-width:calc(var(--smart-bar-width) / 2);
  --smart-menu-vertical-default-height:var(--smart-bar-width);
  --smart-menu-scroll-button-size:calc(var(--smart-bar-height) / 1.5);
  --smart-multiline-text-box-default-width:var(--smart-editor-width);
  --smart-multiline-text-box-default-height:calc(10 * var(--smart-editor-height));
  --smart-multi-split-button-default-width:var(--smart-editor-width);
  --smart-multi-split-button-default-height:var(--smart-editor-height);
  --smart-number-format-panel-selected-format-width:1fr;
  --smart-number-format-panel-apply-button-width:125px;
  --smart-number-format-panel-header-holder-offset:10px;
  --smart-number-format-panel-border-size:1px;
  --smart-number-format-panel-border-color:#ccc;
  --smart-number-format-panel-border-radius:4px;
  --smart-number-format-panel-sample-container-vertical-offset:15px;
  --smart-number-format-panel-sample-container-horizontal-offset:5px;
  --smart-number-format-panel-formats-list-margin-top:15px;
  --smart-number-format-panel-formats-list-max-height:400px;
  --smart-number-format-panel-formats-item-padding:12px;
  --smart-number-format-panel-selected-format-padding-left:5px;
  --smart-number-format-panel-selected-format-padding-top:3px;
  --smart-number-format-panel-selected-format-padding-bottom:3px;
  --smart-number-format-panel-header-input-width:100%;
  --smart-number-format-panel-formats-item-left-padding:10px;
  --smart-number-format-panel-formats-item-hover-background:#f1f1f1;
  --smart-number-format-panel-formats-item-example-format-color:#777;
  --smart-numeric-text-box-default-width:var(--smart-editor-width);
  --smart-numeric-text-box-default-height:var(--smart-editor-height);
  --smart-numeric-text-box-default-radix-display-width:12%;
  --smart-numeric-text-box-default-unit-display-width:var(--smart-editor-addon-width);
  --smart-numeric-text-box-text-align:right;
  --smart-path-default-width:var(--smart-editor-width);
  --smart-path-default-height:var(--smart-editor-height);
  --smart-path-drop-down-width:auto;
  --smart-path-drop-down-height:auto;
  --smart-path-button-gap:5px;
  --smart-path-text-align:start;
  --smart-power-button-default-width:var(--smart-editor-height);
  --smart-power-button-default-height:var(--smart-editor-height);
  --smart-progress-bar-default-width:var(--smart-editor-width);
  --smart-progress-bar-default-height:var(--smart-editor-height);
  --smart-circular-progress-bar-default-size:var(--smart-editor-width);
  --smart-circular-progress-bar-fill-size:20%;
  --smart-query-builder-default-width:auto;
  --smart-query-builder-default-height:auto;
  --smart-query-builder-min-width:100px;
  --smart-query-builder-content-padding:5px;
  --smart-query-builder-editor-width:125px;
  --smart-radio-button-default-size:calc(1px + 1/2 * var(--smart-editor-height));
  --smart-ribbon-tab-height:125px;
  --smart-ribbon-collapsed-tab-height:50px;
  --smart-ribbon-border-color:var(--smart-border);
  --smart-ribbon-tab-header-width:100px;
  --smart-ribbon-tab-padding:0px;
  --smart-ribbon-group-items-padding:0 10px;
  --smart-ribbon-tab-header-height:32px;
  --smart-ribbon-header-padding:0px;
  --smart-sortable-handle-size:25px;
  --smart-splitter-default-width:var(--smart-box-width);
  --smart-splitter-default-height:var(--smart-box-height);
  --smart-splitter-bar-size:10px;
  --smart-splitter-bar-fit-size:100%;
  --smart-splitter-item-padding:0;
  --smart-splitter-item-content-padding:0;
  --smart-splitter-item-size:auto;
  --smart-switch-button-default-width:calc(var(--smart-editor-height) + 10px);
  --smart-switch-button-default-height:var(--smart-editor-height);
  --smart-switch-button-thumb-size:calc(var(--smart-switch-button-default-height) - 8px);
  --smart-slider-default-width:var(--smart-editor-width);
  --smart-slider-default-height:35px;
  --smart-slider-track-size:1px;
  --smart-slider-thumb-width:20px;
  --smart-slider-thumb-height:20px;
  --smart-slider-tooltip-width:60px;
  --smart-slider-tooltip-height:30px;
  --smart-slider-spin-button-width:30px;
  --smart-slider-spin-button-height:30px;
  --smart-slider-tick-size:10px;
  --smart-slider-minor-tick-size:5px;
  --smart-slider-thumb-border-top-right-radius:15px;
  --smart-slider-thumb-border-top-left-radius:15px;
  --smart-slider-thumb-border-bottom-left-radius:15px;
  --smart-slider-thumb-border-bottom-right-radius:15px;
  --smart-scroll-button-size:16px;
  --smart-scroll-bar-size:18px;
  --smart-scroll-bar-default-width:var(--smart-editor-width);
  --smart-scroll-bar-default-height:var(--smart-scroll-bar-size);
  --smart-scroll-bar-background:#F1F1F1;
  --smart-scroll-bar-track-background:var(--smart-scroll-bar-background);
  --smart-scroll-bar-border:#F1F1F1;
  --smart-scroll-bar-thumb-border-top-right-radius:0px;
  --smart-scroll-bar-thumb-border-top-left-radius:0px;
  --smart-scroll-bar-thumb-border-bottom-left-radius:0px;
  --smart-scroll-bar-thumb-border-bottom-right-radius:0px;
  --smart-scroll-bar-thumb-background:#C1C1C1;
  --smart-scroll-bar-thumb-border:transparent;
  --smart-scroll-bar-thumb-size:100%;
  --smart-scroll-bar-thumb-padding:1px;
  --smart-scroll-bar-thumb-background-hover:#A8A8A8;
  --smart-scroll-bar-thumb-border-hover:transparent;
  --smart-scroll-bar-thumb-background-active:#787878;
  --smart-scroll-bar-thumb-border-active:transparent;
  --smart-scroll-bar-button-background:#F1F1F1;
  --smart-scroll-bar-button-border:#F1F1F1;
  --smart-scroll-bar-button-color:#505050;
  --smart-scroll-bar-button-background-hover:#D2D2D2;
  --smart-scroll-bar-button-border-hover:#F1F1F1;
  --smart-scroll-bar-button-color-hover:#505050;
  --smart-scroll-bar-button-background-active:#787878;
  --smart-scroll-bar-button-border-active:#F1F1F1;
  --smart-scroll-bar-button-color-active:#fff;
  --smart-table-default-width:100%;
  --smart-table-default-height:auto;
  --smart-table-header-footer-height:56px;
  --smart-table-column-header-height:var(--smart-table-header-footer-height);
  --smart-table-row-height:48px;
  --smart-table-cell-padding:12px;
  --smart-table-row-detail-height:var(--smart-table-row-height);
  --smart-table-indent:30px;
  --smart-table-arrow-size:16px;
  --smart-table-arrow-margin:5px;
  --smart-table-group-name-display:unset;
  --smart-table-group-count-display:unset;
  --smart-pivot-table-cell-width:200px;
  --smart-pivot-table-secondary-group-width:calc(1.25 * var(--smart-pivot-table-cell-width));
  --smart-pivot-panel-width:300px;
  --smart-pivot-panel-default-height:800px;
  --smart-pivot-panel-tab-item-height:150px;
  --smart-pivot-panel-padding:10px;
  --smart-tank-default-width:var(--smart-editor-width);
  --smart-tank-default-height:calc(10 * var(--smart-editor-height));
  --smart-tank-scale-size:105px;
  --smart-tank-thumb-width:25px;
  --smart-tank-thumb-height:var(--smart-tank-thumb-width);
  --smart-tank-tooltip-width:80px;
  --smart-tank-tooltip-height:30px;
  --smart-tank-tick-size:10px;
  --smart-tank-minor-tick-size:5px;
  --smart-tank-minimum-track-size:6px;
  --smart-tabs-header-button-size:20px;
  --smart-tabs-animation-duration:0.5s;
  --smart-tabs-default-width:var(--smart-box-width);
  --smart-tabs-default-height:var(--smart-box-height);
  --smart-tabs-header-padding:0px;
  --smart-tabs-header-offset:0px;
  --smart-tab-item-padding:12px 16px;
  --smart-tab-item-offset:5px;
  --smart-tab-item-initial-offset:5px;
  --smart-tab-item-text-transform:uppercase;
  --smart-time-picker-default-width:var(--smart-editor-width);
  --smart-time-picker-default-height:calc(12 * var(--smart-editor-height));
  --smart-tooltip-arrow-width:6px;
  --smart-tooltip-arrow-color:var(--smart-secondary);
  --smart-tooltip-arrow-translate:0;
  --smart-tooltip-padding:4px 8px;
  --smart-tooltip-content-shadow:none;
  --smart-toast-item-icon:"";
  --smart-toast-container-default-width:var(--smart-bar-width);
  --smart-toast-header-height:20px;
  --smart-toast-info-background:var(--smart-info);
  --smart-toast-info-color:var(--smart-info-color);
  --smart-toast-warning-background:var(--smart-warning);
  --smart-toast-warning-color:var(--smart-warning-color);
  --smart-toast-error-background:var(--smart-error);
  --smart-toast-error-color:var(--smart-error-color);
  --smart-toast-success-background:var(--smart-success);
  --smart-toast-success-color:var(--smart-success-color);
  --smart-tree-default-width:var(--smart-box-width);
  --smart-tree-default-height:var(--smart-box-height);
  --smart-tree-scroll-button-size:20px;
  --smart-tree-lines-style:dashed;
  --smart-tree-indent:16px;
  --smart-tree-lines-color:var(--smart-border);
  --smart-tree-lines-width:1px;
  --smart-tree-item-label-height:36px;
  --smart-tree-item-padding:9px 12px;
  --smart-tree-item-vertical-offset:3px;
  --smart-tree-item-horizontal-offset:3px;
  --smart-text-box-default-width:var(--smart-editor-width);
  --smart-text-box-default-height:var(--smart-editor-height);
  --smart-validation-panel-description-width:20%;
  --smart-validation-panel-content-width:80%;
  --smart-validation-panel-appearance-vertical-offset:10px;
  --smart-validation-panel-appearance-reset-button-left-offset:5px;
  --smart-validation-panel-appearance-textbox-vertical-offset:5px;
  --smart-validation-panel-appearance-reset-button-color:var(--smart-primary);
  --smart-validation-panel-criteria-row-margin-top:10px;
  --smart-validation-panel-criteria-container-vertical-offset:10px;
  --smart-validation-panel-criteria-container-input-width:180px;
  --smart-validation-panel-criteria-container-input-horizontal-offset:2px;
  --smart-validation-panel-criteria-container-textbox-width:80px;
  --smart-validation-panel-criteria-container-textbox-horizontal-offset:2px;
  --smart-validation-panel-criteria-container-text-between-inputs-offset:5px;
  --smart-validation-panel-invalid-data-vertical-offset:10px;
  --smart-validation-panel-footer-button-color:#188038;
  --smart-validation-panel-footer-button-background:white;
  --smart-validation-panel-footer-vertical-offset:20px;
  --smart-validation-panel-footer-button-horizontal-offset:5px;
  --smart-validation-panel-footer-remove-validation-button-color:var(--smart-validation-panel-footer-button-color);
  --smart-validation-panel-footer-cancel-button-color:var(--smart-validation-panel-footer-button-color);
  --smart-validation-panel-footer-save-button-color:var(--smart-validation-panel-footer-button-background);
  --smart-validation-panel-footer-save-button-background:var(--smart-validation-panel-footer-button-color);
  --smart-password-text-box-default-width:var(--smart-editor-width);
  --smart-password-text-box-default-height:var(--smart-editor-height);
  --smart-pager-default-width:var(--smart-bar-width);
  --smart-pager-default-height:var(--smart-bar-height);
  --smart-pager-button-width:"auto";
  --smart-pager-button-height:32px;
  --smart-pager-page-size-selector-width:60px;
  --smart-pager-page-index-selector-width:32px;
  --smart-pager-page-index-selector-height:32px;
  --smart-pager-page-index-ellipsis-selector-width:32px;
  --smart-pager-page-index-ellipsis-selector-height:32px;
  --smart-pager-page-index-selector-horizontal-offset:8px;
  --smart-pager-padding:2px;
  --smart-pager-input-width:50px;
  --smart-scroll-viewer-min-width:none;
  --smart-scroll-viewer-max-width:none;
  --smart-scroll-viewer-min-height:none;
  --smart-scroll-viewer-max-height:none;
  --smart-scheduler-default-height:auto;
  --smart-scheduler-default-width:auto;
  --smart-scheduler-item-size:auto;
  --smart-scheduler-timeline-cell-width:auto;
  --smart-scheduler-timeline-cell-height:50px;
  --smart-scheduler-timeline-cell-min-width:70px;
  --smart-scheduler-timeline-cell-min-height:35px;
  --smart-scheduler-header-height:50px;
  --smart-scheduler-header-today-button-size:auto;
  --smart-scheduler-header-date-button-max-size:auto;
  --smart-scheduler-header-navigation-button-size:30px;
  --smart-scheduler-footer-height:var(--smart-scheduler-header-height);
  --smart-scheduler-header-box-shadow:initial;
  --smart-scheduler-header-padding:10px;
  --smart-scheduler-timeline-header-cell-padding:5px;
  --smart-scheduler-header-menu-button-size:auto;
  --smart-scheduler-timeline-weekend-color:var(--smart-background);
  --smart-scheduler-timeline-nonworking-color:var(--smart-gantt-chart-timeline-nonworking-color);
  --smart-scheduler-timeline-all-day-label-font-weight:600;
  --smart-scheduler-timeline-header-horizontal-cells-size:40px;
  --smart-scheduler-timeline-header-horizontal-label-padding:initial;
  --smart-scheduler-timeline-header-horizontal-details-size:var(--smart-scheduler-timeline-header-horizontal-cells-size);
  --smart-scheduler-timeline-header-horizontal-group-size:var(--smart-scheduler-timeline-header-horizontal-cells-size);
  --smart-scheduler-timeline-header-vertical-cells-size:100px;
  --smart-scheduler-timeline-header-vertical-label-padding:initial;
  --smart-scheduler-timeline-header-vertical-details-size:var(--smart-scheduler-timeline-header-vertical-cells-size);
  --smart-scheduler-timeline-header-vertical-group-size:var(--smart-scheduler-timeline-header-vertical-cells-size);
  --smart-scheduler-timeline-header-all-day-cells-size:75px;
  --smart-scheduler-timeline-group-separator-background:var(--smart-outline);
  --smart-scheduler-timeline-group-separator-size:var(--smart-border-width);
  --smart-scheduler-timeline-group-white-space:nowrap;
  --smart-scheduler-timeline-group-header-offset:calc(-50% - var(--smart-scheduler-timeline-header-cell-padding));
  --smart-scheduler-current-time-indicator-background:var(--smart-primary);
  --smart-scheduler-current-time-indicator-size:1px;
  --smart-scheduler-current-time-indicator-header-size:2px;
  --smart-scheduler-current-time-indicator-arrow-size:7px;
  --smart-scheduler-shader-background:rgba(var(--smart-border-rgb), .5);
  --smart-scheduler-view-background:transparent;
  --smart-scheduler-view-line-size:var(--smart-border-width);
  --smart-scheduler-view-horizontal-line-color:var(--smart-border);
  --smart-scheduler-view-vertical-line-color:var(--smart-border);
  --smart-scheduler-day-week-view-vertical-line-size:var(--smart-scheduler-view-line-size);
  --smart-scheduler-day-week-view-vertical-line-color:var(--smart-border);
  --smart-scheduler-day-week-view-hour-size:var(--smart-scheduler-view-line-size);
  --smart-scheduler-day-week-view-hour-color:var(--smart-border);
  --smart-scheduler-time-ruler-tick-size:10px;
  --smart-scheduler-event-background-rgb:52,121,186;
  --smart-scheduler-event-background:rgba(var(--smart-scheduler-event-background-rgb), 1);
  --smart-scheduler-legend-item-background:var(--smart-scheduler-event-background);
  --smart-scheduler-event-color:var(--smart-primary-color);
  --smart-scheduler-event-focus:rgba(var(--smart-scheduler-event-background-rgb), .9);
  --smart-scheduler-event-color-focus:var(--smart-scheduler-event-color);
  --smart-scheduler-event-hover:rgba(var(--smart-scheduler-event-background-rgb), .8);
  --smart-scheduler-event-color-hover:var(--smart-scheduler-event-color);
  --smart-scheduler-event-padding-agenda:5px;
  --smart-scheduler-event-padding-basic:2px;
  --smart-scheduler-event-padding-timeline:2px;
  --smart-scheduler-event-padding-all-day:2px;
  --smart-scheduler-event-content-padding:5px;
  --smart-scheduler-event-label-font-size:var(--smart-font-size);
  --smart-scheduler-event-time-font-size:calc(var(--smart-font-size) - 3px);
  --smart-scheduler-event-time-font-size-agenda:var(--smart-font-size);
  --smart-scheduler-event-time-font-weight-agenda:600;
  --smart-scheduler-event-time-opacity-agenda:1;
  --smart-scheduler-event-time-opacity:0.7;
  --smart-scheduler-event-icon-size:30px;
  --smart-scheduler-event-size:30px;
  --smart-scheduler-event-size-basic:var(--smart-scheduler-event-size);
  --smart-scheduler-event-size-timeline:60px;
  --smart-scheduler-event-collector-size:24px;
  --smart-scheduler-event-collector-mobile-size:28px;
  --smart-scheduler-event-collector-background:rgba(var(--smart-primary-rgb), 1);
  --smart-scheduler-event-collector-color:var(--smart-primary-color);
  --smart-scheduler-event-collector-focus:rgba(var(--smart-primary-rgb), .9);
  --smart-scheduler-event-collector-color-focus:var(--smart-scheduler-event-collector-color);
  --smart-scheduler-event-collector-hover:rgba(var(--smart-primary-rgb), .8);
  --smart-scheduler-event-collector-color-hover:var(--smart-scheduler-event-collector-color);
  --smart-scheduler-month-view-number-size:24px;
  --smart-scheduler-status-size:7px;
  --smart-scheduler-status-padding:5px;
  --smart-scheduler-status-background:transparent;
  --smart-scheduler-status-free-background:white;
  --smart-scheduler-status-tentative-background:0 -244rem/5rem 5rem linear-gradient(
      45deg,
      #fd7e14 25%,
      rgba(0, 0, 0, .2) 25%,
      rgba(0, 0, 0, .2) 50%,
      #fd7e14 50%,
      #fd7e14 75%,
      rgba(0, 0, 0, .2) 75%,
      rgba(0, 0, 0, .2));
  --smart-scheduler-status-busy-background:#dc3545;
  --smart-scheduler-status-out-of-office-background:#00a9e6;
  --smart-scheduler-cell-feedback-background:transparent;
  --smart-scheduler-event-resize-indicator-size:var(--smart-gantt-chart-timeline-task-resize-indicator-width);
  --smart-scheduler-event-resize-indicator-color:var(--smart-gantt-chart-timeline-task-resize-indicator-color);
  --smart-scheduler-event-resize-indicator-border-color:var(--smart-gantt-chart-timeline-task-resize-indicator-border-color);
  --smart-scheduler-restricted-background:0 -245rem/12px 12px linear-gradient(
      135deg,
      rgba(255, 0, 0, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 0, 0, .15) 50%,
      rgba(255, 0, 0, .15) 75%,
      transparent 75%,
      transparent);
  --smart-scheduler-event-item-size:50px;
  --smart-scheduler-event-button-size:30px;
  --smart-scheduler-event-border-radius:initial;
  --smart-scheduler-event-collector-border-radius:20px;
  --smart-scheduler-context-menu-max-height:calc(4 * var(--smart-scheduler-event-item-size));
  --smart-scheduler-context-menu-max-width:300px;
  --smart-scheduler-window-header-height:var(--smart-gantt-chart-popup-window-header-height);
  --smart-scheduler-window-footer-height:var(--smart-gantt-chart-popup-window-footer-height);
  --smart-scheduler-event-label-font-weight:300;
  --smart-scheduler-event-time-font-weight:300;
  --smart-scheduler-event-item-label-font-weight:600;
  --smart-scheduler-toast-default-width:400px;
  --smart-scheduler-toast-default-height:50px;
  --smart-scheduler-shortcut-size:28px;
  --smart-window-default-height:var(--smart-box-height);
  --smart-window-default-width:var(--smart-box-width);
  --smart-window-header-height:var(--smart-bar-height);
  --smart-window-footer-height:var(--smart-bar-height);
  --smart-window-min-width:250px;
  --smart-window-header-padding:10px;
  --smart-window-footer-padding:6.5px;
  --smart-window-header-button-size:24px;
  --smart-window-header-icon-size:var(--smart-font-size);
  --smart-window-header-background:var(--smart-surface);
  --smart-window-footer-background:var(--smart-surface);
  --smart-window-footer-button-width:100px;
  --smart-window-content-padding:10px;
  --smart-elevation-24:0 24px 38px 3px rgba(0, 0, 0, .14),0 9px 46px 8px rgba(0, 0, 0, .12),0 11px 15px 0 rgba(0, 0, 0, .2);
  --smart-elevation-16:0 16px 24px 2px rgba(0, 0, 0, .14),0 6px 30px 5px rgba(0, 0, 0, .12),0 8px 10px 0 rgba(0, 0, 0, .2);
  --smart-elevation-12:0 12px 17px 2px rgba(0, 0, 0, .14),0 5px 22px 4px rgba(0, 0, 0, .12),0 7px 8px 0 rgba(0, 0, 0, .2);
  --smart-elevation-8:0 8px 10px 1px rgba(0, 0, 0, .14),0 3px 14px 3px rgba(0, 0, 0, .12),0 4px 15px 0 rgba(0, 0, 0, .2);
  --smart-elevation-6:0 6px 10px 0 rgba(0, 0, 0, .14),0 1px 18px 0 rgba(0, 0, 0, .12),0 3px 5px 0 rgba(0, 0, 0, .2);
  --smart-elevation-4:0 2px 4px 0 rgba(0, 0, 0, .14),0 4px 5px 0 rgba(0, 0, 0, .12),0 1px 10px 0 rgba(0, 0, 0, .2);
  --smart-elevation-2:0 3px 1px -2px rgba(0, 0, 0, .2),0 2px 2px 0 rgba(0, 0, 0, .14),0 1px 5px 0 rgba(0, 0, 0, .12);
  --smart-elevation-1:0 0 2px 0 rgba(0, 0, 0, .14),0 2px 2px 0 rgba(0, 0, 0, .12),0 1px 3px 0 rgba(0, 0, 0, .2);
  --smart-elevation-0:none;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --pseudo-element-height:0;
}
.smart-ui-component[theme=dark],
body[theme=dark] {
  --smart-primary-rgb:122,202,255;
  --smart-primary:rgb(var(--smart-primary-rgb));
  --smart-primary-color:#242424;
  --smart-background:#242424;
  --smart-background-color:#fff;
  --smart-surface:#333;
  --smart-surface-color:#fff;
  --smart-disabled:#535353;
  --smart-disabled-color:#fff;
  --smart-border:#464646;
  --smart-editor-selection:var(--smart-primary);
  --smart-editor-selection-color:var(--smart-primary-color);
  --smart-ui-state-hover:#444;
  --smart-ui-state-color-hover:#fff;
  --smart-ui-state-border-hover:var(--smart-ui-state-hover);
  --smart-ui-state-active:var(--smart-primary);
  --smart-ui-state-color-active:var(--smart-primary-color);
  --smart-ui-state-border-active:var(--smart-primary);
  --smart-ui-state-focus:#555;
  --smart-ui-state-color-focus:#fff;
  --smart-ui-state-border-focus:#555;
  --smart-ui-state-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-primary);
  --smart-ui-state-border-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-alternation-index0-color:var(--smart-surface-color);
  --smart-alternation-index0-border:var(--smart-surface);
  --smart-alternation-index0-background:var(--smart-surface);
  --smart-alternation-index1-color:#111;
  --smart-alternation-index1-border:#9BBB59;
  --smart-alternation-index1-background:#9BBB59;
  --smart-alternation-index2-color:#fff;
  --smart-alternation-index2-border:#FC3752;
  --smart-alternation-index2-background:#FC3752;
  --smart-grid-cell-background-freeze:#242424;
  --smart-grid-cell-color-freeze:#fff;
  --smart-scroll-bar-background:#3E3E42;
  --smart-scroll-bar-track-background:var(--smart-scroll-bar-background);
  --smart-scroll-bar-border:#3E3E42;
  --smart-scroll-bar-thumb-background:#686868;
  --smart-scroll-bar-thumb-border:#686868;
  --smart-scroll-bar-thumb-background-hover:#9E9E9E;
  --smart-scroll-bar-thumb-border-hover:#9E9E9E;
  --smart-scroll-bar-thumb-background-active:#444;
  --smart-scroll-bar-thumb-border-active:#444;
  --smart-scroll-bar-button-background:#3E3E42;
  --smart-scroll-bar-button-border:#3E3E42;
  --smart-scroll-bar-button-color:#999999;
  --smart-scroll-bar-button-background-hover:#3E3E42;
  --smart-scroll-bar-button-border-hover:#3E3E42;
  --smart-scroll-bar-button-color-hover:var(--smart-primary);
  --smart-scroll-bar-button-background-active:#3E3E42;
  --smart-scroll-bar-button-border-active:#3E3E42;
  --smart-scroll-bar-button-color-active:var(--smart-primary);
  --smart-gantt-chart-timeline-nonworking-color:#3E3E42;
  --smart-scheduler-timeline-weekend-color:var(--smart-background);
  --smart-scheduler-timeline-nonworking-color:var(--smart-gantt-chart-timeline-nonworking-color);
  --smart-scheduler-event-background-rgb:103,176,245;
  --smart-scheduler-event-background:rgba(var(--smart-scheduler-event-background-rgb), 1);
  --smart-scheduler-event-color:var(--smart-primary-color);
  --smart-scheduler-event-focus:rgba(var(--smart-scheduler-event-background-rgb), .9);
  --smart-scheduler-event-color-focus:var(--smart-scheduler-event-color);
  --smart-scheduler-event-hover:rgba(var(--smart-scheduler-event-background-rgb), .8);
  --smart-scheduler-event-color-hover:var(--smart-scheduler-event-color);
  --smart-scheduler-event-collector-background:rgba(var(--smart-primary-rgb), 1);
  --smart-scheduler-event-collector-color:var(--smart-primary-color);
  --smart-scheduler-event-collector-focus:rgba(var(--smart-primary-rgb), .9);
  --smart-scheduler-event-collector-color-focus:var(--smart-scheduler-event-collector-color);
  --smart-scheduler-event-collector-hover:rgba(var(--smart-primary-rgb), .8);
  --smart-scheduler-event-collector-color-hover:var(--smart-scheduler-event-collector-color);
  --smart-scheduler-status-free-background:white;
  --smart-scheduler-status-tentative-background:0 -244rem/5rem 5rem linear-gradient(
      45deg,
      #fd7e14 25%,
      rgba(0, 0, 0, .2) 25%,
      rgba(0, 0, 0, .2) 50%,
      #fd7e14 50%,
      #fd7e14 75%,
      rgba(0, 0, 0, .2) 75%,
      rgba(0, 0, 0, .2));
  --smart-scheduler-status-busy-background:#dc3545;
  --smart-scheduler-status-out-of-office-background:#00a9e6;
  --smart-scheduler-event-resize-indicator-color:var(--smart-gantt-chart-timeline-task-resize-indicator-color);
  --smart-scheduler-event-resize-indicator-border-color:var(--smart-gantt-chart-timeline-task-resize-indicator-border-color);
  --smart-scheduler-restricted-background:0 -245rem/12px 12px linear-gradient(
      135deg,
      rgba(255, 0, 0, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 0, 0, .15) 50%,
      rgba(255, 0, 0, .15) 75%,
      transparent 75%,
      transparent);
}
smart-accordion,
smart-alert-window,
smart-array,
smart-breadcrumb,
smart-button,
smart-calendar,
smart-card,
smart-card-view,
smart-carousel,
smart-check-box,
smart-circular-progress-bar,
smart-color-panel,
smart-color-picker,
smart-column-panel,
smart-combo-box,
smart-date-time-picker,
smart-dialog-window,
smart-docking-layout,
smart-drop-down-button,
smart-drop-down-list,
smart-filter-panel,
smart-gantt-chart,
smart-gauge,
smart-grid,
smart-group-panel,
smart-kanban,
smart-layout,
smart-led,
smart-list-box,
smart-list-menu,
smart-masked-text-box,
smart-menu,
smart-multi-column-filter-panel,
smart-multi-split-button,
smart-multiline-prompt-window,
smart-multiline-text-box,
smart-numeric-text-box,
smart-pager,
smart-password-text-box,
smart-path,
smart-pivot-panel,
smart-power-button,
smart-progress-bar,
smart-progress-window,
smart-prompt-window,
smart-query-builder,
smart-radio-button,
smart-repeat-button,
smart-scroll-bar,
smart-sheduler,
smart-slider,
smart-sort-panel,
smart-splitter,
smart-switch-button,
smart-tabs,
smart-tabs-window,
smart-tank,
smart-text-box,
smart-time-picker,
smart-toggle-button,
smart-tooltip,
smart-tree,
smart-wait-window,
smart-window {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
}
.smart-element {
  outline: 0;
  box-sizing: border-box;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  font-weight: var(--smart-font-weight);
  -webkit-tap-highlight-color: transparent;
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-root {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
smart-alert-window[disabled],
smart-breadcrumb[disabled],
smart-button-group[disabled],
smart-button[disabled],
smart-calendar[disabled],
smart-card-view[disabled],
smart-card[disabled],
smart-check-box[disabled],
smart-check-input[disabled],
smart-chip[disabled],
smart-circular-progress-bar[disabled],
smart-color-input[disabled],
smart-color-panel[disabled],
smart-color-picker[disabled],
smart-column-panel[disabled],
smart-combo-box[disabled],
smart-date-input[disabled],
smart-date-range-input[disabled],
smart-date-time-picker[disabled],
smart-dialog-window[disabled],
smart-docking-layout[disabled],
smart-drop-down-button[disabled],
smart-drop-down-list[disabled],
smart-editor[disabled],
smart-filter-panel[disabled],
smart-formatting-panel[disabled],
smart-gantt-chart[disabled],
smart-gantt[disabled],
smart-gauge[disabled],
smart-grid[disabled],
smart-group-panel[disabled],
smart-input[disabled],
smart-kanban[disabled],
smart-layout[disabled],
smart-led[disabled],
smart-list-box[disabled],
smart-list-item[disabled],
smart-list-menu[disabled],
smart-menu-item[disabled],
smart-menu-items-group[disabled],
smart-menu[disabled],
smart-multi-column-filter-panel[disabled],
smart-multi-combo-input[disabled],
smart-multi-input[disabled],
smart-multi-split-button[disabled],
smart-multiline-prompt-window[disabled],
smart-multiline-text-box[disabled],
smart-notification-panel[disabled],
smart-number-input[disabled],
smart-numeric-text-box[disabled],
smart-pager .smart-pager-button[disabled],
smart-pager[disabled],
smart-password-input[disabled],
smart-password-text-box[disabled],
smart-path[disabled],
smart-pivot-table[disabled],
smart-power-button[disabled],
smart-progress-bar[disabled],
smart-progress-window[disabled],
smart-prompt-window[disabled],
smart-query-builder[disabled],
smart-radio-button[disabled],
smart-repeat-button[disabled],
smart-scheduler[disabled],
smart-scroll-bar[disabled],
smart-slider[disabled],
smart-sort-panel[disabled],
smart-splitter[disabled],
smart-switch-button[disabled],
smart-tab[disabled],
smart-table[disabled],
smart-tabs[disabled],
smart-tank[disabled],
smart-text-area[disabled],
smart-text-box[disabled],
smart-time-input[disabled],
smart-time-picker[disabled],
smart-toggle-button[disabled],
smart-tree-item[disabled] > .smart-tree-item-label-container,
smart-tree-items-group[disabled] > .smart-tree-item-label-container,
smart-tree[disabled],
smart-wait-window[disabled],
smart-window[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-window,
smart-accordion,
smart-button,
smart-button-group,
smart-calendar,
smart-card-view,
smart-color-panel,
smart-column-panel,
smart-date-time-picker,
smart-docking-layout,
smart-formatting-panel,
smart-gantt-chart,
smart-grid,
smart-group-panel,
smart-kanban,
smart-layout,
smart-list-box,
smart-list-menu,
smart-menu,
smart-multi-column-filter-panel,
smart-multiline-text-box,
smart-pager,
smart-progress-bar,
smart-scheduler,
smart-scroll-viewer,
smart-sort-panel,
smart-splitter,
smart-tank,
smart-text-box,
smart-time-picker,
smart-tree {
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
}
smart-card-view.smart-element,
smart-color-panel.smart-element,
smart-color-picker.smart-element,
smart-combo-box.smart-element,
smart-date-time-picker.smart-element,
smart-drop-down-button.smart-element,
smart-drop-down-list.smart-element,
smart-filter-panel.smart-element,
smart-kanban.smart-element,
smart-masked-text-box.smart-element,
smart-menu.smart-element,
smart-multi-split-button.smart-element,
smart-multiline-text-box.smart-element,
smart-numeric-text-box.smart-element,
smart-pager.smart-element,
smart-password-text-box.smart-element,
smart-path.smart-element,
smart-query-builder.smart-element,
smart-slider.smart-element,
smart-switch-button.smart-element,
smart-tabs.smart-element,
smart-tank.smart-element,
smart-text-box.smart-element {
  overflow: visible;
}
.smart-disabled {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-element input::selection,
.smart-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
@media (hover:hover) {
  .smart-element[theme=dark],
  body[theme=dark] {
    scrollbar-color: var(--smart-scroll-bar-thumb-background) var(--smart-scroll-bar-track-background);
  }
  body[theme=dark] ::-webkit-scrollbar,
  body[theme=dark]::-webkit-scrollbar {
    background-color: var(--smart-background);
  }
  body[theme=dark] ::-webkit-scrollbar-track,
  body[theme=dark] ::-webkit-scrollbar-track-piece,
  body[theme=dark]::-webkit-scrollbar-track,
  body[theme=dark]::-webkit-scrollbar-track-piece {
    background-color: var(--smart-scroll-bar-track-background);
  }
  body[theme=dark] ::-webkit-scrollbar-thumb,
  body[theme=dark]::-webkit-scrollbar-thumb {
    border: 1px solid var(--smart-scroll-bar-thumb-border);
    background-color: var(--smart-scroll-bar-thumb-background);
  }
  body[theme=dark] ::-webkit-scrollbar-thumb:hover,
  body[theme=dark]::-webkit-scrollbar-thumb:hover {
    border-color: var(--smart-scroll-bar-thumb-border-hover);
    background-color: var(--smart-scroll-bar-thumb-background-hover);
  }
  body[theme=dark] ::-webkit-scrollbar-button,
  body[theme=dark]::-webkit-scrollbar-button {
    background-color: var(--smart-scroll-bar-button-background);
  }
}
.smart-button-element,
smart-button,
smart-repeat-button,
smart-toggle-button {
  --smart-button-flat-color:var(--smart-background-color);
  text-align: center;
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  text-transform: var(--smart-button-text-transform);
  letter-spacing: .08929em;
  overflow: hidden;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
  visibility: hidden;
  font-weight: 500;
}
.smart-button-element.smart-element,
smart-button.smart-element,
smart-repeat-button.smart-element,
smart-toggle-button.smart-element {
  display: inline-flex;
  visibility: inherit;
}
.smart-button-element button::-moz-focus-inner,
smart-button button::-moz-focus-inner,
smart-repeat-button button::-moz-focus-inner,
smart-toggle-button button::-moz-focus-inner {
  border: 0;
}
.smart-button-element.primary,
smart-button.primary,
smart-repeat-button.primary,
smart-toggle-button.primary {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-primary);
  --smart-border:var(--smart-primary);
  --smart-border-rgb:var(--smart-primary-rgb);
  --smart-background-color:var(--smart-primary-color);
  --smart-ui-state-hover:var(--smart-primary);
  --smart-ui-state-border-hover:var(--smart-primary);
  --smart-ui-state-color-hover:var(--smart-primary-color);
  --smart-ui-state-active:var(--smart-primary);
  --smart-ui-state-border-active:var(--smart-primary);
  --smart-ui-state-color-active:var(--smart-primary-color);
  --smart-ui-state-focus:var(--smart-primary);
  --smart-ui-state-border-focus:var(--smart-primary);
  --smart-ui-state-color-focus:var(--smart-primary-color);
  --smart-button-flat-color:var(--smart-primary);
  --smart-button-outlined-color:var(--smart-primary);
  --smart-button-outlined-border:var(--smart-primary);
}
.smart-button-element.secondary,
smart-button.secondary,
smart-repeat-button.secondary,
smart-toggle-button.secondary {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-secondary);
  --smart-border:var(--smart-secondary);
  --smart-border-rgb:var(--smart-secondary-rgb);
  --smart-background-color:var(--smart-secondary-color);
  --smart-ui-state-hover:var(--smart-secondary);
  --smart-ui-state-border-hover:var(--smart-secondary);
  --smart-ui-state-color-hover:var(--smart-secondary-color);
  --smart-ui-state-active:var(--smart-secondary);
  --smart-ui-state-border-active:var(--smart-secondary);
  --smart-ui-state-color-active:var(--smart-secondary-color);
  --smart-ui-state-focus:var(--smart-secondary);
  --smart-ui-state-border-focus:var(--smart-secondary);
  --smart-ui-state-color-focus:var(--smart-secondary-color);
  --smart-button-flat-color:var(--smart-secondary);
  --smart-button-outlined-color:var(--smart-secondary);
  --smart-button-outlined-border:var(--smart-secondary);
}
.smart-button-element.success,
smart-button.success,
smart-repeat-button.success,
smart-toggle-button.success {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-success);
  --smart-border:var(--smart-success);
  --smart-border-rgb:var(--smart-success-rgb);
  --smart-background-color:var(--smart-success-color);
  --smart-ui-state-hover:var(--smart-success);
  --smart-ui-state-border-hover:var(--smart-success);
  --smart-ui-state-color-hover:var(--smart-success-color);
  --smart-ui-state-active:var(--smart-success);
  --smart-ui-state-border-active:var(--smart-success);
  --smart-ui-state-color-active:var(--smart-success-color);
  --smart-ui-state-focus:var(--smart-success);
  --smart-ui-state-border-focus:var(--smart-success);
  --smart-ui-state-color-focus:var(--smart-success-color);
  --smart-button-flat-color:var(--smart-success);
  --smart-button-outlined-color:var(--smart-success);
  --smart-button-outlined-border:var(--smart-success);
}
.smart-button-element.error,
smart-button.error,
smart-repeat-button.error,
smart-toggle-button.error {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-error);
  --smart-border:var(--smart-error);
  --smart-border-rgb:var(--smart-error-rgb);
  --smart-background-color:var(--smart-error-color);
  --smart-ui-state-hover:var(--smart-error);
  --smart-ui-state-border-hover:var(--smart-error);
  --smart-ui-state-color-hover:var(--smart-error-color);
  --smart-ui-state-active:var(--smart-error);
  --smart-ui-state-border-active:var(--smart-error);
  --smart-ui-state-color-active:var(--smart-error-color);
  --smart-ui-state-focus:var(--smart-error);
  --smart-ui-state-border-focus:var(--smart-error);
  --smart-ui-state-color-focus:var(--smart-error-color);
  --smart-button-flat-color:var(--smart-error);
  --smart-button-outlined-color:var(--smart-error);
  --smart-button-outlined-border:var(--smart-error);
}
.smart-button-element.info,
smart-button.info,
smart-repeat-button.info,
smart-toggle-button.info {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-info);
  --smart-border:var(--smart-info);
  --smart-border-rgb:var(--smart-info-rgb);
  --smart-background-color:var(--smart-info-color);
  --smart-ui-state-hover:var(--smart-info);
  --smart-ui-state-border-hover:var(--smart-info);
  --smart-ui-state-color-hover:var(--smart-info-color);
  --smart-ui-state-active:var(--smart-info);
  --smart-ui-state-border-active:var(--smart-info);
  --smart-ui-state-color-active:var(--smart-info-color);
  --smart-ui-state-focus:var(--smart-info);
  --smart-ui-state-border-focus:var(--smart-info);
  --smart-ui-state-color-focus:var(--smart-info-color);
  --smart-button-flat-color:var(--smart-info);
  --smart-button-outlined-color:var(--smart-info);
  --smart-button-outlined-border:var(--smart-info);
}
.smart-button-element.warning,
smart-button.warning,
smart-repeat-button.warning,
smart-toggle-button.warning {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-warning);
  --smart-border:var(--smart-warning);
  --smart-border-rgb:var(--smart-warning-rgb);
  --smart-background-color:var(--smart-warning-color);
  --smart-ui-state-hover:var(--smart-warning);
  --smart-ui-state-border-hover:var(--smart-warning);
  --smart-ui-state-color-hover:var(--smart-warning-color);
  --smart-ui-state-active:var(--smart-warning);
  --smart-ui-state-border-active:var(--smart-warning);
  --smart-ui-state-color-active:var(--smart-warning-color);
  --smart-ui-state-focus:var(--smart-warning);
  --smart-ui-state-border-focus:var(--smart-warning);
  --smart-ui-state-color-focus:var(--smart-warning-color);
  --smart-button-flat-color:var(--smart-warning);
  --smart-button-outlined-color:var(--smart-warning);
  --smart-button-outlined-border:var(--smart-warning);
}
.smart-button-element.light,
smart-button.light,
smart-repeat-button.light,
smart-toggle-button.light {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-light);
  --smart-border:var(--smart-light);
  --smart-border-rgb:var(--smart-light-rgb);
  --smart-background-color:var(--smart-light-color);
  --smart-ui-state-hover:var(--smart-light);
  --smart-ui-state-border-hover:var(--smart-light);
  --smart-ui-state-color-hover:var(--smart-light-color);
  --smart-ui-state-active:var(--smart-light);
  --smart-ui-state-border-active:var(--smart-light);
  --smart-ui-state-color-active:var(--smart-light-color);
  --smart-ui-state-focus:var(--smart-light);
  --smart-ui-state-border-focus:var(--smart-light);
  --smart-ui-state-color-focus:var(--smart-light-color);
  --smart-button-flat-color:var(--smart-light);
  --smart-button-outlined-color:var(--smart-light);
  --smart-button-outlined-border:var(--smart-light);
}
.smart-button-element.dark,
smart-button.dark,
smart-repeat-button.dark,
smart-toggle-button.dark {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-dark);
  --smart-border:var(--smart-dark);
  --smart-border-rgb:var(--smart-dark-rgb);
  --smart-background-color:var(--smart-dark-color);
  --smart-ui-state-hover:var(--smart-dark);
  --smart-ui-state-border-hover:var(--smart-dark);
  --smart-ui-state-color-hover:var(--smart-dark-color);
  --smart-ui-state-active:var(--smart-dark);
  --smart-ui-state-border-active:var(--smart-dark);
  --smart-ui-state-color-active:var(--smart-dark-color);
  --smart-ui-state-focus:var(--smart-dark);
  --smart-ui-state-border-focus:var(--smart-dark);
  --smart-ui-state-color-focus:var(--smart-dark-color);
  --smart-button-flat-color:var(--smart-dark);
  --smart-button-outlined-color:var(--smart-dark);
  --smart-button-outlined-border:var(--smart-dark);
}
.smart-button-element[hover],
smart-button[hover],
smart-repeat-button[hover],
smart-toggle-button[hover] {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
  opacity: var(--smart-button-opacity-hover);
}
.smart-button-element[focus],
smart-button[focus],
smart-repeat-button[focus],
smart-toggle-button[focus] {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
  background-color: var(--smart-ui-state-focus);
  opacity: var(--smart-button-opacity-focus);
}
.smart-button-element[active],
smart-button[active],
smart-repeat-button[active],
smart-toggle-button[active] {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
  opacity: var(--smart-button-opacity-active);
}
.smart-button-element[disabled],
smart-button[disabled],
smart-repeat-button[disabled],
smart-toggle-button[disabled] {
  color: var(--smart-disabled-color);
  border-color: var(--smart-disabled);
  background-color: var(--smart-disabled);
  cursor: default;
  --smart-background:var(--smart-disabled);
  --smart-border:var(--smart-disabled);
  --smart-background-color:var(--smart-disabled-color);
}
.smart-button-element.large button,
smart-button.large button,
smart-repeat-button.large button,
smart-toggle-button.large button {
  padding: var(--smart-button-large-padding);
  font-size: var(--smart-button-large-font-size);
}
.smart-button-element.small button,
smart-button.small button,
smart-repeat-button.small button,
smart-toggle-button.small button {
  padding: var(--smart-button-small-padding);
  font-size: var(--smart-button-small-font-size);
}
.smart-button-element.very-small button,
smart-button.very-small button,
smart-repeat-button.very-small button,
smart-toggle-button.very-small button {
  padding: var(--smart-button-very-small-padding);
  font-size: var(--smart-button-very-small-font-size);
}
.smart-button-element.rounded,
smart-button.rounded,
smart-repeat-button.rounded,
smart-toggle-button.rounded {
  --smart-border-top-left-radius:50px;
  --smart-border-top-right-radius:50px;
  --smart-border-bottom-left-radius:50px;
  --smart-border-bottom-right-radius:50px;
  border-radius: var(--smart-border-bottom-left-radius) !important;
}
.smart-button-element.squared,
smart-button.squared,
smart-repeat-button.squared,
smart-toggle-button.squared {
  --smart-border-top-left-radius:0;
  --smart-border-top-right-radius:0;
  --smart-border-bottom-left-radius:0;
  --smart-border-bottom-right-radius:0;
}
.smart-button-element.flat,
.smart-button-element.flat[active],
.smart-button-element.flat[hover],
smart-button.flat,
smart-button.flat[active],
smart-button.flat[hover],
smart-repeat-button.flat,
smart-repeat-button.flat[active],
smart-repeat-button.flat[hover],
smart-toggle-button.flat,
smart-toggle-button.flat[active],
smart-toggle-button.flat[hover] {
  color: var(--smart-button-flat-color);
  background: 0 0;
  border-color: transparent;
}
.smart-button-element.flat[focus],
smart-button.flat[focus],
smart-repeat-button.flat[focus],
smart-toggle-button.flat[focus] {
  border-color: var(--smart-ui-state-focus);
}
.smart-button-element.flat[checked],
smart-button.flat[checked],
smart-repeat-button.flat[checked],
smart-toggle-button.flat[checked] {
  text-decoration: underline;
  background: var(--smart-ui-state-active);
}
.smart-button-element.flat .smart-ripple,
smart-button.flat .smart-ripple,
smart-repeat-button.flat .smart-ripple,
smart-toggle-button.flat .smart-ripple {
  background-color: var(--smart-button-flat-color);
}
.smart-button-element.outlined,
smart-button.outlined,
smart-repeat-button.outlined,
smart-toggle-button.outlined {
  color: var(--smart-button-outlined-color);
  border-color: var(--smart-button-outlined-border);
  background: 0 0;
  border-width: calc(2 * var(--smart-border-width));
}
.smart-button-element.outlined[active],
.smart-button-element.outlined[hover],
smart-button.outlined[active],
smart-button.outlined[hover],
smart-repeat-button.outlined[active],
smart-repeat-button.outlined[hover],
smart-toggle-button.outlined[active],
smart-toggle-button.outlined[hover] {
  color: var(--smart-button-outlined-color);
  border-color: var(--smart-button-outlined-border);
  background: 0 0;
}
.smart-button-element.outlined[focus],
smart-button.outlined[focus],
smart-repeat-button.outlined[focus],
smart-toggle-button.outlined[focus] {
  color: var(--smart-button-outlined-color);
  border-color: var(--smart-ui-state-focus);
  background: 0 0;
}
.smart-button-element.outlined[checked],
smart-button.outlined[checked],
smart-repeat-button.outlined[checked],
smart-toggle-button.outlined[checked] {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-active);
  background: var(--smart-ui-state-active);
}
.smart-button-element.outlined .smart-ripple,
smart-button.outlined .smart-ripple,
smart-repeat-button.outlined .smart-ripple,
smart-toggle-button.outlined .smart-ripple {
  background-color: var(--smart-button-outlined-color);
}
.smart-button-element.outlined button.smart-button,
smart-button.outlined button.smart-button,
smart-repeat-button.outlined button.smart-button,
smart-toggle-button.outlined button.smart-button {
  border-radius: initial;
}
.smart-button-element.raised,
smart-button.raised,
smart-repeat-button.raised,
smart-toggle-button.raised {
  box-shadow: var(--smart-elevation-2);
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
}
.smart-button-element.raised[hover],
smart-button.raised[hover],
smart-repeat-button.raised[hover],
smart-toggle-button.raised[hover] {
  box-shadow: var(--smart-elevation-4);
}
.smart-button-element.raised button[active],
.smart-button-element.raised[active],
.smart-button-element.raised[checked],
smart-button.raised button[active],
smart-button.raised[active],
smart-button.raised[checked],
smart-repeat-button.raised button[active],
smart-repeat-button.raised[active],
smart-repeat-button.raised[checked],
smart-toggle-button.raised button[active],
smart-toggle-button.raised[active],
smart-toggle-button.raised[checked] {
  box-shadow: var(--smart-elevation-8);
}
.smart-button-element.raised[focus],
.smart-button-element.raised[focus]:not([checked]),
smart-button.raised[focus],
smart-button.raised[focus]:not([checked]),
smart-repeat-button.raised[focus],
smart-repeat-button.raised[focus]:not([checked]),
smart-toggle-button.raised[focus],
smart-toggle-button.raised[focus]:not([checked]) {
  box-shadow: var(--smart-elevation-6);
}
.smart-button-element.floating,
smart-button.floating,
smart-repeat-button.floating,
smart-toggle-button.floating {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: var(--smart-elevation-4);
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
}
.smart-button-element.floating[hover],
smart-button.floating[hover],
smart-repeat-button.floating[hover],
smart-toggle-button.floating[hover] {
  box-shadow: var(--smart-elevation-6);
}
.smart-button-element.floating[active],
.smart-button-element.floating[checked],
smart-button.floating[active],
smart-button.floating[checked],
smart-repeat-button.floating[active],
smart-repeat-button.floating[checked],
smart-toggle-button.floating[active],
smart-toggle-button.floating[checked] {
  box-shadow: var(--smart-elevation-12);
}
.smart-button-element.floating[focus],
.smart-button-element.floating[focus]:not([checked]),
smart-button.floating[focus],
smart-button.floating[focus]:not([checked]),
smart-repeat-button.floating[focus],
smart-repeat-button.floating[focus]:not([checked]),
smart-toggle-button.floating[focus],
smart-toggle-button.floating[focus]:not([checked]) {
  box-shadow: var(--smart-elevation-6);
}
button.smart-button {
  position: relative;
  padding: var(--smart-button-padding);
  text-align: inherit;
  vertical-align: inherit;
  cursor: inherit;
  text-transform: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  background: inherit;
  color: inherit;
  border: none;
  -webkit-font-smoothing: antialiased;
  opacity: var(--smart-button-opacity);
  white-space: nowrap;
  border-radius: inherit;
}
.smart-button .smart-ripple {
  background: var(--smart-background-color);
}
[smart-toggle-button] .smart-container,
smart-toggle-button .smart-container {
  font-weight: inherit;
  font-style: inherit;
}
[smart-toggle-button][checked],
smart-toggle-button[checked] {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
  background-color: var(--smart-ui-state-selected);
}
.smart-scroll-button .smart-button {
  padding: 0;
}
:host(.smart-button.flat) .smart-ripple {
  background-color: var(--smart-button-flat-color);
}
:host(.smart-button.outlined) .smart-ripple {
  background-color: var(--smart-button-outlined-color);
}
button.smart-button[type]:not(.smart-container) {
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: var(--smart-button-text-transform);
  font-weight: 500;
  letter-spacing: .08929em;
  overflow: hidden;
  font-style: var(--smart-font-style);
  font-size: var(--smart-font-size);
  background: var(--smart-background);
  outline: 0;
}
button.smart-button[type]:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
}
button.smart-button[type]:not([disabled]):active {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
}
smart-button[right-to-left],
smart-repeat-button[right-to-left],
smart-toggle-button[right-to-left] {
  direction: rtl;
}
smart-scroll-bar {
  display: block;
  touch-action: none;
  width: var(--smart-scroll-bar-default-width);
  height: var(--smart-scroll-bar-default-height);
}
smart-scroll-bar .smart-thumb {
  position: absolute;
  width: 40px;
  background-clip: content-box;
  padding: var(--smart-scroll-bar-thumb-padding) 0;
  height: var(--smart-scroll-bar-thumb-size);
  cursor: default;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: var(--smart-scroll-bar-thumb-border);
  background-color: var(--smart-scroll-bar-thumb-background);
  border-top-left-radius: var(--smart-scroll-bar-thumb-border-top-left-radius);
  border-top-right-radius: var(--smart-scroll-bar-thumb-border-top-right-radius);
  border-bottom-left-radius: var(--smart-scroll-bar-thumb-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-scroll-bar-thumb-border-bottom-right-radius);
}
smart-scroll-bar .smart-thumb:hover {
  border-color: var(--smart-scroll-bar-thumb-border-hover);
  background-color: var(--smart-scroll-bar-thumb-background-hover);
}
smart-scroll-bar .smart-thumb:active {
  border-color: var(--smart-scroll-bar-thumb-border-active);
  background-color: var(--smart-scroll-bar-thumb-background-active);
}
smart-scroll-bar .smart-track {
  position: relative;
  float: left;
  height: 100%;
  background-color: var(--smart-scroll-bar-track-background);
  width: 100%;
}
smart-scroll-bar .smart-scroll-button {
  display: none;
  float: left;
  width: var(--smart-scroll-button-size);
  height: 100%;
  cursor: default;
  background-color: var(--smart-scroll-bar-button-background);
  color: var(--smart-scroll-bar-button-color);
  border: 1px solid var(--smart-scroll-bar-button-border);
  min-height: 0;
  padding: 0;
  border-radius: 0;
}
smart-scroll-bar .smart-scroll-button:hover {
  background-color: var(--smart-scroll-bar-button-background-hover);
  color: var(--smart-scroll-bar-button-color-hover);
  border-color: var(--smart-scroll-bar-button-border-hover);
}
smart-scroll-bar .smart-scroll-button:active {
  background-color: var(--smart-scroll-bar-button-background-active);
  color: var(--smart-scroll-bar-button-color-active);
  border-color: var(--smart-scroll-bar-button-border-active);
}
smart-scroll-bar[show-buttons] .smart-track {
  width: calc(100% - var(--smart-scroll-button-size) * 2);
}
smart-scroll-bar[show-buttons] .smart-scroll-button {
  display: block;
}
smart-scroll-bar[spinner][show-buttons] .smart-track {
  display: none;
}
smart-scroll-bar[spinner][show-buttons] .smart-scroll-button {
  width: 50%;
}
smart-scroll-bar[discrete] {
  --smart-scroll-button-size:0px;
  --smart-scroll-bar-size:15px;
  --smart-scroll-bar-thumb-border-top-right-radius:6px;
  --smart-scroll-bar-thumb-border-top-left-radius:6px;
  --smart-scroll-bar-thumb-border-bottom-left-radius:6px;
  --smart-scroll-bar-thumb-border-bottom-right-radius:6px;
  --smart-scroll-bar-thumb-size:100%;
  --smart-scroll-bar-thumb-padding:3px;
  --smart-scroll-bar-default-width:var(--smart-editor-width);
  --smart-scroll-bar-default-height:var(--smart-scroll-bar-size);
  --smart-scroll-bar-background:#fafafa;
  --smart-scroll-bar-track-background:var(--smart-scroll-bar-background);
  --smart-scroll-bar-border:#F1F1F1;
  --smart-scroll-bar-thumb-background:#C1C1C1;
  --smart-scroll-bar-thumb-border:transparent;
}
smart-scroll-bar[orientation=vertical] {
  height: var(--smart-scroll-bar-default-width);
  width: var(--smart-scroll-bar-default-height);
}
smart-scroll-bar[orientation=vertical] .smart-thumb {
  width: var(--smart-scroll-bar-thumb-size);
  padding: 0 var(--smart-scroll-bar-thumb-padding);
  height: 40px;
  top: 0;
}
smart-scroll-bar[orientation=vertical] .smart-track {
  float: none;
  width: 100%;
  height: 100%;
}
smart-scroll-bar[orientation=vertical] .smart-scroll-button {
  float: none;
  height: var(--smart-scroll-button-size);
  width: 100%;
}
smart-scroll-bar[orientation=vertical][show-buttons] .smart-track {
  height: calc(100% - var(--smart-scroll-button-size) * 2);
}
smart-scroll-bar[orientation=vertical][spinner] .smart-scroll-button {
  height: 50%;
  width: 100%;
  float: none;
}

/* node_modules/@smart-webcomponents-angular/form/styles/smart.form.css */
smart-scroll-viewer {
  display: block;
  width: var(--smart-editor-width);
  min-width: var(--smart-scroll-viewer-min-width);
  max-width: var(--smart-scroll-viewer-max-width);
  height: var(--smart-list-box-default-height);
  min-height: var(--smart-scroll-viewer-min-height);
  max-height: var(--smart-scroll-viewer-max-height);
  padding: 3px;
}
.smart-scroll-viewer.smart-container,
smart-scroll-viewer > .smart-container {
  height: 100%;
  width: 100%;
  border: none;
  position: relative;
  overflow: hidden;
}
.smart-scroll-viewer > .smart-container,
.smart-scroll-viewer > .smart-container > .smart-scroll-viewer-container {
  max-height: inherit;
  min-height: inherit;
  max-width: inherit;
  min-width: inherit;
}
.smart-scroll-viewer smart-scroll-bar {
  overflow: visible;
  position: absolute;
  bottom: 0;
  height: calc(var(--smart-scroll-bar-size));
  width: 100%;
}
.smart-scroll-viewer smart-scroll-bar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--smart-scroll-bar-size);
  background-color: var(--smart-surface);
  left: 100%;
}
.smart-scroll-viewer smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer smart-scroll-bar[orientation=vertical] {
  right: 0;
  top: 0;
  height: 100%;
  width: calc(var(--smart-scroll-bar-size));
}
.smart-scroll-viewer smart-scroll-bar[orientation=vertical].bottom-corner {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-scroll-viewer-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.smart-scroll-viewer .smart-scroll-viewer-container.hscroll {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-scroll-viewer-container.vscroll {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-scroll-viewer-content-container {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 5px;
  position: relative;
  background-color: transparent;
}
.smart-scroll-viewer[right-to-left] .smart-scroll-viewer-container {
  direction: rtl;
  text-align: initial;
}
.smart-scroll-viewer[right-to-left] .smart-scroll-viewer-container.vscroll,
.smart-scroll-viewer[right-to-left] smart-scroll-bar {
  left: var(--smart-scroll-bar-size);
  right: 0;
}
.smart-scroll-viewer[right-to-left] smart-scroll-bar:after {
  left: -100%;
}
.smart-scroll-viewer[right-to-left] smart-scroll-bar[orientation=vertical] {
  left: 0;
  right: initial;
}
.smart-scroll-viewer[right-to-left] smart-scroll-bar[orientation=vertical]:after {
  content: none;
}
smart-list-box,
smart-list-item,
smart-list-items-group {
  visibility: hidden;
}
smart-list-item.smart-element,
smart-list-items-group.smart-element {
  border: none;
  visibility: inherit;
}
smart-list-item .smart-input,
smart-list-items-group .smart-input {
  margin-left: 4px;
  width: calc(-4px + var(--smart-check-box-default-size));
  height: calc(-4px + var(--smart-check-box-default-size));
  line-height: var(--smart-check-box-default-size);
  box-sizing: initial;
  position: absolute;
  top: var(--smart-list-item-vertical-offset);
  margin-top: calc(var(--smart-list-item-height)/ 2 - 10px);
  border-style: solid;
  padding: 3px;
  border-width: var(--smart-border-width);
  border-radius: var(--smart-list-item-check-box-radius);
  font-family: inherit;
  background-repeat: no-repeat;
  border-color: var(--smart-border);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  display: block;
}
smart-list-item .smart-content,
smart-list-item .smart-overlay {
  transition: opacity 280ms ease-in-out;
  top: var(--smart-list-item-vertical-offset);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  width: 100%;
}
smart-list-item .smart-input:after,
smart-list-items-group .smart-input:after {
  content: "";
  font-family: var(--smart-font-family-icon);
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: -2px;
}
smart-list-item .smart-input.smart-hidden,
smart-list-items-group .smart-input.smart-hidden {
  display: none;
}
smart-list-item[selected] .smart-input,
smart-list-items-group[selected] .smart-input {
  border-color: var(--smart-primary);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
smart-list-item[hover] .smart-input:hover,
smart-list-items-group[hover] .smart-input:hover {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-list-item[display-mode=checkBox][selected] .smart-input:after,
smart-list-items-group[display-mode=checkBox][selected] .smart-input:after {
  content: var(--smart-icon-check);
}
smart-list-item {
  background-color: inherit;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .00937em;
  width: 100%;
  outline: 0;
  display: flex;
  align-items: center;
  padding: 0 5px;
  height: calc(var(--smart-list-item-height) + var(--smart-list-item-vertical-offset));
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.smart-list-box .smart-list-items-container,
smart-list-item .smart-content,
smart-list-item .smart-overlay {
  height: calc(100% - var(--smart-list-item-vertical-offset));
}
smart-list-item .smart-container {
  display: flex;
  align-items: center;
}
smart-list-item .smart-overlay {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  left: 0;
  background: var(--smart-background);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
}
smart-list-item .smart-content {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: var(--smart-list-item-padding);
  left: 0;
  color: var(--smart-background-color);
  border-width: var(--smart-item-border-width);
  border-style: solid;
  border-color: transparent;
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
}
smart-list-item .smart-content-details {
  opacity: .5;
  margin-top: 2px;
  font-size: 10px;
}
smart-list-item .smart-input:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
  background: var(--smart-primary) !important;
  transition: opacity .2s ease-in-out;
  opacity: 0;
  border-radius: 100%;
  transform: scale(1);
}
smart-list-item .smart-ripple {
  background: var(--smart-list-item-color-active);
}
smart-list-item.smart-list-item-line-feedback {
  border-top-color: var(--smart-secondary);
  border-top-width: 1px;
  border-top-style: dashed;
}
smart-list-item.smart-list-item-bottom-line-feedback {
  border-bottom-color: var(--smart-secondary);
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
smart-list-item.smart-header-item,
smart-list-item[grouped] {
  color: var(--smart-surface-color);
  text-transform: var(--smart-list-item-group-header-text-transform);
  top: var(--smart-list-item-vertical-offset);
  margin-bottom: var(--smart-list-item-vertical-offset);
  background: var(--smart-surface);
  border-width: 1px;
  border-style: solid;
  border-color: var(--smart-surface);
  display: flex;
  align-items: center;
}
smart-list-item:focus,
smart-list-item:focus .smart-input {
  outline: 0;
}
smart-list-item[hover] .smart-overlay {
  background-color: var(--smart-ui-state-hover);
}
smart-list-item[hover] .smart-content {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
smart-list-item[selected] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
smart-list-item[selected] .smart-content {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
smart-list-item[selected].smart-list-item-line-feedback {
  border-top-color: var(--smart-secondary);
  border-top-width: 1px;
  border-top-style: dashed;
}
smart-list-item[selected].smart-list-item-bottom-line-feedback {
  border-bottom-color: var(--smart-secondary);
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
smart-list-item[display-mode=checkBox] .smart-content,
smart-list-item[display-mode=checkBox] .smart-overlay,
smart-list-item[display-mode=radioButton] .smart-content,
smart-list-item[display-mode=radioButton] .smart-overlay {
  padding: 5px;
  left: calc(16px + var(--smart-check-box-default-size));
  width: calc(100% - 16px - var(--smart-check-box-default-size));
}
smart-list-item[display-mode=checkBox][selected][alternation-index="0"] .smart-overlay,
smart-list-item[display-mode=radioButton][selected][alternation-index="0"] .smart-overlay {
  background-color: var(--smart-alternation-index0-background);
  color: var(--smart-alternation-index0-color);
  border-color: var(--smart-alternation-index0-border);
}
smart-list-item[display-mode=checkBox][selected][alternation-index="1"] .smart-overlay,
smart-list-item[display-mode=radioButton][selected][alternation-index="1"] .smart-overlay {
  background-color: var(--smart-alternation-index1-background);
  color: var(--smart-alternation-index1-color);
  border-color: var(--smart-alternation-index1-border);
}
smart-list-item[display-mode=checkBox][selected][alternation-index="2"] .smart-overlay,
smart-list-item[display-mode=radioButton][selected][alternation-index="2"] .smart-overlay {
  background-color: var(--smart-alternation-index2-background);
  color: var(--smart-alternation-index2-color);
  border-color: var(--smart-alternation-index2-border);
}
smart-list-item[display-mode=radioButton] .smart-input {
  border-radius: 100%;
}
smart-list-item[display-mode=radioButton][selected] .smart-input:after {
  content: var(--smart-icon-radio);
}
smart-list-items-group > .smart-container {
  height: auto;
}
smart-list-items-group .smart-list-items-group-label {
  background-color: inherit;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .00937em;
  width: 100%;
  outline: 0;
  padding: 0 5px;
  height: calc(var(--smart-list-item-height) + var(--smart-list-item-vertical-offset));
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  color: var(--smart-surface-color);
  top: var(--smart-list-item-vertical-offset);
  margin-bottom: var(--smart-list-item-vertical-offset);
  background: var(--smart-surface);
  border-width: 1px;
  border-style: solid;
  border-color: var(--smart-surface);
  display: flex;
  align-items: center;
  text-transform: capitalize;
  border-radius: initial;
}
smart-list-items-group .smart-list-items-group-label .smart-container {
  display: flex;
  align-items: center;
}
smart-list-items-group:focus .smart-input {
  outline: 0;
}
smart-list-box {
  display: block;
  width: var(--smart-list-box-default-width);
  height: var(--smart-list-box-default-height);
}
smart-list-box.smart-element {
  visibility: inherit;
}
smart-list-box:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
smart-list-box:focus smart-list-item[focus] .smart-overlay {
  background-color: var(--smart-ui-state-focus);
}
smart-list-box:focus smart-list-item[focus] .smart-content {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
}
smart-list-box:focus smart-list-item[focus][selected] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
smart-list-box:focus smart-list-item[focus][selected] .smart-content {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
.smart-list-box smart-list-item.smart-header-item[hover],
.smart-list-box[disabled] smart-list-item {
  color: inherit;
}
smart-list-box smart-scroll-bar[orientation=vertical].bottom-corner {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-list-box.smart-container,
.smart-list-box > .smart-container {
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 0;
  border-color: gray;
  position: relative;
  overflow: hidden;
}
.smart-list-box smart-list-item[alternation-index="0"] .smart-overlay {
  background-color: var(--smart-alternation-index0-background);
  color: var(--smart-alternation-index0-color);
  border-color: var(--smart-alternation-index0-border);
}
.smart-list-box smart-list-item[alternation-index="1"] .smart-overlay {
  background-color: var(--smart-alternation-index1-background);
  color: var(--smart-alternation-index1-color);
  border-color: var(--smart-alternation-index1-border);
}
.smart-list-box smart-list-item[alternation-index="2"] .smart-overlay {
  background-color: var(--smart-alternation-index2-background);
  color: var(--smart-alternation-index2-color);
  border-color: var(--smart-alternation-index2-border);
}
.smart-list-box smart-scroll-bar {
  overflow: visible;
  position: absolute;
  bottom: 0;
  height: calc(var(--smart-scroll-bar-size));
  width: 100%;
}
.smart-list-box smart-scroll-bar:after {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--smart-scroll-bar-size);
  background: var(--smart-scroll-bar-background);
  left: 100%;
  top: 0;
}
.smart-list-box smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-list-box smart-scroll-bar[orientation=vertical] {
  right: 0;
  top: 0;
  height: 100%;
  width: calc(var(--smart-scroll-bar-size));
}
.smart-list-box input {
  border: var(--smart-border-width) solid var(--smart-border);
  width: 100%;
  height: 100%;
  padding: var(--smart-editor-label-padding);
  outline: initial;
  padding-right: 25px;
}
.smart-list-box input:focus {
  border-color: var(--smart-outline);
}
.smart-list-box .smart-list-box-filter-input-container {
  position: relative;
  width: calc(100% - 10px);
  height: var(--smart-editor-height);
  margin-left: 5px;
  margin-top: 5px;
}
.smart-list-box .smart-list-box-filter-input-container:after {
  content: var(--smart-icon-search);
  font-family: var(--smart-font-family-icon);
  height: var(--smart-text-box-default-height);
  position: absolute;
  top: 0;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(100% - 25px);
}
.smart-list-box .smart-list-box-filter-input-container.vscroll {
  width: calc(100% - 10px - var(--smart-scroll-bar-size));
}
.smart-list-box .smart-list-items-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.smart-list-box .smart-list-items-container input {
  position: absolute;
  background: initial;
  background-color: var(--smart-background);
  background-size: initial;
  border: 1px solid var(--smart-border);
  padding: 9px 12px;
  margin: 0;
  left: 5px;
  width: calc(100% - 5px);
  font-family: inherit;
  font-size: inherit;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
.smart-list-box .smart-list-items-container.hscroll {
  height: calc(100% - var(--smart-scroll-bar-size) - var(--smart-list-item-vertical-offset));
}
.smart-list-box .smart-list-items-container.filter {
  height: calc(100% - var(--smart-text-box-default-height) - 10px);
}
.smart-list-box .smart-list-items-container.hscroll.filter {
  height: calc(100% - var(--smart-text-box-default-height) - var(--smart-scroll-bar-size) - 10px - var(--smart-list-item-vertical-offset));
}
.smart-list-box .smart-list-items-inner-container {
  width: calc(100% - 2 * var(--smart-list-item-horizontal-offset));
  height: 100%;
  display: block;
  position: relative;
  background-color: transparent;
}
.smart-list-box .smart-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
.smart-list-box .smart-content-label {
  padding: var(--smart-list-item-label-padding);
  border-radius: var(--smart-list-item-label-border-radius);
}
.smart-list-box[horizontal-scroll-bar-visibility=hidden] smart-list-item .smart-content {
  white-space: initial;
}
.smart-list-box[selection-mode=checkBox]:focus smart-list-item[focus][selected] .smart-input:before,
.smart-list-box[selection-mode=checkBox][focus] smart-list-item[focus][selected] .smart-input:before,
.smart-list-box[selection-mode=radioButton]:focus smart-list-item[focus][selected] .smart-input:before,
.smart-list-box[selection-mode=radioButton][focus] smart-list-item[focus][selected] .smart-input:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: calc(var(--smart-check-box-default-size) + 14px);
  height: calc(var(--smart-check-box-default-size) + 14px);
  background: var(--smart-primary);
  opacity: .3;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-list-box:not([right-to-left]) .smart-list-items-inner-container {
  margin-left: var(--smart-list-item-horizontal-offset);
}
[type=list][opened][focus] smart-list-item[focus] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
[type=list][opened][focus] smart-list-item[focus] .smart-content {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
[type=list][opened][focus] smart-list-item[focus]:not([selected]) .smart-overlay {
  background-color: var(--smart-ui-state-focus);
}
[type=list][opened][focus] smart-list-item[focus]:not([selected]) .smart-content {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
}
[type=list][opened][focus] smart-list-item[focus][selected] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
[type=list][opened][focus] smart-list-item[focus][selected] .smart-content {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
.smart-list-item-feedback {
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
  border-width: 1px;
  border-style: solid;
  box-shadow: var(--smart-elevation-8);
  cursor: move;
  padding: 0;
  z-index: var(--smart-drop-down-z-index);
  width: 200px;
}
.smart-list-item-feedback smart-list-item {
  padding: 0;
  border: none;
}
.smart-list-item-feedback smart-list-item .smart-overlay {
  background-color: inherit;
  border: none;
}
.smart-list-item-feedback smart-list-item .smart-content {
  border-color: transparent;
  color: inherit;
}
.smart-drop-down smart-list-box smart-scroll-bar[orientation=vertical] {
  right: 0;
  top: 0;
  height: 100%;
  width: calc(var(--smart-scroll-bar-size));
}
.smart-list-box[right-to-left] {
  direction: initial;
}
.smart-list-box[right-to-left] smart-scroll-bar {
  left: initial;
  right: 0;
}
.smart-list-box[right-to-left] smart-scroll-bar:after {
  left: -100%;
}
.smart-list-box[right-to-left] smart-scroll-bar[orientation=vertical] {
  left: 0;
  right: initial;
}
.smart-list-box[right-to-left] smart-scroll-bar[orientation=vertical]:after {
  content: none;
}
.smart-list-box[right-to-left] smart-list-item .smart-list-item-container {
  direction: rtl;
  left: 0;
}
.smart-list-box[right-to-left] smart-list-item[display-mode=checkBox] .smart-overlay,
.smart-list-box[right-to-left] smart-list-item[display-mode=radioButton] .smart-overlay {
  left: 0;
}
.smart-list-box[right-to-left] smart-list-items-group .smart-list-items-group-label {
  direction: rtl;
}
.smart-list-box[right-to-left] .smart-list-items-inner-container {
  margin-right: var(--smart-list-item-horizontal-offset);
}
.smart-list-box[right-to-left] .smart-list-box-filter-input-container.vscroll {
  left: initial;
  right: 0;
}
.smart-list-box[right-to-left] .smart-list-items-container,
.smart-list-box[right-to-left] .smart-list-items-container input {
  direction: rtl;
}
.smart-list-box[right-to-left] .smart-list-items-container.vscroll {
  left: var(--smart-scroll-bar-size);
  right: initial;
}
.smart-list-box[right-to-left] .smart-list-items-container.vscroll .smart-list-items-inner-container {
  margin-right: var(--smart-list-item-horizontal-offset);
}
.smart-popup.smart-list-item.smart-list-item-feedback[right-to-left] smart-list-item .smart-list-item-container {
  direction: rtl;
  left: 0;
}
.smart-drop-down-box,
.smart-drop-down-box .smart-action-button {
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-drop-down-box {
  background: var(--smart-surface);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: initial;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  outline: 0;
  height: var(--smart-editor-height);
}
.smart-drop-down-box.smart-container,
.smart-drop-down-box > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-drop-down-box.smart-container > .smart-content,
.smart-drop-down-box > .smart-container > .smart-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.smart-drop-down-box .smart-buttons-container {
  width: inherit;
  height: inherit;
  display: inherit;
  flex-direction: inherit;
  cursor: inherit;
  position: inherit;
  overflow: hidden;
  min-height: inherit;
}
.smart-drop-down-box .smart-action-button {
  display: flex;
  padding-left: var(--smart-editor-label-padding);
  align-content: center;
  outline: transparent solid 1px;
  height: 100%;
  width: calc(100% - var(--smart-editor-addon-width));
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: var(--smart-border-width);
  align-items: center;
  border-right: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.smart-drop-down-box .smart-action-button .smart-input {
  color: inherit;
  background: inherit;
  border: none;
  width: calc(100% - var(--smart-editor-addon-width));
  height: 100%;
  outline: 0;
  text-overflow: ellipsis;
}
.smart-drop-down-box .smart-action-button .smart-input::placeholder {
  color: inherit;
}
.smart-drop-down-box .smart-drop-down-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  color: inherit;
  outline: transparent solid 1px;
  overflow: hidden;
  position: relative;
  background-color: var(--smart-surface);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  border-left: none;
  color: var(--smart-surface-color);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  cursor: pointer;
}
.smart-drop-down-box .smart-drop-down-button .smart-drop-down-button-icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  font-family: var(--smart-font-family-icon);
}
.smart-drop-down-box .smart-drop-down-button .smart-drop-down-button-icon:after {
  content: var(--smart-icon-arrow-down);
  font-size: var(--smart-arrow-size);
}
.smart-drop-down-box .smart-drop-down-button[active] {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box .smart-drop-down-button[center-top] .smart-drop-down-button-icon:after,
.smart-drop-down-box .smart-drop-down-button[top] .smart-drop-down-button-icon:after {
  transform: rotate(180deg);
}
.smart-drop-down-box .smart-drop-down {
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
}
.smart-drop-down-box .smart-drop-down.smart-visibility-hidden {
  transform: scale(0);
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transform-origin: left top 0;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button {
  min-height: var(--smart-editor-height);
  padding-left: initial;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=bottom] .smart-drop-down-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-drop-down-button {
  width: 100%;
  border: var(--smart-border-width) solid var(--smart-border);
  height: 50%;
  justify-content: center;
}
.smart-drop-down-box[drop-down-button-position=bottom]:not([drop-down-open-mode=dropDownButton]) .smart-drop-down-button,
.smart-drop-down-box[drop-down-button-position=top]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-top: initial;
}
.smart-drop-down-box[drop-down-button-position=top] {
  min-height: calc(2 * var(--smart-editor-height));
}
.smart-drop-down-box[drop-down-button-position=top] .smart-content {
  flex-direction: column-reverse;
}
.smart-drop-down-box[drop-down-button-position=top] .smart-drop-down-button {
  border-bottom: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: 0;
}
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[drop-down-button-position=bottom] {
  min-height: calc(2 * var(--smart-editor-height));
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-content {
  flex-direction: column;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button {
  border-bottom: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: 0;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-drop-down-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[drop-down-button-position=left].smart-container > .smart-content,
.smart-drop-down-box[drop-down-button-position=left] > .smart-container > .smart-content {
  flex-direction: row-reverse;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-action-button {
  padding-right: var(--smart-editor-label-padding);
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-color: var(--smart-border);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding-left: initial;
  flex-direction: row-reverse;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-drop-down-button {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: initial;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-drop-down-button[selected] {
  border-right: initial;
}
.smart-drop-down-box[drop-down-button-position=left]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-left: initial;
}
.smart-drop-down-box[drop-down-button-position=right] .smart-action-button {
  padding-left: var(--smart-editor-label-padding);
}
.smart-drop-down-box[drop-down-button-position=none] .smart-action-button {
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: 100%;
  padding-right: var(--smart-editor-label-padding);
}
.smart-drop-down-box[drop-down-button-position=none] .smart-drop-down-button {
  display: none;
}
.smart-drop-down-box:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-color: var(--smart-border);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-action-button {
  border-color: var(--smart-border);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-action-button[active] {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-drop-down-button {
  border-color: var(--smart-border);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-left-style: solid;
  border-left-width: var(--smart-border-width);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-drop-down-button:focus {
  border-color: var(--smart-outline);
  box-shadow: var(--smart-border-width) 0 0 0 var(--smart-outline);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-action-button:focus {
  border-color: var(--smart-outline);
  box-shadow: calc(-1 * var(--smart-border-width)) 0 0 0 var(--smart-outline);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-action-button:focus,
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=right]:not([hover]) .smart-action-button:focus {
  box-shadow: var(--smart-border-width) 0 0 0 var(--smart-outline);
  border-color: var(--smart-outline);
  z-index: 1;
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-drop-down-button:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down-box[resizing] {
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}
.smart-drop-down-box[readonly] input {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.smart-drop-down-box[hover] .smart-drop-down-button,
.smart-drop-down-box[hover]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-drop-down-box[focus]:not([opened]) .smart-action-button,
.smart-drop-down-box[focus]:not([opened]) .smart-action-button[focus],
.smart-drop-down-box[focus]:not([opened]) .smart-drop-down-button,
.smart-drop-down-box[focus]:not([opened]) .smart-drop-down-button[focus] {
  outline: initial;
  border-color: var(--smart-outline);
}
.smart-drop-down-box[active] .smart-action-button,
.smart-drop-down-box[active][drop-down-open-mode=dropDownButton] .smart-drop-down-button:focus,
.smart-drop-down-box[active][focus][drop-down-open-mode=dropDownButton] .smart-action-button,
.smart-drop-down-box[active][focus][drop-down-open-mode=dropDownButton] .smart-drop-down-button {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button[bottom] .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button[center-bottom] .smart-drop-down-button-icon:after {
  transform: rotate(180deg);
}
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button[center-top] .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button[top] .smart-drop-down-button-icon:after {
  transform: rotate(0);
}
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container:not(.outlined):not(.underlined) .smart-drop-down-button,
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container:not([drop-down-open-mode=dropDownButton]):not(.outlined):not(.underlined) .smart-action-button {
  border-color: var(--smart-ui-state-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.auto-height {
  height: auto;
  min-height: var(--smart-editor-height);
}
.smart-drop-down-box.auto-height .smart-action-button,
.smart-drop-down-box.auto-height .smart-content,
.smart-drop-down-box.auto-height.smart-container,
.smart-drop-down-box.auto-height > .smart-container {
  min-height: inherit;
}
.smart-drop-down-box.auto-height .smart-action-button {
  padding: 3px;
}
.smart-drop-down-box.auto-height[hint],
.smart-drop-down-box.auto-height[label] {
  height: auto;
}
.smart-drop-down-box[label][hint] > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-drop-down-box[label] > .smart-container {
  align-items: flex-end;
}
.smart-drop-down-box[hint] > .smart-container {
  align-items: flex-start;
}
.smart-drop-down-box[hint] .smart-hint {
  opacity: 0;
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
  top: 100%;
}
.smart-drop-down-box[hint][focus] .smart-hint {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}
.smart-drop-down-box[hint] .smart-hint,
.smart-drop-down-box[label] .smart-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: var(--smart-editor-label-padding);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: initial;
  line-height: initial;
  vertical-align: initial;
}
.smart-drop-down-box[disabled] .smart-drop-down-button,
.smart-drop-down-box[disabled] > .smart-container {
  cursor: default;
  background-color: initial;
}
.smart-drop-down-box[disabled][selection-display-mode=tokens] .smart-action-button > span {
  cursor: default;
}
.smart-drop-down-box.underlined {
  background-color: transparent;
  border-width: 0 0 1px;
  background: var(--smart-background);
  border-bottom-color: var(--smart-border);
}
.smart-drop-down-box.underlined .smart-action-button {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-left-radius: 0;
  background-color: transparent;
  color: var(--smart-background-color);
}
.smart-drop-down-box.underlined .smart-action-button input {
  border-color: transparent !important;
}
.smart-drop-down-box.underlined .smart-action-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.underlined .smart-drop-down-button[hover],
.smart-drop-down-box.underlined .smart-spin-button[active],
.smart-drop-down-box.underlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.underlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-drop-down-box.underlined .smart-drop-down-button {
  background: var(--smart-background);
  border-width: 0;
  border-bottom: 1px solid var(--smart-border) !important;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-drop-down-box.underlined .smart-drop-down-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.underlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  box-sizing: border-box;
  padding: var(--smart-editor-label-padding);
  color: var(--smart-background-color);
  pointer-events: none;
  font-size: 75%;
  opacity: 0;
  transition:
    color .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    top .2s;
  margin-top: calc(0px - var(--smart-font-size));
}
.smart-drop-down-box.underlined .smart-hint:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--smart-primary);
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform .2s;
}
.smart-drop-down-box.underlined:not([focus]) .smart-hint {
  margin-top: 0;
}
.smart-drop-down-box.underlined[focus] .smart-action-button,
.smart-drop-down-box.underlined[focus] input {
  border-color: transparent !important;
}
.smart-drop-down-box.underlined[focus] .smart-drop-down-button,
.smart-drop-down-box.underlined[focus] .smart-hint {
  color: var(--smart-primary) !important;
  opacity: 1;
  border-color: transparent !important;
}
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button,
.smart-drop-down-box.underlined[opened] .smart-action-button {
  color: var(--smart-background-color);
  background-color: transparent;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton][hover]:not([opened]) .smart-action-button[hover],
.smart-drop-down-box.underlined[hover]:not([opened]) .smart-action-button,
.smart-drop-down-box.underlined[hover]:not([opened]):not([drop-down-open-mode=dropDownButton]) .smart-action-button:not([active]),
.smart-drop-down-box.underlined[opened] .smart-action-button {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-drop-down-box.underlined[focus] .smart-hint:after {
  transform: scale(1);
}
.smart-drop-down-box.underlined[opened] .smart-action-button {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button:not([hover]) {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined:not([opened]) .smart-action-button:not([active]):not([hover]),
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button:not([active]):not([hover]) {
  border-radius: initial;
}
.smart-drop-down-box.underlined[hover]:not([drop-down-open-mode=dropDownButton]):not([opened]) .smart-action-button {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined[hover]:not([drop-down-open-mode=dropDownButton]):not([opened]) .smart-action-button:not([active]) {
  background-color: transparent;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton]:not([drop-down-button-position=left]):not([drop-down-button-position=top]):not([drop-down-button-position=bottom]):not([hover]) .smart-action-button:focus {
  box-shadow: none;
  z-index: initial;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-drop-down-button:focus {
  box-shadow: none;
}
.smart-drop-down-box.underlined.smart-invalid .smart-drop-down-button {
  border-bottom-color: rgba(var(--smart-error-rgb), .5) !important;
}
.smart-drop-down-box.outlined {
  padding-top: 6px;
  height: auto;
  min-height: 0;
  border: none;
  background: 0 0;
}
.smart-drop-down-box.outlined > .smart-container > .smart-content {
  padding: 4px 3px;
  border: 1px solid var(--smart-border);
  height: auto;
  background: var(--smart-background);
  border-radius: var(--smart-border-radius);
  z-index: 5;
}
.smart-drop-down-box.outlined .smart-action-button {
  border: none;
  background: var(--smart-background) !important;
  border-color: var(--smart-border) !important;
  color: var(--smart-background-color) !important;
}
.smart-drop-down-box.outlined .smart-action-button input {
  padding: 0;
  border: none !important;
  z-index: initial;
}
.smart-drop-down-box.outlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-drop-down-box.outlined .smart-spin-button[active],
.smart-drop-down-box.outlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.outlined .smart-drop-down-button {
  border-width: 0;
  padding: 8px 0;
  background: var(--smart-background) !important;
  border-color: var(--smart-border) !important;
  color: var(--smart-background-color) !important;
}
.smart-drop-down-box.outlined .smart-drop-down-button.smart-calendar-button[active],
.smart-drop-down-box.outlined .smart-drop-down-button.smart-calendar-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.outlined:not([opened]) .smart-action-button:not([active]),
.smart-drop-down-box.outlined:not([opened]) .smart-drop-down-button,
.smart-drop-down-box.outlined[drop-down-open-mode=dropDownButton]:not([hover]) .smart-action-button:not([active]),
.smart-drop-down-box.outlined[focus],
.smart-drop-down-box.outlined[hover]:not([opened]):not([drop-down-open-mode=dropDownButton]) .smart-action-button:not([active]) {
  background-color: transparent;
}
.smart-drop-down-box.outlined.smart-element-init .smart-hint {
  visibility: hidden;
  display: none !important;
}
.smart-drop-down-box.outlined:not([focus])[hint] .smart-hint {
  font-size: var(--smart-font-size);
  line-height: 48px;
  opacity: 0;
}
.smart-drop-down-box.outlined[hint] .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  border-color: var(--smart-border) !important;
  width: 100%;
  max-height: 100%;
  color: var(--smart-background-color);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  margin-top: -6px;
  z-index: 10;
  padding: 0;
  transition:
    color .2s,
    font-size .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s;
}
.smart-drop-down-box.outlined[hint] .smart-hint:after,
.smart-drop-down-box.outlined[hint] .smart-hint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: var(--smart-border) !important;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color .2s, box-shadow .2s;
}
.smart-drop-down-box.outlined[hint] .smart-hint:before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.smart-drop-down-box.outlined[hint] .smart-hint:after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) > .smart-container > .smart-content,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-action-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] > .smart-container > .smart-content {
  flex-direction: row;
}
.smart-drop-down-box.outlined[focus] > .smart-container > .smart-content {
  border-color: var(--smart-primary);
}
.smart-drop-down-box.outlined[focus] .smart-drop-down-button {
  color: var(--smart-ui-state-active) !important;
}
.smart-drop-down-box.outlined[focus][hint] > .smart-container > .smart-content {
  border-top-color: transparent !important;
}
.smart-drop-down-box.outlined[focus][hint] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-drop-down-box.outlined[focus][hint] .smart-hint:after,
.smart-drop-down-box.outlined[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
}
.smart-drop-down-box.outlined.smart-invalid > .smart-container > .smart-content {
  border-color: rgba(var(--smart-error-rgb), .5);
}
.smart-drop-down-box:not([placeholder])[dropDownButtonPosition=none] .smart-drop-down-button,
.smart-drop-down-box[placeholder=""][dropDownButtonPosition=none] .smart-drop-down-button {
  border-left-width: var(--smart-border-width);
  border-left-style: solid;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box:not([placeholder]):not([opened])[dropDownButtonPosition=none] .smart-drop-down-button:not([focus]),
.smart-drop-down-box[placeholder=""]:not([opened])[dropDownButtonPosition=none] .smart-drop-down-button:not([focus]) {
  border-color: var(--smart-border);
}
.smart-drop-down-box:not([animation=none]) .smart-drop-down-button .smart-drop-down-button-icon:after {
  transition: transform .2s;
}
.smart-drop-down-box[drop-down-position=overlay-center] .smart-drop-down-button .smart-drop-down-button-icon:after {
  content: var(--smart-icon-minus);
}
.smart-drop-down-box.smart-invalid:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-bottom-color: rgba(var(--smart-error-rgb), .5) !important;
}
.smart-drop-down-box[right-to-left],
.smart-drop-down-box[right-to-left] .smart-hint,
.smart-drop-down-box[right-to-left] .smart-label {
  direction: rtl;
}
.smart-drop-down-box[right-to-left] .smart-drop-down-button:focus,
.smart-drop-down-box[right-to-left]:not([hover]) .smart-action-button[focus],
.smart-drop-down-box[right-to-left]:not([hover]) .smart-drop-down-button[focus] {
  border-color: var(--smart-outline);
}
.smart-drop-down-box[right-to-left][drop-down-button-position=right] > .smart-container > .smart-content {
  flex-direction: row-reverse;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-action-button {
  padding: 0 var(--smart-editor-label-padding) 0 0;
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: initial;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-drop-down-button {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-drop-down.smart-drop-down-container,
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  flex-direction: column;
  height: var(--smart-editor-drop-down-height);
  min-height: var(--smart-editor-drop-down-min-height);
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box[right-to-left]:not([drop-down-open-mode=dropDownButton])[drop-down-button-position=left] .smart-action-button {
  border-left: initial;
}
.smart-drop-down-box[right-to-left]:not([drop-down-open-mode=dropDownButton]):not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-drop-down-button {
  border-right: initial;
}
.smart-drop-down-box[right-to-left][opened] .smart-action-button,
.smart-drop-down-box[right-to-left][opened] .smart-drop-down-button {
  border-color: var(--smart-border-active);
}
.smart-drop-down-box[right-to-left][drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-action-button:focus,
.smart-drop-down-box[right-to-left][drop-down-open-mode=dropDownButton][drop-down-button-position=right]:not([hover]) .smart-action-button:focus {
  box-shadow: calc(-1 * var(--smart-border-width)) 0 0 0 var(--smart-outline);
}
.smart-drop-down.smart-drop-down-container {
  box-shadow: var(--smart-elevation-8);
  background-color: var(--smart-background);
  box-sizing: border-box;
  outline: 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  display: flex;
  max-height: var(--smart-editor-drop-down-max-height);
  width: var(--smart-editor-drop-down-width);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
}
.smart-drop-down.smart-drop-down-container smart-list-box:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down.smart-drop-down-repositioned,
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  outline: 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  display: flex;
  max-height: var(--smart-editor-drop-down-max-height);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
  box-sizing: border-box;
  background-color: var(--smart-background);
}
.smart-drop-down.smart-drop-down-container .smart-drop-down-resize-bar {
  position: relative;
  width: 100%;
  margin-top: 2.5px;
  height: calc(var(--smart-editor-drop-down-resize-bar-height) - 2.5px);
  touch-action: none;
}
.smart-drop-down.smart-drop-down-container.smart-visibility-hidden {
  transform: scale(0);
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  top: 0;
  left: 0;
}
.smart-drop-down.smart-drop-down-container.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  width: var(--smart-editor-drop-down-width);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned[center-top],
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned[top] {
  margin: calc(-1 * (var(--smart-editor-drop-down-vertical-offset) + 3px)) 0;
}
.smart-drop-down.smart-date-time-drop-down {
  width: var(--smart-editor-drop-down-width);
  height: var(--smart-editor-drop-down-height);
}
.smart-drop-down.smart-date-time-drop-down.smart-drop-down-repositioned {
  flex-direction: column;
  height: var(--smart-editor-drop-down-height);
  min-height: var(--smart-editor-drop-down-min-height);
  width: var(--smart-editor-drop-down-width);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
}
.smart-drop-down.smart-date-time-drop-down[drop-down-display-mode=calendar] {
  height: calc(var(--smart-editor-drop-down-height) - var(--smart-calendar-title-height)) !important;
}
.smart-drop-down.smart-drop-down-color-picker.smart-drop-down-repositioned {
  max-height: calc(var(--smart-editor-drop-down-max-height) + 50px);
}
.smart-drop-down[top] .smart-drop-down-resize-bar {
  margin-top: 0;
  margin-bottom: 2.5px;
}
.smart-drop-down[top].smart-drop-down-container.smart-drop-down-repositioned,
.smart-drop-down[top].smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
  flex-direction: column-reverse;
}
.smart-drop-down[overlay-bottom],
.smart-drop-down[overlay-center],
.smart-drop-down[overlay-top] {
  margin: unset;
}
.smart-drop-down:not([resize-mode=none]) smart-list-box {
  position: relative;
  width: 100%;
  height: calc(100% - var(--smart-editor-drop-down-resize-bar-height));
  border: none;
}
.smart-drop-down:not([resize-mode=none]) .smart-drop-down-resize-bar {
  border-top: 1px solid var(--smart-border);
}
.smart-drop-down:not([resize-mode=none])[top] .smart-drop-down-resize-bar {
  border-top: initial;
  border-bottom: 1px solid var(--smart-border);
}
.smart-drop-down[resize-mode][top] .smart-drop-down-resize-bar > div {
  top: calc(50% - 1px);
}
.smart-drop-down[resize-mode=none] smart-list-box {
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
}
.smart-drop-down[resize-mode=none] .smart-drop-down-resize-bar {
  display: none;
  cursor: default;
}
.smart-drop-down[resize-mode=none] .smart-drop-down-resize-bar > div {
  display: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div {
  display: initial;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
  border: 1px solid var(--smart-border);
  border-radius: 50%;
  pointer-events: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:before,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--smart-border);
  border-radius: 50%;
  pointer-events: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:after {
  left: 500%;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:before,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:before {
  left: -400%;
}
.smart-drop-down[resize-mode=both].smart-drop-down-container.smart-drop-down-repositioned .smart-drop-down-resize-bar > div,
.smart-drop-down[resize-mode=vertical].smart-drop-down-container.smart-drop-down-repositioned .smart-drop-down-resize-bar > div {
  width: 3px;
  height: 3px;
}
.smart-drop-down[resize-mode=both][resize-indicator] .smart-drop-down-resize-bar:before,
.smart-drop-down[resize-mode=horizontal][resize-indicator] .smart-drop-down-resize-bar:before {
  width: 8px;
  height: 5px;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-resize-horizontal);
  position: absolute;
  top: calc(100% - 8px);
  left: calc(100% - 8px);
  transform: rotate(-45deg);
  font-size: 10px;
  cursor: se-resize;
}
.smart-drop-down[resize-mode=both][resize-indicator] .smart-drop-down-resize-bar:after,
.smart-drop-down[resize-mode=horizontal][resize-indicator] .smart-drop-down-resize-bar:after {
  width: 8px;
  height: 12px;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-resize-full);
  position: absolute;
  top: calc(100% - 12px);
  left: calc(100% - 7px);
  transform: rotate(-45deg) scaleX(2.25);
  font-size: 10px;
  cursor: e-resize;
}
.smart-color-picker .smart-drop-down,
.smart-combo-box .smart-drop-down,
.smart-date-time-picker .smart-drop-down,
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-container.smart-drop-down-repositioned,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-path .smart-drop-down,
.smart-text-box .smart-drop-down {
  height: var(--smart-editor-drop-down-height);
  max-height: var(--smart-editor-drop-down-max-height);
  min-height: var(--smart-editor-drop-down-min-height);
  width: var(--smart-editor-drop-down-width);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  outline: 0;
}
.smart-drop-down[resize-mode=both][top] .smart-drop-down-resize-bar:before,
.smart-drop-down[resize-mode=horizontal][top] .smart-drop-down-resize-bar:before {
  transform: rotate(45deg);
  top: calc(100% - 13px);
  left: calc(100% - 4px);
}
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar {
  cursor: n-resize;
}
.smart-drop-down[resize-mode=horizontal] .smart-drop-down-resize-bar {
  cursor: e-resize;
}
.smart-drop-down[resize-mode=horizontal] .smart-drop-down-resize-bar > div {
  display: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar {
  cursor: nwse-resize;
}
.smart-drop-down[resize-mode=both][top] .smart-drop-down-resize-bar {
  cursor: sw-resize;
}
.smart-drop-down-container.smart-drop-down-repositioned {
  background-color: var(--smart-background);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down-container.smart-drop-down-repositioned:focus {
  border-color: var(--smart-border);
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom],
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center],
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top] {
  margin: unset;
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top],
.smart-drop-down-container.smart-drop-down-repositioned[top] {
  margin: calc(-1 * (var(--smart-editor-drop-down-vertical-offset) + 3px)) 0;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[top]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[top]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-drop-down-container.smart-drop-down-repositioned[bottom]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[center-bottom]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-container.smart-drop-down-repositioned[bottom]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[center-bottom]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-container.smart-drop-down-repositioned:not([animation=none]).smart-visibility-hidden {
  transition: animation, visibility .2s cubic-bezier(.4, 0, .2, 1) 0s;
}
.smart-drop-down-container[top].smart-drop-down-container.smart-drop-down-repositioned {
  bottom: initial;
}
.smart-drop-down-container[top].smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  bottom: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down,
.smart-combo-box .smart-drop-down,
.smart-date-time-picker .smart-drop-down,
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-path .smart-drop-down,
.smart-text-box .smart-drop-down {
  background-color: var(--smart-background);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down.smart-visibility-hidden,
.smart-combo-box .smart-drop-down.smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down.smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down.smart-visibility-hidden,
.smart-path .smart-drop-down.smart-visibility-hidden,
.smart-text-box .smart-drop-down.smart-visibility-hidden {
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-combo-box .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-date-time-picker .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-drop-down-button .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-drop-down-list .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-multi-split-button .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-path .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-text-box .smart-drop-down.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-color-picker .smart-drop-down[overlay-bottom],
.smart-color-picker .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-bottom],
.smart-combo-box .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-bottom],
.smart-date-time-picker .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-bottom],
.smart-drop-down-button .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-bottom],
.smart-drop-down-list .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-bottom],
.smart-multi-split-button .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-bottom],
.smart-path .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-bottom],
.smart-text-box .smart-drop-down[overlay-bottom].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: 0;
}
.smart-color-picker .smart-drop-down[overlay-center],
.smart-color-picker .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-center],
.smart-combo-box .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-center],
.smart-date-time-picker .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-center],
.smart-drop-down-button .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-center],
.smart-drop-down-list .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-center],
.smart-multi-split-button .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-center],
.smart-path .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-center],
.smart-text-box .smart-drop-down[overlay-center].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: 50%;
  transform: translateY(-50%);
}
.smart-color-picker .smart-drop-down[overlay-top],
.smart-color-picker .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-top],
.smart-combo-box .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-top],
.smart-date-time-picker .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-top],
.smart-drop-down-button .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-top],
.smart-drop-down-list .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-top],
.smart-multi-split-button .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-top],
.smart-path .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-top],
.smart-text-box .smart-drop-down[overlay-top].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: initial;
  bottom: 0;
}
.smart-color-picker .smart-drop-down[top],
.smart-color-picker .smart-drop-down[top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[top],
.smart-combo-box .smart-drop-down[top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[top],
.smart-date-time-picker .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[top],
.smart-drop-down-button .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[top],
.smart-drop-down-list .smart-drop-down[top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[top],
.smart-multi-split-button .smart-drop-down[top].smart-visibility-hidden,
.smart-path .smart-drop-down[top],
.smart-path .smart-drop-down[top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[top],
.smart-text-box .smart-drop-down[top].smart-visibility-hidden {
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
  flex-direction: column-reverse;
}
.smart-color-picker .smart-drop-down[bottom],
.smart-combo-box .smart-drop-down[bottom],
.smart-date-time-picker .smart-drop-down[bottom],
.smart-drop-down-button .smart-drop-down[bottom],
.smart-drop-down-list .smart-drop-down[bottom],
.smart-multi-split-button .smart-drop-down[bottom],
.smart-path .smart-drop-down[bottom],
.smart-text-box .smart-drop-down[bottom] {
  cursor: default;
  left: 0;
  box-sizing: border-box;
  font-size: inherit;
  padding: var(--smart-editor-drop-down-padding-size);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  background-color: var(--smart-background);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  box-shadow: var(--smart-elevation-8);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-combo-box .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-drop-down-button .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-drop-down-list .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-multi-split-button .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-text-box .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical] {
  padding-top: initial;
}
.smart-color-picker .smart-drop-down[bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[bottom].smart-visibility-hidden {
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down[center-bottom],
.smart-color-picker .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[center-bottom],
.smart-combo-box .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[center-bottom],
.smart-date-time-picker .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[center-bottom],
.smart-drop-down-button .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[center-bottom],
.smart-drop-down-list .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[center-bottom],
.smart-multi-split-button .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[center-bottom],
.smart-path .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[center-bottom],
.smart-text-box .smart-drop-down[center-bottom].smart-visibility-hidden {
  left: 50%;
  border: var(--smart-border-width) solid var(--smart-border);
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down[center-top],
.smart-color-picker .smart-drop-down[center-top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[center-top],
.smart-combo-box .smart-drop-down[center-top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[center-top],
.smart-date-time-picker .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[center-top],
.smart-drop-down-button .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[center-top],
.smart-drop-down-list .smart-drop-down[center-top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[center-top],
.smart-multi-split-button .smart-drop-down[center-top].smart-visibility-hidden,
.smart-path .smart-drop-down[center-top],
.smart-path .smart-drop-down[center-top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[center-top],
.smart-text-box .smart-drop-down[center-top].smart-visibility-hidden {
  left: 50%;
  border: var(--smart-border-width) solid var(--smart-border);
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
}
.smart-color-picker:not([animation=none]) .smart-drop-down,
.smart-combo-box:not([animation=none]) .smart-drop-down,
.smart-date-time-picker:not([animation=none]) .smart-drop-down,
.smart-drop-down-button:not([animation=none]) .smart-drop-down,
.smart-drop-down-list:not([animation=none]) .smart-drop-down,
.smart-multi-split-button:not([animation=none]) .smart-drop-down,
.smart-path:not([animation=none]) .smart-drop-down,
.smart-text-box:not([animation=none]) .smart-drop-down {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down.smart-visibility-hidden {
  transition: animation, visibility .2s cubic-bezier(.4, 0, .2, 1) 0s;
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[bottom],
.smart-color-picker:not([animation=none]) .smart-drop-down[center-bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[center-bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-bottom],
.smart-path:not([animation=none]) .smart-drop-down[bottom],
.smart-path:not([animation=none]) .smart-drop-down[center-bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[center-bottom] {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[center-top],
.smart-color-picker:not([animation=none]) .smart-drop-down[top],
.smart-combo-box:not([animation=none]) .smart-drop-down[center-top],
.smart-combo-box:not([animation=none]) .smart-drop-down[top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[top],
.smart-path:not([animation=none]) .smart-drop-down[center-top],
.smart-path:not([animation=none]) .smart-drop-down[top],
.smart-text-box:not([animation=none]) .smart-drop-down[center-top],
.smart-text-box:not([animation=none]) .smart-drop-down[top] {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-top],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-top],
.smart-path:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-path:not([animation=none]) .smart-drop-down[overlay-top],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-top] {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-center],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-center],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-center],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-center],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-center],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-center],
.smart-path:not([animation=none]) .smart-drop-down[overlay-center],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-center] {
  animation: smart-drop-down-list-smart-animate-overlay-center-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-overlay-center-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-text-box .smart-drop-down {
  height: calc(var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down smart-scroll-bar:before,
.smart-drop-down-list .smart-drop-down smart-scroll-bar:before,
.smart-multi-split-button .smart-drop-down smart-scroll-bar:before,
.smart-text-box .smart-drop-down smart-scroll-bar:before {
  display: none;
  background-color: var(--smart-border);
}
.smart-drop-down-button .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-drop-down-list .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-multi-split-button .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-text-box .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down .smart-list-items-container.vscroll,
.smart-drop-down-button .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-drop-down-list .smart-drop-down .smart-list-items-container.vscroll,
.smart-drop-down-list .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-multi-split-button .smart-drop-down .smart-list-items-container.vscroll,
.smart-multi-split-button .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-text-box .smart-drop-down .smart-list-items-container.vscroll,
.smart-text-box .smart-drop-down smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down input:focus,
.smart-drop-down-list .smart-drop-down input:focus,
.smart-multi-split-button .smart-drop-down input:focus,
.smart-text-box .smart-drop-down input:focus {
  outline: 0;
}
.smart-drop-down-button.auto-height .smart-action-button,
.smart-drop-down-list.auto-height .smart-action-button,
.smart-multi-split-button.auto-height .smart-action-button {
  white-space: initial;
  text-overflow: initial;
  line-height: 1rem;
  flex-wrap: wrap;
}
.smart-drop-down-button.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-drop-down-button.auto-height[selection-display-mode=tokens] smart-action-button > span,
.smart-drop-down-list.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-drop-down-list.auto-height[selection-display-mode=tokens] smart-action-button > span,
.smart-multi-split-button.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-multi-split-button.auto-height[selection-display-mode=tokens] smart-action-button > span {
  display: inline-block;
  margin: .2em;
}
.smart-color-picker .smart-drop-down smart-scroll-bar:before,
.smart-combo-box .smart-drop-down smart-scroll-bar:before,
.smart-list-box smart-scroll-bar:before,
.smart-scroll-viewer smart-scroll-bar:before {
  display: none;
  background-color: var(--smart-border);
}
.smart-color-picker .smart-drop-down {
  width: var(--smart-drop-down-button-drop-down-width);
  height: var(--smart-drop-down-button-drop-down-height);
}
.smart-color-picker .smart-drop-down.smart-drop-down-color-picker {
  max-height: calc(var(--smart-editor-drop-down-max-height) + 50px);
}
.smart-color-picker .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-color-picker .smart-drop-down .smart-list-items-container.vscroll {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-list .smart-drop-down {
  width: var(--smart-drop-down-list-drop-down-width);
  height: var(--smart-drop-down-list-drop-down-height);
}
.smart-combo-box .smart-drop-down {
  width: var(--smart-combo-box-drop-down-width);
  height: var(--smart-combo-box-drop-down-height);
}
.smart-combo-box .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-combo-box .smart-drop-down .smart-list-items-container.vscroll,
.smart-combo-box .smart-drop-down smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-combo-box .smart-selection-field input {
  outline: 0;
}
.smart-drop-down-button .smart-drop-down {
  width: var(--smart-drop-down-button-drop-down-width);
  height: var(--smart-drop-down-button-drop-down-height);
}
.smart-date-time-picker .smart-drop-down {
  border: none;
}
.smart-drop-down-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
}
.smart-list-box input.vscroll {
  outline: 0;
}
.smart-list-box smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-list-box .smart-list-items-container.vscroll,
.smart-list-box smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer {
  max-width: 100%;
  border: 0;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button[focus],
.smart-drop-down-box[right-to-left]:not([hover]) .smart-action-button[focus] {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-scroll-viewer smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-list-items-container.vscroll,
.smart-scroll-viewer smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
@keyframes smart-drop-down-list-smart-animate-overlay-center-opening {
  0% {
    opacity: .2;
    transform: scaleY(0) translateY(-50%);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: 1;
    transform: scaleY(1) translateY(-50%);
  }
}
@keyframes smart-drop-down-list-smart-animate-overlay-center-closing {
  0% {
    opacity: 1;
    transform: scaleY(1) translateY(-50%);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: .2;
    transform: scaleY(0) translateY(-50%);
  }
}
@keyframes smart-drop-down-list-smart-animate-opening {
  0% {
    opacity: .2;
    transform: scaleY(0);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes smart-drop-down-list-smart-animate-closing {
  0% {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: none;
  }
  50% {
    opacity: .4;
    pointer-events: none;
  }
  100% {
    opacity: .2;
    transform: scaleY(0);
    pointer-events: none;
  }
}
.smart-drop-down-box[right-to-left]:not([hover]) .smart-action-button[focus] {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]):not([opened]):not([hover]) .smart-drop-down-button:not([hover]),
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]):not([opened]):not([hover]) .smart-drop-down-button[focus]:not([hover]) {
  border-bottom-left-radius: 0;
}
smart-drop-down-list {
  width: var(--smart-drop-down-list-default-width);
  height: var(--smart-drop-down-list-default-height);
  overflow: initial;
  visibility: hidden;
  cursor: pointer;
}
smart-drop-down-list.smart-element {
  overflow: visible;
  visibility: inherit;
  border-width: 0;
}
smart-drop-down-list.smart-element .smart-drop-down.smart-visibility-hidden {
  transform: scale(0);
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transform-origin: left top 0;
}
.smart-drop-down-list smart-list-box {
  position: relative;
  width: 100%;
  height: 100%;
  border: initial;
  padding: initial;
  overflow: hidden;
  font-size: inherit;
  font-family: inherit;
  outline: 0;
}
.smart-drop-down-list .smart-buttons-container .smart-action-button .smart-token {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  margin: 0 2px;
  -webkit-user-select: none;
  user-select: none;
}
.smart-drop-down-list .smart-drop-down-list-unselect-button {
  pointer-events: none;
}
.smart-drop-down-list .smart-drop-down-list-unselect-button:not(:empty) {
  margin-right: 2px;
}
.smart-drop-down-list[selection-display-mode=tokens] .smart-drop-down-list-unselect-button {
  pointer-events: initial;
}
.smart-input-group > .custom-select:not(:first-child),
.smart-input-group > .form-control:not(:first-child),
.smart-input-group > .smart-input-group-append > .smart-input-group-text,
.smart-input-group > .smart-input-group-append > smart-button,
.smart-input-group > .smart-input-group-prepend:first-child > .smart-input-group-text:not(:first-child),
.smart-input-group > .smart-input-group-prepend:first-child > smart-button:not(:first-child),
.smart-input-group > .smart-input-group-prepend:not(:first-child) > .smart-input-group-text,
.smart-input-group > .smart-input-group-prepend:not(:first-child) > smart-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.smart-input-group > .custom-select:not(:last-child),
.smart-input-group > .form-control:not(:last-child),
.smart-input-group > .smart-input-group-append:last-child > .smart-input-group-text:not(:last-child),
.smart-input-group > .smart-input-group-append:last-child > smart-button:not(:last-child):not(.dropdown-toggle),
.smart-input-group > .smart-input-group-append:not(:last-child) > .smart-input-group-text,
.smart-input-group > .smart-input-group-append:not(:last-child) > smart-button,
.smart-input-group > .smart-input-group-prepend > .smart-input-group-text,
.smart-input-group > .smart-input-group-prepend > smart-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-input-group smart-button[focus],
.smart-input-group > .custom-file:focus,
.smart-input-group > .custom-select:focus,
.smart-input-group > .form-control:focus,
.smart-input-group > .form-control[focus] {
  z-index: 3;
}
.smart-input-group-append,
.smart-input-group-append .smart-input-group-text + .smart-input-group-text,
.smart-input-group-append .smart-input-group-text + smart-button,
.smart-input-group-append smart-button + .smart-input-group-text,
.smart-input-group-append smart-button + smart-button,
.smart-input-group-prepend .smart-input-group-text + .smart-input-group-text,
.smart-input-group-prepend .smart-input-group-text + smart-button,
.smart-input-group-prepend smart-button + .smart-input-group-text,
.smart-input-group-prepend smart-button + smart-button,
.smart-input-group > .custom-file + .custom-file,
.smart-input-group > .custom-file + .custom-select,
.smart-input-group > .custom-file + .form-control,
.smart-input-group > .custom-select + .custom-file,
.smart-input-group > .custom-select + .custom-select,
.smart-input-group > .custom-select + .form-control,
.smart-input-group > .form-control + .custom-file,
.smart-input-group > .form-control + .custom-select,
.smart-input-group > .form-control + .form-control {
  margin-left: -1px;
}
.form-control,
.smart-input-group-text {
  padding: .375rem .75rem;
  line-height: 1.5;
}
.smart-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-sizing: border-box;
  font-family: var(--smart-font-family);
}
.smart-input-group smart-input .smart-drop-down-button {
  border-left: none;
}
.smart-input-group > .custom-file,
.smart-input-group > .custom-select,
.smart-input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.smart-input-group-append,
.smart-input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: auto;
}
.smart-input-group-append > smart-button,
.smart-input-group-prepend > smart-button {
  height: 100%;
}
.smart-input-group-prepend {
  margin-right: -1px;
}
.smart-input-group-text {
  border-radius: var(--smart-border-radius);
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--smart-surface-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--smart-surface);
  border: 1px solid var(--smart-border);
}
.form-control,
.smart-form {
  font-size: var(--smart-font-size);
  display: block;
}
.form-control {
  border-radius: var(--smart-border-radius);
  height: auto;
  width: 100%;
  color: #495057;
  background-color: var(--smart-background);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  border: 1px solid var(--smart-border);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus,
.form-control[focus] {
  color: var(--smart-color);
  background-color: var(--smart-background);
  border-color: var(--smart-primary);
  outline: 0;
}
.smart-form {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border: 0 solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  box-sizing: border-box;
  overflow: visible;
  width: 600px;
  font-family: var(--smart-font-family);
}
@media only screen and (max-width:600px) {
  .smart-form {
    width: 350px;
  }
}
.smart-form-editor,
.smart-form-tab-strip[vertical] .smart-form-tab .smart-form-tab-label {
  width: 100%;
}
.smart-form-row {
  padding: 5px 0;
  box-sizing: border-box;
}
.smart-form-row .smart-form-control-label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--smart-font-family);
  font-size: calc(.9 * var(--smart-font-size));
}
.smart-form-row .smart-form-control + .smart-form-label[required]:before,
.smart-form-row .smart-form-control-label[required]:after {
  content: "*";
  color: #a94442;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
}
.smart-form-row .smart-form-control {
  display: flex;
  box-sizing: border-box;
}
.smart-form-row .smart-form-control + .smart-form-control-label[required]:after {
  content: "";
}
.smart-form-row-flex {
  display: flex;
}
.smart-form-control .smart-form-control-addon {
  display: flex;
  align-items: center;
}
.smart-form-control.left {
  justify-content: flex-start;
}
.smart-form-control.center {
  justify-content: center;
}
.smart-form-control.right {
  justify-content: flex-end;
}
.smart-form-control[readonly] .smart-form-editor {
  pointer-events: none;
}
.smart-form-control[readonly] .smart-form-editor .smart-calendar-button,
.smart-form-control[readonly] .smart-form-editor .smart-drop-down-button {
  visibility: hidden;
}
.smart-form-control[readonly] .smart-form-editor div,
.smart-form-control[readonly] .smart-form-editor input,
.smart-form-control[readonly] .smart-form-editor span,
.smart-form-control[readonly] .smart-form-editor textarea {
  border: none !important;
}
.smart-form-control[readonly] .smart-form-editor + .smart-form-control-addon,
.smart-form-control[readonly] .smart-form-editor + .smart-form-control-icon,
.smart-form-control[readonly] .smart-form-editor + div {
  visibility: hidden;
}
.smart-form-control-icon:after {
  content: attr(tooltip);
  visibility: hidden;
  white-space: nowrap;
  margin-top: 25px;
  position: absolute;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding: 7px;
  background-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
  font-size: calc(var(--smart-font-size) - 2px);
  opacity: 0;
  transform: scale(0);
  transition: opacity .2s ease-out, transform .1s ease-out;
  z-index: 9;
}
.smart-form-control-icon:hover:after {
  visibility: visible;
  opacity: .9;
  transform: scale(1);
  color: var(--smart-secondary-color);
  background: var(--smart-secondary);
}
.smart-form-control-label[readonly]:after {
  visibility: hidden;
}
.smart-form-group .smart-form-group-content {
  display: grid;
  grid-template-columns: none;
}
.smart-form-group[columns="2"] > .smart-form-group-content {
  grid-template-columns: 50% 50%;
}
.smart-form-group[columns="3"] > .smart-form-group-content {
  grid-template-columns: 33% 33% 33%;
}
.smart-form-group[columns="4"] > .smart-form-group-content {
  grid-template-columns: 25% 25% 25% 25%;
}
.smart-form-group[columns="5"] > .smart-form-group-content {
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.smart-form-group[columns="6"] > .smart-form-group-content {
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}
.smart-form-group-label {
  font-size: 20px;
  font-family: var(--smart-font-family);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--smart-border);
}
.smart-form-group-label.center {
  display: flex;
  justify-content: center;
}
.smart-form-group-label.right {
  display: flex;
  justify-content: flex-end;
}
.smart-form-group-buttons {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.smart-form-editor.smart-validation-success:not(smart-check-box):not([focus]) > div.smart-container::after,
input.smart-form-editor.smart-valid:not(:focus) + .smart-success-label-like-after-element {
  display: none;
}
.smart-form-group-buttons smart-button {
  margin-left: 20px;
}
.smart-form-editor.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after {
  left: initial;
  right: 0;
  z-index: 9;
}
.smart-form-editor.smart-number-input[focus]:not([drop-down-button-position=none]).smart-validation-error[focus] input,
.smart-form-editor.smart-number-input[focus]:not([drop-down-button-position=none]).smart-validation-success[focus] input,
.smart-form-editor.smart-numeric-text-box.smart-validation-error:not(smart-check-box) > div.smart-container input,
.smart-form-editor.smart-numeric-text-box.smart-validation-success:not(smart-check-box)[focus] > div.smart-container input,
.smart-form-editor.smart-numeric-text-box[focus][spin-buttons].smart-validation-error[focus] input,
.smart-form-editor.smart-numeric-text-box[focus][spin-buttons].smart-validation-success[focus] input {
  padding-right: 30px;
}
.smart-form-editor.smart-combo-box.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-combo-box.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after,
.smart-form-editor.smart-date-time-picker.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-date-time-picker.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after,
.smart-form-editor.smart-drop-down-list.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-drop-down-list.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after,
.smart-form-editor.smart-number-input.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-number-input.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after,
.smart-form-editor.smart-numeric-text-box.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-numeric-text-box.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after {
  right: 20px;
}
.smart-form-editor.smart-invalid + .smart-error-label-like-after-element,
.smart-form-editor.smart-valid + .smart-success-label-like-after-element {
  left: initial;
  right: 0;
  z-index: 9;
}
input.smart-form-editor.smart-invalid + .smart-error-label-like-after-element,
input.smart-form-editor.smart-valid + .smart-success-label-like-after-element {
  right: 35px;
}
.smart-form-tab {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  cursor: pointer;
  font-family: var(--smart-font-family);
  box-sizing: border-box;
  transition: background-color .2s ease-in-out;
}
.smart-form-tab.selected {
  border-bottom: 2px solid var(--smart-primary);
  color: var(--smart-primary);
}
.smart-form-tab.smart-invalid {
  border-bottom: 2px solid var(--smart-error);
  color: var(--smart-error);
}
.smart-form-tab-strip {
  display: grid;
  grid-auto-columns: 1fr;
  overflow: hidden;
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  height: 30px;
  margin-bottom: 10px;
}
.smart-form-tab-strip .smart-form-tab .smart-form-tab-label {
  font-size: calc(var(--smart-font-size) + 1px);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
}
.smart-form-tab-strip .smart-form-tab:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-form-tab-strip[vertical] {
  display: flex;
  height: auto;
  flex-direction: column;
  background: var(--smart-background);
  border: none;
  border-radius: initial;
  padding-bottom: 1px;
}
.smart-form-tab-strip[vertical] .smart-form-tab {
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  overflow: hidden;
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: 0;
  padding: 10px;
  margin-bottom: -1px;
  justify-content: left;
}
.smart-form-tab-strip[vertical] .smart-form-tab .smart-form-tab-button {
  float: right;
  transition: transform .3s ease-in-out;
  transform: rotate(-180deg);
  font-size: 17px;
}
.smart-form-tab-strip[vertical] .smart-form-tab.selected {
  background: var(--smart-ui-state-focus);
}
.smart-form-tab-strip[vertical] .smart-form-tab.selected .smart-form-tab-button {
  transform: rotate(0);
}
.smart-form-tab-strip[vertical] .smart-form-tab.smart-invalid {
  color: var(--smart-error);
  background-color: var(--smart-surface);
}
.smart-form-tab-strip[breadcrumb] {
  border: none;
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab {
  border-bottom: none;
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab .smart-form-tab-label {
  display: flex;
  align-items: center;
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab .smart-form-tab-label .circle {
  border-radius: 100%;
  font-family: var(--smart-font-family);
  width: 12px;
  height: 12px;
  padding: 5px;
  margin-right: 10px;
  background: var(--smart-secondary);
  color: var(--smart-secondary-color);
  align-items: center;
  justify-content: center;
  display: flex;
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab.smart-invalid {
  color: var(--smart-color);
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab.selected .smart-form-tab-label .circle {
  background: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-form-tab-control {
  padding: 0;
  display: none !important;
}
.smart-form-tab-control.selected {
  margin-bottom: -1px;
  display: grid !important;
}
.smart-form-tab-control.selected[vertical] {
  padding: 10px;
  border: 1px solid var(--smart-border);
}
.smart-form-options-horizontal {
  display: flex;
}

/* node_modules/@smart-webcomponents-angular/scheduler/styles/smart.scheduler.css */
smart-switch-button {
  width: var(--smart-switch-button-default-width);
  height: var(--smart-switch-button-default-height);
}
smart-switch-button[orientation=vertical] {
  height: var(--smart-switch-button-default-width);
  width: var(--smart-switch-button-default-height);
}
smart-switch-button.smart-element {
  display: inline-block;
  border: none;
  background: 0 0;
  overflow: visible;
}
.smart-switch-button .smart-thumb {
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: 100%;
  width: var(--smart-switch-button-thumb-size);
  height: var(--smart-switch-button-thumb-size);
  background-color: var(--smart-surface);
  box-shadow: var(--smart-elevation-2);
  align-self: center;
  position: relative;
  cursor: pointer;
  order: 2;
  pointer-events: all;
}
.smart-switch-button .smart-thumb:before {
  background-color: var(--smart-primary);
  position: absolute;
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  transition: .2s;
  display: block;
  border-radius: 100%;
  content: "";
  transform: scale(0) translate(-50%, -50%);
  transform-origin: left top;
  opacity: .2;
}
.smart-switch-button .smart-thumb:active:before {
  animation: button-wave-effect .1s ease-in;
  transform: scale(1) translate(-50%, -50%);
}
.smart-switch-button .smart-container {
  font-size: inherit;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  touch-action: none;
}
.smart-switch-button .smart-container:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 50%;
  left: 5%;
  top: 25%;
  border-radius: 10px;
  background-color: var(--smart-surface);
}
.smart-switch-button .smart-inner-container {
  width: calc(200% - var(--smart-switch-button-thumb-size));
  height: 100%;
  position: absolute;
  color: inherit;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  pointer-events: none;
  left: 0;
}
.smart-switch-button .smart-false-content,
.smart-switch-button .smart-true-content {
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  color: inherit;
}
.smart-switch-button .smart-false-content-container,
.smart-switch-button .smart-true-content-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-clip: content-box;
  padding: 2px 0;
  color: inherit;
  overflow: hidden;
  width: calc((100% - var(--smart-switch-button-thumb-size))/ 2);
}
.smart-switch-button .smart-true-content-container {
  order: 1;
}
.smart-switch-button .smart-false-content-container,
.smart-switch-button[inverted] .smart-true-content-container {
  order: 3;
}
.smart-switch-button:not([animation=none]) .smart-container:before {
  transition: opacity .2s ease-in-out, background .2s ease-in-out;
}
.smart-switch-button:not([animation=none]):not([dragged]):not([checked=null]) .smart-inner-container {
  transition: left .2s ease-in-out;
}
.smart-switch-button:not([animation=none])[orientation=vertical]:not([dragged]):not([checked=null]) .smart-inner-container {
  transition: top .2s ease-in-out;
}
.smart-switch-button[hover] {
  border-color: var(--smart-ui-state-hover);
}
.smart-switch-button:focus .smart-thumb,
.smart-switch-button[checked] .smart-thumb {
  border-color: var(--smart-primary);
  background-color: var(--smart-primary);
}
.smart-switch-button:focus .smart-thumb:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
  animation: button-wave-effect .1s ease-in;
}
.smart-switch-button[readonly] {
  pointer-events: none;
}
.smart-switch-button[disabled] .smart-thumb:before {
  content: none;
}
.smart-switch-button[checked] .smart-thumb:active:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
}
.smart-switch-button[checked] .smart-container:before {
  background-color: var(--smart-primary);
  opacity: .4;
}
.smart-switch-button[checked] .smart-inner-container {
  left: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[checked]:focus .smart-thumb:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
}
.smart-switch-button[checked][inverted] .smart-inner-container {
  left: 0;
}
.smart-switch-button[checked=null] .smart-inner-container,
.smart-switch-button[checked=null][inverted] .smart-inner-container {
  left: calc(-50% + var(--smart-switch-button-thumb-size)/ 2);
}
.smart-switch-button[checked]:not([animation=none]) .smart-thumb:active:before,
.smart-switch-button[checked]:not([animation=none]):focus .smart-thumb:before {
  animation: button-wave-effect .1s ease-in;
}
.smart-switch-button[checked][orientation=vertical] .smart-thumb {
  background-color: var(--smart-primary);
}
.smart-switch-button[checked][orientation=vertical] .smart-thumb:active:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
}
.smart-switch-button[checked][orientation=vertical] .smart-container:before {
  background-color: var(--smart-primary);
  opacity: .4;
}
.smart-switch-button[checked][orientation=vertical]:focus .smart-thumb:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
}
.smart-switch-button[checked][orientation=vertical]:not([animation=none]) .smart-thumb:active:before,
.smart-switch-button[checked][orientation=vertical]:not([animation=none]):focus .smart-thumb:before {
  animation: button-wave-effect .1s ease-in;
}
.smart-switch-button[checked=null] .smart-thumb {
  background-color: var(--smart-surface);
  border-color: var(--smart-border);
}
.smart-switch-button[checked=null] .smart-false-content,
.smart-switch-button[checked=null] .smart-true-content {
  visibility: hidden;
}
.smart-switch-button[checked=null] .smart-false-content-container,
.smart-switch-button[checked=null] .smart-true-content-container {
  color: transparent;
}
.smart-switch-button[inverted] .smart-inner-container {
  left: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[inverted] .smart-false-content-container {
  order: 1;
}
.smart-switch-button[orientation=vertical] .smart-thumb {
  width: var(--smart-switch-button-thumb-size);
  height: var(--smart-switch-button-thumb-size);
  box-shadow: var(--smart-elevation-2);
}
.smart-switch-button[orientation=vertical] .smart-thumb:before {
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-switch-button[orientation=vertical] .smart-thumb:active:before {
  animation: button-wave-effect .1s ease-in;
  transform: scale(1) translate(-50%, -50%);
}
.smart-switch-button[orientation=vertical] .smart-thumb:focus .smart-thumb:before {
  transform: scale(1) translate(-50%, -50%);
}
.smart-switch-button[orientation=vertical] .smart-container:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 90%;
  left: 25%;
  top: 5%;
  border-radius: 10px;
}
.smart-switch-button[orientation=vertical] .smart-inner-container {
  height: calc(200% - var(--smart-switch-button-thumb-size));
  width: 100%;
  flex-direction: column;
  left: 0;
  top: 0;
}
.smart-switch-button[orientation=vertical] .smart-false-content-container,
.smart-switch-button[orientation=vertical] .smart-true-content-container {
  width: 100%;
  padding: 0 2px;
  height: calc((100% - var(--smart-switch-button-thumb-size))/ 2);
}
.smart-switch-button[orientation=vertical]:focus .smart-thumb:before {
  animation: button-wave-effect .1s ease-in;
}
.smart-switch-button[orientation=vertical][checked] .smart-inner-container {
  left: 0;
  top: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[orientation=vertical][checked][inverted] .smart-inner-container {
  top: 0;
}
.smart-switch-button[orientation=vertical][checked=null] .smart-inner-container {
  top: calc(-50% + var(--smart-switch-button-thumb-size)/ 2);
}
.smart-switch-button[orientation=vertical][checked=null][inverted] .smart-inner-container {
  left: 0;
  top: calc(-50% + var(--smart-switch-button-thumb-size)/ 2);
}
.smart-switch-button[orientation=vertical][inverted] .smart-inner-container {
  left: 0;
  top: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
@keyframes button-wave-effect {
  0% {
    transform: scale(.2) translate(-50%, -50%);
  }
  50% {
    transform: scale(.5) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
.smart-switch-button[right-to-left][checked]:not([orientation=vertical]) .smart-inner-container,
.smart-switch-button[right-to-left][inverted]:not([orientation=vertical]) .smart-inner-container {
  left: 0;
}
.smart-switch-button[right-to-left]:not([orientation=vertical]) .smart-inner-container,
.smart-switch-button[right-to-left][checked][inverted]:not([orientation=vertical]) .smart-inner-container {
  left: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[right-to-left][checked=null]:not([orientation=vertical]) .smart-inner-container {
  left: calc(-50% + var(--smart-switch-button-thumb-size)/ 2);
}
.smart-toggle-box {
  display: inline-block;
  outline: 0;
  height: var(--smart-editor-height);
  cursor: pointer;
}
.smart-toggle-box.smart-element {
  border: none;
  background: 0 0;
}
.smart-toggle-box .smart-container,
.smart-toggle-box.smart-container {
  position: relative;
  display: flex;
  align-items: center;
}
.smart-toggle-box .smart-ripple {
  background: var(--smart-primary);
}
.smart-toggle-box .smart-overlay {
  top: 0;
  height: 100%;
  background: var(--smart-primary);
  width: var(--smart-editor-height);
  position: absolute;
  left: 2px;
  border-radius: 100%;
  padding: 0;
  opacity: 0;
  box-sizing: content-box;
  transition: opacity 280ms ease-in-out;
  margin: 0;
}
.smart-toggle-box .smart-label {
  color: var(--smart-background-color);
  background: inherit;
  font-size: inherit;
  font-family: inherit;
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}
.smart-toggle-box.smart-check-box .smart-input {
  width: var(--smart-check-box-default-size);
  min-width: var(--smart-check-box-default-size);
  height: var(--smart-check-box-default-size);
  min-height: var(--smart-check-box-default-size);
  background-color: var(--smart-background);
  box-sizing: initial;
  border: var(--smart-border-width) solid var(--smart-border);
  display: inline-block;
  color: var(--smart-background-color);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  margin: 0 0 0 8px;
  transition: background linear .2s;
  position: relative;
}
.smart-toggle-box.smart-check-box .smart-input:after {
  font-family: var(--smart-font-family-icon);
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  align-items: center;
}
.smart-toggle-box.smart-check-box[checked] .smart-input:after {
  font-weight: 100;
  content: var(--smart-icon-check);
  pointer-events: none;
}
.smart-toggle-box.smart-check-box[checked=null] .smart-input:after {
  content: "-";
  margin-top: -1px;
}
.smart-toggle-box.smart-radio-button .smart-input {
  width: var(--smart-radio-button-default-size);
  min-width: var(--smart-radio-button-default-size);
  height: var(--smart-radio-button-default-size);
  min-height: var(--smart-radio-button-default-size);
  background-color: var(--smart-background);
  box-sizing: initial;
  border-style: solid;
  border-width: var(--smart-border-width);
  border-color: var(--smart-border);
  display: inline-block;
  border-radius: 100%;
  color: var(--smart-background-color);
  margin: 0 0 0 8px;
  position: relative;
}
.smart-toggle-box.smart-radio-button .smart-input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  font-style: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  color: inherit;
  border-radius: 50%;
  line-height: 100%;
}
.smart-toggle-box.smart-radio-button[checked] .smart-input:after {
  font-size: 15px;
  font-weight: 100;
  background: var(--smart-primary-color);
}
.smart-toggle-box.smart-radio-button[checked][hover]:not([focus]) .smart-input::after {
  background: var(--smart-ui-state-color-hover);
}
.smart-toggle-box[active] .smart-input,
.smart-toggle-box[checked] .smart-input {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-toggle-box[active]:focus .smart-overlay,
.smart-toggle-box[active][focus] .smart-overlay {
  opacity: .4;
}
.smart-toggle-box[hover] .smart-input {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-toggle-box:focus .smart-input,
.smart-toggle-box[focus] .smart-input {
  outline: 0;
  overflow: visible;
  border-color: var(--smart-primary);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-toggle-box:focus .smart-overlay,
.smart-toggle-box[focus] .smart-overlay {
  opacity: .3;
}
.smart-toggle-box[readonly],
.smart-toggle-box[readonly] .smart-input,
.smart-toggle-box[readonly] .smart-label {
  cursor: initial;
}
.smart-toggle-box[check-mode=input] {
  cursor: default;
}
.smart-toggle-box[check-mode=input] .smart-input,
.smart-toggle-box[check-mode=label] .smart-label {
  cursor: pointer;
}
.smart-toggle-box[right-to-left] .smart-container,
.smart-toggle-box[right-to-left] .smart-hidden-input {
  direction: rtl;
}
.smart-toggle-box[right-to-left] .smart-overlay {
  left: initial;
  right: 2px;
}
.smart-toggle-box[right-to-left] .smart-input {
  margin: 0 8px 0 0;
}
smart-radio-button .smart-overlay,
smart-radio-button .smart-ripple {
  background: var(--smart-radio-button-background-active);
}
smart-radio-button {
  display: inline-block;
  height: var(--smart-editor-height);
  outline: 0;
  font-family: var(--smart-radio-button-font-family);
  font-size: var(--smart-radio-button-font-size);
  cursor: pointer;
}
smart-radio-button .smart-container {
  position: relative;
  display: flex;
  align-items: center;
}
smart-radio-button .smart-overlay {
  height: 100%;
  width: var(--smart-editor-height);
  position: absolute;
  left: 2px;
  border-radius: 100%;
  padding: 0;
  opacity: 0;
  box-sizing: content-box;
  transition: opacity 280ms ease-in-out;
}
smart-radio-button .smart-label {
  color: var(--smart-on-background);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}
smart-radio-button .smart-input {
  width: var(--smart-radio-button-default-size);
  min-width: var(--smart-radio-button-default-size);
  height: var(--smart-radio-button-default-size);
  min-height: var(--smart-radio-button-default-size);
  background-color: var(--smart-radio-button-background);
  box-sizing: initial;
  border-style: solid;
  border-width: var(--smart-radio-button-border-width);
  border-color: var(--smart-radio-button-border);
  display: inline-block;
  border-top-left-radius: var(--smart-radio-button-border-top-left-radius);
  border-top-right-radius: var(--smart-radio-button-border-top-right-radius);
  border-bottom-left-radius: var(--smart-radio-button-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-radio-button-border-bottom-right-radius);
  color: red;
  margin: 0 0 0 8px;
  position: relative;
}
smart-radio-button .smart-input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  font-style: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  color: inherit;
  border-radius: 50%;
  line-height: 100%;
}
smart-radio-button[check-mode=input],
smart-radio-button[check-mode=label] {
  cursor: default;
}
smart-radio-button[check-mode=input] .smart-input,
smart-radio-button[check-mode=label] .smart-input {
  cursor: pointer;
}
smart-radio-button[readonly],
smart-radio-button[readonly] .smart-input,
smart-radio-button[readonly] .smart-label {
  cursor: initial;
}
smart-radio-button[hover] .smart-input {
  border-color: var(--smart-radio-button-border-hover);
  background-color: var(--smart-radio-button-background-hover);
  color: var(--smart-radio-button-color-hover);
}
smart-radio-button[active] .smart-input,
smart-radio-button[checked] .smart-input {
  border-color: var(--smart-radio-button-border-active);
  color: var(--smart-radio-button-color-active);
}
smart-radio-button[checked] .smart-input {
  background-color: var(--smart-radio-button-background-active);
}
smart-radio-button[checked] .smart-input:after {
  font-size: 15px;
  font-weight: 100;
  background: var(--smart-radio-button-color-active);
}
smart-radio-button[active] .smart-input {
  background-color: var(--smart-radio-button-background-active);
}
smart-radio-button[active]:focus .smart-overlay,
smart-radio-button[active][focus] .smart-overlay {
  opacity: .4;
}
smart-radio-button:focus .smart-overlay {
  opacity: .3;
}
smart-radio-button:focus .smart-input,
smart-radio-button[focus] .smart-input {
  border-color: var(--smart-radio-button-border-focus);
  background-color: var(--smart-radio-button-background-focus);
  color: var(--smart-radio-button-color-focus);
  outline: 0;
  overflow: visible;
}
smart-radio-button[right-to-left] .smart-container {
  justify-content: flex-end;
}
smart-radio-button[right-to-left] .smart-label {
  direction: rtl;
  order: 2;
}
smart-radio-button[right-to-left] .smart-input {
  order: 3;
  margin: 0 8px 0 0;
}
smart-radio-button[right-to-left] .smart-overlay {
  left: initial;
  right: 2px;
}
.smart-button-group {
  display: inline-flex;
  vertical-align: middle;
  width: var(--smart-button-group-default-width);
  height: var(--smart-button-group-default-height);
  cursor: pointer;
  text-transform: var(--smart-button-text-transform);
  letter-spacing: .08929em;
  overflow: hidden;
}
.smart-button-group .smart-button-group-items {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.smart-button-group .smart-button-group-items .smart-button-group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: var(--smart-button-padding);
  cursor: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  opacity: var(--smart-button-opacity);
  white-space: nowrap;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.smart-button-group .smart-button-group-items .smart-button-group-item > div {
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-button-group .smart-button-group-items .smart-button-group-item:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  opacity: var(--smart-button-opacity-hover);
}
.smart-button-group .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
  background-color: var(--smart-ui-state-selected);
}
.smart-button-group .smart-button-group-items .smart-button-group-item:active {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  opacity: var(--smart-button-opacity-active);
}
.smart-button-group.small .smart-button-group-items .smart-button-group-item {
  padding: var(--smart-button-small-padding);
  font-size: var(--smart-button-small-font-size);
}
.smart-button-group.large .smart-button-group-items .smart-button-group-item {
  padding: var(--smart-button-large-padding);
  font-size: var(--smart-button-large-font-size);
}
.smart-button-group:focus .smart-button-group-item[focus]:not(:active) {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
  background-color: var(--smart-ui-state-focus);
  opacity: var(--smart-button-opacity-focus);
}
.smart-button-group.primary {
  border-color: var(--smart-primary);
}
.smart-button-group.primary .smart-button-group-items .smart-button-group-item {
  color: var(--smart-primary-color);
  background-color: var(--smart-primary);
}
.smart-button-group.primary .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-primary-rgb), .8);
}
.smart-button-group.primary .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.primary .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-primary);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-primary-rgb), .2);
}
.smart-button-group.secondary {
  border-color: var(--smart-secondary);
}
.smart-button-group.secondary .smart-button-group-items .smart-button-group-item {
  color: var(--smart-secondary-color);
  background-color: var(--smart-secondary);
}
.smart-button-group.secondary .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-secondary-rgb), .8);
}
.smart-button-group.secondary .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.secondary .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-secondary);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-secondary-rgb), .2);
}
.smart-button-group.success {
  border-color: var(--smart-success);
}
.smart-button-group.success .smart-button-group-items .smart-button-group-item {
  color: var(--smart-success-color);
  background-color: var(--smart-success);
}
.smart-button-group.success .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-success-rgb), .8);
}
.smart-button-group.success .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.success .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-success);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-success-rgb), .2);
}
.smart-button-group.error {
  border-color: var(--smart-error);
}
.smart-button-group.error .smart-button-group-items .smart-button-group-item {
  color: var(--smart-error-color);
  background-color: var(--smart-error);
}
.smart-button-group.error .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-error-rgb), .8);
}
.smart-button-group.error .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.error .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-error);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-error-rgb), .2);
}
.smart-button-group.info {
  border-color: var(--smart-info);
}
.smart-button-group.info .smart-button-group-items .smart-button-group-item {
  color: var(--smart-info-color);
  background-color: var(--smart-info);
}
.smart-button-group.info .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-info-rgb), .8);
}
.smart-button-group.info .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.info .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-info);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-info-rgb), .2);
}
.smart-button-group.warning {
  border-color: var(--smart-warning);
}
.smart-button-group.warning .smart-button-group-items .smart-button-group-item {
  color: var(--smart-warning-color);
  background-color: var(--smart-warning);
}
.smart-button-group.warning .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-warning-rgb), .8);
}
.smart-button-group.warning .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.warning .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-warning);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-warning-rgb), .2);
}
.smart-button-group.light {
  border-color: var(--smart-light);
}
.smart-button-group.light .smart-button-group-items .smart-button-group-item {
  color: var(--smart-light-color);
  background-color: var(--smart-light);
}
.smart-button-group.light .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-light-rgb), .8);
}
.smart-button-group.light .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.light .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-light);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-light-rgb), .2);
}
.smart-button-group.dark {
  border-color: var(--smart-dark);
}
.smart-button-group.dark .smart-button-group-items .smart-button-group-item {
  color: var(--smart-dark-color);
  background-color: var(--smart-dark);
}
.smart-button-group.dark .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-dark-rgb), .8);
}
.smart-button-group.dark .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.dark .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-dark);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-dark-rgb), .2);
}
.smart-button-group:not([animation=none]) .smart-button-group-item {
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
}
.smart-button-group[right-to-left] .smart-button-group-items {
  direction: rtl;
}
.smart-input-drop-down-menu,
input.smart-input {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
}
input.smart-input {
  border-width: var(--smart-border-width);
  background: var(--smart-background);
  border-style: solid;
  border-color: var(--smart-border);
  color: var(--smart-background-color);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding-left: var(--smart-editor-label-padding);
  padding-right: var(--smart-editor-label-padding);
  padding-top: 0;
  padding-bottom: 0;
  height: var(--smart-editor-height);
  outline: 0;
  text-align: var(--smart-text-box-text-align);
  box-sizing: border-box;
}
input.smart-input:focus {
  border-color: var(--smart-outline);
}
input.smart-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
input.smart-input:disabled {
  border-color: var(--smart-disabled);
  outline: 0;
}
input.smart-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
textarea.smart-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
.smart-input-drop-down-menu,
.smart-text-area-mention-menu {
  background-color: var(--smart-background);
  box-shadow: var(--smart-elevation-8);
}
.smart-input-drop-down-menu {
  display: block;
  transform: scaleY(0);
  transform-origin: top left;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: var(--smart-editor-drop-down-z-index);
  float: left;
  padding: 2px;
  margin: var(--smart-list-item-vertical-offset) var(--smart-list-item-horizontal-offset);
  color: var(--smart-background-color);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: hidden;
  width: auto;
  height: auto;
  --smart-input-drop-down-menu-width:auto;
  --smart-input-drop-down-menu-height:200px;
  min-height: 0;
}
.smart-input-drop-down-menu[top] {
  transform-origin: bottom;
}
.smart-input-drop-down-menu:not([animation=none]) {
  transition: opacity .2s, transform .2s ease-out;
}
.smart-input-drop-down-menu.smart-container {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.smart-input-drop-down-menu .smart-scroll-viewer-container,
.smart-input-drop-down-menu .smart-scroll-viewer-content-container,
.smart-input-drop-down-menu > .smart-container {
  width: var(--smart-input-drop-down-menu-width);
  max-height: calc(var(--smart-input-drop-down-menu-height) - 6px);
}
.smart-input-drop-down-menu .smart-scroll-viewer-content-container {
  padding: 0;
  max-height: initial;
}
.smart-input-drop-down-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.smart-input-drop-down-menu ul[allow-add-new] .add-new-item {
  display: flex;
  justify-content: space-between;
}
.smart-input-drop-down-menu ul[allow-add-new] input {
  border: none;
  border-bottom: 1px solid var(--smart-border);
  border-radius: 0;
  width: 100%;
}
.smart-input-drop-down-menu ul[allow-add-new] input:focus,
.smart-input-drop-down-menu ul[allow-add-new] input:hover {
  border-bottom-color: var(--smart-primary);
}
.smart-input-drop-down-menu ul[allow-add-new] smart-button {
  border-radius: 50px;
  min-width: 30px;
  width: 30px;
}
.smart-input-drop-down-menu ul[allow-add-new] li {
  padding-right: 10px;
}
.smart-input-drop-down-menu ul[allow-add-new] li.selected a span[data-content] {
  text-decoration: line-through;
}
.smart-input-drop-down-menu ul[allow-add-new] li.selected a span.close-button {
  text-decoration: none !important;
}
.smart-input-drop-down-menu ul[allow-add-new] li a {
  white-space: pre-wrap;
  display: flex;
  justify-content: space-between;
}
.smart-input-drop-down-menu ul.scroll {
  width: calc(100% - var(--smart-scroll-bar-size) - 2px);
}
.smart-input-drop-down-menu ul li {
  padding-bottom: 1px;
}
.smart-input-drop-down-menu ul li:last-child {
  padding-bottom: 0;
}
.smart-input-drop-down-menu ul li a {
  display: block;
  padding: 8px 12px;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  color: var(--smart-background-color);
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-input-drop-down-menu ul li a:hover {
  color: var(--smart-ui-state-color-hover);
  background: var(--smart-ui-state-hover);
}
.smart-input-drop-down-menu ul li a.icon {
  position: relative;
  padding-left: var(--smart-column-icon-size);
}
.smart-input-drop-down-menu ul li a.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--smart-column-icon-size);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
smart-input,
smart-text-box {
  height: var(--smart-text-box-default-height);
}
.smart-input-drop-down-menu:not(.smart-check-input-drop-down-menu) li.active a {
  color: var(--smart-ui-state-color-focus);
  background: var(--smart-ui-state-focus);
  text-decoration: none;
  outline: 0;
}
.smart-input-drop-down-menu[open] {
  transform: scale(1);
  opacity: 1;
}
.smart-multi-combo-input-scroll-viewer .smart-scroll-viewer-content-container {
  width: var(--smart-input-drop-down-menu-width);
  max-height: initial;
}
.smart-multi-combo-input-scroll-viewer .smart-scroll-viewer-container,
.smart-multi-combo-input-scroll-viewer > .smart-container {
  width: var(--smart-input-drop-down-menu-width);
  max-height: calc(var(--smart-input-drop-down-menu-height) - 6px);
}
.smart-drop-down smart-list-item[focus] .smart-overlay {
  background-color: var(--smart-ui-state-focus);
}
.smart-drop-down smart-list-item[focus] .smart-content {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
}
.smart-drop-down smart-list-item[focus][selected] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
.smart-drop-down smart-list-item[focus][selected] .smart-content {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
.smart-text-box:focus.hovered input,
smart-text-box input:hover,
smart-text-box:focus input.hovered,
smart-text-box[hover] input {
  border-color: var(--smart-ui-state-border-hover);
}
smart-text-box {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  border: none;
  width: var(--smart-text-box-default-width);
  overflow: visible;
  background: var(--smart-background);
}
smart-text-box input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-text-box.smart-element {
  background: var(--smart-background);
}
smart-text-box[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-text-box input:focus {
  border-color: var(--smart-outline);
}
.smart-text-box .smart-container,
.smart-text-box input,
.smart-text-box.smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-text-box > .smart-container > .smart-content {
  height: 100%;
}
.smart-text-box > .smart-container > .smart-content > div {
  width: 100%;
  height: 100%;
  outline: 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding: var(--smart-editor-label-padding);
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  font-weight: inherit;
  font-style: inherit;
  overflow: hidden;
}
.smart-text-box > .smart-container > .smart-content > div > label {
  color: transparent;
}
.smart-text-box > .smart-container > .smart-content > div:first-of-type {
  position: absolute;
  display: flex;
  width: initial;
  height: initial;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  min-height: initial;
  max-height: initial;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  opacity: .5;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: var(--smart-border-width) solid transparent;
}
.smart-text-box[hint] .smart-hint,
.smart-text-box[label] .smart-label {
  position: absolute;
  font-size: 12px;
  width: 100%;
  padding: var(--smart-editor-label-padding);
  text-align: initial;
  line-height: initial;
  vertical-align: initial;
  left: 0;
  pointer-events: none;
}
.smart-text-box[disabled] input,
.smart-text-box[readonly] input {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-text-box .smart-hint,
.smart-text-box .smart-label {
  display: none;
  position: absolute;
}
.smart-text-box[label] .smart-label {
  bottom: 100%;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-text-box[hint] .smart-hint {
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  opacity: 0;
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
  top: 100%;
  bottom: initial;
}
smart-input,
smart-text-area {
  width: var(--smart-text-box-default-width);
  overflow: visible;
}
.smart-text-box[hint][focus] .smart-hint {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}
.smart-text-box .smart-drop-down {
  font-family: inherit;
}
.smart-text-box[right-to-left] .smart-hint,
.smart-text-box[right-to-left] .smart-label,
.smart-text-box[right-to-left] > .smart-container > .smart-content {
  direction: rtl;
}
smart-text-area {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  height: calc(1.5 * var(--smart-text-box-default-height));
}
smart-text-area textarea {
  margin: 0;
  resize: none;
}
smart-text-area textarea.smart-input {
  border: none;
  text-overflow: ellipsis;
}
.smart-text-area .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-text-area textarea.smart-input,
.smart-text-area-mention-menu {
  color: var(--smart-background-color);
  font-size: var(--smart-font-size);
}
.smart-text-area textarea.smart-input {
  font-family: var(--smart-font-family);
  background: var(--smart-background);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding-top: 0;
  padding-bottom: 0;
  padding: var(--smart-editor-label-padding);
  outline: 0;
  text-align: var(--smart-text-box-text-align);
  box-sizing: border-box;
  border: none;
  height: 100%;
  width: 100%;
}
.smart-text-area-mention-menu {
  padding: 2px;
  margin: var(--smart-list-item-vertical-offset) var(--smart-list-item-horizontal-offset);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  font-family: var(--smart-font-family);
  position: absolute;
  z-index: 999999;
}
.smart-text-area-mention-menu .smart-text-area-mention-menu-item {
  padding: 5px;
}
.smart-text-area-mention-menu .smart-text-area-mention-menu-item.selected,
.smart-text-area-mention-menu .smart-text-area-mention-menu-item:hover {
  cursor: pointer;
  color: var(--smart-ui-state-color-hover);
  background: var(--smart-ui-state-hover);
}
.smart-mention-trigger {
  font-size: 12px;
  opacity: .8;
}
.smart-rich-textarea {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--smart-background);
}
.smart-rich-textarea .smart-container[toolbar-on-focus] {
  display: block;
}
.smart-editor-toolbar-float.show {
  opacity: 1;
}
.smart-editor-toolbar-float {
  display: flex;
  background: var(--smart-surface);
  width: auto;
  position: absolute;
  border: 1px solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  height: auto;
  min-height: 0;
  padding: 0;
  box-shadow: var(--smart-elevation-4);
  z-index: 999;
  margin-top: 3px;
  opacity: 0;
  transition: opacity ease-in-out .2s;
}
.smart-rich-textarea ol,
.smart-rich-textarea ul {
  padding-inline-start: 1em;
  margin-top: 0;
}
.smart-rich-textarea ul[checklist] {
  position: relative;
  left: -10px;
}
.smart-rich-textarea a.ctrl {
  cursor: pointer;
}
.smart-rich-textarea .smart-editor-editable {
  padding: 10px 5px !important;
}
.smart-editor-toolbar-item-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 24px;
}
.smart-editor-tooltip {
  font-family: var(--smart-font-family);
  position: absolute;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out;
  z-index: 999999;
}
.smart-editor-tooltip.open {
  visibility: visible;
  opacity: .9;
}
.smart-editor-tooltip::before {
  content: attr(hover-tooltip);
  font-size: 13px;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  min-width: 50px;
  max-width: 150px;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  animation: fade-in .3s ease;
  background: #272727;
  border-radius: 4px;
  padding: 6px;
  color: #fff;
  z-index: 1;
}
smart-input,
smart-input.smart-element {
  background: var(--smart-background);
}
.smart-editor-tooltip[tooltip-position=bottom]::before {
  bottom: auto;
  top: calc(100% + 10px);
}
smart-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-input > option {
  display: none;
}
.smart-input.smart-container,
smart-input > .smart-container {
  display: flex;
}
smart-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-input:focus {
  border-color: var(--smart-outline);
}
smart-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-input[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-input .smart-container,
.smart-input.smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-input .smart-drop-down-button,
.smart-input[readonly]:not(.underlined):not(.outlined):not([opened]):not(:active) input.smart-input,
.smart-input[readonly]:not(.underlined):not(.outlined):not([opened]):not(:active) textarea.smart-input {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-input .smart-drop-down-button {
  display: none;
  width: var(--smart-editor-addon-width);
  height: 100%;
  flex-direction: column;
  border-left: 1px solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  outline: 0;
}
.smart-input .smart-drop-down-button .arrow {
  display: flex;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  font-size: var(--smart-arrow-size);
  outline: 0;
}
.smart-input .smart-drop-down-button .arrow:after {
  content: var(--smart-icon-arrow-down);
  transition: opacity .2s, transform .2s ease-out;
}
.smart-input .smart-drop-down-button[open] .arrow:after {
  transform: rotate(-180deg);
}
.smart-input .smart-input {
  border: none;
  padding: var(--smart-editor-label-padding);
  height: 100%;
  width: 100%;
}
.smart-input[drop-down-button-position=left] .smart-drop-down-button,
.smart-input[drop-down-button-position=right] .smart-drop-down-button {
  display: flex;
}
.smart-input[drop-down-button-position=left] .smart-input,
.smart-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-input[drop-down-button-position=left][disabled] .smart-drop-down-button,
.smart-input[drop-down-button-position=right][disabled] .smart-drop-down-button {
  opacity: .5;
}
.smart-input[drop-down-button-position=left] .smart-drop-down-button {
  order: -1;
  border-right: 1px solid var(--smart-border);
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-input[drop-down-button-position=left] .smart-input,
.smart-input[right-to-left][drop-down-button-position=right] .smart-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.smart-input[drop-down-button-position=left][readonly] .smart-drop-down-button {
  border-right: none;
}
.smart-input[drop-down-button-position=right] .smart-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-input[focus],
.smart-input[focus]:not([disabled]) .smart-drop-down-button {
  border-color: var(--smart-outline);
}
.smart-input[readonly] .smart-drop-down-button {
  border-left: none;
}
.smart-input[readonly]:not(.underlined):not(.outlined) input.smart-input,
.smart-input[readonly]:not(.underlined):not(.outlined) textarea.smart-input {
  padding: 0;
  cursor: pointer;
  padding-left: var(--smart-editor-label-padding);
  outline: 0;
}
.smart-input:not([disabled]) .smart-drop-down-button:hover,
.smart-input:not([disabled])[readonly]:hover .smart-drop-down-button,
.smart-input:not([disabled])[readonly]:hover .smart-input {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-input:not([disabled]) .smart-drop-down-button:active,
.smart-input:not([disabled]) .smart-drop-down-button[open],
.smart-input:not([disabled])[readonly]:active .smart-drop-down-button,
.smart-input:not([disabled])[readonly]:active .smart-input,
.smart-input:not([disabled])[readonly][open] .smart-drop-down-button,
.smart-input:not([disabled])[readonly][open] .smart-input {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
smart-number-input,
smart-number-input.smart-element {
  background: var(--smart-background);
}
.smart-input:not([disabled])[readonly]:active .smart-input::-webkit-input-placeholder,
.smart-input:not([disabled])[readonly][open] .smart-input::-webkit-input-placeholder {
  color: var(--smart-ui-state-color-active);
}
.smart-input:not([disabled])[readonly]:active .smart-input::-moz-placeholder,
.smart-input:not([disabled])[readonly][open] .smart-input::-moz-placeholder {
  color: var(--smart-ui-state-color-active);
}
.smart-input[disabled] .smart-drop-down-button .arrow {
  cursor: initial;
}
.smart-input[right-to-left] .smart-input {
  direction: rtl;
}
.smart-input[right-to-left][readonly] .smart-drop-down-button {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-input[right-to-left][readonly] .smart-input,
.smart-input[right-to-left][readonly]:not(.underlined):not(.outlined) .smart-input {
  padding-left: initial;
  padding-right: var(--smart-editor-label-padding);
}
.smart-input-drop-down-menu[right-to-left] ul.scroll {
  width: 100%;
}
.smart-input-drop-down-menu[right-to-left] li a.icon {
  padding-left: initial;
  padding-right: var(--smart-column-icon-size);
}
.smart-input-drop-down-menu[right-to-left] li a.icon:after {
  left: initial;
  right: 0;
}
smart-number-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  text-align: right;
}
smart-number-input > .smart-container {
  display: flex;
}
.smart-number-input .nav,
.smart-number-input .nav.smart-drop-down-button:active,
.smart-number-input .nav.smart-drop-down-button:hover,
.smart-number-input .nav:active,
.smart-number-input .nav:hover {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
smart-number-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
.smart-multi-combo-input-drop-down-menu .smart-select-all,
.smart-number-input .nav .up {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-number-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-number-input .nav {
  display: flex;
  width: var(--smart-editor-addon-width);
  height: 100%;
  flex-direction: column;
  border-left: 1px solid var(--smart-border);
}
smart-multi-input,
smart-password-input {
  width: var(--smart-text-box-default-width);
}
.smart-number-input .nav .down,
.smart-number-input .nav .up {
  display: flex;
  height: 50%;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  outline: 0;
}
.smart-number-input .nav .down:hover,
.smart-number-input .nav .up:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-number-input .nav .down:active,
.smart-number-input .nav .down[active],
.smart-number-input .nav .up:active,
.smart-number-input .nav .up[active] {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
smart-password-input,
smart-password-input.smart-element {
  background: var(--smart-background);
}
.smart-number-input .nav .up:after {
  content: var(--smart-icon-arrow-up);
}
.smart-number-input .nav .down:after {
  content: var(--smart-icon-arrow-down);
}
.smart-number-input[disabled] .nav .down,
.smart-number-input[disabled] .nav .up {
  pointer-events: none;
}
.smart-number-input[right-to-left] > .smart-container {
  direction: rtl;
}
.smart-number-input[right-to-left] .nav {
  border-left: initial;
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-right-radius);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  order: initial;
}
.smart-number-input[right-to-left] .smart-input {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-number-input[right-to-left][focus] .nav {
  border-color: var(--smart-outline);
}
smart-password-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-password-input > .smart-container {
  display: flex;
}
smart-password-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
.smart-password-input input::-ms-clear,
.smart-password-input input::-ms-reveal {
  display: none;
}
.smart-password-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-password-input .smart-drop-down-button {
  background: 0 0;
  border-color: transparent;
  display: block;
  border-left: none;
}
.smart-password-input .smart-drop-down-button:active,
.smart-password-input .smart-drop-down-button:hover,
.smart-password-input .smart-drop-down-button[active] {
  color: var(--smart-primary) !important;
  background: 0 0 !important;
  border-color: transparent !important;
}
smart-multi-input,
smart-multi-input.smart-element {
  background: var(--smart-background);
}
.smart-password-input .smart-drop-down-button .arrow:after {
  color: var(--smart-background-color);
  content: var(--smart-icon-visibility);
}
.smart-password-input .smart-drop-down-button .arrow.off:after {
  color: var(--smart-background-color);
  content: var(--smart-icon-visibility-off);
}
smart-multi-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-multi-input > option {
  display: none;
}
smart-multi-input > .smart-container {
  display: flex;
}
smart-multi-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-multi-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-multi-input:focus,
smart-multi-input[focus] {
  border-color: var(--smart-outline);
}
smart-multi-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-multi-input[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-multi-input[drop-down-button-position=left] .smart-input,
smart-multi-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-multi-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-multi-input-drop-down-menu li a {
  border-left: var(--smart-border-width) solid transparent;
}
.smart-multi-input-drop-down-menu:not(.smart-check-input-drop-down-menu) li.active a {
  border-left: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
}
smart-multi-combo-input,
smart-multi-combo-input.smart-element {
  background: var(--smart-background);
}
.smart-multi-input-drop-down-menu[right-to-left] li a {
  border-left: none;
  border-right: var(--smart-border-width) solid transparent;
}
.smart-multi-input-drop-down-menu[right-to-left]:not(.smart-check-input-drop-down-menu) li.active a {
  border-left: var(--smart-border-width) solid transparent;
  border-right: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
smart-multi-combo-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-multi-combo-input > option {
  display: none;
}
smart-multi-combo-input > .smart-container {
  display: flex;
}
smart-multi-combo-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-multi-combo-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-multi-combo-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-multi-combo-input[focus] {
  border-color: var(--smart-outline);
}
.smart-multi-combo-input {
  height: var(--smart-editor-height);
  min-height: var(--smart-editor-height);
}
.smart-multi-combo-input:not([input-tags-mode=one]):not(.smart-grid-cell-editor) {
  height: auto !important;
}
.smart-multi-combo-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-multi-combo-input .smart-drop-down-button,
.smart-multi-combo-input .smart-drop-down-button .arrow,
.smart-multi-combo-input > .smart-container {
  min-height: var(--smart-editor-height);
}
.smart-multi-combo-input .smart-tokens-container {
  grid-row-gap: 3px;
  padding: 3px;
}
.smart-multi-combo-input .smart-token {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 20px;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  margin: 0;
  height: 22px;
}
.smart-multi-combo-input .smart-token .smart-drop-down-list-selection-label {
  text-overflow: ellipsis;
  overflow: hidden;
}
.smart-multi-combo-input .smart-token .smart-drop-down-list-selection-label.dots::before {
  content: "\a";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--smart-primary-color);
  display: inline-block;
  margin-right: 4px;
}
.smart-multi-combo-input .smart-token .smart-drop-down-list-selection-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4px;
  transform: scale(1.3);
  left: -3px;
  position: relative;
}
.smart-multi-combo-input .smart-token .smart-drop-down-list-selection-image:hover {
  transform: scale(1.5);
}
.smart-multi-combo-input .smart-action-button {
  display: flex;
  outline: transparent solid 1px;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  min-height: var(--smart-editor-height);
  align-items: center;
}
.smart-multi-combo-input .smart-drop-down-list-unselect-button {
  position: relative;
  margin-left: 2px;
  margin-right: -2px;
}
.smart-multi-combo-input .smart-drop-down-list-unselect-button:after {
  content: var(--smart-icon-close);
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  font-family: var(--smart-font-family-icon);
  background: rgba(var(--smart-primary-rgb), .2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.smart-multi-combo-input.smart-input .smart-input {
  flex-grow: 1;
  align-self: center;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  min-height: 100%;
  max-height: 1rem;
  vertical-align: middle;
  margin: 0;
}
.smart-multi-combo-input.smart-input .smart-drop-down-button {
  height: initial;
}
.smart-multi-combo-input[drop-down-button-position=left] .smart-action-button,
.smart-multi-combo-input[drop-down-button-position=right] .smart-action-button {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-multi-combo-input[input-tags-mode=one] .smart-action-button {
  align-items: center;
}
.smart-multi-combo-input[readonly] .smart-input {
  visibility: hidden;
}
.smart-multi-combo-input[readonly] .smart-action-button {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-multi-combo-input[readonly][open] .smart-action-button,
.smart-multi-combo-input[readonly][open] .smart-drop-down-button {
  background: var(--smart-ui-state-hover) !important;
  color: var(--smart-ui-state-color-hover) !important;
}
.smart-multi-combo-input[readonly]:hover .smart-action-button {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-multi-combo-input[hide-input-tags-close-button] .smart-drop-down-list-unselect-button:after {
  display: none;
}
.smart-multi-combo-input[right-to-left] .smart-token {
  margin: var(--smart-editor-label-padding) var(--smart-editor-label-padding) 0 0;
  padding: 1px 6px 1px 2px;
}
.smart-multi-combo-input[right-to-left] .smart-token:last-of-type {
  margin: var(--smart-editor-label-padding) var(--smart-editor-label-padding) var(--smart-editor-label-padding) 0;
}
.smart-multi-combo-input[right-to-left] .smart-action-button {
  direction: rtl;
}
.smart-multi-combo-input[right-to-left] .smart-drop-down-list-unselect-button {
  margin: 0 5px 0 0;
}
.smart-multi-combo-input-drop-down-menu .smart-scroll-viewer {
  width: inherit;
  height: inherit;
  padding: initial;
  min-height: inherit;
  border: initial;
}
.smart-multi-combo-input-drop-down-menu .close-button:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-close);
  margin-left: 5px;
}
.smart-multi-combo-input-drop-down-menu .add-new-item {
  display: grid;
  grid-template-columns: 1fr var(--smart-text-box-default-height);
  grid-column-gap: 5px;
  margin-left: 7px;
  margin-right: 7px;
  height: 36px;
}
.smart-multi-combo-input-drop-down-menu .add-new-item input {
  height: 30px;
}
.smart-multi-combo-input-drop-down-menu .add-new-item smart-button {
  justify-content: center;
  align-content: center;
  height: 30px;
}
.smart-multi-combo-input-drop-down-menu .add-new-item button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-multi-combo-input-drop-down-menu .add-new-item button:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-plus);
}
.smart-multi-combo-input-drop-down-menu .smart-select-all {
  height: auto;
}
.smart-multi-combo-input-drop-down-menu[right-to-left] > ul {
  direction: rtl;
}
.smart-multi-combo-input-drop-down-menu ul li a {
  display: flex;
  align-items: center;
}
.smart-multi-combo-input-drop-down-menu ul li a .smart-drop-down-list-selection-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4px;
  border-radius: 50%;
  border: 1px solid var(--smart-border);
}
.smart-multi-combo-input-drop-down-menu[pills] ul li:after,
.smart-multi-combo-input-drop-down-menu[pills] ul li:before,
.smart-multi-combo-input-drop-down-menu[single-select] ul li.selected:after,
.smart-multi-combo-input-drop-down-menu[single-select] ul li::after,
.smart-multi-combo-input-drop-down-menu[single-select] ul li:hover:after {
  display: none;
}
.smart-multi-combo-input-drop-down-menu[single-select] ul li {
  height: 36px;
  margin-top: 1px;
  cursor: pointer;
}
.smart-multi-combo-input-drop-down-menu[single-select] ul li a {
  padding: 0 0 0 6px;
  height: 100%;
}
.smart-multi-combo-input-drop-down-menu[single-select] ul li.selected,
.smart-multi-combo-input-drop-down-menu[single-select] ul li:hover {
  background: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-multi-combo-input-drop-down-menu[pills] .smart-custom-item,
.smart-multi-combo-input-drop-down-menu[pills] .smart-custom-item a {
  white-space: nowrap !important;
}
.smart-multi-combo-input-drop-down-menu[pills] .smart-custom-item a::before {
  border-radius: 50%;
  background: var(--smart-primary-color);
  content: "+" !important;
  width: 12px !important;
  height: 12px !important;
  color: var(--smart-primary);
  margin-right: 4px;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  display: flex !important;
}
.smart-multi-combo-input-drop-down-menu[pills][dots] ul li a::before {
  content: "\a";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--smart-primary-color);
  display: inline-block;
  margin-right: 4px;
}
.smart-multi-combo-input-drop-down-menu[pills] ul li {
  height: 30px;
  margin-top: 1px;
}
.smart-multi-combo-input-drop-down-menu[pills] ul li a {
  padding: 2px 10px;
  color: inherit;
  display: inline-flex;
  align-items: center;
  border-radius: 15px !important;
  margin-top: 5px;
  margin-left: 5px;
  height: auto;
  background: var(--smart-primary);
  border-color: var(--smart-primary);
  color: var(--smart-primary-color);
  white-space: nowrap;
}
.smart-multi-combo-input-drop-down-menu[pills] ul li a .smart-drop-down-list-selection-image {
  height: 20px;
  width: 20px;
}
.smart-multi-combo-input-drop-down-menu[pills] ul li.focused a {
  background: var(--smart-primary) !important;
  border-color: var(--smart-primary) !important;
  color: var(--smart-primary-color) !important;
}
.smart-multi-combo-input-drop-down-menu[pills] ul li.focused,
.smart-multi-combo-input-drop-down-menu[pills] ul li.selected,
.smart-multi-combo-input-drop-down-menu[pills] ul li:hover {
  background: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-check-input,
smart-check-input.smart-element {
  background: var(--smart-background);
}
.smart-multi-combo-input-drop-down-menu[pills] ul li.active.selected:before,
.smart-multi-combo-input-drop-down-menu[pills] ul li.focused:after,
.smart-multi-combo-input-drop-down-menu[pills] ul li.selected:after,
.smart-multi-combo-input-drop-down-menu[pills] ul li:hover:after {
  display: none;
}
smart-check-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-check-input > option {
  display: none;
}
smart-check-input > .smart-container {
  display: flex;
}
smart-check-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-check-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-check-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-check-input[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-check-input:focus,
smart-check-input[focus] {
  border-color: var(--smart-outline);
}
smart-check-input[drop-down-button-position=left] .smart-input,
smart-check-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-check-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-check-input-drop-down-menu ul li {
  position: relative;
}
.smart-check-input-drop-down-menu ul li:before {
  content: "";
  transform: scale(0);
  background-color: #fff;
}
.smart-check-input-drop-down-menu ul li:after {
  content: "";
  position: absolute;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: var(--smart-check-box-default-size);
  height: var(--smart-check-box-default-size);
  padding: 1px;
  margin-left: 10px;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  box-sizing: content-box;
}
.smart-check-input-drop-down-menu ul li a {
  padding-left: calc(var(--smart-tree-indent) + 25px);
}
.smart-check-input-drop-down-menu ul li.selected:after {
  content: var(--smart-icon-check);
  background: var(--smart-primary);
  border-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-check-input-drop-down-menu ul li.selected.color:after {
  content: "";
}
.smart-check-input-drop-down-menu ul li.active.selected:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: calc(var(--smart-check-box-default-size) + 16px);
  height: calc(var(--smart-check-box-default-size) + 16px);
  background: var(--smart-primary);
  opacity: .3;
  margin-left: 4px;
  top: 50%;
  transform: scale(1) translateY(-50%);
  transform-origin: top;
}
smart-color-input,
smart-date-input,
smart-date-range-input,
smart-time-input {
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  display: inline-block;
}
.smart-check-input-drop-down-menu ul li.active.focused a {
  border-left: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
}
.smart-check-input-drop-down-menu ul li[indeterminate]:after {
  background-color: var(--smart-ui-state-selected);
  padding: 2px;
  background-clip: content-box;
}
.smart-check-input-drop-down-menu[inverted] ul li a,
.smart-check-input-drop-down-menu[right-to-left] ul li a {
  padding-left: 10px;
  padding-right: calc(var(--smart-tree-indent) + 25px);
}
.smart-check-input-drop-down-menu[inverted] ul li:after {
  margin-left: initial;
  margin-right: 10px;
  right: 0;
}
.smart-check-input-drop-down-menu[inverted] ul li.selected:before {
  right: 0;
}
.smart-check-input-drop-down-menu[inverted] ul li.active.selected:before {
  margin-left: initial;
  margin-right: 4px;
}
.smart-check-input-drop-down-menu:not([animation=none]) ul li:before {
  transition: transform .25s ease-in-out;
}
.smart-check-input-drop-down-menu[right-to-left] ul li:after {
  margin-left: initial;
  margin-right: 10px;
}
.smart-check-input-drop-down-menu[right-to-left] ul li.active.focused a {
  border-left: var(--smart-border-width) solid transparent;
  border-right: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-check-input-drop-down-menu[right-to-left] ul li.active.selected:before {
  margin-left: initial;
  margin-right: 4px;
}
.smart-check-input-drop-down-menu[right-to-left][pills] ul li a {
  padding-right: initial;
}
smart-color-input {
  --smart-outline:var(--smart-primary);
  border: none;
  overflow: visible;
  background: var(--smart-background);
}
smart-color-input[value-display-mode=colorBox] .smart-action-button {
  cursor: pointer;
}
smart-date-input,
smart-date-range-input,
smart-time-input {
  --smart-outline:var(--smart-primary);
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: hidden;
}
smart-date-input > .smart-container,
smart-date-range-input > .smart-container,
smart-time-input > .smart-container {
  display: flex;
}
smart-date-input.smart-element,
smart-date-range-input.smart-element,
smart-time-input.smart-element {
  background: var(--smart-background);
}
smart-date-input[drop-down-button-position=left] .smart-input,
smart-date-input[drop-down-button-position=right] .smart-input,
smart-date-range-input[drop-down-button-position=left] .smart-input,
smart-date-range-input[drop-down-button-position=right] .smart-input,
smart-time-input[drop-down-button-position=left] .smart-input,
smart-time-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
smart-date-range-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-date-range-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-date-range-input:focus,
smart-date-range-input[focus] {
  border-color: var(--smart-outline);
}
.smart-time-box {
  display: block;
  height: auto;
  width: 300px;
  overflow: hidden;
}
.smart-time-box .smart-timepicker {
  display: grid;
  grid-template-columns: 60% 35%;
  grid-column-gap: 5%;
  background: var(--smart-background);
  padding: 10px;
  border-color: var(--smart-border);
}
.smart-time-box[right-to-left] .smart-timepicker {
  direction: rtl;
}
.smart-time-input.smart-input .smart-drop-down-button .arrow:after,
.smart-time-input.smart-input .smart-drop-down-button[open] .arrow:after {
  content: var(--smart-icon-clock);
  transform: rotate(0);
}
.smart-timepicker .hour-selection,
.smart-timepicker .minute-selection {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(6, auto);
  justify-content: center;
  align-items: center;
  justify-items: center;
  position: relative;
  cursor: default;
}
.smart-timepicker .hour-selection .smart-calendar-cell,
.smart-timepicker .minute-selection .smart-calendar-cell {
  margin: initial;
  line-height: var(--smart-calendar-cell-size);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 100%;
}
.smart-date-range-input-drop-down-menu .smart-done-button,
.smart-date-range-input-drop-down-menu .smart-today-button,
.smart-date-range-input-drop-down-menu smart-button:last-of-type {
  margin-right: 5px;
}
.smart-timepicker .hour-selection .header,
.smart-timepicker .minute-selection .header {
  content: attr(header-label);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 1/3;
  grid-column: 1/6;
  font-weight: 600;
  height: var(--smart-calendar-cell-size);
  line-height: calc(var(--smart-calendar-cell-size) - 2px);
}
.smart-timepicker .minute-selection {
  border-right: var(--smart-border-width) solid var(--smart-border);
  grid-template-columns: repeat(2, 50%);
  border-left: var(--smart-border-width) solid var(--smart-border);
}
.smart-timepicker .minute-selection .header {
  grid-column: span 2;
}
.smart-timepicker .hour-selection:after,
.smart-timepicker .hour-selection:before {
  content: attr(am-label);
  width: 100%;
  display: flex;
  justify-content: center;
  grid-column: 1;
  font-weight: 600;
  height: var(--smart-calendar-cell-size);
  line-height: calc(var(--smart-calendar-cell-size) - 2px);
}
.smart-date-range-input-drop-down-menu .smart-button-controls,
.smart-date-range-input-drop-down-menu .smart-timepicker-button:empty,
.smart-date-range-input-drop-down-menu .smart-timepicker-buttons {
  display: none;
}
.smart-timepicker .hour-selection:after {
  content: attr(pm-label);
  grid-row: 4/9;
}
.smart-date-input.smart-input .smart-drop-down-button .arrow:after,
.smart-date-input.smart-input .smart-drop-down-button[open] .arrow:after,
.smart-date-range-input.smart-input .smart-drop-down-button .arrow:after,
.smart-date-range-input.smart-input .smart-drop-down-button[open] .arrow:after {
  content: var(--smart-icon-calendar);
  transform: rotate(0);
}
.smart-date-range-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-date-range-input-drop-down-menu smart-button:first-of-type {
  margin-left: 5px;
}
.smart-date-range-input-drop-down-menu .smart-calendar {
  height: 100%;
  min-width: 100%;
  --smart-calendar-default-height:auto;
  --smart-calendar-footer-height:0px;
}
.smart-date-range-input-drop-down-menu .smart-clear-button,
.smart-date-range-input-drop-down-menu .smart-done-button,
.smart-date-range-input-drop-down-menu .smart-today-button {
  height: auto;
  --smart-button-padding:5px;
}
.smart-date-range-input-drop-down-menu .smart-calendar-footer {
  flex-direction: column;
}
.smart-date-range-input-drop-down-menu .smart-date-range-input-footer-controls {
  width: 100%;
  height: 100%;
}
.smart-date-range-input-drop-down-menu .smart-timepicker-button {
  position: relative;
  white-space: nowrap;
}
.smart-date-range-input-drop-down-menu .smart-timepicker-button:before {
  content: var(--smart-icon-clock);
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-weight: var(--smart-font-weight);
  font-size: var(--smart-arrow-size);
  margin: 0 var(--smart-editor-label-padding);
}
.smart-date-range-input-drop-down-menu .smart-timepicker-button:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-hover);
  background-color: var(--smart-ui-state-hover);
  transition: background-color .1s linear, color .1s ease-in-out;
  opacity: var(--smart-button-opacity-hover);
  cursor: pointer;
}
.smart-date-range-input-drop-down-menu .smart-timepicker-button[selected] {
  color: var(--smart-ui-state-color-selected);
}
.smart-date-range-input-drop-down-menu .smart-icon-today:before {
  content: var(--smart-icon-calendar);
}
.smart-date-range-input-drop-down-menu .smart-icon-clear:before {
  content: var(--smart-icon-cancel);
}
.smart-date-range-input-drop-down-menu .smart-timepicker {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: 60% 35%;
  height: calc(100% - var(--smart-calendar-footer-height));
  width: 100%;
  grid-column-gap: 5%;
  background: var(--smart-background);
  box-sizing: border-box;
  padding: 10px;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-bottom: none;
}
.smart-date-range-input-drop-down-menu[icons] smart-calendar,
.smart-date-range-input-drop-down-menu[timepicker] smart-calendar {
  --smart-calendar-footer-height:30px;
}
.smart-date-range-input-drop-down-menu[icons] .smart-timepicker-buttons,
.smart-date-range-input-drop-down-menu[timepicker] .smart-timepicker-buttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  align-items: center;
}
.smart-date-range-input-drop-down-menu[timepicker][icons] .smart-date-range-input-footer-controls {
  display: grid;
  grid-template-columns: 60% 38%;
  grid-column-gap: 2%;
  justify-items: center;
}
.smart-date-range-input-drop-down-menu.smart-input-drop-down-menu {
  height: auto;
  width: var(--smart-input-drop-down-menu-width);
}
.smart-date-range-input-drop-down-menu.smart-input-drop-down-menu.smart-date-input-drop-down-menu {
  height: 250px;
}
.smart-date-range-input-drop-down-menu.smart-input-drop-down-menu.smart-date-range-input-drop-down-menu {
  min-height: 250px;
  height: auto !important;
}
.smart-date-range-input-drop-down-menu.smart-input-drop-down-menu.smart-date-range-input-drop-down-menu .smart-calendar-date-view-container {
  min-height: 250px;
}
.smart-date-range-input-drop-down-menu:not([timepicker]) .smart-timepicker-buttons {
  display: none;
}
.smart-date-range-input-drop-down-menu:not([animation=none]) .smart-timepicker {
  transition: transform .2s cubic-bezier(.4, 0, .2, 1), visibility .2s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
}
.smart-date-range-input-drop-down-menu:not([animation=none]) .smart-timepicker.smart-visibility-hidden {
  transition: visibility .2s cubic-bezier(.4, 0, .6, 1), transform .2s cubic-bezier(.4, 0, .6, 1);
  transform: scale(0);
}
.smart-date-range-input-drop-down-menu[right-to-left] .smart-timepicker {
  direction: rtl;
}
smart-country-input,
smart-phone-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  overflow: visible;
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-country-input > .smart-container,
smart-phone-input > .smart-container {
  display: flex;
}
smart-country-input.smart-element,
smart-phone-input.smart-element {
  background: var(--smart-background);
}
smart-country-input input::selection,
smart-phone-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-country-input input.smart-input,
smart-phone-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-country-input:focus,
smart-country-input[focus],
smart-phone-input:focus,
smart-phone-input[focus] {
  border-color: var(--smart-outline);
}
smart-country-input:hover,
smart-phone-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-country-input[disabled],
smart-phone-input[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-country-input[drop-down-button-position=left] .smart-input,
smart-country-input[drop-down-button-position=right] .smart-input,
smart-phone-input[drop-down-button-position=left] .smart-input,
smart-phone-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-country-input .smart-container,
.smart-phone-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
  align-items: center;
}
.smart-phone-input {
  --smart-editor-addon-width:45px;
}
.smart-phone-input.invalid-number .smart-container::after {
  color: var(--smart-error);
}
.smart-phone-input .smart-container::after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-phone);
  color: var(--smart-success);
  padding-right: 5px;
}
.smart-phone-input .smart-drop-down-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: 0 0;
  border-right: none;
  padding-left: 2px;
}
.smart-phone-input .smart-drop-down-button::after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-arrow-down);
}
.smart-flag-box {
  margin-right: 6px;
}
.smart-flag-box .flag {
  width: 20px;
}
.smart-flag-box .flag.be {
  width: 18px;
}
.smart-flag-box .flag.ch {
  width: 15px;
}
.smart-flag-box .flag.mc {
  width: 19px;
}
.smart-flag-box .flag.ne {
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  .smart-flag-box .flag {
    background-size: 5652px 15px;
  }
}
.smart-flag-box .flag.ac {
  height: 10px;
  background-position: 0 0;
}
.smart-flag-box .flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.smart-flag-box .flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.smart-flag-box .flag.af {
  height: 14px;
  background-position: -66px 0;
}
.smart-flag-box .flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.smart-flag-box .flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.smart-flag-box .flag.al {
  height: 15px;
  background-position: -132px 0;
}
.smart-flag-box .flag.am {
  height: 10px;
  background-position: -154px 0;
}
.smart-flag-box .flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.smart-flag-box .flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.smart-flag-box .flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.smart-flag-box .flag.as {
  height: 10px;
  background-position: -242px 0;
}
.smart-flag-box .flag.at {
  height: 14px;
  background-position: -264px 0;
}
.smart-flag-box .flag.au {
  height: 10px;
  background-position: -286px 0;
}
.smart-flag-box .flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.smart-flag-box .flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.smart-flag-box .flag.az {
  height: 10px;
  background-position: -352px 0;
}
.smart-flag-box .flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.smart-flag-box .flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.smart-flag-box .flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.smart-flag-box .flag.be {
  height: 15px;
  background-position: -440px 0;
}
.smart-flag-box .flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.smart-flag-box .flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.smart-flag-box .flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.smart-flag-box .flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.smart-flag-box .flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.smart-flag-box .flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.smart-flag-box .flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.smart-flag-box .flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.smart-flag-box .flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.smart-flag-box .flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.smart-flag-box .flag.br {
  height: 14px;
  background-position: -680px 0;
}
.smart-flag-box .flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.smart-flag-box .flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.smart-flag-box .flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.smart-flag-box .flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.smart-flag-box .flag.by {
  height: 10px;
  background-position: -790px 0;
}
.smart-flag-box .flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.smart-flag-box .flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.smart-flag-box .flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.smart-flag-box .flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.smart-flag-box .flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.smart-flag-box .flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.smart-flag-box .flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.smart-flag-box .flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.smart-flag-box .flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.smart-flag-box .flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.smart-flag-box .flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.smart-flag-box .flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.smart-flag-box .flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.smart-flag-box .flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.smart-flag-box .flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.smart-flag-box .flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.smart-flag-box .flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.smart-flag-box .flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.smart-flag-box .flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.smart-flag-box .flag.cy {
  height: 14px;
  background-position: -1225px 0;
}
.smart-flag-box .flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.smart-flag-box .flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.smart-flag-box .flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.smart-flag-box .flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.smart-flag-box .flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.smart-flag-box .flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.smart-flag-box .flag.do {
  height: 14px;
  background-position: -1379px 0;
}
.smart-flag-box .flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.smart-flag-box .flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.smart-flag-box .flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.smart-flag-box .flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.smart-flag-box .flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.smart-flag-box .flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.smart-flag-box .flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.smart-flag-box .flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.smart-flag-box .flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.smart-flag-box .flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.smart-flag-box .flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.smart-flag-box .flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.smart-flag-box .flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.smart-flag-box .flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.smart-flag-box .flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.smart-flag-box .flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.smart-flag-box .flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.smart-flag-box .flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.smart-flag-box .flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.smart-flag-box .flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.smart-flag-box .flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.smart-flag-box .flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.smart-flag-box .flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.smart-flag-box .flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.smart-flag-box .flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.smart-flag-box .flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.smart-flag-box .flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.smart-flag-box .flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.smart-flag-box .flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.smart-flag-box .flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.smart-flag-box .flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.smart-flag-box .flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.smart-flag-box .flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.smart-flag-box .flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.smart-flag-box .flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.smart-flag-box .flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.smart-flag-box .flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.smart-flag-box .flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.smart-flag-box .flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.smart-flag-box .flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.smart-flag-box .flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.smart-flag-box .flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.smart-flag-box .flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.smart-flag-box .flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.smart-flag-box .flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.smart-flag-box .flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.smart-flag-box .flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.smart-flag-box .flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.smart-flag-box .flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.smart-flag-box .flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.smart-flag-box .flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.smart-flag-box .flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.smart-flag-box .flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.smart-flag-box .flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.smart-flag-box .flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.smart-flag-box .flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.smart-flag-box .flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.smart-flag-box .flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.smart-flag-box .flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.smart-flag-box .flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.smart-flag-box .flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.smart-flag-box .flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.smart-flag-box .flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.smart-flag-box .flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.smart-flag-box .flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.smart-flag-box .flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.smart-flag-box .flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.smart-flag-box .flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.smart-flag-box .flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.smart-flag-box .flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.smart-flag-box .flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.smart-flag-box .flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.smart-flag-box .flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.smart-flag-box .flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.smart-flag-box .flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.smart-flag-box .flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.smart-flag-box .flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.smart-flag-box .flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.smart-flag-box .flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.smart-flag-box .flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.smart-flag-box .flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.smart-flag-box .flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.smart-flag-box .flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.smart-flag-box .flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.smart-flag-box .flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.smart-flag-box .flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.smart-flag-box .flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.smart-flag-box .flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.smart-flag-box .flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.smart-flag-box .flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.smart-flag-box .flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.smart-flag-box .flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.smart-flag-box .flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.smart-flag-box .flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.smart-flag-box .flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.smart-flag-box .flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.smart-flag-box .flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.smart-flag-box .flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.smart-flag-box .flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.smart-flag-box .flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.smart-flag-box .flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.smart-flag-box .flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.smart-flag-box .flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.smart-flag-box .flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.smart-flag-box .flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.smart-flag-box .flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.smart-flag-box .flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.smart-flag-box .flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.smart-flag-box .flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.smart-flag-box .flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0;
}
.smart-flag-box .flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.smart-flag-box .flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.smart-flag-box .flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.smart-flag-box .flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.smart-flag-box .flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.smart-flag-box .flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.smart-flag-box .flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.smart-flag-box .flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.smart-flag-box .flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.smart-flag-box .flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.smart-flag-box .flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.smart-flag-box .flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.smart-flag-box .flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.smart-flag-box .flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.smart-flag-box .flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.smart-flag-box .flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.smart-flag-box .flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.smart-flag-box .flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.smart-flag-box .flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.smart-flag-box .flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.smart-flag-box .flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.smart-flag-box .flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.smart-flag-box .flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.smart-flag-box .flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.smart-flag-box .flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.smart-flag-box .flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.smart-flag-box .flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.smart-flag-box .flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.smart-flag-box .flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.smart-flag-box .flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.smart-flag-box .flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.smart-flag-box .flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.smart-flag-box .flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.smart-flag-box .flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.smart-flag-box .flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.smart-flag-box .flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.smart-flag-box .flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.smart-flag-box .flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.smart-flag-box .flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.smart-flag-box .flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.smart-flag-box .flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.smart-flag-box .flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.smart-flag-box .flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.smart-flag-box .flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.smart-flag-box .flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.smart-flag-box .flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.smart-flag-box .flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.smart-flag-box .flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.smart-flag-box .flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.smart-flag-box .flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.smart-flag-box .flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.smart-flag-box .flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.smart-flag-box .flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.smart-flag-box .flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.smart-flag-box .flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.smart-flag-box .flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.smart-flag-box .flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.smart-flag-box .flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.smart-flag-box .flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.smart-flag-box .flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.smart-flag-box .flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.smart-flag-box .flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.smart-flag-box .flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.smart-flag-box .flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.smart-flag-box .flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.smart-flag-box .flag.un {
  height: 14px;
  background-position: -5241px 0;
}
.smart-flag-box .flag.us {
  height: 11px;
  background-position: -5263px 0;
}
.smart-flag-box .flag.uy {
  height: 14px;
  background-position: -5285px 0;
}
.smart-flag-box .flag.uz {
  height: 10px;
  background-position: -5307px 0;
}
.smart-flag-box .flag.va {
  width: 15px;
  height: 15px;
  background-position: -5329px 0;
}
.smart-flag-box .flag.vc {
  height: 14px;
  background-position: -5346px 0;
}
.smart-flag-box .flag.ve {
  height: 14px;
  background-position: -5368px 0;
}
.smart-flag-box .flag.vg {
  height: 10px;
  background-position: -5390px 0;
}
.smart-flag-box .flag.vi {
  height: 14px;
  background-position: -5412px 0;
}
.smart-flag-box .flag.vn {
  height: 14px;
  background-position: -5434px 0;
}
.smart-flag-box .flag.vu {
  height: 12px;
  background-position: -5456px 0;
}
.smart-flag-box .flag.wf {
  height: 14px;
  background-position: -5478px 0;
}
.smart-flag-box .flag.ws {
  height: 10px;
  background-position: -5500px 0;
}
.smart-flag-box .flag.xk {
  height: 15px;
  background-position: -5522px 0;
}
.smart-flag-box .flag.ye {
  height: 14px;
  background-position: -5544px 0;
}
.smart-flag-box .flag.yt {
  height: 14px;
  background-position: -5566px 0;
}
.smart-flag-box .flag.za {
  height: 14px;
  background-position: -5588px 0;
}
.smart-flag-box .flag.zm {
  height: 14px;
  background-position: -5610px 0;
}
.smart-flag-box .flag.zw {
  height: 10px;
  background-position: -5632px 0;
}
.smart-flag-box .flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("./media/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.smart-flag-box .flag.np {
  background-color: transparent;
}
.smart-country-input-drop-down-menu ul li a,
.smart-phone-input-drop-down-menu ul li a {
  border-left: var(--smart-border-width) solid transparent;
  display: flex;
  align-items: center;
}
.smart-country-input-drop-down-menu ul li .dial-code,
.smart-phone-input-drop-down-menu ul li .dial-code {
  margin-left: 6px;
  opacity: .5;
}
.smart-country-input-drop-down-menu:not(.smart-check-input-drop-down-menu) li.active a,
.smart-phone-input-drop-down-menu:not(.smart-check-input-drop-down-menu) li.active a {
  border-left: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
}
.smart-country-input-drop-down-menu[right-to-left] li a,
.smart-phone-input-drop-down-menu[right-to-left] li a {
  border-left: none;
  border-right: var(--smart-border-width) solid transparent;
}
.smart-country-input-drop-down-menu[right-to-left]:not(.smart-check-input-drop-down-menu) li.active a,
.smart-phone-input-drop-down-menu[right-to-left]:not(.smart-check-input-drop-down-menu) li.active a {
  border-left: var(--smart-border-width) solid transparent;
  border-right: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.underlined.smart-input,
.underlined.smart-input .smart-drop-down-button,
.underlined.smart-text-box input.smart-input {
  border-top: none;
  border-left: none;
  border-right: none;
}
.underlined.smart-input,
.underlined.smart-input[hover] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
smart-date-input.underlined,
smart-date-range-input.underlined,
smart-time-input.underlined {
  overflow: visible;
}
.underlined.smart-input {
  transition: border-bottom .2s, background-color .2s;
}
.underlined.smart-input .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  box-sizing: border-box;
  padding: var(--smart-editor-label-padding);
  color: var(--smart-background-color);
  pointer-events: none;
  font-size: 75%;
  opacity: 0;
  transition:
    color .2s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    opacity .3s,
    top .2s;
  margin-top: calc(0px - var(--smart-font-size));
}
.underlined.smart-input .smart-hint:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--smart-primary);
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform .2s;
}
.underlined.smart-input[hover] {
  border-bottom-color: var(--smart-background-color);
}
.underlined.smart-input[focus] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.underlined.smart-input[focus] .smart-hint:before {
  opacity: .12;
}
.underlined.smart-input[focus] .smart-hint:after {
  transform: scale(1);
}
.underlined.smart-input .smart-input:not(:focus):placeholder-shown + .smart-hint {
  font-size: inherit;
  margin-top: 0;
}
.underlined.smart-input:not([readonly]) .smart-drop-down-button {
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
.underlined.smart-input:not([opened]) .smart-drop-down-button {
  background-color: transparent;
}
.underlined.smart-input.smart-multi-combo-input:not([focus]) .smart-hint {
  margin-top: 0;
}
.underlined.smart-input.smart-date-range-input[opened][drop-down-button-position=right]:not([readonly]) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.underlined.smart-input[readonly] .smart-input {
  cursor: pointer;
  background: var(--smart-background) !important;
  color: var(--smart-background-color) !important;
  opacity: .75;
}
.underlined.smart-input[drop-down-button-position=left] .smart-drop-down-button {
  background: inherit;
  color: inherit;
  border-bottom-left-radius: initial;
}
.underlined.smart-input[drop-down-button-position=left] .smart-hint {
  margin-left: var(--smart-editor-addon-width);
}
.underlined.smart-input[drop-down-button-position=left][focus] .smart-hint:after {
  margin-left: calc(0px - var(--smart-editor-addon-width));
  width: calc(100% + var(--smart-editor-addon-width));
}
.underlined.smart-input[drop-down-button-position=left][opened]:not([readonly]),
.underlined.smart-input[drop-down-button-position=left][opened]:not([readonly]) input {
  border-bottom-right-radius: 0;
}
.underlined.smart-input[drop-down-button-position=right] .smart-drop-down-button {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-bottom-right-radius: initial;
}
.underlined.smart-input[drop-down-button-position=right][opened]:not([readonly]),
.underlined.smart-input[drop-down-button-position=right][opened]:not([readonly]) input {
  border-bottom-left-radius: 0;
}
.underlined.smart-input.smart-invalid {
  border-bottom-color: rgba(var(--smart-error-rgb), .5);
}
.underlined.smart-input.smart-invalid .smart-hint:after {
  background-color: var(--smart-error);
}
.underlined.smart-text-box input.smart-input {
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
.underlined.smart-number-input .nav {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.underlined.smart-number-input .nav .up {
  border-bottom: none;
}
.underlined.smart-element.smart-material {
  --smart-border-top-left-radius:0;
  --smart-border-top-right-radius:0;
  --smart-border-bottom-left-radius:0;
  --smart-border-bottom-right-radius:0;
}
.underlined.smart-element.smart-material.smart-valid {
  --smart-border:#28a745;
}
.underlined.smart-element.smart-material.smart-invalid {
  --smart-border:#dc3545;
}
.underlined.smart-element.smart-material .smart-hint {
  opacity: 1;
  transition:
    color .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    top .2s !important;
  margin-top: 0;
  font-size: 100%;
}
.underlined.smart-element.smart-material.has-value .smart-hint,
.underlined.smart-element.smart-material[focus] .smart-hint,
.underlined.smart-element.smart-material[focus][hover] .smart-hint,
.underlined.smart-element.smart-material[value]:not([value=""]) .smart-hint {
  margin-top: -20px;
  font-size: 80% !important;
}
smart-check-input.outlined,
smart-date-range-input.outlined,
smart-input.outlined,
smart-masked-text-box.outlined,
smart-multi-combo-input.outlined,
smart-multi-input.outlined,
smart-password-input.outlined,
smart-password-text-box.outlined,
smart-phone-input.outlined,
smart-text-box.outlined {
  background-color: transparent;
}
smart-date-input.outlined,
smart-date-range-input.outlined,
smart-phone-input.outlined,
smart-time-input.outlined {
  overflow: visible;
}
smart-phone-input.outlined .smart-drop-down-button {
  margin-right: 0;
}
smart-phone-input.outlined .smart-container::after {
  margin-left: -18px;
  z-index: 9;
}
.outlined.smart-input {
  position: relative;
  display: inline-block;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  line-height: 1.5;
  height: 50px;
  margin: 0;
  border: none;
  border-radius: 0;
  padding-top: 6px;
  overflow: hidden;
}
.outlined.smart-input .smart-input {
  padding: 12px 13px;
  z-index: 5;
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  transition: border-color .2s;
}
.outlined.smart-input.smart-valid[focus] .smart-drop-down-button,
.outlined.smart-input.smart-valid[focus] .smart-input {
  border-color: var(--smart-primary);
}
.outlined.smart-input.smart-valid[focus] .smart-drop-down-button {
  color: var(--smart-primary);
}
.outlined.smart-input.smart-invalid .smart-drop-down-button,
.outlined.smart-input.smart-invalid .smart-input {
  border-color: rgba(var(--smart-error-rgb), .5);
}
.outlined.smart-input.smart-invalid[focus] .smart-drop-down-button,
.outlined.smart-input.smart-invalid[focus] .smart-input {
  border-color: var(--smart-error);
}
.outlined.smart-input.smart-invalid[focus] .smart-drop-down-button {
  color: var(--smart-error);
}
.outlined.smart-input.smart-multi-combo-input .smart-input {
  padding: 0;
  border: none !important;
  z-index: initial;
}
.outlined.smart-input.smart-multi-combo-input .smart-drop-down-button {
  padding: 0 !important;
}
.outlined.smart-input.smart-multi-combo-input .smart-action-button {
  padding: 12px 13px;
  z-index: 5;
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  transition: border-color .2s;
}
.outlined.smart-input.smart-multi-combo-input[hint] .smart-action-button {
  border-top: 1px solid var(--smart-background);
}
.outlined.smart-input.smart-multi-combo-input[focus] .smart-action-button {
  border-color: var(--smart-primary);
  color: var(--smart-primary);
}
.outlined.smart-input.smart-multi-combo-input[focus][hint] .smart-action-button {
  border-top-color: var(--smart-background);
}
.outlined.smart-input.smart-multi-combo-input.smart-valid[focus] .smart-action-button,
.outlined.smart-input[focus] {
  border-color: var(--smart-primary);
}
.outlined.smart-input.smart-multi-combo-input.smart-valid[focus] .smart-action-button.smart-valid {
  color: var(--smart-primary);
}
.outlined.smart-input.smart-multi-combo-input.smart-invalid[focus] .smart-action-button.smart-invalid {
  color: var(--smart-error);
}
.outlined.smart-input[drop-down-button-position=right] input {
  border-right: none;
}
.outlined.smart-input[drop-down-button-position=right] .smart-drop-down-button {
  padding: 10px 0 9px;
  border-left: none;
  border-bottom: 1px solid var(--smart-border);
  border-right: 1px solid var(--smart-border);
  border-top: 1px solid var(--smart-border);
  background: inherit;
  color: inherit;
  z-index: 6;
  cursor: pointer;
}
.outlined.smart-input[drop-down-button-position=left] input {
  border-left: none;
}
.outlined.smart-input[drop-down-button-position=left] .smart-drop-down-button {
  padding: 10px 0;
  border-right: none;
  border-bottom: 1px solid var(--smart-border);
  border-left: 1px solid var(--smart-border);
  background: inherit;
  color: inherit;
  z-index: 6;
  cursor: pointer;
}
.outlined.smart-input[hint] .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  border-color: var(--smart-border) !important;
  width: 100%;
  max-height: 100%;
  color: var(--smart-background-color);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  margin-top: -6px;
  z-index: 7;
  white-space: nowrap;
  transition:
    color .2s,
    z-index .2s,
    font-size .2s,
    opacity .3s,
    font-size .2s,
    line-height .2s;
}
.outlined.smart-input[hint] .smart-hint:after,
.outlined.smart-input[hint] .smart-hint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: var(--smart-border) !important;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color .2s, box-shadow .2s;
  z-index: 7;
}
.outlined.smart-input[hint] .smart-hint:before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.outlined.smart-input[hint] .smart-hint:after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
.outlined.smart-input[hint][drop-down-button-position=left] .smart-hint:before {
  width: var(--smart-editor-addon-width);
  margin-right: 13px;
}
.outlined.smart-input[focus] {
  border-top-color: transparent !important;
  box-shadow:
    inset 1px 0 var(--smart-material-safari-helper1),
    inset -1px 0 var(--smart-material-safari-helper1),
    inset 0 -1px var(--smart-material-safari-helper1);
  outline: 0;
}
.outlined.smart-input[focus] .smart-input {
  border-color: var(--smart-primary);
}
.outlined.smart-input[focus] .smart-drop-down-button {
  color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.outlined.smart-input[focus][hint] .smart-input {
  border-top-color: var(--smart-background);
}
.outlined.smart-input[focus][hint] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.outlined.smart-input[focus][hint] .smart-hint:after,
.outlined.smart-input[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
  box-shadow: none !important;
}
.outlined.smart-input[hover] {
  border-color: var(--smart-border);
  border-top-color: transparent;
}
.outlined.smart-input[hover][hint] .smart-hint:before {
  border-top-color: var(--smart-border);
}
.outlined.smart-input[hover][hint] > input:not(:focus):placeholder-shown,
.outlined.smart-input[hover][hint] > textarea:not(:focus):placeholder-shown {
  border-color: var(--smart-border);
}
.outlined.smart-input[readonly] .smart-input {
  background: var(--smart-background) !important;
  color: var(--smart-background-color) !important;
  opacity: .75;
}
.outlined.smart-input:not([focus]) .smart-input,
.outlined.smart-input:not([focus]) .smart-input:not(:focus):placeholder-shown {
  border-top: 1px solid var(--smart-border);
  z-index: 5;
}
.outlined.smart-input:not([focus]).smart-invalid .smart-input,
.outlined.smart-input:not([focus]).smart-invalid .smart-input:not(:focus):placeholder-shown {
  border-top: 1px solid rgba(var(--smart-error-rgb), .5);
  z-index: 5;
}
.outlined.smart-input:not([focus]):not([value]).smart-multi-combo-input[hint] .smart-hint,
.outlined.smart-input[hint] .smart-input:not(:focus):placeholder-shown + .smart-hint,
.outlined.smart-input[hint]:not([focus]) .smart-hint {
  font-size: var(--smart-font-size);
  line-height: 60px;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.outlined.smart-input.smart-invalid[focus] {
  border-color: var(--smart-error);
}
.outlined.smart-input.smart-invalid[focus][hint] .smart-hint {
  color: var(--smart-error);
}
.outlined.smart-input.smart-invalid[focus][hint] .smart-hint:after,
.outlined.smart-input.smart-invalid[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-error) !important;
}
.outlined.smart-input.smart-valid[focus] {
  border-color: var(--smart-primary);
}
.outlined.smart-input.smart-valid[focus][hint] .smart-hint {
  color: var(--smart-primary);
}
.outlined.smart-input.smart-valid[focus][hint] .smart-hint:after,
.outlined.smart-input.smart-valid[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
}
.outlined.smart-text-area[hint] .smart-input:not(:focus):placeholder-shown + .smart-hint,
.outlined.smart-text-area[hint]:not([focus]) .smart-hint {
  font-size: var(--smart-font-size);
  line-height: var(--smart-editor-height);
  opacity: 0;
  z-index: 2;
}
.outlined.smart-text-box input {
  border: none;
  padding: 7px;
}
.outlined.smart-number-input .nav {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.outlined.smart-number-input .nav .up {
  border-bottom: none;
}
.outlined.smart-number-input[drop-down-button-position=left] .smart-drop-down-button,
.outlined.smart-number-input[drop-down-button-position=right] .smart-drop-down-button {
  padding: 0;
}
.outlined.smart-element.smart-material.smart-valid {
  --smart-border:#28a745;
}
.outlined.smart-element.smart-material.smart-invalid {
  --smart-border:#dc3545;
}
.outlined.smart-element.smart-material .smart-hint {
  opacity: 1 !important;
  transition:
    color .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    top .2s !important;
  z-index: 7 !important;
}
.outlined.smart-element.smart-material.has-value,
.outlined.smart-element.smart-material[focus],
.outlined.smart-element.smart-material[focus][hover],
.outlined.smart-element.smart-material[value]:not([value=""]) {
  border-color: var(--smart-primary);
  border-top-color: transparent !important;
  outline: 0;
}
.outlined.smart-element.smart-material.has-value .smart-input,
.outlined.smart-element.smart-material[focus] .smart-input,
.outlined.smart-element.smart-material[focus][hover] .smart-input,
.outlined.smart-element.smart-material[value]:not([value=""]) .smart-input {
  border-top-color: var(--smart-background) !important;
}
.outlined.smart-element.smart-material.has-value .smart-hint,
.outlined.smart-element.smart-material[focus] .smart-hint,
.outlined.smart-element.smart-material[focus][hover] .smart-hint,
.outlined.smart-element.smart-material[value]:not([value=""]) .smart-hint {
  color: var(--smart-primary) !important;
  opacity: 1 !important;
  font-size: 75% !important;
  line-height: 15px;
  z-index: 7;
  transition:
    color .2s,
    z-index .2s,
    font-size .2s,
    opacity .3s,
    font-size .2s,
    line-height .2s;
}
.outlined.smart-element.smart-material.has-value .smart-container .smart-content,
.outlined.smart-element.smart-material[focus] .smart-container .smart-content,
.outlined.smart-element.smart-material[focus][hover] .smart-container .smart-content,
.outlined.smart-element.smart-material[value]:not([value=""]) .smart-container .smart-content {
  border-top-color: transparent !important;
}
.outlined.smart-drop-down-box > .smart-container > .smart-content {
  z-index: 7 !important;
}
.smart-invalid .outlined.smart-input.smart-multi-combo-input .smart-action-button {
  border-color: rgba(var(--smart-error-rgb), .5);
}
.smart-invalid .outlined.smart-input.smart-multi-combo-input[focus] .smart-action-button {
  border-color: var(--smart-error);
}
@media not all and (min-resolution:0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .smart-input .smart-hint,
    .smart-input .smart-hint::after,
    .smart-input .smart-input {
      transition-duration: .1s;
    }
  }
}
smart-tooltip {
  position: absolute;
  text-align: center;
  z-index: var(--smart-editor-drop-down-z-index);
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  visibility: hidden;
  pointer-events: none;
}
smart-tooltip.smart-element {
  background: 0 0;
  overflow: visible;
}
smart-tooltip .smart-tooltip-content {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: var(--smart-tooltip-padding);
  background-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
  border: var(--smart-border-width) solid var(--smart-secondary);
  width: 100%;
  height: 100%;
  opacity: .9;
  box-shadow: var(--smart-elevation-6);
  font-family: var(--smart-font-family);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-tooltip[arrow],
smart-tooltip[arrow][arrow-direction=bottom] {
  padding-bottom: var(--smart-tooltip-arrow-width);
}
smart-tooltip.auto,
smart-tooltip.auto .smart-container,
smart-tooltip.auto .smart-tooltip-content {
  height: auto;
}
smart-tooltip[arrow] .smart-tooltip-content:after,
smart-tooltip[arrow][arrow-direction=bottom] .smart-tooltip-content:after {
  content: "";
  width: 0;
  height: 0;
  border-top: var(--smart-tooltip-arrow-width) solid var(--smart-tooltip-arrow-color);
  position: absolute;
  bottom: 0;
  left: calc(50% - var(--smart-tooltip-arrow-width));
  border-left: var(--smart-tooltip-arrow-width) solid transparent;
  border-right: var(--smart-tooltip-arrow-width) solid transparent;
  transform: translateX(var(--smart-tooltip-arrow-translate));
}
smart-tooltip[visible] {
  visibility: visible;
  pointer-events: auto;
}
smart-tooltip[arrow][arrow-direction=top] {
  padding-bottom: initial;
  padding-top: var(--smart-tooltip-arrow-width);
}
smart-tooltip[arrow][arrow-direction=top] .smart-tooltip-content:after {
  border-left: var(--smart-tooltip-arrow-width) solid transparent;
  border-right: var(--smart-tooltip-arrow-width) solid transparent;
  border-bottom: var(--smart-tooltip-arrow-width) solid var(--smart-tooltip-arrow-color);
  border-top: initial;
  top: 0;
  bottom: calc(100% + var(--smart-tooltip-arrow-width));
  transform: translateX(var(--smart-tooltip-arrow-translate));
}
smart-tooltip[arrow][arrow-direction=left] .smart-tooltip-content:after,
smart-tooltip[arrow][arrow-direction=right] .smart-tooltip-content:after {
  border-bottom: var(--smart-tooltip-arrow-width) solid transparent;
  border-top: var(--smart-tooltip-arrow-width) solid transparent;
  transform: translateY(var(--smart-tooltip-arrow-translate));
}
smart-tooltip[arrow][arrow-direction=left] {
  padding-bottom: initial;
  padding-left: var(--smart-tooltip-arrow-width);
}
smart-tooltip[arrow][arrow-direction=left] .smart-tooltip-content:after {
  border-right: var(--smart-tooltip-arrow-width) solid var(--smart-tooltip-arrow-color);
  border-left: initial;
  left: 0;
  top: calc(50% - var(--smart-tooltip-arrow-width));
}
smart-tooltip[arrow][arrow-direction=right] {
  padding-bottom: initial;
  padding-right: var(--smart-tooltip-arrow-width);
}
smart-tooltip[arrow][arrow-direction=right] .smart-tooltip-content:after {
  border-left: var(--smart-tooltip-arrow-width) solid var(--smart-tooltip-arrow-color);
  border-right: initial;
  left: calc(100% - var(--smart-tooltip-arrow-width));
  top: calc(50% - var(--smart-tooltip-arrow-width));
}
smart-tooltip:not([animation=none]) {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
smart-tooltip:not([animation=none])[visible] {
  opacity: 1;
}
smart-tooltip[right-to-left] .smart-tooltip-content {
  direction: rtl;
}
.smart-calendar,
.smart-calendar[months="1"] {
  min-width: var(--smart-calendar-default-width);
  min-height: var(--smart-calendar-default-height);
}
.smart-calendar {
  width: var(--smart-calendar-default-width);
  height: var(--smart-calendar-default-height);
}
.smart-calendar:focus {
  border-color: var(--smart-outline);
}
.smart-calendar > .smart-container {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.smart-calendar.smart-container,
.smart-calendar > .smart-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.smart-calendar smart-drop-down-list {
  --smart-drop-down-list-default-min-height:initial;
}
.smart-calendar smart-tooltip {
  top: 0;
}
.smart-calendar smart-tooltip .smart-tooltip-content {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-calendar input {
  background: inherit;
  color: inherit;
}
.smart-calendar button:focus {
  border: 1px solid var(--smart-outline);
  outline: 0;
}
.smart-calendar .smart-calendar-container {
  width: 100%;
  height: 100%;
  border: initial;
  padding: 0;
}
.smart-calendar .smart-calendar-container > .smart-calendar-body {
  position: relative;
  width: 96%;
  height: calc(100% - var(--smart-calendar-header-height));
  display: flex;
  padding: 2px;
  padding-left: initial;
  padding-right: initial;
  margin-left: 2%;
  margin-right: 2%;
  cursor: default;
  overflow: hidden;
  outline: initial;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  touch-action: none;
}
.smart-calendar .smart-calendar-container > .smart-calendar-body:focus .smart-calendar-date-view-container .smart-calendar-cell:focus,
.smart-calendar .smart-calendar-container > .smart-calendar-body:focus .smart-calendar-date-view-container .smart-calendar-cell[focus] {
  background-color: var(--smart-background);
  color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.smart-calendar .smart-calendar-footer,
.smart-calendar .smart-calendar-header {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  width: 100%;
  outline: initial;
}
.smart-calendar .smart-calendar-container > .smart-calendar-body > div {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  font-size: inherit;
}
.smart-calendar .smart-calendar-container > .smart-calendar-body .smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--smart-border-width) solid var(--smart-border);
  height: var(--smart-calendar-header-height);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  box-sizing: border-box;
  text-transform: var(--smart-calendar-header-text-transform);
}
.smart-calendar .smart-calendar-header.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--smart-border-width) solid var(--smart-border);
  height: var(--smart-calendar-footer-height);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  box-sizing: border-box;
  text-transform: var(--smart-calendar-footer-text-transform);
}
.smart-calendar .smart-calendar-footer.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-title {
  width: 100%;
  padding: var(--smart-calendar-title-padding);
  font-size: inherit;
  font-family: inherit;
  background: var(--smart-primary);
  border: none;
  color: var(--smart-primary-color);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-transform: var(--smart-calendar-title-text-transform);
  height: calc(var(--smart-calendar-title-height));
}
.smart-calendar .smart-calendar-title.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-title div:first-of-type {
  font-size: 70%;
}
.smart-calendar .smart-calendar-title .smart-calendar-selected {
  opacity: 1;
}
.smart-calendar .smart-calendar-title div {
  position: relative;
  opacity: .5;
  font-size: 125%;
  cursor: pointer;
  display: table;
  border: 1px solid transparent;
}
.smart-calendar .smart-calendar-cell[other-month] {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-border);
  opacity: .5;
}
.smart-calendar .smart-calendar-cell[focus] {
  border-color: var(--smart-outline);
}
.smart-calendar .smart-calendar-date-element {
  cursor: default;
  align-items: center;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  width: 74%;
  height: 100%;
  outline: initial;
  overflow: hidden;
  text-align: center;
}
.smart-calendar .smart-calendar-date-element:focus {
  border-color: var(--smart-outline);
}
.smart-calendar .smart-calendar-date-element > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  outline: initial;
  font-size: inherit;
}
.smart-calendar .smart-calendar-date-element > div:first-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.smart-calendar .smart-calendar-date-element div.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-date-element .smart-ripple {
  background-color: var(--smart-button-color);
  opacity: .2;
}
.smart-calendar .smart-calendar-button .smart-button {
  font-family: var(--smart-font-family-icon);
  padding: 0;
  border-radius: 0;
  border: none;
  background: 0 0;
  min-height: initial;
}
.smart-calendar .smart-calendar-button[next-month],
.smart-calendar .smart-calendar-button[prev-month] {
  width: var(--smart-calendar-navigation-button-size);
  min-width: var(--smart-calendar-navigation-button-size);
  height: var(--smart-calendar-navigation-button-size);
  position: relative;
  font-size: initial;
  display: inline-block;
  font-weight: inherit;
  font-family: var(--smart-font-family-icon);
  border-radius: 100%;
  background: 0 0;
  border: none;
  color: inherit;
}
.smart-calendar .smart-calendar-button[next-month][active] button,
.smart-calendar .smart-calendar-button[prev-month][active] button {
  border: 1px solid var(--smart-ui-state-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-primary);
}
.smart-calendar .smart-calendar-button[next-year],
.smart-calendar .smart-calendar-button[prev-year] {
  position: relative;
  display: block;
  cursor: default;
  font-size: 10px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-color: var(--smart-border);
  border-left: none;
}
.smart-calendar .smart-calendar-button[next-year] span:after {
  content: var(--smart-icon-arrow-up);
}
.smart-calendar .smart-calendar-button[prev-year] {
  border-top-color: transparent;
}
.smart-calendar .smart-calendar-button[prev-year] span:after {
  content: var(--smart-icon-arrow-down);
}
.smart-calendar [next-month][focus] button,
.smart-calendar [next-year][focus] button,
.smart-calendar [prev-month][focus] button,
.smart-calendar [prev-year][focus] button {
  border: 1px solid var(--smart-border-focus);
  background-color: var(--smart-background-focus);
  outline: 0;
}
.smart-calendar .smart-calendar-list-view.smart-scroll-viewer {
  --smart-input-drop-down-menu-height:100%;
  --smart-input-drop-down-menu-width:100%;
  width: 100%;
  height: 100%;
  border: initial;
  position: absolute;
  color: inherit;
  text-align: center;
  top: 0;
  left: 0;
  opacity: initial;
  z-index: initial;
  padding: initial;
  float: initial;
  transform: initial;
  margin: initial;
  transition: initial;
  box-shadow: initial;
}
.smart-calendar .smart-calendar-week .smart-calendar-cell,
.smart-calendar .smart-calendar-week .smart-calendar-week-number {
  padding: 0;
  text-overflow: ellipsis;
  width: var(--smart-calendar-cell-size);
  height: var(--smart-calendar-cell-size);
  line-height: calc(var(--smart-calendar-cell-size) - 2px);
  overflow: hidden;
  position: relative;
}
.smart-calendar .smart-calendar-list-view.smart-scroll-viewer > .smart-container {
  max-height: initial;
}
.smart-calendar .smart-calendar-list-view.smart-scroll-viewer a {
  pointer-events: none;
}
.smart-calendar .smart-calendar-week {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
}
.smart-calendar .smart-calendar-week .smart-calendar-cell {
  border: 1px solid transparent;
  border-top-left-radius: var(--smart-calendar-cell-border-top-left-radius);
  border-top-right-radius: var(--smart-calendar-cell-border-top-right-radius);
  border-bottom-left-radius: var(--smart-calendar-cell-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-calendar-cell-border-bottom-right-radius);
  margin-right: var(--smart-calendar-cell-spacing);
  margin-bottom: var(--smart-calendar-cell-spacing);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell[selected],
.smart-calendar .smart-calendar-week .smart-calendar-cell[selected][hover] {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  border-color: var(--smart-primary);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell[today],
.smart-calendar .smart-calendar-week .smart-calendar-cell[today][hover] {
  background: var(--smart-secondary);
  color: var(--smart-secondary-color);
  border-color: var(--smart-secondary);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell[selected][today] {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  border-color: var(--smart-primary);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell:focus:not([selected]),
.smart-calendar .smart-calendar-week .smart-calendar-cell[focus]:not([selected]) {
  background-color: var(--smart-background);
  color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell .smart-ripple {
  background-color: var(--smart-primary-color);
  opacity: .5;
}
.smart-calendar .smart-calendar-week .smart-calendar-week-number {
  border: 1px solid transparent;
  border-top-left-radius: var(--smart-calendar-cell-border-top-left-radius);
  border-top-right-radius: var(--smart-calendar-cell-border-top-right-radius);
  border-bottom-left-radius: var(--smart-calendar-cell-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-calendar-cell-border-bottom-right-radius);
  margin: 0;
}
.smart-calendar .smart-calendar-week.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-week div[restricted] {
  cursor: not-allowed;
  opacity: .55;
  text-decoration: line-through;
}
.smart-calendar .smart-calendar-week div[hover]:not([restricted]) {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-calendar .smart-calendar-week div[important] {
  background: var(--smart-calendar-important-date-background);
  color: var(--smart-calendar-important-date-color);
  border-color: var(--smart-calendar-important-date-border-color);
}
@-moz-document url-prefix() {
  .smart-calendar .smart-calendar-week div {
    padding: initial;
  }
}
.smart-calendar .smart-calendar-week-number {
  display: none;
  margin: auto;
}
.smart-calendar .smart-calendar-week-titles {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
}
.smart-calendar .smart-calendar-week-titles div:first-child {
  display: none;
  margin: auto;
}
.smart-calendar .smart-calendar-week-titles .smart-calendar-week-title {
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0;
  border-top-left-radius: var(--smart-calendar-cell-border-top-left-radius);
  border-top-right-radius: var(--smart-calendar-cell-border-top-right-radius);
  border-bottom-left-radius: var(--smart-calendar-cell-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-calendar-cell-border-bottom-right-radius);
  width: var(--smart-calendar-cell-size);
  height: var(--smart-calendar-cell-size);
  line-height: calc(var(--smart-calendar-cell-size) - 2px);
  margin-right: var(--smart-calendar-cell-spacing);
  margin-bottom: var(--smart-calendar-cell-spacing);
  position: relative;
  text-transform: var(--smart-calendar-week-title-text-transform);
}
.smart-calendar .smart-calendar-months-container {
  order: 1;
  width: 100%;
  height: 100%;
  align-items: center;
}
.smart-calendar .smart-calendar-month {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  max-width: var(--smart-calendar-default-width);
  margin: auto;
}
.smart-calendar .smart-calendar-month-name {
  display: none;
}
.smart-calendar .smart-calendar-month-separator {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  width: 50%;
  order: 2;
}
.smart-calendar .smart-calendar-month-element {
  position: relative;
  width: 70%;
  height: 80%;
  margin: 5% 0;
  text-align: center;
  font-size: inherit;
}
.smart-calendar .smart-calendar-year-container:focus {
  border: 1px solid var(--smart-outline);
  outline: 0;
}
.smart-calendar .smart-calendar-year-element {
  outline: 0;
  width: 25%;
  height: 80%;
  margin-left: 5%;
  padding: 2px;
  text-align: center;
  font-size: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: 0;
  background: var(--smart-background);
}
.smart-calendar .smart-calendar-year-element:focus {
  border-color: var(--smart-outline);
}
.smart-calendar .smart-calendar-year-elements {
  display: flex;
  width: 10%;
  height: 80%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.smart-calendar .smart-calendar-year-elements > smart-repeat-button {
  height: 50%;
  width: 100%;
}
.smart-calendar .smart-calendar-year-selector {
  display: inline-block;
}
.smart-calendar .smart-calendar-next-months-container {
  order: 3;
  width: 100%;
  height: 100%;
  align-items: center;
}
@-moz-document url-prefix() {
  .smart-calendar .smart-calendar-months-container,
  .smart-calendar .smart-calendar-next-months-container {
    line-height: initial;
  }
}
.smart-calendar .smart-calendar-date-container:focus {
  border: 1px solid var(--smart-outline);
  outline: 0;
}
.smart-calendar .smart-calendar-date-view-container {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: row;
  align-items: center;
}
.smart-calendar .smart-calendar-date-view-container.smart-list-display-mode-view {
  flex-direction: column;
}
.smart-calendar .smart-calendar-date-view-container .smart-calendar-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 23%;
  margin: 0 1%;
  height: 23%;
  border: 1px solid transparent;
  border-top-left-radius: var(--smart-calendar-cell-border-top-left-radius);
  border-top-right-radius: var(--smart-calendar-cell-border-top-right-radius);
  border-bottom-left-radius: var(--smart-calendar-cell-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-calendar-cell-border-bottom-right-radius);
}
.smart-calendar .smart-calendar-date-view-container .smart-calendar-cell[focus] {
  border-color: var(--smart-outline);
}
.smart-calendar .smart-calendar-date-view-container .smart-calendar-cell[other-month] {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-border);
  opacity: .5;
}
.smart-calendar .smart-calendar-date-view-container .smart-visibility-hidden {
  visibility: visible;
  opacity: .55;
}
.smart-calendar .smart-calendar-animation-panel {
  position: absolute;
  background-color: var(--smart-background);
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.smart-calendar[months] .smart-calendar-month {
  width: 50%;
}
.smart-calendar[months] .smart-calendar-month-name {
  display: initial;
}
.smart-calendar[hide-day-names] .smart-calendar-week-titles,
.smart-calendar[months="1"] .smart-calendar-month-name {
  display: none;
}
.smart-calendar[months]:not([months="1"]) {
  width: calc(2 * var(--smart-calendar-default-width) + var(--smart-calendar-cell-size));
  height: calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
}
.smart-calendar[months="1"] {
  width: var(--smart-calendar-default-width);
  height: var(--smart-calendar-default-height);
}
.smart-calendar[months="1"] .smart-calendar-month {
  width: 100%;
  font-size: 100%;
}
.smart-calendar[months="3"],
.smart-calendar[months="4"] {
  --smart-calendar-default-height:calc(2 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height))) !important;
}
.smart-calendar[months="5"],
.smart-calendar[months="6"] {
  --smart-calendar-default-height:calc(3 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height))) !important;
}
.smart-calendar[months="7"],
.smart-calendar[months="8"] {
  --smart-calendar-default-height:calc(4 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height))) !important;
}
.smart-calendar[months="9"],
.smart-calendar[months="10"] {
  --smart-calendar-default-height:calc(5 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height))) !important;
}
.smart-calendar[months="12"],
.smart-calendar[months="11"] {
  --smart-calendar-default-height:calc(6 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height))) !important;
}
@media only screen and (max-width:768px) {
  .smart-calendar[months] .smart-calendar-month {
    width: 100%;
  }
  .smart-calendar[months="2"] {
    height: calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
  }
  .smart-calendar[months="3"] {
    --smart-calendar-default-height:calc(3 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="4"] {
    --smart-calendar-default-height:calc(4 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="5"] {
    --smart-calendar-default-height:calc(5 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="6"] {
    --smart-calendar-default-height:calc(6 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="7"] {
    --smart-calendar-default-height:calc(7 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="8"] {
    --smart-calendar-default-height:calc(8 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="9"] {
    --smart-calendar-default-height:calc(9 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="10"] {
    --smart-calendar-default-height:calc(10 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="11"] {
    --smart-calendar-default-height:calc(11 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="12"] {
    --smart-calendar-default-height:calc(12 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
}
.smart-calendar[view-sections*=footer] {
  --smart-calendar-default-height:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
}
.smart-calendar[view-sections*=footer][view-sections*=header] .smart-calendar-container > .smart-calendar-body {
  height: calc(100% - var(--smart-calendar-header-height) - var(--smart-calendar-footer-height));
}
.smart-calendar[view-sections*=title] {
  --smart-calendar-default-height:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height));
}
.smart-calendar[view-sections*=title] .smart-calendar-container {
  width: 100%;
  height: calc(100% - (var(--smart-calendar-title-height)));
}
.smart-calendar[view-sections*=title][view-sections*=footer] {
  --smart-calendar-default-height:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
}
.smart-calendar[scroll-buttons-position=near] .smart-calendar-button[prev-month] {
  order: 1;
}
.smart-calendar[scroll-buttons-position=near] .smart-calendar-button[next-month] {
  order: 2;
}
.smart-calendar[scroll-buttons-position=near] .smart-calendar-date-element {
  order: 3;
}
.smart-calendar[scroll-buttons-position=far] .smart-calendar-date-element {
  order: 1;
}
.smart-calendar[scroll-buttons-position=far] .smart-calendar-button[prev-month] {
  order: 2;
}
.smart-calendar[scroll-buttons-position=far] .smart-calendar-button[next-month] {
  order: 3;
}
.smart-calendar[scroll-buttons-navigation-mode=portrait] .smart-calendar-month-separator {
  width: 100%;
  height: 50%;
}
.smart-calendar[scroll-buttons-navigation-mode=portrait] .smart-calendar-container > .smart-calendar-body {
  flex-direction: column;
}
.smart-calendar[calendar-mode=classic] .smart-calendar-title div {
  cursor: initial;
}
.smart-calendar[calendar-mode=classic] .smart-calendar-date-element {
  align-items: initial;
  overflow: initial;
}
.smart-calendar[display-mode-view=list][display-mode=decade] .smart-calendar-container > .smart-calendar-body,
.smart-calendar[display-mode-view=list][display-mode=year] .smart-calendar-container > .smart-calendar-body {
  touch-action: auto;
}
.smart-calendar[hide-other-month-days] .smart-calendar-cell[other-month] {
  visibility: hidden;
}
.smart-calendar[week-numbers] {
  --smart-calendar-default-width:calc(var(--smart-calendar-cell-spacing) + 8 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)));
}
.smart-calendar[week-numbers][view-sections*=title][view=landscape] {
  --smart-calendar-default-width:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 8 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)));
}
.smart-calendar[week-numbers] .smart-calendar-week-number,
.smart-calendar[week-numbers] .smart-calendar-week-titles div:first-child {
  display: initial;
}
.smart-calendar[view=portrait].smart-container,
.smart-calendar[view=portrait] > .smart-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.smart-calendar[view=landscape] {
  --smart-calendar-default-width:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)));
  --smart-calendar-default-height:calc(var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height));
}
.smart-calendar[view=landscape].smart-container,
.smart-calendar[view=landscape] > .smart-container {
  flex-direction: row;
}
.smart-calendar[view=landscape] .smart-calendar-container {
  width: calc(100% - (var(--smart-calendar-title-height)));
  height: 100%;
}
.smart-calendar[view=landscape] .smart-calendar-title {
  width: calc(var(--smart-calendar-title-height));
  height: 100%;
  justify-content: flex-start;
}
.smart-calendar[view=landscape][view-sections*=footer] {
  --smart-calendar-default-height:calc(var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
}
.smart-calendar[animation=none] .smart-calendar-body .smart-calendar-month-separator,
.smart-calendar[animation=none] .smart-calendar-body .smart-calendar-next-months-container {
  display: none;
}
.smart-calendar[right-to-left] .smart-calendar-date-element > div,
.smart-calendar[right-to-left] .smart-calendar-date-view-container,
.smart-calendar[right-to-left] .smart-calendar-date-view-container .smart-calendar-cell,
.smart-calendar[right-to-left] .smart-calendar-footer,
.smart-calendar[right-to-left] .smart-calendar-title,
.smart-calendar[right-to-left] .smart-calendar-week .smart-calendar-cell,
.smart-calendar[right-to-left] .smart-calendar-week .smart-calendar-week-number,
.smart-calendar[right-to-left] .smart-calendar-week-titles .smart-calendar-week-title {
  direction: rtl;
}
.smart-calendar[right-to-left] .smart-calendar-month-element {
  direction: initial;
}
.smart-calendar[right-to-left] .smart-calendar-year-element {
  margin-left: initial;
  margin-right: 5%;
}
.smart-calendar[right-to-left][view=landscape] > .smart-container {
  flex-direction: row-reverse;
}
.smart-drop-down-box,
.smart-drop-down-box .smart-action-button {
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-drop-down-box {
  background: var(--smart-surface);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: initial;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  outline: 0;
  height: var(--smart-editor-height);
}
.smart-drop-down-box.smart-container,
.smart-drop-down-box > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-drop-down-box.smart-container > .smart-content,
.smart-drop-down-box > .smart-container > .smart-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.smart-drop-down-box .smart-buttons-container {
  width: inherit;
  height: inherit;
  display: inherit;
  flex-direction: inherit;
  cursor: inherit;
  position: inherit;
  overflow: hidden;
  min-height: inherit;
}
.smart-drop-down-box .smart-action-button {
  display: flex;
  padding-left: var(--smart-editor-label-padding);
  align-content: center;
  outline: transparent solid 1px;
  height: 100%;
  width: calc(100% - var(--smart-editor-addon-width));
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: var(--smart-border-width);
  align-items: center;
  border-right: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.smart-drop-down-box .smart-action-button .smart-input {
  color: inherit;
  background: inherit;
  border: none;
  width: calc(100% - var(--smart-editor-addon-width));
  height: 100%;
  outline: 0;
  text-overflow: ellipsis;
}
.smart-drop-down-box .smart-action-button .smart-input::placeholder {
  color: inherit;
}
.smart-drop-down-box .smart-drop-down-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  color: inherit;
  outline: transparent solid 1px;
  overflow: hidden;
  position: relative;
  background-color: var(--smart-surface);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  border-left: none;
  color: var(--smart-surface-color);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  cursor: pointer;
}
.smart-drop-down-box .smart-drop-down-button .smart-drop-down-button-icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  font-family: var(--smart-font-family-icon);
}
.smart-drop-down-box .smart-drop-down-button .smart-drop-down-button-icon:after {
  content: var(--smart-icon-arrow-down);
  font-size: var(--smart-arrow-size);
}
.smart-drop-down-box .smart-drop-down-button[active] {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box .smart-drop-down-button[center-top] .smart-drop-down-button-icon:after,
.smart-drop-down-box .smart-drop-down-button[top] .smart-drop-down-button-icon:after {
  transform: rotate(180deg);
}
.smart-drop-down-box .smart-drop-down {
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
}
.smart-drop-down-box .smart-drop-down.smart-visibility-hidden {
  transform: scale(0);
  transition: transform .2s cubic-bezier(.4, 0, .2, 1) 0s;
  transform-origin: left top 0;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button {
  min-height: var(--smart-editor-height);
  padding-left: initial;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=bottom] .smart-drop-down-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-drop-down-button {
  width: 100%;
  border: var(--smart-border-width) solid var(--smart-border);
  height: 50%;
  justify-content: center;
}
.smart-drop-down-box[drop-down-button-position=bottom]:not([drop-down-open-mode=dropDownButton]) .smart-drop-down-button,
.smart-drop-down-box[drop-down-button-position=top]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-top: initial;
}
.smart-drop-down-box[drop-down-button-position=top] {
  min-height: calc(2 * var(--smart-editor-height));
}
.smart-drop-down-box[drop-down-button-position=top] .smart-content {
  flex-direction: column-reverse;
}
.smart-drop-down-box[drop-down-button-position=top] .smart-drop-down-button {
  border-bottom: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: 0;
}
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[drop-down-button-position=bottom] {
  min-height: calc(2 * var(--smart-editor-height));
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-content {
  flex-direction: column;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button {
  border-bottom: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: 0;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-drop-down-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[drop-down-button-position=left].smart-container > .smart-content,
.smart-drop-down-box[drop-down-button-position=left] > .smart-container > .smart-content {
  flex-direction: row-reverse;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-action-button {
  padding-right: var(--smart-editor-label-padding);
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-color: var(--smart-border);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding-left: initial;
  flex-direction: row-reverse;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-drop-down-button {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: initial;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-drop-down-button[selected] {
  border-right: initial;
}
.smart-drop-down-box[drop-down-button-position=left]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-left: initial;
}
.smart-drop-down-box[drop-down-button-position=right] .smart-action-button {
  padding-left: var(--smart-editor-label-padding);
}
.smart-drop-down-box[drop-down-button-position=none] .smart-action-button {
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: 100%;
  padding-right: var(--smart-editor-label-padding);
}
.smart-drop-down-box[drop-down-button-position=none] .smart-drop-down-button {
  display: none;
}
.smart-drop-down-box:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-color: var(--smart-border);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-action-button {
  border-color: var(--smart-border);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-action-button[active] {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-drop-down-button {
  border-color: var(--smart-border);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-left-style: solid;
  border-left-width: var(--smart-border-width);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-drop-down-button:focus {
  border-color: var(--smart-outline);
  box-shadow: var(--smart-border-width) 0 0 0 var(--smart-outline);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-action-button:focus {
  border-color: var(--smart-outline);
  box-shadow: calc(-1 * var(--smart-border-width)) 0 0 0 var(--smart-outline);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-action-button:focus,
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=right]:not([hover]) .smart-action-button:focus {
  box-shadow: var(--smart-border-width) 0 0 0 var(--smart-outline);
  border-color: var(--smart-outline);
  z-index: 1;
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-drop-down-button:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down-box[resizing] {
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}
.smart-drop-down-box[readonly] input {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.smart-drop-down-box[hover] .smart-drop-down-button,
.smart-drop-down-box[hover]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-drop-down-box[focus]:not([opened]) .smart-action-button,
.smart-drop-down-box[focus]:not([opened]) .smart-action-button[focus],
.smart-drop-down-box[focus]:not([opened]) .smart-drop-down-button,
.smart-drop-down-box[focus]:not([opened]) .smart-drop-down-button[focus] {
  outline: initial;
  border-color: var(--smart-outline);
}
.smart-drop-down-box[active] .smart-action-button,
.smart-drop-down-box[active][drop-down-open-mode=dropDownButton] .smart-drop-down-button:focus,
.smart-drop-down-box[active][focus][drop-down-open-mode=dropDownButton] .smart-action-button,
.smart-drop-down-box[active][focus][drop-down-open-mode=dropDownButton] .smart-drop-down-button {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button[bottom] .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button[center-bottom] .smart-drop-down-button-icon:after {
  transform: rotate(180deg);
}
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button[center-top] .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container .smart-drop-down-button[top] .smart-drop-down-button-icon:after {
  transform: rotate(0);
}
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container:not(.outlined):not(.underlined) .smart-drop-down-button,
.smart-drop-down-box[opened] > .smart-container > .smart-content > .smart-buttons-container:not([drop-down-open-mode=dropDownButton]):not(.outlined):not(.underlined) .smart-action-button {
  border-color: var(--smart-ui-state-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.auto-height {
  height: auto;
  min-height: var(--smart-editor-height);
}
.smart-drop-down-box.auto-height .smart-action-button,
.smart-drop-down-box.auto-height .smart-content,
.smart-drop-down-box.auto-height.smart-container,
.smart-drop-down-box.auto-height > .smart-container {
  min-height: inherit;
}
.smart-drop-down-box.auto-height .smart-action-button {
  padding: 3px;
}
.smart-drop-down-box.auto-height[hint],
.smart-drop-down-box.auto-height[label] {
  height: auto;
}
.smart-drop-down-box[label][hint] > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-drop-down-box[label] > .smart-container {
  align-items: flex-end;
}
.smart-drop-down-box[hint] > .smart-container {
  align-items: flex-start;
}
.smart-drop-down-box[hint] .smart-hint {
  opacity: 0;
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
  top: 100%;
}
.smart-drop-down-box[hint][focus] .smart-hint {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}
.smart-drop-down-box[hint] .smart-hint,
.smart-drop-down-box[label] .smart-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: var(--smart-editor-label-padding);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: initial;
  line-height: initial;
  vertical-align: initial;
}
.smart-drop-down-box[disabled] .smart-drop-down-button,
.smart-drop-down-box[disabled] > .smart-container {
  cursor: default;
  background-color: initial;
}
.smart-drop-down-box[disabled][selection-display-mode=tokens] .smart-action-button > span {
  cursor: default;
}
.smart-drop-down-box.underlined {
  background-color: transparent;
  border-width: 0 0 1px;
  background: var(--smart-background);
  border-bottom-color: var(--smart-border);
}
.smart-drop-down-box.underlined .smart-action-button {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-left-radius: 0;
  background-color: transparent;
  color: var(--smart-background-color);
}
.smart-drop-down-box.underlined .smart-action-button input {
  border-color: transparent !important;
}
.smart-drop-down-box.underlined .smart-action-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.underlined .smart-drop-down-button[hover],
.smart-drop-down-box.underlined .smart-spin-button[active],
.smart-drop-down-box.underlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.underlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-drop-down-box.underlined .smart-drop-down-button {
  background: var(--smart-background);
  border-width: 0;
  border-bottom: 1px solid var(--smart-border) !important;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-drop-down-box.underlined .smart-drop-down-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.underlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  box-sizing: border-box;
  padding: var(--smart-editor-label-padding);
  color: var(--smart-background-color);
  pointer-events: none;
  font-size: 75%;
  opacity: 0;
  transition:
    color .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    top .2s;
  margin-top: calc(0px - var(--smart-font-size));
}
.smart-drop-down-box.underlined .smart-hint:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--smart-primary);
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform .2s;
}
.smart-drop-down-box.underlined:not([focus]) .smart-hint {
  margin-top: 0;
}
.smart-drop-down-box.underlined[focus] .smart-action-button,
.smart-drop-down-box.underlined[focus] input {
  border-color: transparent !important;
}
.smart-drop-down-box.underlined[focus] .smart-drop-down-button,
.smart-drop-down-box.underlined[focus] .smart-hint {
  color: var(--smart-primary) !important;
  opacity: 1;
  border-color: transparent !important;
}
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button,
.smart-drop-down-box.underlined[opened] .smart-action-button {
  color: var(--smart-background-color);
  background-color: transparent;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton][hover]:not([opened]) .smart-action-button[hover],
.smart-drop-down-box.underlined[hover]:not([opened]) .smart-action-button,
.smart-drop-down-box.underlined[hover]:not([opened]):not([drop-down-open-mode=dropDownButton]) .smart-action-button:not([active]),
.smart-drop-down-box.underlined[opened] .smart-action-button {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-drop-down-box.underlined[focus] .smart-hint:after {
  transform: scale(1);
}
.smart-drop-down-box.underlined[opened] .smart-action-button {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button:not([hover]) {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined:not([opened]) .smart-action-button:not([active]):not([hover]),
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button:not([active]):not([hover]) {
  border-radius: initial;
}
.smart-drop-down-box.underlined[hover]:not([drop-down-open-mode=dropDownButton]):not([opened]) .smart-action-button {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined[hover]:not([drop-down-open-mode=dropDownButton]):not([opened]) .smart-action-button:not([active]) {
  background-color: transparent;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton]:not([drop-down-button-position=left]):not([drop-down-button-position=top]):not([drop-down-button-position=bottom]):not([hover]) .smart-action-button:focus {
  box-shadow: none;
  z-index: initial;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-drop-down-button:focus {
  box-shadow: none;
}
.smart-drop-down-box.underlined.smart-invalid .smart-drop-down-button {
  border-bottom-color: rgba(var(--smart-error-rgb), .5) !important;
}
.smart-drop-down-box.outlined {
  padding-top: 6px;
  height: auto;
  min-height: 0;
  border: none;
  background: 0 0;
}
.smart-drop-down-box.outlined > .smart-container > .smart-content {
  padding: 4px 3px;
  border: 1px solid var(--smart-border);
  height: auto;
  background: var(--smart-background);
  border-radius: var(--smart-border-radius);
  z-index: 5;
}
.smart-drop-down-box.outlined .smart-action-button {
  border: none;
  background: var(--smart-background) !important;
  border-color: var(--smart-border) !important;
  color: var(--smart-background-color) !important;
}
.smart-drop-down-box.outlined .smart-action-button input {
  padding: 0;
  border: none !important;
  z-index: initial;
}
.smart-drop-down-box.outlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-drop-down-box.outlined .smart-spin-button[active],
.smart-drop-down-box.outlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.outlined .smart-drop-down-button {
  border-width: 0;
  padding: 8px 0;
  background: var(--smart-background) !important;
  border-color: var(--smart-border) !important;
  color: var(--smart-background-color) !important;
}
.smart-drop-down-box.outlined .smart-drop-down-button.smart-calendar-button[active],
.smart-drop-down-box.outlined .smart-drop-down-button.smart-calendar-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.outlined:not([opened]) .smart-action-button:not([active]),
.smart-drop-down-box.outlined:not([opened]) .smart-drop-down-button,
.smart-drop-down-box.outlined[drop-down-open-mode=dropDownButton]:not([hover]) .smart-action-button:not([active]),
.smart-drop-down-box.outlined[focus],
.smart-drop-down-box.outlined[hover]:not([opened]):not([drop-down-open-mode=dropDownButton]) .smart-action-button:not([active]) {
  background-color: transparent;
}
.smart-drop-down-box.outlined.smart-element-init .smart-hint {
  visibility: hidden;
  display: none !important;
}
.smart-drop-down-box.outlined:not([focus])[hint] .smart-hint {
  font-size: var(--smart-font-size);
  line-height: 48px;
  opacity: 0;
}
.smart-drop-down-box.outlined[hint] .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  border-color: var(--smart-border) !important;
  width: 100%;
  max-height: 100%;
  color: var(--smart-background-color);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  margin-top: -6px;
  z-index: 10;
  padding: 0;
  transition:
    color .2s,
    font-size .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s;
}
.smart-drop-down-box.outlined[hint] .smart-hint:after,
.smart-drop-down-box.outlined[hint] .smart-hint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: var(--smart-border) !important;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color .2s, box-shadow .2s;
}
.smart-drop-down-box.outlined[hint] .smart-hint:before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.smart-drop-down-box.outlined[hint] .smart-hint:after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) > .smart-container > .smart-content,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-action-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] > .smart-container > .smart-content {
  flex-direction: row;
}
.smart-drop-down-box.outlined[focus] > .smart-container > .smart-content {
  border-color: var(--smart-primary);
}
.smart-drop-down-box.outlined[focus] .smart-drop-down-button {
  color: var(--smart-ui-state-active) !important;
}
.smart-drop-down-box.outlined[focus][hint] > .smart-container > .smart-content {
  border-top-color: transparent !important;
}
.smart-drop-down-box.outlined[focus][hint] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-drop-down-box.outlined[focus][hint] .smart-hint:after,
.smart-drop-down-box.outlined[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
}
.smart-drop-down-box.outlined.smart-invalid > .smart-container > .smart-content {
  border-color: rgba(var(--smart-error-rgb), .5);
}
.smart-drop-down-box:not([placeholder])[dropDownButtonPosition=none] .smart-drop-down-button,
.smart-drop-down-box[placeholder=""][dropDownButtonPosition=none] .smart-drop-down-button {
  border-left-width: var(--smart-border-width);
  border-left-style: solid;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box:not([placeholder]):not([opened])[dropDownButtonPosition=none] .smart-drop-down-button:not([focus]),
.smart-drop-down-box[placeholder=""]:not([opened])[dropDownButtonPosition=none] .smart-drop-down-button:not([focus]) {
  border-color: var(--smart-border);
}
.smart-drop-down-box:not([animation=none]) .smart-drop-down-button .smart-drop-down-button-icon:after {
  transition: transform .2s;
}
.smart-drop-down-box[drop-down-position=overlay-center] .smart-drop-down-button .smart-drop-down-button-icon:after {
  content: var(--smart-icon-minus);
}
.smart-drop-down-box.smart-invalid:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-bottom-color: rgba(var(--smart-error-rgb), .5) !important;
}
.smart-drop-down-box[right-to-left],
.smart-drop-down-box[right-to-left] .smart-hint,
.smart-drop-down-box[right-to-left] .smart-label {
  direction: rtl;
}
.smart-drop-down-box[right-to-left] .smart-drop-down-button:focus,
.smart-drop-down-box[right-to-left]:not([hover]) .smart-action-button[focus],
.smart-drop-down-box[right-to-left]:not([hover]) .smart-drop-down-button[focus] {
  border-color: var(--smart-outline);
}
.smart-drop-down-box[right-to-left][drop-down-button-position=right] > .smart-container > .smart-content {
  flex-direction: row-reverse;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-action-button {
  padding: 0 var(--smart-editor-label-padding) 0 0;
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: initial;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-drop-down-button {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-drop-down.smart-drop-down-container,
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  flex-direction: column;
  height: var(--smart-editor-drop-down-height);
  min-height: var(--smart-editor-drop-down-min-height);
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box[right-to-left]:not([drop-down-open-mode=dropDownButton])[drop-down-button-position=left] .smart-action-button {
  border-left: initial;
}
.smart-drop-down-box[right-to-left]:not([drop-down-open-mode=dropDownButton]):not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-drop-down-button {
  border-right: initial;
}
.smart-drop-down-box[right-to-left][opened] .smart-action-button,
.smart-drop-down-box[right-to-left][opened] .smart-drop-down-button {
  border-color: var(--smart-border-active);
}
.smart-drop-down-box[right-to-left][drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-action-button:focus,
.smart-drop-down-box[right-to-left][drop-down-open-mode=dropDownButton][drop-down-button-position=right]:not([hover]) .smart-action-button:focus {
  box-shadow: calc(-1 * var(--smart-border-width)) 0 0 0 var(--smart-outline);
}
.smart-drop-down.smart-drop-down-container {
  box-shadow: var(--smart-elevation-8);
  background-color: var(--smart-background);
  box-sizing: border-box;
  outline: 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  display: flex;
  max-height: var(--smart-editor-drop-down-max-height);
  width: var(--smart-editor-drop-down-width);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
}
.smart-drop-down.smart-drop-down-container smart-list-box:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down.smart-drop-down-repositioned,
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  outline: 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  display: flex;
  max-height: var(--smart-editor-drop-down-max-height);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
  box-sizing: border-box;
  background-color: var(--smart-background);
}
.smart-drop-down.smart-drop-down-container .smart-drop-down-resize-bar {
  position: relative;
  width: 100%;
  margin-top: 2.5px;
  height: calc(var(--smart-editor-drop-down-resize-bar-height) - 2.5px);
  touch-action: none;
}
.smart-drop-down.smart-drop-down-container.smart-visibility-hidden {
  transform: scale(0);
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  top: 0;
  left: 0;
}
.smart-drop-down.smart-drop-down-container.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  width: var(--smart-editor-drop-down-width);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned[center-top],
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned[top] {
  margin: calc(-1 * (var(--smart-editor-drop-down-vertical-offset) + 3px)) 0;
}
.smart-drop-down.smart-date-time-drop-down {
  width: var(--smart-editor-drop-down-width);
  height: var(--smart-editor-drop-down-height);
}
.smart-drop-down.smart-date-time-drop-down.smart-drop-down-repositioned {
  flex-direction: column;
  height: var(--smart-editor-drop-down-height);
  min-height: var(--smart-editor-drop-down-min-height);
  width: var(--smart-editor-drop-down-width);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
}
.smart-drop-down.smart-date-time-drop-down[drop-down-display-mode=calendar] {
  height: calc(var(--smart-editor-drop-down-height) - var(--smart-calendar-title-height)) !important;
}
.smart-drop-down.smart-drop-down-color-picker.smart-drop-down-repositioned {
  max-height: calc(var(--smart-editor-drop-down-max-height) + 50px);
}
.smart-drop-down[top] .smart-drop-down-resize-bar {
  margin-top: 0;
  margin-bottom: 2.5px;
}
.smart-drop-down[top].smart-drop-down-container.smart-drop-down-repositioned,
.smart-drop-down[top].smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
  flex-direction: column-reverse;
}
.smart-drop-down[overlay-bottom],
.smart-drop-down[overlay-center],
.smart-drop-down[overlay-top] {
  margin: unset;
}
.smart-drop-down:not([resize-mode=none]) smart-list-box {
  position: relative;
  width: 100%;
  height: calc(100% - var(--smart-editor-drop-down-resize-bar-height));
  border: none;
}
.smart-drop-down:not([resize-mode=none]) .smart-drop-down-resize-bar {
  border-top: 1px solid var(--smart-border);
}
.smart-drop-down:not([resize-mode=none])[top] .smart-drop-down-resize-bar {
  border-top: initial;
  border-bottom: 1px solid var(--smart-border);
}
.smart-drop-down[resize-mode][top] .smart-drop-down-resize-bar > div {
  top: calc(50% - 1px);
}
.smart-drop-down[resize-mode=none] smart-list-box {
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
}
.smart-drop-down[resize-mode=none] .smart-drop-down-resize-bar {
  display: none;
  cursor: default;
}
.smart-drop-down[resize-mode=none] .smart-drop-down-resize-bar > div {
  display: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div {
  display: initial;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
  border: 1px solid var(--smart-border);
  border-radius: 50%;
  pointer-events: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:before,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--smart-border);
  border-radius: 50%;
  pointer-events: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:after {
  left: 500%;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:before,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:before {
  left: -400%;
}
.smart-drop-down[resize-mode=both].smart-drop-down-container.smart-drop-down-repositioned .smart-drop-down-resize-bar > div,
.smart-drop-down[resize-mode=vertical].smart-drop-down-container.smart-drop-down-repositioned .smart-drop-down-resize-bar > div {
  width: 3px;
  height: 3px;
}
.smart-drop-down[resize-mode=both][resize-indicator] .smart-drop-down-resize-bar:before,
.smart-drop-down[resize-mode=horizontal][resize-indicator] .smart-drop-down-resize-bar:before {
  width: 8px;
  height: 5px;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-resize-horizontal);
  position: absolute;
  top: calc(100% - 8px);
  left: calc(100% - 8px);
  transform: rotate(-45deg);
  font-size: 10px;
  cursor: se-resize;
}
.smart-drop-down[resize-mode=both][resize-indicator] .smart-drop-down-resize-bar:after,
.smart-drop-down[resize-mode=horizontal][resize-indicator] .smart-drop-down-resize-bar:after {
  width: 8px;
  height: 12px;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-resize-full);
  position: absolute;
  top: calc(100% - 12px);
  left: calc(100% - 7px);
  transform: rotate(-45deg) scaleX(2.25);
  font-size: 10px;
  cursor: e-resize;
}
.smart-color-picker .smart-drop-down,
.smart-combo-box .smart-drop-down,
.smart-date-time-picker .smart-drop-down,
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-container.smart-drop-down-repositioned,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-path .smart-drop-down,
.smart-text-box .smart-drop-down {
  height: var(--smart-editor-drop-down-height);
  max-height: var(--smart-editor-drop-down-max-height);
  min-height: var(--smart-editor-drop-down-min-height);
  width: var(--smart-editor-drop-down-width);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  outline: 0;
}
.smart-drop-down[resize-mode=both][top] .smart-drop-down-resize-bar:before,
.smart-drop-down[resize-mode=horizontal][top] .smart-drop-down-resize-bar:before {
  transform: rotate(45deg);
  top: calc(100% - 13px);
  left: calc(100% - 4px);
}
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar {
  cursor: n-resize;
}
.smart-drop-down[resize-mode=horizontal] .smart-drop-down-resize-bar {
  cursor: e-resize;
}
.smart-drop-down[resize-mode=horizontal] .smart-drop-down-resize-bar > div {
  display: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar {
  cursor: nwse-resize;
}
.smart-drop-down[resize-mode=both][top] .smart-drop-down-resize-bar {
  cursor: sw-resize;
}
.smart-drop-down-container.smart-drop-down-repositioned {
  background-color: var(--smart-background);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down-container.smart-drop-down-repositioned:focus {
  border-color: var(--smart-border);
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom],
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center],
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top] {
  margin: unset;
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top],
.smart-drop-down-container.smart-drop-down-repositioned[top] {
  margin: calc(-1 * (var(--smart-editor-drop-down-vertical-offset) + 3px)) 0;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[top]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[top]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-drop-down-container.smart-drop-down-repositioned[bottom]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[center-bottom]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-container.smart-drop-down-repositioned[bottom]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[center-bottom]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-container.smart-drop-down-repositioned:not([animation=none]).smart-visibility-hidden {
  transition: animation, visibility .2s cubic-bezier(.4, 0, .2, 1) 0s;
}
.smart-drop-down-container[top].smart-drop-down-container.smart-drop-down-repositioned {
  bottom: initial;
}
.smart-drop-down-container[top].smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  bottom: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down,
.smart-combo-box .smart-drop-down,
.smart-date-time-picker .smart-drop-down,
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-path .smart-drop-down,
.smart-text-box .smart-drop-down {
  background-color: var(--smart-background);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down.smart-visibility-hidden,
.smart-combo-box .smart-drop-down.smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down.smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down.smart-visibility-hidden,
.smart-path .smart-drop-down.smart-visibility-hidden,
.smart-text-box .smart-drop-down.smart-visibility-hidden {
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-combo-box .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-date-time-picker .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-drop-down-button .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-drop-down-list .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-multi-split-button .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-path .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-text-box .smart-drop-down.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-color-picker .smart-drop-down[overlay-bottom],
.smart-color-picker .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-bottom],
.smart-combo-box .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-bottom],
.smart-date-time-picker .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-bottom],
.smart-drop-down-button .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-bottom],
.smart-drop-down-list .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-bottom],
.smart-multi-split-button .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-bottom],
.smart-path .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-bottom],
.smart-text-box .smart-drop-down[overlay-bottom].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: 0;
}
.smart-color-picker .smart-drop-down[overlay-center],
.smart-color-picker .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-center],
.smart-combo-box .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-center],
.smart-date-time-picker .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-center],
.smart-drop-down-button .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-center],
.smart-drop-down-list .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-center],
.smart-multi-split-button .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-center],
.smart-path .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-center],
.smart-text-box .smart-drop-down[overlay-center].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: 50%;
  transform: translateY(-50%);
}
.smart-color-picker .smart-drop-down[overlay-top],
.smart-color-picker .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-top],
.smart-combo-box .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-top],
.smart-date-time-picker .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-top],
.smart-drop-down-button .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-top],
.smart-drop-down-list .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-top],
.smart-multi-split-button .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-top],
.smart-path .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-top],
.smart-text-box .smart-drop-down[overlay-top].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: initial;
  bottom: 0;
}
.smart-color-picker .smart-drop-down[top],
.smart-color-picker .smart-drop-down[top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[top],
.smart-combo-box .smart-drop-down[top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[top],
.smart-date-time-picker .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[top],
.smart-drop-down-button .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[top],
.smart-drop-down-list .smart-drop-down[top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[top],
.smart-multi-split-button .smart-drop-down[top].smart-visibility-hidden,
.smart-path .smart-drop-down[top],
.smart-path .smart-drop-down[top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[top],
.smart-text-box .smart-drop-down[top].smart-visibility-hidden {
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
  flex-direction: column-reverse;
}
.smart-color-picker .smart-drop-down[bottom],
.smart-combo-box .smart-drop-down[bottom],
.smart-date-time-picker .smart-drop-down[bottom],
.smart-drop-down-button .smart-drop-down[bottom],
.smart-drop-down-list .smart-drop-down[bottom],
.smart-multi-split-button .smart-drop-down[bottom],
.smart-path .smart-drop-down[bottom],
.smart-text-box .smart-drop-down[bottom] {
  cursor: default;
  left: 0;
  box-sizing: border-box;
  font-size: inherit;
  padding: var(--smart-editor-drop-down-padding-size);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  background-color: var(--smart-background);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  box-shadow: var(--smart-elevation-8);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-combo-box .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-drop-down-button .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-drop-down-list .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-multi-split-button .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-text-box .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical] {
  padding-top: initial;
}
.smart-color-picker .smart-drop-down[bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[bottom].smart-visibility-hidden {
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down[center-bottom],
.smart-color-picker .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[center-bottom],
.smart-combo-box .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[center-bottom],
.smart-date-time-picker .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[center-bottom],
.smart-drop-down-button .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[center-bottom],
.smart-drop-down-list .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[center-bottom],
.smart-multi-split-button .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[center-bottom],
.smart-path .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[center-bottom],
.smart-text-box .smart-drop-down[center-bottom].smart-visibility-hidden {
  left: 50%;
  border: var(--smart-border-width) solid var(--smart-border);
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down[center-top],
.smart-color-picker .smart-drop-down[center-top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[center-top],
.smart-combo-box .smart-drop-down[center-top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[center-top],
.smart-date-time-picker .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[center-top],
.smart-drop-down-button .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[center-top],
.smart-drop-down-list .smart-drop-down[center-top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[center-top],
.smart-multi-split-button .smart-drop-down[center-top].smart-visibility-hidden,
.smart-path .smart-drop-down[center-top],
.smart-path .smart-drop-down[center-top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[center-top],
.smart-text-box .smart-drop-down[center-top].smart-visibility-hidden {
  left: 50%;
  border: var(--smart-border-width) solid var(--smart-border);
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
}
.smart-color-picker:not([animation=none]) .smart-drop-down,
.smart-combo-box:not([animation=none]) .smart-drop-down,
.smart-date-time-picker:not([animation=none]) .smart-drop-down,
.smart-drop-down-button:not([animation=none]) .smart-drop-down,
.smart-drop-down-list:not([animation=none]) .smart-drop-down,
.smart-multi-split-button:not([animation=none]) .smart-drop-down,
.smart-path:not([animation=none]) .smart-drop-down,
.smart-text-box:not([animation=none]) .smart-drop-down {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down.smart-visibility-hidden {
  transition: animation, visibility .2s cubic-bezier(.4, 0, .2, 1) 0s;
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[bottom],
.smart-color-picker:not([animation=none]) .smart-drop-down[center-bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[center-bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-bottom],
.smart-path:not([animation=none]) .smart-drop-down[bottom],
.smart-path:not([animation=none]) .smart-drop-down[center-bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[center-bottom] {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[center-top],
.smart-color-picker:not([animation=none]) .smart-drop-down[top],
.smart-combo-box:not([animation=none]) .smart-drop-down[center-top],
.smart-combo-box:not([animation=none]) .smart-drop-down[top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[top],
.smart-path:not([animation=none]) .smart-drop-down[center-top],
.smart-path:not([animation=none]) .smart-drop-down[top],
.smart-text-box:not([animation=none]) .smart-drop-down[center-top],
.smart-text-box:not([animation=none]) .smart-drop-down[top] {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-top],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-top],
.smart-path:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-path:not([animation=none]) .smart-drop-down[overlay-top],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-top] {
  animation: smart-drop-down-list-smart-animate-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-center],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-center],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-center],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-center],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-center],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-center],
.smart-path:not([animation=none]) .smart-drop-down[overlay-center],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-center] {
  animation: smart-drop-down-list-smart-animate-overlay-center-opening .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-overlay-center-closing .2s cubic-bezier(.4, 0, .2, 1) 0s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-text-box .smart-drop-down {
  height: calc(var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down smart-scroll-bar:before,
.smart-drop-down-list .smart-drop-down smart-scroll-bar:before,
.smart-multi-split-button .smart-drop-down smart-scroll-bar:before,
.smart-text-box .smart-drop-down smart-scroll-bar:before {
  display: none;
  background-color: var(--smart-border);
}
.smart-drop-down-button .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-drop-down-list .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-multi-split-button .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-text-box .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down .smart-list-items-container.vscroll,
.smart-drop-down-button .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-drop-down-list .smart-drop-down .smart-list-items-container.vscroll,
.smart-drop-down-list .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-multi-split-button .smart-drop-down .smart-list-items-container.vscroll,
.smart-multi-split-button .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-text-box .smart-drop-down .smart-list-items-container.vscroll,
.smart-text-box .smart-drop-down smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down input:focus,
.smart-drop-down-list .smart-drop-down input:focus,
.smart-multi-split-button .smart-drop-down input:focus,
.smart-text-box .smart-drop-down input:focus {
  outline: 0;
}
.smart-drop-down-button.auto-height .smart-action-button,
.smart-drop-down-list.auto-height .smart-action-button,
.smart-multi-split-button.auto-height .smart-action-button {
  white-space: initial;
  text-overflow: initial;
  line-height: 1rem;
  flex-wrap: wrap;
}
.smart-drop-down-button.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-drop-down-button.auto-height[selection-display-mode=tokens] smart-action-button > span,
.smart-drop-down-list.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-drop-down-list.auto-height[selection-display-mode=tokens] smart-action-button > span,
.smart-multi-split-button.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-multi-split-button.auto-height[selection-display-mode=tokens] smart-action-button > span {
  display: inline-block;
  margin: .2em;
}
.smart-color-picker .smart-drop-down smart-scroll-bar:before,
.smart-combo-box .smart-drop-down smart-scroll-bar:before,
.smart-list-box smart-scroll-bar:before,
.smart-scroll-viewer smart-scroll-bar:before {
  display: none;
  background-color: var(--smart-border);
}
.smart-color-picker .smart-drop-down {
  width: var(--smart-drop-down-button-drop-down-width);
  height: var(--smart-drop-down-button-drop-down-height);
}
.smart-color-picker .smart-drop-down.smart-drop-down-color-picker {
  max-height: calc(var(--smart-editor-drop-down-max-height) + 50px);
}
.smart-color-picker .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-color-picker .smart-drop-down .smart-list-items-container.vscroll {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-list .smart-drop-down {
  width: var(--smart-drop-down-list-drop-down-width);
  height: var(--smart-drop-down-list-drop-down-height);
}
.smart-combo-box .smart-drop-down {
  width: var(--smart-combo-box-drop-down-width);
  height: var(--smart-combo-box-drop-down-height);
}
.smart-combo-box .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-combo-box .smart-drop-down .smart-list-items-container.vscroll,
.smart-combo-box .smart-drop-down smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-combo-box .smart-selection-field input {
  outline: 0;
}
.smart-drop-down-button .smart-drop-down {
  width: var(--smart-drop-down-button-drop-down-width);
  height: var(--smart-drop-down-button-drop-down-height);
}
.smart-date-time-picker .smart-drop-down {
  border: none;
}
.smart-drop-down-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
}
.smart-list-box input.vscroll {
  outline: 0;
}
.smart-list-box smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-list-box .smart-list-items-container.vscroll,
.smart-list-box smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer {
  max-width: 100%;
  border: 0;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button[focus],
.smart-drop-down-box[right-to-left]:not([hover]) .smart-action-button[focus] {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-scroll-viewer smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-list-items-container.vscroll,
.smart-scroll-viewer smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
@keyframes smart-drop-down-list-smart-animate-overlay-center-opening {
  0% {
    opacity: .2;
    transform: scaleY(0) translateY(-50%);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: 1;
    transform: scaleY(1) translateY(-50%);
  }
}
@keyframes smart-drop-down-list-smart-animate-overlay-center-closing {
  0% {
    opacity: 1;
    transform: scaleY(1) translateY(-50%);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: .2;
    transform: scaleY(0) translateY(-50%);
  }
}
@keyframes smart-drop-down-list-smart-animate-opening {
  0% {
    opacity: .2;
    transform: scaleY(0);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes smart-drop-down-list-smart-animate-closing {
  0% {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: none;
  }
  50% {
    opacity: .4;
    pointer-events: none;
  }
  100% {
    opacity: .2;
    transform: scaleY(0);
    pointer-events: none;
  }
}
.smart-drop-down-box[right-to-left]:not([hover]) .smart-action-button[focus] {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]):not([opened]):not([hover]) .smart-drop-down-button:not([hover]),
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]):not([opened]):not([hover]) .smart-drop-down-button[focus]:not([hover]) {
  border-bottom-left-radius: 0;
}
.smart-time-picker {
  display: block;
  width: var(--smart-time-picker-default-width);
  height: var(--smart-time-picker-default-height);
  line-height: initial;
  min-width: 250px;
}
.smart-time-picker > .smart-container {
  width: 100%;
  height: 100%;
}
.smart-time-picker .smart-main-container {
  width: 100%;
  height: calc(100% - var(--smart-calendar-title-height));
  padding: 2%;
  background-color: var(--smart-background);
}
.smart-time-picker .smart-header {
  display: flex;
  width: 100%;
  height: var(--smart-calendar-title-height);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  justify-content: center;
  align-items: center;
}
.smart-time-picker .smart-header:focus {
  outline: var(--smart-background) solid 1px;
}
.smart-time-picker .smart-footer {
  display: none;
}
.smart-time-picker .smart-svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.smart-time-picker .smart-am-container,
.smart-time-picker .smart-hour-container,
.smart-time-picker .smart-minute-container,
.smart-time-picker .smart-pm-container {
  opacity: .5;
  cursor: pointer;
}
.smart-time-picker .smart-hour-minute-container {
  display: flex;
  font-size: 50px;
}
.smart-time-picker .smart-hour-minute-container div:nth-child(2) {
  opacity: .5;
}
.smart-time-picker .smart-am-pm-container {
  margin-left: 10px;
}
.smart-time-picker .smart-selected {
  opacity: 1;
}
.smart-time-picker .smart-svg-picker {
  border-radius: 50%;
  background-color: var(--smart-background);
  position: relative;
  box-sizing: content-box;
  touch-action: none;
}
.smart-time-picker .smart-svg-picker:focus {
  border: 1px solid var(--smart-outline);
  outline: 0;
}
.smart-time-picker .smart-svg-picker.animate {
  animation: smart-time-picker-animation .5s linear;
}
.smart-time-picker .smart-label {
  fill: var(--smart-background-color);
}
.smart-time-picker .smart-label.smart-selected {
  fill: var(--smart-primary-color);
  stroke: var(--smart-primary-color);
  stroke-width: 0;
}
.smart-time-picker .smart-needle,
.smart-time-picker .smart-needle-central-circle {
  fill: var(--smart-primary);
}
.smart-time-picker[disabled] .smart-am-container,
.smart-time-picker[disabled] .smart-hour-container,
.smart-time-picker[disabled] .smart-minute-container,
.smart-time-picker[disabled] .smart-pm-container,
.smart-time-picker[readonly] .smart-am-container,
.smart-time-picker[readonly] .smart-hour-container,
.smart-time-picker[readonly] .smart-minute-container,
.smart-time-picker[readonly] .smart-pm-container {
  cursor: default;
}
.smart-time-picker[footer] .smart-footer {
  display: block;
  width: 100%;
  height: 30px;
}
.smart-time-picker[footer] .smart-svg-container {
  height: calc(100% - 30px);
}
.smart-time-picker[view=landscape] {
  width: var(--smart-time-picker-default-height);
  height: var(--smart-time-picker-default-width);
  min-width: 400px;
}
.smart-time-picker[view=landscape] > .smart-container {
  display: flex;
}
.smart-time-picker[view=landscape] .smart-header {
  flex-direction: column;
  width: 33%;
  height: 100%;
}
.smart-time-picker[view=landscape] .smart-main-container {
  width: 67%;
  height: 100%;
}
.smart-time-picker[view=landscape] .smart-am-pm-container {
  margin-left: 0;
}
@keyframes smart-time-picker-animation {
  0%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: .5;
  }
  50% {
    opacity: 0;
  }
}
.smart-time-picker[right-to-left] .smart-footer,
.smart-time-picker[right-to-left] .smart-header {
  direction: rtl;
}
.smart-time-picker[right-to-left] .smart-am-pm-container {
  margin: 0 10px 0 0;
}
.smart-time-picker[right-to-left][view=landscape] > .smart-container {
  flex-direction: row-reverse;
}
smart-toast,
smart-toast .smart-toast-container {
  font-family: var(--smart-font-family-icon);
  display: none;
}
.smart-toast-container.smart-toast-container-bottom-left,
.smart-toast-container.smart-toast-container-bottom-right,
.smart-toast-container.smart-toast-container-custom,
.smart-toast-container.smart-toast-container-top-left,
.smart-toast-container.smart-toast-container-top-right {
  width: var(--smart-toast-container-default-width);
  padding: 5px;
  position: fixed;
  overflow-y: hidden;
  box-sizing: border-box;
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-toast-container.smart-toast-container-top-left {
  top: 0;
  left: 0;
}
.smart-toast-container.smart-toast-container-top-right {
  top: 0;
  right: 0;
}
.smart-toast-container.smart-toast-container-bottom-left {
  bottom: 0;
  left: 0;
}
.smart-toast-container.smart-toast-container-bottom-right {
  bottom: 0;
  right: 0;
}
.smart-toast-container.smart-toast-container-modal {
  width: 100%;
  height: 100%;
}
.smart-toast-container.smart-toast-container-modal:not(:empty) {
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-toast-container.smart-toast-container-modal .smart-toast-item {
  width: 200px;
}
.smart-toast-item {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  opacity: .8;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--smart-surface);
  border-color: var(--smart-border);
  color: var(--smart-surface-color);
}
.smart-toast-item:hover {
  opacity: 1;
}
.smart-toast-item .smart-toast-item-header {
  display: flex;
  justify-content: flex-end;
  height: var(--smart-toast-header-height);
}
.smart-toast-item .smart-toast-item-header .smart-toast-item-close-button {
  font-family: var(--smart-font-family-icon);
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  margin: 5px;
  opacity: 1;
  display: none;
  width: var(--smart-font-size);
  height: var(--smart-font-size);
  color: inherit;
}
.smart-toast-item .smart-toast-item-container {
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  top: -4px;
}
.smart-toast-item .smart-toast-item-container .smart-toast-item-icon {
  width: 25px;
  height: 25px;
  margin: 0 15px;
  display: inline-block;
  background-repeat: no-repeat;
}
.smart-toast-item .smart-toast-item-container .smart-toast-item-icon:after {
  content: var(--smart-toast-item-icon);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--smart-font-family-icon);
  font-size: 1.75em;
}
.smart-toast-item .smart-toast-item-container .smart-toast-item-content {
  text-align: center;
  opacity: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 110px);
  margin: 0 15px;
}
.smart-toast-item[show-close-button] .smart-toast-item-header .smart-toast-item-close-button {
  display: block;
}
.smart-toast-item[show-close-button] .smart-toast-item-header .smart-toast-item-close-button:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-close);
  font-size: inherit;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.smart-toast-item.primary,
.smart-toast-item.primary .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item[opened] {
  opacity: .8;
}
.smart-toast-item[opened]:hover {
  opacity: 1;
}
.smart-toast-item.blink {
  animation: blink normal 1s infinite ease-in;
}
.smart-toast-item.primary {
  background-color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.smart-toast-item.secondary {
  background-color: var(--smart-secondary);
  border-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
}
.smart-toast-item.secondary .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.success {
  background-color: var(--smart-success);
  border-color: var(--smart-success);
  color: var(--smart-success-color);
}
.smart-toast-item.success .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.error {
  background-color: var(--smart-error);
  border-color: var(--smart-error);
  color: var(--smart-error-color);
}
.smart-toast-item.error .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.info {
  background-color: var(--smart-info);
  border-color: var(--smart-info);
  color: var(--smart-info-color);
}
.smart-toast-item.info .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.warning {
  background-color: var(--smart-warning);
  border-color: var(--smart-warning);
  color: var(--smart-warning-color);
}
.smart-toast-item.warning .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.light {
  background-color: var(--smart-light);
  border-color: var(--smart-light);
  color: var(--smart-light-color);
}
.smart-toast-item.light .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.dark {
  background-color: var(--smart-dark);
  border-color: var(--smart-dark);
  color: var(--smart-dark-color);
}
.smart-toast-item.dark .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.mail {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.smart-toast-item.mail .smart-toast-item-header .smart-toast-item-close-button {
  color: #fff;
}
.smart-toast-item.time {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.smart-toast-item.time .smart-toast-item-header .smart-toast-item-close-button {
  color: #fff;
}
.smart-toast-item.info .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-help-circled);
}
.smart-toast-item.warning .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-attention);
}
.smart-toast-item.success .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-check);
}
.smart-toast-item.error .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-block);
}
.smart-toast-item.mail .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-mail);
}
.smart-toast-item.time .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-clock);
}
.smart-toast-item[right-to-left] > .smart-container {
  direction: rtl;
}
@keyframes blink {
  50% {
    opacity: .5;
  }
}
smart-date-time-picker {
  width: var(--smart-date-time-picker-default-width);
  min-width: var(--smart-editor-addon-width);
  height: var(--smart-date-time-picker-default-height);
  min-height: var(--smart-editor-height);
}
smart-date-time-picker.smart-element {
  overflow: visible;
}
smart-date-time-picker[hover] {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-date-time-picker.smart-container,
smart-date-time-picker > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-date-time-picker.smart-container > .smart-content,
smart-date-time-picker > .smart-container > .smart-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.smart-date-time-picker.smart-container > input,
smart-date-time-picker > .smart-container > input {
  height: 100%;
}
.smart-date-time-picker .smart-input.smart-date-time-input {
  width: 100%;
  border: none;
  background: inherit;
  padding: var(--smart-editor-label-padding);
  outline: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
}
.smart-date-time-picker > .smart-container > .smart-hint,
.smart-date-time-picker > .smart-container > .smart-label {
  display: none;
  position: absolute;
}
.smart-date-time-picker .smart-spin-buttons-container {
  height: 100%;
  display: none;
  width: var(--smart-editor-addon-width);
  border-radius: 0;
}
.smart-date-time-picker .smart-spin-button {
  --smart-button-padding:0;
  display: block;
  width: 100%;
  height: 50%;
  min-height: 0;
  color: var(--smart-surface-color);
  background-color: var(--smart-surface);
  border: solid;
  border-width: 0;
  border-color: var(--smart-border);
  border-left-width: var(--smart-border-width);
  font-weight: 500;
  border-radius: 0;
}
.smart-date-time-picker .smart-spin-button:first-child {
  border-bottom-width: 1px;
}
.smart-date-time-picker .smart-spin-button[hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-date-time-picker .smart-spin-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button {
  height: 100%;
  display: none;
  width: var(--smart-editor-addon-width);
  cursor: pointer;
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
  border-width: 0;
  border-left-width: var(--smart-border-width);
  border-style: solid;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: hidden;
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button:after {
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: var(--smart-arrow-size);
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  content: var(--smart-icon-calendar);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button[hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button.time:after {
  content: var(--smart-icon-clock);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button.smart-drop-down-button-pressed {
  color: var(--smart-ui-state-color);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button.smart-drop-down-button-pressed[hover]:after {
  color: var(--smart-ui-state-color-hover);
}
.smart-date-time-picker .smart-drop-down.smart-date-time-drop-down {
  padding: 0 !important;
}
.smart-date-time-picker .smart-ripple {
  background: var(--smart-background);
}
.smart-date-time-picker[focus],
.smart-date-time-picker[focus] .smart-drop-down-button.smart-calendar-button {
  border-color: var(--smart-outline);
}
.smart-date-time-picker[disabled] .smart-input.smart-date-time-input {
  background-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.smart-date-time-picker[disabled] .smart-drop-down-button.smart-calendar-button,
.smart-date-time-picker[readonly] .smart-drop-down-button.smart-calendar-button {
  cursor: default;
}
.smart-date-time-picker[label] > .smart-container > .smart-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: var(--smart-editor-label-padding);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: initial;
  line-height: initial;
}
.smart-date-time-picker[calendar-button] .smart-input.smart-date-time-input,
.smart-date-time-picker[spin-buttons] .smart-input.smart-date-time-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-date-time-picker[spin-buttons-position=left] .smart-spin-button {
  border-right-width: var(--smart-border-width);
  border-left-width: 0;
}
.smart-date-time-picker[spin-buttons-position=left] .smart-spin-button:first-child {
  border-top-left-radius: var(--smart-border-top-left-radius);
}
.smart-date-time-picker[spin-buttons-position=left] .smart-spin-button:last-child {
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-date-time-picker[spin-buttons] {
  min-width: calc(var(--smart-editor-addon-width));
}
.smart-date-time-picker[spin-buttons] .smart-spin-buttons-container {
  display: block;
}
.smart-date-time-picker[spin-buttons]:not([spin-buttons-position=left]) .smart-input.smart-date-time-input {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-date-time-picker[calendar-button] {
  min-width: var(--smart-editor-addon-width);
}
.smart-date-time-picker[calendar-button] .smart-drop-down-button.smart-calendar-button {
  display: block;
  position: relative;
}
.smart-date-time-picker[spin-buttons][calendar-button] {
  min-width: calc(var(--smart-editor-addon-width) + var(--smart-editor-addon-width));
}
.smart-date-time-picker[spin-buttons][calendar-button] .smart-input.smart-date-time-input {
  width: calc(100% - var(--smart-editor-addon-width) - var(--smart-editor-addon-width));
}
.smart-date-time-picker[spin-buttons][calendar-button][calendar-button-position=left][spin-buttons-position=left] .smart-spin-button:first-child {
  border-top-left-radius: 0;
}
.smart-date-time-picker[spin-buttons][calendar-button][calendar-button-position=left][spin-buttons-position=left] .smart-spin-button:last-child {
  border-bottom-left-radius: 0;
}
.smart-date-time-picker:not([spin-buttons]) .smart-input.smart-date-time-input,
.smart-date-time-picker[calendar-button-position=left] .smart-drop-down-button {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-date-time-picker[calendar-button-position=left] .smart-drop-down-button {
  border-left: none;
  border-right-width: var(--smart-border-width);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-date-time-picker[calendar-button-position=left][spin-buttons]:not([spin-buttons-position=left]) .smart-spin-button:first-child {
  border-top-right-radius: var(--smart-border-top-right-radius);
}
.smart-date-time-picker[calendar-button-position=left][spin-buttons]:not([spin-buttons-position=left]) .smart-spin-button:last-child {
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-date-time-picker:not([calendar-button])[spin-buttons-position=left] .smart-input.smart-date-time-input,
.smart-date-time-picker[calendar-button-position=left][spin-buttons-position=left] .smart-input.smart-date-time-input {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-date-time-picker:not([calendar-button])[spin-buttons]:not([spin-buttons-position=left]) .smart-spin-button:first-child {
  border-top-right-radius: var(--smart-border-top-right-radius);
}
.smart-date-time-picker:not([calendar-button])[spin-buttons]:not([spin-buttons-position=left]) .smart-spin-button:last-child {
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-date-time-picker:not([spin-buttons]):not([calendar-button]) .smart-input.smart-date-time-input,
.smart-date-time-picker:not([spin-buttons])[calendar-button-position=left] .smart-input.smart-date-time-input {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-date-time-picker.underlined {
  border-width: 0 0 1px;
  background: var(--smart-background);
}
.smart-date-time-picker.underlined .smart-drop-down-button,
.smart-date-time-picker.underlined .smart-spin-button {
  border-width: 0;
  background: var(--smart-background);
}
.smart-date-time-picker.underlined .smart-spin-button[active],
.smart-date-time-picker.underlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-date-time-picker.underlined .smart-drop-down-button.smart-calendar-button[active],
.smart-date-time-picker.underlined .smart-drop-down-button.smart-calendar-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-date-time-picker.underlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  box-sizing: border-box;
  padding: var(--smart-editor-label-padding);
  color: var(--smart-background-color);
  pointer-events: none;
  font-size: 75%;
  opacity: 0;
  transition:
    color .2s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    opacity .1s,
    top .2s;
  margin-top: calc(0px - var(--smart-font-size));
}
.smart-date-time-picker.underlined .smart-hint:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--smart-primary);
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform .2s;
}
.smart-date-time-picker.underlined:not([focus]) .smart-hint {
  margin-top: 0;
}
.smart-date-time-picker.underlined[focus] .smart-drop-down-button.smart-calendar-button,
.smart-date-time-picker.underlined[focus] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-date-time-picker.underlined[focus] .smart-hint:after {
  transform: scale(1);
}
.smart-date-time-picker.outlined {
  padding-top: 6px;
  height: auto;
  min-height: 0;
  border: none;
  background: inherit;
}
.smart-date-time-picker.outlined input {
  padding: 0;
  border: none !important;
  z-index: initial;
}
.smart-date-time-picker.outlined .smart-content {
  padding: 4px 3px;
  border: 1px solid var(--smart-border);
  height: auto;
  border-radius: var(--smart-border-radius);
  background: var(--smart-background);
  z-index: 5;
}
.smart-date-time-picker.outlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-date-time-picker.outlined .smart-spin-button[active],
.smart-date-time-picker.outlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-date-time-picker.outlined .smart-drop-down-button {
  padding: 8px 0;
  background: var(--smart-background);
  border-width: 0;
}
.smart-date-time-picker.outlined .smart-drop-down-button.smart-calendar-button[active],
.smart-date-time-picker.outlined .smart-drop-down-button.smart-calendar-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-date-time-picker.outlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  border-color: var(--smart-border) !important;
  width: 100%;
  max-height: 100%;
  color: var(--smart-background-color);
  z-index: 5;
  pointer-events: none;
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  margin-top: -6px;
  transition:
    color .2s,
    font-size .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s;
}
.smart-date-time-picker.outlined .smart-hint:after,
.smart-date-time-picker.outlined .smart-hint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: var(--smart-border) !important;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color .2s, box-shadow .2s;
}
.smart-date-time-picker.outlined .smart-hint:before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.smart-date-time-picker.outlined .smart-hint:after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
.smart-date-time-picker.outlined:not([focus]) .smart-hint {
  font-size: var(--smart-font-size);
  line-height: 48px;
  opacity: 0;
}
.smart-date-time-picker.outlined[focus] .smart-content {
  border-color: var(--smart-primary);
  border-top-color: transparent !important;
}
.smart-date-time-picker.outlined[focus] .smart-drop-down-button {
  color: var(--smart-primary);
}
.smart-date-time-picker.outlined[focus] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-date-time-picker.outlined[focus] .smart-hint:after,
.smart-date-time-picker.outlined[focus] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
}
.smart-date-time-picker.outlined.smart-element-init .smart-hint {
  visibility: hidden;
  display: none !important;
}
.smart-drop-down.smart-date-time-drop-down {
  padding: 0 !important;
}
.smart-drop-down.smart-date-time-drop-down[footer] {
  height: calc(30px + var(--smart-editor-drop-down-height));
  max-height: calc(30px + var(--smart-editor-drop-down-height));
}
.smart-drop-down.smart-date-time-drop-down smart-calendar {
  border: none;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
}
.smart-drop-down.smart-date-time-drop-down smart-time-picker {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  min-width: initial;
}
.smart-drop-down.smart-date-time-drop-down smart-time-picker .smart-hour-minute-container {
  font-size: 40px;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer,
.smart-drop-down.smart-date-time-drop-down .smart-header {
  cursor: initial;
}
.smart-drop-down.smart-date-time-drop-down .smart-date-time-picker-footer {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 1px;
}
.smart-drop-down.smart-date-time-drop-down .smart-am-pm-element {
  width: 100%;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component {
  display: flex;
  padding: 1px;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component > input {
  outline: 0;
  border: var(--smart-border-width) solid var(--smart-border);
  text-align: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  height: 100%;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component > input:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component > span {
  width: 30%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-today {
  padding: 1px;
  font-family: var(--smart-font-family-icon);
  border: var(--smart-border-width) solid transparent;
  display: flex;
  width: 30%;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-today:focus {
  outline: 0;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-hour,
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-minute {
  width: 30%;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-hour smart-repeat-button,
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-minute smart-repeat-button {
  border-radius: 0;
  margin: 0 0 0 -1px;
  width: 100%;
  height: 50%;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-hour smart-repeat-button:last-child,
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-minute smart-repeat-button:last-child {
  border-top-color: transparent;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-hour button,
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-minute button {
  border-radius: 0;
  padding: 0;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-ampm {
  width: 30%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.smart-drop-down.smart-date-time-drop-down .smart-hour-element,
.smart-drop-down.smart-date-time-drop-down .smart-minute-element {
  width: 60%;
}
.smart-drop-down.smart-date-time-drop-down .smart-today-element {
  cursor: pointer;
  outline: 0;
}
.smart-drop-down.smart-date-time-drop-down .smart-today-element:after {
  content: var(--smart-icon-calendar);
}
.smart-drop-down.smart-date-time-drop-down .smart-today-element:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header {
  height: var(--smart-bar-height);
  width: 100%;
  display: flex;
  align-items: center;
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header:focus {
  outline: 0;
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  opacity: var(--smart-date-time-picker-header-opacity);
  outline: unset;
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header > div:focus {
  text-decoration: underline;
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header > .smart-selected {
  background-color: var(--smart-primary);
  border-color: var(--smart-primary);
  color: var(--smart-primary-color);
  opacity: var(--smart-date-time-picker-header-opacity-active);
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-content {
  width: 100%;
  height: calc(100% - var(--smart-bar-height));
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-content.partial,
.smart-drop-down.smart-date-time-drop-down[drop-down-display-mode=classic] .smart-calendar-container,
.smart-drop-down.smart-date-time-drop-down[drop-down-display-mode=timePicker] .smart-calendar-container {
  height: 100%;
}
.smart-drop-down.smart-date-time-drop-down .smart-date-time-picker .smart-hidden {
  display: none;
}
.smart-drop-down.smart-date-time-drop-down.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-date-time-picker[right-to-left] > .smart-container {
  direction: initial;
}
.smart-date-time-picker[right-to-left] .smart-hint,
.smart-date-time-picker[right-to-left] .smart-input.smart-date-time-input,
.smart-date-time-picker[right-to-left] > .smart-container > .smart-label {
  direction: rtl;
}
smart-window:not([opened]) {
  opacity: 0;
}
.smart-window:not(.smart-container) {
  position: absolute;
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
  width: var(--smart-window-default-width);
  height: var(--smart-window-default-height);
  min-width: var(--smart-window-min-width);
  min-height: var(--smart-window-header-height);
  box-shadow: var(--smart-elevation-24);
  z-index: calc(var(--smart-editor-drop-down-z-index) - 1);
  display: block;
  overflow: hidden;
}
.smart-window > .smart-container:not(.smart-window) {
  max-height: inherit;
}
.smart-window .smart-content-container {
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  height: 100%;
  outline: 0;
  max-height: inherit;
}
.smart-window .smart-content-container > .smart-header-section {
  display: flex;
  justify-content: space-between;
  cursor: move;
  overflow: hidden;
  align-items: center;
  touch-action: none;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  border-color: var(--smart-border);
  color: var(--smart-surface-color);
  line-height: initial;
  height: var(--smart-window-header-height);
  min-height: var(--smart-window-header-height);
  background: var(--smart-window-header-background);
  padding: var(--smart-window-header-padding);
}
.smart-window .smart-content-container > .smart-header-section .smart-buttons-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-window .smart-content-container > .smart-header-section .smart-buttons-container button {
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
  cursor: pointer;
  height: var(--smart-window-header-button-size);
  width: var(--smart-window-header-button-size);
  padding: 0;
  min-height: 0;
  background: 0 0;
  color: inherit;
  border: none;
  outline: 0;
}
.smart-window .smart-content-container > .smart-header-section .smart-buttons-container button:active {
  outline: 0;
  background-color: initial;
}
.smart-window .smart-content-container > .smart-content {
  width: 100%;
  height: calc(100% - var(--smart-window-header-height));
  display: flex;
  align-items: center;
  overflow-y: auto;
  padding: var(--smart-window-content-padding);
  background: var(--smart-background);
  flex-direction: column;
}
@media not all and (min-resolution:0.001dpcm) {
  .smart-window .smart-content-container > .smart-content {
    align-content: start;
  }
}
.smart-window .smart-content-container > .smart-footer {
  width: 100%;
  min-height: var(--smart-window-footer-height);
  font-family: inherit;
  font-size: inherit;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  border-color: var(--smart-border);
  color: var(--smart-surface-color);
  line-height: initial;
  position: relative;
  background-color: initial;
  display: flex;
  justify-content: center;
  height: var(--smart-window-footer-height);
  background: var(--smart-window-footer-background);
  padding: var(--smart-window-footer-padding);
}
.smart-window .smart-content-container > .smart-footer:empty {
  display: none;
}
.smart-window .smart-content-container.smart-window-resizing-left,
.smart-window .smart-content-container.smart-window-resizing-left > .smart-header-section,
.smart-window .smart-content-container.smart-window-resizing-right,
.smart-window .smart-content-container.smart-window-resizing-right > .smart-header-section {
  cursor: e-resize;
}
.smart-window .smart-content-container.smart-window-resizing-bottom,
.smart-window .smart-content-container.smart-window-resizing-bottom > .smart-header-section,
.smart-window .smart-content-container.smart-window-resizing-top,
.smart-window .smart-content-container.smart-window-resizing-top > .smart-header-section {
  cursor: ns-resize;
}
.smart-window .smart-content-container.smart-window-resizing-bottom-right,
.smart-window .smart-content-container.smart-window-resizing-bottom-right > .smart-header-section,
.smart-window .smart-content-container.smart-window-resizing-top-left,
.smart-window .smart-content-container.smart-window-resizing-top-left > .smart-header-section {
  cursor: se-resize;
}
.smart-window .smart-content-container.smart-window-resizing-bottom-left,
.smart-window .smart-content-container.smart-window-resizing-bottom-left > .smart-header-section,
.smart-window .smart-content-container.smart-window-resizing-top-right,
.smart-window .smart-content-container.smart-window-resizing-top-right > .smart-header-section {
  cursor: sw-resize;
}
.smart-window .smart-header-section .smart-buttons-container button:after {
  position: absolute;
  top: 0;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-window-header-icon-size);
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.smart-window.smart-tabs-window .smart-content-container > .smart-footer.smart-hidden,
.smart-window.smart-tabs-window .smart-content-container > .smart-header-section.smart-hidden,
.smart-window.smart-tabs-window[auto-hide] .smart-content-container > .smart-header-section,
.smart-window.smart-tabs-window[auto-hide] .smart-tabs-content-section,
.smart-window[header-position=none] .smart-content-container > .smart-header-section {
  display: none;
}
.smart-window .smart-header-section .smart-buttons-container button:first-of-type {
  margin-left: initial;
}
.smart-window .smart-header-section .smart-buttons-container button:last-of-type {
  margin-right: initial;
}
.smart-window .smart-header-section .smart-buttons-container button.hover {
  color: initial;
  background-color: initial;
}
.smart-window .smart-header-section .smart-close-button:after {
  content: var(--smart-icon-close);
}
.smart-window .smart-header-section .smart-collapse-button:after {
  content: var(--smart-icon-arrow-down);
}
.smart-window .smart-header-section .smart-maximize-button:after {
  content: var(--smart-icon-window-maximize);
}
.smart-window .smart-header-section .smart-pin-button:after {
  content: var(--smart-icon-window-pin);
}
.smart-window .smart-header-section .smart-minimize-button:after {
  content: var(--smart-icon-window-minimize);
}
.smart-window:focus,
.smart-window[focus] {
  outline: 0;
  border-color: var(--smart-primary);
  box-shadow: var(--smart-elevation-24);
}
.smart-window:focus .smart-content-container > .smart-header-section,
.smart-window[focus] .smart-content-container > .smart-header-section {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-window[ontop] {
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-window:not([animation=none]) {
  transition:
    width .2s cubic-bezier(.4, 0, .2, 1),
    height .25s cubic-bezier(.4, 0, .2, 1),
    top .2s cubic-bezier(.4, 0, .6, 1),
    left .2s cubic-bezier(.4, 0, .6, 1),
    transform .2s cubic-bezier(.4, 0, .2, 1),
    visibility .2s cubic-bezier(.4, 0, .2, 1),
    min-height .25s cubic-bezier(.4, 0, .2, 1),
    min-width .25s cubic-bezier(.4, 0, .2, 1),
    opacity .25s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
}
.smart-window:not([animation=none]) .smart-header-section .smart-collapse-button:after,
.smart-window:not([animation=none]) .smart-header-section .smart-pin-button:after {
  transition: transform .15s linear;
}
.smart-window:not([animation=none]).no-transition,
.smart-window:not([animation=none]).no-transition.smart-visibility-hidden {
  transition: none;
}
.smart-window:not([animation=none]).smart-visibility-hidden,
.smart-window:not([animation=none]).smart-visibility-hidden[maximized] {
  transition:
    width .2s cubic-bezier(.4, 0, .2, 1),
    height .2s cubic-bezier(.4, 0, .2, 1),
    top .2s cubic-bezier(.4, 0, .2, 1),
    left .2s cubic-bezier(.4, 0, .2, 1),
    visibility .2s cubic-bezier(.4, 0, .6, 1),
    transform .2s cubic-bezier(.4, 0, .6, 1),
    min-height .25s cubic-bezier(.4, 0, .2, 1),
    min-width .25s cubic-bezier(.4, 0, .2, 1),
    opacity .25s cubic-bezier(.4, 0, .2, 1);
  transform: scale(0);
}
.smart-window:not([animation=none])[dragged] {
  opacity: .5;
  z-index: calc(1 + var(--smart-editor-drop-down-z-index));
  transition: none;
}
.smart-window:not([animation=none])[minimized] {
  transition:
    width .2s cubic-bezier(.4, 0, .2, 1),
    height .2s cubic-bezier(.4, 0, .2, 1),
    top .2s cubic-bezier(.4, 0, .2, 1),
    left .2s cubic-bezier(.4, 0, .2, 1),
    animation .2s cubic-bezier(.4, 0, .6);
}
.smart-window.smart-visibility-hidden {
  transform: scale(0);
}
.smart-window.smart-tabs-window[collapsed][header-position=left],
.smart-window.smart-tabs-window[collapsed][header-position=right],
.smart-window.smart-tabs-window[maximized][collapsed][header-position=left],
.smart-window.smart-tabs-window[maximized][collapsed][header-position=right] {
  width: var(--smart-window-header-height);
  min-width: initial;
  height: var(--smart-window-default-height);
}
.smart-window.smart-tabs-window[dragged] {
  pointer-events: none;
}
.smart-window.smart-tabs-window[dragged] .smart-tab-label-container,
.smart-window.smart-tabs-window[dragged] .smart-tabs-header-section {
  cursor: move;
}
.smart-window.smart-tabs-window .smart-content-container > .smart-content {
  width: 100%;
  height: calc(100% - var(--smart-window-header-height));
  overflow: hidden;
  padding: 0;
  background-color: var(--smart-background);
}
.smart-window.smart-tabs-window[active] .smart-content-container > .smart-header-section,
.smart-window.smart-tabs-window[dragged] .smart-content-container > .smart-header-section,
.smart-window.smart-tabs-window[focus] .smart-content-container > .smart-header-section,
.smart-window[active] .smart-content-container > .smart-header-section,
.smart-window[dragged] .smart-content-container > .smart-header-section {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-window.smart-tabs-window smart-tabs {
  width: 100%;
  height: 250px;
  min-height: 100%;
  border: initial;
  outline: 0;
  padding: 0;
}
.smart-window.smart-tabs-window smart-tabs .smart-tabs-header-items {
  width: 100%;
}
.smart-window.smart-tabs-window smart-tabs[vertical] .smart-tabs-header-items {
  width: auto;
  height: 100%;
}
.smart-window.smart-tabs-window .smart-tabs .smart-header {
  border: none;
}
.smart-window.smart-tabs-window .smart-tabs-content-section {
  margin: initial;
  border: none;
}
.smart-window.smart-tabs-window[auto-hide] {
  overflow: visible;
  height: auto;
  min-height: 0;
}
.smart-window.smart-tabs-window[auto-hide] .smart-tabs {
  min-width: 0;
  height: auto;
  min-height: 0;
}
.smart-window.smart-tabs-window[auto-hide] .smart-content-container > .smart-content {
  overflow: visible;
}
.smart-window.smart-tabs-window[auto-hide] .smart-window {
  width: auto;
  height: auto;
}
.smart-window.smart-tabs-window[auto-hide][tab-position=left],
.smart-window.smart-tabs-window[auto-hide][tab-position=left] smart-tabs,
.smart-window.smart-tabs-window[auto-hide][tab-position=right],
.smart-window.smart-tabs-window[auto-hide][tab-position=right] smart-tabs,
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=horizontal][tab-position=left],
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=horizontal][tab-position=left] smart-tabs,
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=horizontal][tab-position=right],
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=horizontal][tab-position=right] smart-tab,
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=vertical][tab-position=left],
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=vertical][tab-position=left] smart-tabs,
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=vertical][tab-position=right],
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=vertical][tab-position=right] smart-tabs {
  width: auto;
  min-width: 0;
}
.smart-window.smart-tabs-window[tab-position=hidden] .smart-content-container > .smart-content {
  height: 100%;
}
.smart-window[collapsed],
.smart-window[collapsed].smart-window-snapped-left,
.smart-window[collapsed].smart-window-snapped-right,
.smart-window[collapsed].smart-window-snapped-top,
.smart-window[collapsed][header-position=bottom].smart-window-snapped-left,
.smart-window[collapsed][header-position=bottom].smart-window-snapped-right,
.smart-window[collapsed][header-position=bottom].smart-window-snapped-top,
.smart-window[collapsed][header-position=top].smart-window-snapped-left,
.smart-window[collapsed][header-position=top].smart-window-snapped-right,
.smart-window[collapsed][header-position=top].smart-window-snapped-top {
  height: var(--smart-window-header-height);
}
.smart-window.smart-tabs-window smart-tab-item {
  user-select: text;
  -webkit-user-select: text;
}
.smart-window[minimized] {
  max-width: var(--smart-window-min-width);
  min-height: var(--smart-window-header-height);
  cursor: default;
}
.smart-window[minimized] .smart-content-container > .smart-header-section {
  cursor: default;
}
.smart-window[minimized] .smart-content-container > .smart-content {
  padding: initial;
}
.smart-window[minimized] .smart-minimize-button:after {
  content: var(--smart-icon-arrow-up-alt);
  transform: rotate(-45deg);
  margin-top: -1px;
}
.smart-window.smart-progress-window.smart-visibility-hidden smart-progress-bar,
.smart-window[maximized].smart-visibility-hidden {
  transform: scale(0);
}
.smart-window[maximized] .smart-content-container > .smart-header-section {
  cursor: initial;
}
.smart-window.smart-wait-window .smart-content-container > .smart-header-section,
.smart-window[pinned] .smart-content-container > .smart-header-section {
  cursor: default;
}
.smart-window[maximized] .smart-header-section .smart-maximize-button:after {
  content: var(--smart-icon-window-restore);
  font-size: 100%;
}
.smart-window[collapsed] .smart-content-container.smart-window-resizing-bottom-left,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-bottom-left > .smart-header-section,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-bottom-right,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-bottom-right > .smart-header-section,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-top-left,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-top-left > .smart-header-section,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-top-right,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-top-right > .smart-header-section,
.smart-window[disabled] .smart-header-section > .smart-buttons-container button {
  cursor: initial;
}
.smart-window[pinned] .smart-header-section .smart-pin-button:after {
  content: var(--smart-icon-window-pin);
  transform: rotate(-45deg);
}
.smart-window[collapsed] .smart-header-section .smart-collapse-button:after {
  transform: rotate(180deg) translateY(1px);
}
.smart-window[collapsed][header-position=left] .smart-content-container > .smart-footer,
.smart-window[collapsed][header-position=left] .smart-content-container > .smart-header-section,
.smart-window[collapsed][header-position=right] .smart-content-container > .smart-footer,
.smart-window[collapsed][header-position=right] .smart-content-container > .smart-header-section {
  min-width: var(--smart-window-header-height);
}
.smart-window[collapsed][header-position=left].smart-window-snapped-left,
.smart-window[collapsed][header-position=left].smart-window-snapped-right,
.smart-window[collapsed][header-position=left].smart-window-snapped-top,
.smart-window[collapsed][header-position=right].smart-window-snapped-left,
.smart-window[collapsed][header-position=right].smart-window-snapped-right,
.smart-window[collapsed][header-position=right].smart-window-snapped-top {
  height: 100%;
  width: var(--smart-window-header-height);
  min-width: initial;
}
.smart-window[collapsed][maximized] {
  height: var(--smart-window-header-height);
}
.smart-window[resize-indicator] .smart-content-container:after,
.smart-window[resize-indicator] .smart-content-container:before {
  width: 10px;
  height: 10px;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-minus);
  font-size: 10px;
  position: absolute;
}
.smart-window[collapsed][maximized][header-position=left] .smart-content-container > .smart-footer,
.smart-window[collapsed][maximized][header-position=left] .smart-content-container > .smart-header-section,
.smart-window[collapsed][maximized][header-position=right] .smart-content-container > .smart-footer,
.smart-window[collapsed][maximized][header-position=right] .smart-content-container > .smart-header-section {
  min-width: var(--smart-window-header-height);
}
.smart-window[dragged] {
  opacity: .5;
  z-index: calc(1 + var(--smart-editor-drop-down-z-index));
  transition: none;
}
.smart-window[dragged] .smart-content-container {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-window[resized] .smart-content-container {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-window[resize-indicator] .smart-content-container:before {
  top: calc(100% - 13px);
  left: calc(100% - 10px);
  transform: rotate(-45deg) scaleX(2);
}
.smart-window[resize-indicator] .smart-content-container:after {
  top: calc(100% - 9px);
  left: calc(100% - 8px);
  transform: rotate(-45deg);
}
.smart-window[resize-indicator][resize-mode=left] .smart-content-container:before,
.smart-window[resize-indicator][resize-mode=top] .smart-content-container:before {
  top: 0;
  left: 5px;
}
.smart-window[resize-indicator][resize-mode=left] .smart-content-container:after,
.smart-window[resize-indicator][resize-mode=top] .smart-content-container:after {
  top: 4px;
  left: 5px;
}
.smart-window[resize-indicator][collapsed] .smart-content-container:after,
.smart-window[resize-indicator][collapsed] .smart-content-container:before {
  content: "";
}
.smart-window[header-position=none] .smart-content-container > .smart-content {
  height: 100%;
}
.smart-window[header-position=bottom] .smart-content-container {
  flex-direction: column-reverse;
}
.smart-window[header-position=left] .smart-content-container {
  flex-direction: row;
}
.smart-window[header-position=left] .smart-content-container .smart-header-section {
  flex-direction: column;
}
.smart-window[header-position=left] .smart-content-container .smart-header-section .smart-collapse-button:after {
  transform: rotate(275deg) translateY(1px);
}
.smart-window[header-position=left][collapsed] .smart-content-container .smart-header-section .smart-collapse-button:after,
.smart-window[header-position=right] .smart-content-container .smart-header-section .smart-collapse-button:after {
  transform: rotate(90deg) translateY(1px);
}
.smart-window[header-position=left] .smart-content-container .smart-header-section > .smart-header {
  writing-mode: vertical-lr;
}
.smart-window[header-position=left] .smart-content-container > .smart-footer,
.smart-window[header-position=left] .smart-content-container > .smart-header-section {
  width: var(--smart-window-header-height);
  min-width: var(--smart-window-header-height);
  height: 100%;
}
.smart-window[header-position=right] .smart-content-container {
  flex-direction: row-reverse;
}
.smart-window[header-position=right] .smart-content-container .smart-header-section {
  flex-direction: column;
}
.smart-window[header-position=right] .smart-content-container .smart-header-section > .smart-header {
  writing-mode: vertical-lr;
}
.smart-window[header-position=right] .smart-content-container > .smart-footer,
.smart-window[header-position=right] .smart-content-container > .smart-header-section {
  width: var(--smart-window-header-height);
  min-width: var(--smart-window-header-height);
  height: 100%;
}
.smart-window[header-position=right][collapsed] .smart-content-container .smart-header-section .smart-collapse-button:after {
  transform: rotate(275deg) translateY(1px);
}
.smart-window[header-position=left],
.smart-window[header-position=right] {
  min-width: var(--smart-window-header-height);
  min-height: var(--smart-window-min-width);
}
.smart-window[header-position=left].smart-window-snapped-left,
.smart-window[header-position=left].smart-window-snapped-right,
.smart-window[header-position=right].smart-window-snapped-left,
.smart-window[header-position=right].smart-window-snapped-right {
  height: 100%;
  width: 50%;
}
.smart-window[header-position=left].smart-window-snapped-top,
.smart-window[header-position=right].smart-window-snapped-top {
  height: 100%;
  width: 100%;
}
.smart-window[header-position=left][minimized],
.smart-window[header-position=right][minimized] {
  max-width: var(--smart-window-header-height);
}
.smart-window[header-position=left] .smart-content-container > .smart-content,
.smart-window[header-position=right] .smart-content-container > .smart-content {
  height: 100%;
}
.smart-window[header-position=left] .smart-content-container > .smart-header-section .smart-buttons-container,
.smart-window[header-position=right] .smart-content-container > .smart-header-section .smart-buttons-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: initial;
}
.smart-window.smart-alert-window .smart-cancel-button,
.smart-window[footer-position=none] .smart-content-container > .smart-footer {
  display: none;
}
.smart-window[header-position=left] .smart-content-container > .smart-header-section .smart-buttons-container button,
.smart-window[header-position=right] .smart-content-container > .smart-header-section .smart-buttons-container button {
  margin-left: initial;
  margin-top: 1px;
}
.smart-window[header-position=left] .smart-content-container > .smart-header-section .smart-buttons-container button:first-of-type,
.smart-window[header-position=right] .smart-content-container > .smart-header-section .smart-buttons-container button:first-of-type {
  margin-top: initial;
}
.smart-window[footer-template] .smart-content-container > .smart-content {
  height: calc(100% - var(--smart-window-header-height) - var(--smart-window-footer-height));
}
.smart-window[footer-template=null] .smart-content-container > .smart-content {
  height: calc(100% - var(--smart-window-header-height));
}
.smart-window.smart-window-snapped-left,
.smart-window.smart-window-snapped-right,
.smart-window.smart-window-snapped-top {
  height: 100%;
  z-index: 9999;
  box-shadow: none;
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-window.smart-window-snapped-left[ontop],
.smart-window.smart-window-snapped-right[ontop],
.smart-window.smart-window-snapped-top[ontop] {
  z-index: 10000;
  box-shadow: none;
}
.smart-window.smart-window-snapped-left,
.smart-window.smart-window-snapped-right {
  width: 50%;
}
.smart-window.smart-window-snapped-top {
  width: 100%;
}
.smart-window.smart-alert-window .smart-content-container > .smart-footer .smart-button,
.smart-window.smart-dialog-window .smart-content-container > .smart-footer .smart-button,
.smart-window.smart-multiline-prompt-window .smart-content-container > .smart-footer .smart-button,
.smart-window.smart-progress-window .smart-content-container > .smart-footer .smart-button,
.smart-window.smart-prompt-window .smart-content-container > .smart-footer .smart-button {
  width: var(--smart-window-footer-button-width);
  height: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: var(--smart-button-text-transform);
  font-weight: 500;
  letter-spacing: .08929em;
  overflow: hidden;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
}
.smart-window.smart-alert-window,
.smart-window.smart-dialog-window,
.smart-window.smart-prompt-window {
  width: var(--smart-window-default-width);
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
}
.smart-window.smart-alert-window,
.smart-window.smart-alert-window[collapsed][header-position=left],
.smart-window.smart-alert-window[collapsed][header-position=right],
.smart-window.smart-alert-window[collapsed][maximized][header-position=left],
.smart-window.smart-alert-window[collapsed][maximized][header-position=right],
.smart-window.smart-dialog-window,
.smart-window.smart-dialog-window[collapsed][header-position=left],
.smart-window.smart-dialog-window[collapsed][header-position=right],
.smart-window.smart-dialog-window[collapsed][maximized][header-position=left],
.smart-window.smart-dialog-window[collapsed][maximized][header-position=right],
.smart-window.smart-multiline-prompt-window,
.smart-window.smart-multiline-prompt-window[collapsed][header-position=left],
.smart-window.smart-multiline-prompt-window[collapsed][header-position=right],
.smart-window.smart-multiline-prompt-window[collapsed][maximized][header-position=left],
.smart-window.smart-multiline-prompt-window[collapsed][maximized][header-position=right],
.smart-window.smart-progress-window,
.smart-window.smart-prompt-window,
.smart-window.smart-prompt-window[collapsed][header-position=left],
.smart-window.smart-prompt-window[collapsed][header-position=right],
.smart-window.smart-prompt-window[collapsed][maximized][header-position=left],
.smart-window.smart-prompt-window[collapsed][maximized][header-position=right] {
  height: var(--smart-window-default-height);
}
.smart-window.smart-alert-window .smart-content-container > .smart-footer .smart-button:focus,
.smart-window.smart-dialog-window .smart-content-container > .smart-footer .smart-button:focus,
.smart-window.smart-multiline-prompt-window .smart-content-container > .smart-footer .smart-button:focus,
.smart-window.smart-progress-window .smart-content-container > .smart-footer .smart-button:focus,
.smart-window.smart-prompt-window .smart-content-container > .smart-footer .smart-button:focus {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-focus);
  background-color: var(--smart-ui-state-focus);
  opacity: var(--smart-button-opacity-focus);
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer smart-progress-bar > .smart-container,
.smart-window.smart-progress-window smart-progress-bar .smart-value {
  border: initial;
}
.smart-window.smart-dialog-window .smart-content-container > .smart-footer button:first-child {
  margin-right: 10px;
}
.smart-window.smart-alert-window .smart-content-container > .smart-footer button:first-child {
  margin-right: 10px;
}
.smart-window.smart-prompt-window .smart-content-container > .smart-content {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.smart-window.smart-prompt-window .smart-content-container > .smart-footer button:first-child {
  margin-right: 10px;
}
.smart-window.smart-prompt-window smart-text-box {
  width: 100%;
  margin-top: 5px;
}
.smart-window.smart-multiline-prompt-window {
  width: var(--smart-window-default-width);
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
}
.smart-window.smart-multiline-prompt-window smart-multiline-text-box {
  width: 100%;
  margin-top: 5px;
}
.smart-window.smart-multiline-prompt-window .smart-content-container > .smart-content {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.smart-window.smart-multiline-prompt-window .smart-content-container > .smart-footer button:first-child {
  margin-right: 10px;
}
.smart-window.smart-progress-window {
  width: var(--smart-window-default-width);
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
}
.smart-window.smart-progress-window smart-progress-bar.smart-visibility-hidden {
  transition: none;
}
.smart-window.smart-progress-window .smart-content-container > .smart-content {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer smart-progress-bar {
  width: 100%;
  height: 100%;
  box-shadow: initial;
  background-color: var(--smart-surface);
  transition: opacity .25s ease-in, visibility .25s cubic-bezier(0, 0, .2, 1);
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer smart-progress-bar.smart-visibility-hidden {
  opacity: .5;
  transition: opacity .25s ease-out, visibility .25s cubic-bezier(0, 0, .2, 1);
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer button.smart-button {
  position: absolute;
  width: calc(100% - 13px);
  height: calc(100% - 13px);
  top: 6.5px;
  left: 6.5px;
  text-align: center;
  background-color: rgba(224, 224, 224, .5);
}
.smart-window.smart-progress-window[collapsed][header-position=left],
.smart-window.smart-progress-window[collapsed][header-position=right],
.smart-window.smart-progress-window[collapsed][maximized][header-position=left],
.smart-window.smart-progress-window[collapsed][maximized][header-position=right],
.smart-window.smart-wait-window {
  height: var(--smart-window-default-height);
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer button.smart-button.smart-visibility-hidden {
  top: 100%;
}
.smart-window.smart-progress-window:not([animation=none]) .smart-content-container > .smart-footer button,
.smart-window.smart-progress-window:not([animation=none]) .smart-content-container > .smart-footer button.smart-visibility-hidden {
  transition: top .25s cubic-bezier(0, 0, .2, 1), visibility .25s cubic-bezier(0, 0, .2, 1);
}
.smart-window.smart-wait-window {
  width: var(--smart-window-default-width);
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
}
.smart-window.smart-wait-window .smart-content-container > .smart-content smart-progress-bar {
  width: 100%;
  height: 75%;
}
.smart-window.smart-wait-window[collapsed][header-position=left],
.smart-window.smart-wait-window[collapsed][header-position=right],
.smart-window.smart-wait-window[collapsed][maximized][header-position=left],
.smart-window.smart-wait-window[collapsed][maximized][header-position=right] {
  height: var(--smart-window-default-height);
}
smart-window.smart-window[collapsed][header-position=left],
smart-window.smart-window[collapsed][header-position=right],
smart-window.smart-window[collapsed][maximized][header-position=left],
smart-window.smart-window[collapsed][maximized][header-position=right] {
  width: var(--smart-window-header-height);
  min-width: initial;
  height: var(--smart-window-default-height);
}
.smart-modal {
  position: absolute;
  opacity: .5;
  background-color: var(--smart-disabled);
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.smart-window-resize-feedback {
  position: absolute;
  z-index: 10000;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border: 2.5px solid #000;
  box-sizing: border-box;
}
smart-docking-layout .smart-window-resize-feedback {
  border: 2.5px solid #d3d3d3;
}
.smart-window-snap-bottom-feedback,
.smart-window-snap-left-feedback,
.smart-window-snap-right-feedback,
.smart-window-snap-top-feedback {
  position: absolute;
  height: calc(100% - 10px);
  top: 5px;
  bottom: 5px;
  opacity: .65;
  box-shadow: 0 0 1px 1px #8a8a8a;
  border-radius: 2px;
  transition: all 50ms cubic-bezier(.4, 0, .6, 1);
  animation: scaleIn .2s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
  pointer-events: none;
}
.smart-window-snap-bottom-feedback.smart-visibility-hidden,
.smart-window-snap-left-feedback.smart-visibility-hidden,
.smart-window-snap-right-feedback.smart-visibility-hidden,
.smart-window-snap-top-feedback.smart-visibility-hidden {
  transition:
    animation .2s cubic-bezier(.4, 0, .6, 1),
    visibility .2s cubic-bezier(.4, 0, .6, 1),
    top .2s cubic-bezier(.4, 0, .2, 1),
    left .2s cubic-bezier(.4, 0, .2, 1);
  animation: scaleOut .2s cubic-bezier(.4, 0, .6, 1);
  transform: scale(0);
}
.smart-window-snap-right-feedback {
  width: 50%;
  left: calc(50% - 5px);
  transform-origin: right;
}
.smart-window-snap-left-feedback {
  width: 50%;
  left: 5px;
  transform-origin: left;
}
.smart-window-snap-bottom-feedback,
.smart-window-snap-top-feedback {
  width: calc(100% - 10px);
  left: 5px;
  transform-origin: top;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(.5);
    opacity: .5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(.5);
    opacity: .5;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaleInRight {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(.5);
    opacity: .5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.smart-window[right-to-left] .smart-content-container > .smart-content,
.smart-window[right-to-left] .smart-content-container > .smart-footer,
.smart-window[right-to-left] .smart-content-container > .smart-header-section {
  direction: rtl;
}
.smart-window[right-to-left][header-position=left] .smart-header-section > .smart-header,
.smart-window[right-to-left][header-position=right] .smart-header-section > .smart-header {
  writing-mode: vertical-rl;
}
.smart-window[right-to-left].smart-alert-window .smart-content-container > .smart-footer button:first-child,
.smart-window[right-to-left].smart-dialog-window .smart-content-container > .smart-footer button:first-child,
.smart-window[right-to-left].smart-multiline-prompt-window .smart-content-container > .smart-footer button:first-child,
.smart-window[right-to-left].smart-prompt-window .smart-content-container > .smart-footer button:first-child {
  margin-left: 10px;
  margin-right: initial;
}
.smart-tabs-window[right-to-left] .smart-content-container > .smart-content {
  direction: initial;
}
smart-color-panel {
  width: var(--smart-color-panel-default-width);
  height: var(--smart-color-panel-default-height);
  -webkit-user-select: none;
  user-select: none;
}
smart-color-panel .no-touch {
  touch-action: none;
}
smart-color-panel.smart-element {
  display: inline-block;
  overflow: initial;
  border: none;
  background: var(--smart-background);
  color: var(--smart-background-color);
}
smart-color-panel[disabled] {
  opacity: .55;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-color-panel .smart-content {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
}
.smart-color-panel label {
  display: inline-block;
  -webkit-user-select: none;
  user-select: none;
}
.smart-color-panel smart-tooltip .smart-tooltip-content {
  box-shadow: 0 0 20px 0 #8b8b8b;
}
.smart-color-panel input[type=number]::-webkit-inner-spin-button,
.smart-color-panel input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.smart-color-panel input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfied;
}
.smart-color-panel .color-input {
  width: 70px;
  height: var(--smart-editor-height);
  margin: 5px;
  padding: 5px;
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  background: var(--smart-background);
  color: var(--smart-color);
  outline: 0;
}
.smart-color-panel .color-input:focus {
  border-color: var(--smart-outline);
}
.smart-color-panel .color-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
.smart-color-panel .grid-mode-container,
.smart-color-panel .palette-mode-container {
  width: 100%;
  max-height: 100%;
  position: relative;
}
.smart-color-panel .custom-color-selection .buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.smart-color-panel .custom-colors-box,
.smart-color-panel .gray-shades-box,
.smart-color-panel .grid-samples-container,
.smart-color-panel .spectrum-box {
  display: grid;
  grid-template-columns: repeat(var(--smart-color-panel-grid-mode-column-count), auto);
}
.smart-color-panel .hue-scale {
  display: block;
  max-width: 100px;
  height: var(--smart-color-panel-palette-size);
  background-image:
    linear-gradient(
      red,
      #f0f,
      #00f,
      #0ff,
      #0f0,
      #ff0,
      red);
  width: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  padding: 1px;
  border: var(--smart-border-width) solid var(--smart-border);
  background-clip: content-box;
  -webkit-background-clip: content-box;
}
.smart-color-panel .hue-scale-thumb {
  width: 100%;
  height: 10px;
  box-sizing: content-box;
  border: 3px solid #fff;
  border-left-width: 10px;
  border-right-width: 10px;
  position: absolute;
  left: -10px;
  top: -3px;
  box-shadow:
    0 0 5px #666,
    inset 0 0 2px 0 #999,
    inset 0 0 2px 0 #999;
  opacity: .8;
  cursor: pointer;
}
.smart-color-panel .color-palette-thumb {
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.smart-color-panel .color-palette-thumb:after {
  content: " ";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 16px;
  height: 16px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: var(--smart-elevation-2);
}
.smart-color-panel .color-palette {
  width: var(--smart-color-panel-palette-size);
  height: var(--smart-color-panel-palette-size);
  background-color: red;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  padding: 1px;
  border: 1px solid #d3d3d3;
  background-clip: content-box;
  -webkit-background-clip: content-box;
}
.smart-color-panel .color-palette:after,
.smart-color-panel .color-palette:before {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.smart-color-panel .color-palette:before {
  background-image:
    linear-gradient(
      90deg,
      #fff,
      transparent);
}
.smart-color-panel .color-palette:after {
  background-image: linear-gradient(transparent, #000);
}
.smart-color-panel .color-controls-container {
  display: block;
  max-width: 100px;
  overflow: hidden;
}
.smart-color-panel .color-palette-container {
  width: 100%;
  height: var(--smart-color-panel-palette-size);
  display: flex;
  flex-direction: row;
}
.smart-color-panel .preview-container {
  width: 100%;
  min-width: 100px;
  height: 100px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding: 1px;
  border: var(--smart-border-width) solid var(--smart-border);
  background-clip: content-box;
  -webkit-background-clip: content-box;
}
.smart-color-panel .preview-container-bottom,
.smart-color-panel .preview-container-top {
  width: 100%;
  height: 50%;
  display: block;
  background-color: #fff;
}
.smart-color-panel .alpha-channel-container {
  flex-direction: row;
  width: 100%;
  align-items: center;
  align-content: space-around;
  margin-top: 5px;
  display: none;
}
.smart-color-panel .alpha-channel-container label {
  width: 48px;
}
.smart-color-panel .alpha-channel-scale {
  width: var(--smart-color-panel-palette-size);
  height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  border: var(--smart-border-width) solid var(--smart-border);
  margin-right: 20px;
}
.smart-color-panel .alpha-channel-scale:after,
.smart-color-panel .alpha-channel-scale:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
}
.smart-color-panel .alpha-channel-scale:before {
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-position: 0 6px, 8px 14px;
  background-size: 16px 16px;
}
.smart-color-panel .alpha-channel-scale:after {
  background-image:
    linear-gradient(
      90deg,
      var(--smart-color-panel-alpha-channel-color),
      transparent);
  box-shadow: inset 1px -1px 0 0 #fff, inset -1px 1px 0 0 #fff;
}
.smart-color-panel .alpha-channel-thumb {
  width: 10px;
  height: 100%;
  box-sizing: content-box;
  border: 3px solid #fff;
  border-top-width: 10px;
  border-bottom-width: 10px;
  position: absolute;
  left: -3px;
  top: -10px;
  opacity: .8;
  box-shadow:
    0 0 5px #666,
    inset 0 0 2px 0 #999,
    inset 0 0 2px 0 #999;
  cursor: pointer;
  z-index: 1;
}
.smart-color-panel .buttons-container {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  padding: 10px 0 0;
}
.smart-color-panel .buttons-container smart-button {
  width: 100px;
}
.smart-color-panel .color-sample,
.smart-color-panel .user-color-container {
  width: var(--smart-color-panel-grid-mode-item-size);
  height: var(--smart-color-panel-grid-mode-item-size);
}
.smart-color-panel .buttons-container smart-button:last-of-type {
  margin-left: 20px;
}
.smart-color-panel .gradient-background {
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-position: 0 6px, 8px 14px;
  background-size: 16px 16px;
}
.smart-color-panel .color-sample.user-color:before,
.smart-color-panel .user-color-container {
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-position: 0 5px, 5px 10px;
  background-size: 10px 10px;
}
.smart-color-panel .material-grid-samples-container {
  display: grid;
  grid-template-columns: 80px repeat(14, auto);
}
.smart-color-panel .button-custom-color {
  margin: 5px 0;
}
.smart-color-panel .color-sample {
  margin: var(--smart-color-panel-grid-mode-columns-gap);
  box-sizing: border-box;
  cursor: pointer;
  border: var(--smart-border-width) solid rgba(0, 0, 0, .1);
  background-clip: content-box;
  -webkit-background-clip: content-box;
  text-overflow: ellipsis;
}
.smart-color-panel .color-sample.user-color {
  position: relative;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
.smart-color-panel .color-sample.user-color:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.smart-color-panel .color-sample.selected {
  border: 2px solid var(--smart-ui-state-color-selected);
  padding: 1px;
}
.smart-color-panel .color-sample.empty {
  visibility: hidden;
}
.smart-color-panel .color-sample.header,
.smart-color-panel .color-sample.label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-width: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-color-panel .color-sample.label-column {
  width: 100%;
  justify-content: flex-start;
}
.smart-color-panel .color-sample.color-sample-column,
.smart-color-panel .color-sample.color-sample-row {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, .2);
  padding: 1px;
  background:
    repeating-linear-gradient(
      -55deg,
      #fff,
      #fff 10px,
      #eee 10px,
      #eee 20px);
}
.smart-color-panel .color-sample[transparent] {
  position: relative;
}
.smart-color-panel .color-sample[transparent]:after {
  content: "";
  border: 1px solid red;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  width: 150%;
  border-radius: 5px;
}
.smart-color-panel .user-color.empty {
  background:
    repeating-linear-gradient(
      -55deg,
      #fff,
      #fff 10px,
      #eee 10px,
      #eee 20px);
  background-origin: content-box;
  border-color: #d3d3d3;
}
.smart-color-panel .default-samples-container div {
  display: grid;
  grid-template-columns: repeat(10, auto);
  justify-items: center;
}
.smart-color-panel .default-samples-container .theme-shades-box {
  margin-top: var(--smart-color-panel-default-mode-sections-gap);
  margin-bottom: var(--smart-color-panel-default-mode-sections-gap);
}
.smart-color-panel .default-samples-container .standard-colors-label,
.smart-color-panel .default-samples-container .theme-colors-label {
  display: block;
  font-weight: 600;
  margin-left: 2px;
  margin-top: var(--smart-color-panel-default-mode-sections-gap);
  margin-bottom: calc(var(--smart-color-panel-default-mode-sections-gap)/ 2);
}
.smart-color-panel .hex-mode-resize-trigger {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.smart-color-panel[edit-alpha-channel] .alpha-channel-container {
  display: flex;
}
.smart-color-panel[enable-custom-colors] .button-custom-color,
.smart-color-panel[enable-custom-colors] .user-samples-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.smart-color-panel[enable-custom-colors]:not([display-mode=palette]):not([display-mdoe=radial]) .custom-color-selection .palette-mode-container {
  display: block;
}
.smart-color-panel:not([display-mode=radial]) .canvas-radial {
  display: none;
}
.smart-color-panel[display-mode=hexagonal] .brightness-scale,
.smart-color-panel[display-mode=radial] .brightness-scale {
  display: block;
  max-width: 100px;
  height: var(--smart-color-panel-palette-size);
  background-image:
    linear-gradient(
      red,
      #f0f,
      #00f,
      #0ff,
      #0f0,
      #ff0,
      red);
  width: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  padding: 1px;
  border: var(--smart-border-width) solid var(--smart-border);
  background-clip: content-box;
  -webkit-background-clip: content-box;
}
.smart-color-panel[display-mode=hexagonal] .brightness-scale-thumb,
.smart-color-panel[display-mode=radial] .brightness-scale-thumb {
  width: 100%;
  height: 10px;
  box-sizing: content-box;
  border: 3px solid #fff;
  border-left-width: 10px;
  border-right-width: 10px;
  position: absolute;
  left: -10px;
  top: -3px;
  box-shadow:
    0 0 5px #666,
    inset 0 0 2px 0 #999,
    inset 0 0 2px 0 #999;
  opacity: .8;
  cursor: pointer;
}
.smart-color-panel[display-mode=hexagonal] .alpha-channel-scale {
  width: var(--smart-color-panel-palette-width);
}
.smart-color-panel[display-mode=hexagonal] .brightness-scale {
  display: block;
  height: var(--smart-color-panel-palette-height);
  background-image: linear-gradient(white, #000);
}
.smart-color-panel[display-mode=hexagonal] .selected {
  stroke: #fff;
  stroke-width: 4px;
}
.smart-color-panel[display-mode=hexagonal] .color-palette-container {
  height: var(--smart-color-panel-palette-height);
}
.smart-color-panel[display-mode=hexagonal] .color-palette-hexagonal,
.smart-color-panel[display-mode=hexagonal] .palette-mode-container {
  display: block;
}
.smart-color-panel[display-mode=radial] .hue-scale {
  display: none;
}
.smart-color-panel[display-mode=radial] .brightness-scale {
  background-image: linear-gradient(white, #000);
}
.smart-color-panel[display-mode=radial] .color-palette-radial {
  width: var(--smart-color-panel-palette-size);
  height: var(--smart-color-panel-palette-size);
  display: block;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  padding: 1px;
  border: 1px solid #d3d3d3;
  background-clip: content-box;
  -webkit-background-clip: content-box;
  background:
    conic-gradient(
      from 90deg,
      red,
      #ff0,
      #0f0,
      #0ff,
      #00f,
      #ff00ff,
      red) #ff005a;
  border-radius: 50%;
}
.smart-color-panel[display-mode=radial] .color-palette-radial:after {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #000;
  opacity: var(--smart-color-panel-brightness);
  border-radius: 50%;
}
.smart-color-panel[display-mode=radial] .color-palette-radial-thumb {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  left: 50%;
  top: 50%;
}
.smart-color-panel[display-mode=radial] .color-palette-radial-thumb:after {
  content: " ";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 16px;
  height: 16px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: var(--smart-elevation-2);
}
.smart-color-panel[display-mode=radial] .white-radial-gradient {
  z-index: 2;
  width: var(--smart-color-panel-palette-size);
  height: var(--smart-color-panel-palette-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image:
    radial-gradient(
      circle,
      #fff,
      transparent);
}
.smart-color-panel[display-mode=radial] .palette-mode-container {
  display: block;
}
.smart-color-panel[display-mode=radial] canvas {
  transform: rotate(-180deg);
  transform-origin: center;
}
.smart-color-panel[display-mode=radial][inverted] .color-palette-radial:after {
  background: #fff;
}
.smart-color-panel[display-mode=radial][inverted] .white-radial-gradient {
  background: radial-gradient(black, transparent);
}
.smart-color-panel[display-mode=default] .default-samples-container,
.smart-color-panel[display-mode=materialGrid] .color-palette,
.smart-color-panel[display-mode=palette] .color-palette,
.smart-color-panel[display-mode=palette] .palette-mode-container,
.smart-color-panel[display-mode=spectrumGrid] .spectrum-grid-samples-container {
  display: block;
}
.smart-color-panel[apply-value-mode=useButtons] .buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.smart-color-panel .button-custom-color,
.smart-color-panel .color-palette-hexagonal,
.smart-color-panel .custom-color-selection .grid-mode-container,
.smart-color-panel .palette-mode-container,
.smart-color-panel .spectrum-grid-samples-container,
.smart-color-panel .user-samples-container,
.smart-color-panel[display-mode=default] .grid-samples-container,
.smart-color-panel[display-mode=default] .material-grid-samples-container,
.smart-color-panel[display-mode=default] .palette-mode-container,
.smart-color-panel[display-mode=grid] .default-samples-container,
.smart-color-panel[display-mode=grid] .material-grid-samples-container,
.smart-color-panel[display-mode=grid] .palette-mode-container,
.smart-color-panel[display-mode=hexagonal] .color-palette,
.smart-color-panel[display-mode=hexagonal] .default-samples-container,
.smart-color-panel[display-mode=hexagonal] .grid-samples-container,
.smart-color-panel[display-mode=hexagonal] .hue-scale,
.smart-color-panel[display-mode=hexagonal] .spectrum-grid-samples-container,
.smart-color-panel[display-mode=materialGrid] .default-samples-container,
.smart-color-panel[display-mode=materialGrid] .grid-samples-container,
.smart-color-panel[display-mode=materialGrid] .palette-mode-container,
.smart-color-panel[display-mode=palette] .color-palette-radial,
.smart-color-panel[display-mode=palette] .grid-mode-container,
.smart-color-panel[display-mode=radial] .color-palette,
.smart-color-panel[display-mode=radial] .grid-mode-container,
.smart-color-panel[display-mode=spectrumGrid] .default-samples-container,
.smart-color-panel[display-mode=spectrumGrid] .grid-samples-container,
.smart-color-panel[display-mode=spectrumGrid] .material-grid-samples-container,
.smart-color-panel[display-mode=spectrumGrid] .palette-mode-container,
.smart-color-panel[enable-custom-colors][display-mode=hexagonal] .button-custom-color,
.smart-color-panel[enable-custom-colors][display-mode=hexagonal] .user-samples-container,
.smart-color-panel[hide-alpha-editor] .a-channel,
.smart-color-panel[hide-h-e-x-editor] .hex,
.smart-color-panel[hide-preview-container] .preview-container,
.smart-color-panel[hide-r-g-b-editor] .b-channel,
.smart-color-panel[hide-r-g-b-editor] .g-channel,
.smart-color-panel[hide-r-g-b-editor] .r-channel {
  display: none;
}
smart-color-panel[right-to-left] .alpha-channel-container,
smart-color-panel[right-to-left] .color-palette-container,
smart-color-panel[right-to-left] .grid-mode-container {
  direction: rtl;
}
smart-color-panel[right-to-left] .alpha-channel-scale {
  margin: 0 0 0 20px;
}
smart-color-panel[right-to-left] .alpha-channel-scale:after {
  background-image:
    linear-gradient(
      90deg,
      transparent,
      var(--smart-color-panel-alpha-channel-color));
}
smart-color-panel[right-to-left] .buttons-container {
  flex-direction: row-reverse;
}
smart-color-panel[right-to-left] .buttons-container smart-button:last-of-type {
  margin: 0 0 0 20px;
}
smart-color-picker {
  width: var(--smart-color-picker-default-width);
  height: var(--smart-color-picker-default-height);
}
smart-color-picker.smart-element {
  overflow: initial;
  border: none;
}
.smart-color-picker smart-color-panel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: none;
}
.smart-color-picker .smart-color-box {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: var(--smart-border-radius);
  border: var(--smart-border-width) solid var(--smart-border);
  background-color: var(--smart-background);
  margin-right: 5px;
  overflow: hidden;
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-position: 0 5px, 5px 10px;
  background-size: 10px 10px;
}
.smart-color-picker .smart-color-box.no-color {
  background-image:
    linear-gradient(
      45deg,
      transparent 47.5%,
      rgba(0, 0, 0, .2) 0,
      rgba(0, 0, 0, .2) 52.5%,
      transparent 52.5%),
    linear-gradient(
      -45deg,
      transparent 47.5%,
      rgba(0, 0, 0, .2) 20%,
      rgba(0, 0, 0, .2) 52.5%,
      transparent 52.5%);
  background-position: initial;
  background-size: initial;
}
.smart-color-picker .smart-color-box > div {
  width: 100%;
  height: 100%;
}
.smart-color-picker .smart-color-input {
  border: 0;
  background-color: transparent;
  outline: 0;
  color: inherit;
}
.smart-color-picker .smart-ripple {
  background: var(--smart-primary-color);
}
.smart-color-picker .smart-drop-down.smart-drop-down-color-picker.smart-drop-down-container {
  width: var(--smart-color-picker-drop-down-width);
  max-width: none;
  height: var(--smart-color-picker-drop-down-height);
  max-height: none;
  box-sizing: content-box;
  overflow: hidden;
}
.smart-color-picker:not([opened]) .smart-color-input {
  color: inherit;
}
.smart-color-picker:not([editable]) .smart-color-input {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.smart-color-picker[value-display-mode=none] .smart-color-box,
.smart-color-picker[value-display-mode=none] .smart-color-input {
  display: none;
}
.smart-color-picker[value-display-mode=none] .smart-color-input.smart-input {
  width: 0;
  opacity: 0;
  padding: initial;
}
.smart-color-picker[value-display-mode=none] .smart-action-button {
  padding: initial;
  border: none;
}
.smart-color-picker[value-display-mode=none] .smart-drop-down-button {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-left-width: var(--smart-border-width);
  border-left-style: solid;
}
.smart-color-picker[value-display-mode=none]:not([opened]):not([drop-down-open-mode=dropDownButton]) .smart-drop-down-button {
  border-left-color: var(--smart-border);
}
.smart-color-picker[value-display-mode=colorCode] .smart-color-box {
  display: none;
}
.smart-color-picker[value-display-mode=colorBox] .smart-color-box,
.smart-color-picker[value-display-mode=colorCode] .smart-color-input {
  display: block;
}
.smart-color-picker[value-display-mode=colorBox] .smart-input {
  display: none;
}
.smart-color-picker[editable] .smart-action-button {
  cursor: initial;
}
.smart-color-picker[editable]:not([opened]):not([drop-down-open-mode=dropDownButton])[hover] .smart-action-button {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-color-picker[opened][editable] .smart-action-button {
  background-color: var(--smart-backgroud);
  color: var(--smart-background-color);
}
.smart-color-panel .color-sample.no-color {
  background-image:
    linear-gradient(
      45deg,
      transparent 47.5%,
      rgba(0, 0, 0, .2) 0,
      rgba(0, 0, 0, .2) 52.5%,
      transparent 52.5%),
    linear-gradient(
      -45deg,
      transparent 47.5%,
      rgba(0, 0, 0, .2) 20%,
      rgba(0, 0, 0, .2) 52.5%,
      transparent 52.5%);
  background-position: initial;
  background-size: initial;
}
.smart-drop-down-repositioned smart-color-panel {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: none;
}
.smart-drop-down.smart-drop-down-color-picker.smart-drop-down-container,
.smart-drop-down.smart-drop-down-color-picker.smart-drop-down-container.smart-drop-down-repositioned {
  width: var(--smart-color-picker-drop-down-width);
  max-width: none;
  height: var(--smart-color-picker-drop-down-height);
  max-height: none;
  box-sizing: content-box;
  overflow: hidden;
}
smart-scheduler[dragged],
smart-scheduler[resized] {
  touch-action: none;
}
smart-scheduler {
  --smart-scheduler-event-size:var(--smart-scheduler-event-size-basic);
  display: block;
  width: var(--smart-scheduler-default-width);
  height: var(--smart-scheduler-default-height);
  contain: content;
}
smart-scheduler.smart-container,
smart-scheduler > .smart-container {
  overflow: hidden;
  display: grid;
  grid-template-rows: var(--smart-scheduler-header-height) minmax(0, 1fr);
  grid-template-columns: 100%;
  margin-bottom: -2px;
}
smart-scheduler.smart-container[show-footer],
smart-scheduler > .smart-container[show-footer] {
  grid-template-rows: var(--smart-scheduler-header-height) minmax(0, 1fr) var(--smart-scheduler-footer-height);
}
smart-scheduler.smart-container.hscroll .smart-scheduler-view,
smart-scheduler > .smart-container.hscroll .smart-scheduler-view {
  height: calc(100% - var(--smart-scroll-bar-size));
}
smart-scheduler.smart-container.vscroll .smart-scheduler-view,
smart-scheduler > .smart-container.vscroll .smart-scheduler-view {
  width: calc(100% - var(--smart-scroll-bar-size));
}
smart-scheduler .smart-scheduler-nav[current],
smart-scheduler .smart-scheduler-nav[next],
smart-scheduler .smart-scheduler-nav[prev],
smart-scheduler .smart-scheduler-nav[today] {
  width: var(--smart-scheduler-header-navigation-button-size);
  min-width: var(--smart-scheduler-header-navigation-button-size);
  height: 100%;
  position: relative;
  font-size: initial;
  display: inline-block;
  font-weight: inherit;
  font-family: var(--smart-font-family-icon);
  border: var(--smart-border-width) solid var(--smart-border);
  text-transform: initial;
}
smart-scheduler .smart-scheduler-nav[current]:after,
smart-scheduler .smart-scheduler-nav[next]:after,
smart-scheduler .smart-scheduler-nav[prev]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-arrow-size);
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
smart-scheduler .smart-scheduler-nav[current]:after {
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  left: initial;
  right: 0;
  content: var(--smart-icon-arrow-down);
  background: 0 0;
  color: inherit;
}
smart-scheduler .smart-scheduler-nav[today] {
  width: var(--smart-scheduler-header-today-button-size);
  --smart-button-padding:0 10px 0 10px;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  margin-right: 10px;
}
smart-scheduler .smart-scheduler-nav[today] button {
  text-overflow: ellipsis;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-nav[next][focus] button,
smart-scheduler .smart-scheduler-nav[prev][focus] button {
  background-color: var(--smart-background-focus);
  outline: 0;
}
smart-scheduler .smart-scheduler-nav[next] .smart-button,
smart-scheduler .smart-scheduler-nav[prev] .smart-button {
  font-family: var(--smart-font-family-icon);
  padding: 0;
  border-radius: 0;
  border: none;
  min-height: initial;
}
smart-scheduler .smart-scheduler-header,
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell[group-separator]:not(:last-of-type) {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler .smart-scheduler-nav[prev]:after {
  content: var(--smart-icon-arrow-left);
}
smart-scheduler .smart-scheduler-nav[next]:after {
  content: var(--smart-icon-arrow-right);
}
smart-scheduler .smart-scheduler-header {
  width: 100%;
  height: var(--smart-scheduler-header-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 100%;
  grid-template-areas: "date view";
  align-items: center;
  justify-content: start;
  background: var(--smart-surface);
}
smart-scheduler .smart-scheduler-footer:empty,
smart-scheduler .smart-scheduler-header:empty {
  display: none;
}
smart-scheduler .smart-scheduler-header[responsive-mode] {
  grid-template-columns: repeat(2, auto);
}
smart-scheduler .smart-scheduler-footer {
  width: 100%;
  height: var(--smart-scheduler-footer-height);
  border-top: var(--smart-border-width) solid var(--smart-border);
  justify-content: center;
  align-items: center;
  background: var(--smart-surface);
  z-index: 9;
}
smart-scheduler .smart-scheduler-view {
  text-align: center;
  overflow: hidden;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas: "hHeader hHeader" "vHeader content";
  grid-template-columns: auto minmax(0, 1fr);
  outline: 0;
  position: relative;
}
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-groups-container {
  flex-direction: row;
}
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell-container[group-separator]:not(:last-of-type),
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell:not(.scale)[group-separator]:not(:last-of-type),
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell[group-separator]:not(:last-of-type) {
  border-bottom-color: var(--smart-scheduler-timeline-group-separator-background);
  border-bottom-width: var(--smart-scheduler-timeline-group-separator-size);
}
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-groups-container {
  flex-direction: column;
}
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container:not(:last-of-type) > .smart-scheduler-cell {
  border-bottom: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-horizontal-line-color);
}
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell-container[group-separator]:not(:last-of-type),
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell:not(.scale)[group-separator]:not(:last-of-type),
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[group-separator]:not(:last-of-type) {
  border-right-color: var(--smart-scheduler-timeline-group-separator-background);
  border-right-width: var(--smart-scheduler-timeline-group-separator-size);
  border-right-style: solid;
}
smart-scheduler .smart-scheduler-view:focus .smart-scheduler-cell:not(.scale)[selected],
smart-scheduler .smart-scheduler-view[focus] .smart-scheduler-cell:not(.scale)[selected] {
  background: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
smart-scheduler .smart-scheduler-view:focus .smart-scheduler-cell:not(.scale)[selected=start],
smart-scheduler .smart-scheduler-view[focus] .smart-scheduler-cell:not(.scale)[selected=start] {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
smart-scheduler .smart-scheduler-view[event-hovered=left],
smart-scheduler .smart-scheduler-view[event-hovered=left] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-view[event-hovered=right],
smart-scheduler .smart-scheduler-view[event-hovered=right] .smart-scheduler-event-content {
  cursor: e-resize;
}
smart-scheduler .smart-scheduler-view[event-hovered=bottom],
smart-scheduler .smart-scheduler-view[event-hovered=bottom] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-view[event-hovered=top],
smart-scheduler .smart-scheduler-view[event-hovered=top] .smart-scheduler-event-content {
  cursor: n-resize;
}
smart-scheduler .smart-scheduler-view[mobile] .smart-scheduler-content:not(.hide-overlay):after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
smart-scheduler .smart-scheduler-view[mobile] .smart-scheduler-event[collector] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view[mobile] .smart-scheduler-event[collector] .smart-scheduler-event-content {
  width: var(--smart-scheduler-event-collector-mobile-size);
  height: var(--smart-scheduler-event-collector-mobile-size);
}
smart-scheduler .smart-scheduler-view-nav {
  grid-area: view;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-nav .smart-scheduler-nav[next],
smart-scheduler .smart-scheduler-view-nav .smart-scheduler-nav[prev] {
  border: initial;
  border-radius: initial;
  --smart-background:transparent;
  --smart-disabled:transparent;
}
smart-scheduler .smart-scheduler-view-nav[show-menu] {
  padding: var(--smart-scheduler-header-padding);
}
smart-scheduler .smart-scheduler-view-nav.no-overflowing .smart-scheduler-items-container {
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-header {
  box-shadow: var(--smart-scheduler-header-box-shadow);
  position: relative;
}
smart-scheduler .smart-scheduler-view-header-vertical {
  height: 100%;
  grid-area: vHeader;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-view-details {
  width: var(--smart-scheduler-timeline-header-vertical-details-size);
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-groups-container {
  width: var(--smart-scheduler-timeline-header-vertical-group-size);
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-cells {
  width: var(--smart-scheduler-timeline-header-vertical-cells-size);
  border: none;
  background: var(--smart-background);
  position: relative;
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-cell {
  width: 100%;
  min-width: initial;
  align-items: flex-start;
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
  background: inherit;
  padding: var(--smart-scheduler-timeline-header-vertical-label-padding);
}
smart-scheduler .smart-scheduler-view-header-vertical-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
smart-scheduler .smart-scheduler-view-header-horizontal {
  width: 100%;
  display: grid;
  grid-area: hHeader;
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-view-details {
  height: var(--smart-scheduler-timeline-header-horizontal-details-size);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-groups-container {
  height: var(--smart-scheduler-timeline-header-horizontal-group-size);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  display: grid;
  width: 100%;
  overflow: hidden;
  border-bottom: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-horizontal-line-color);
  grid-template-columns: auto minmax(0, 1fr);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells {
  height: var(--smart-scheduler-timeline-header-horizontal-cells-size);
  position: relative;
  display: flex;
  width: 100%;
  min-height: inherit;
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells .smart-scheduler-cell {
  width: 100%;
  min-height: inherit;
  display: flex;
  height: 100%;
  border-left: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells .smart-scheduler-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: var(--smart-scheduler-timeline-header-horizontal-label-padding);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells .smart-scheduler-cell:first-of-type {
  border-left: none;
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-view-groups-content {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler .smart-scheduler-view-header-horizontal-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
smart-scheduler .smart-scheduler-view-header-groups-container {
  width: 100%;
  display: flex;
  position: relative;
}
smart-scheduler .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: initial;
  min-width: initial;
}
smart-scheduler .smart-scheduler-view-header-groups-container .smart-scheduler-cell {
  height: 100%;
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler .smart-scheduler-view-time {
  display: flex;
  position: relative;
}
smart-scheduler .smart-scheduler-view-all-day {
  grid-template-columns: auto minmax(0, 1fr);
  border-bottom: var(--smart-scheduler-day-week-view-hour-size) solid var(--smart-scheduler-day-week-view-hour-color);
  height: var(--smart-scheduler-timeline-header-all-day-cells-size);
  display: grid;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-cell[all-day] {
  height: 100%;
  border-left: initial;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event {
  padding: var(--smart-scheduler-event-padding-all-day);
  height: var(--smart-scheduler-event-size);
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event:after {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: calc(100% - var(--smart-scheduler-event-resize-indicator-size));
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event:before {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: 0;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event .smart-scheduler-event-button {
  display: none;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event[repeating] .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto) var(--smart-scheduler-event-icon-size);
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr);
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 100%;
  grid-column-gap: 5px;
  justify-content: space-between;
}
smart-scheduler .smart-scheduler-view-all-day[exception] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-view-all-day[repeating] .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr) var(--smart-scheduler-event-icon-size);
}
smart-scheduler .smart-scheduler-view-all-day-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
smart-scheduler .smart-scheduler-view-all-day-label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  min-width: var(--smart-scheduler-timeline-header-vertical-cells-size);
  font-weight: var(--smart-scheduler-timeline-all-day-label-font-weight);
  padding: var(--smart-scheduler-timeline-header-cell-padding);
}
smart-scheduler .smart-scheduler-view-all-day-label > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
smart-scheduler .smart-scheduler-view-all-day-label-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-details {
  display: flex;
  position: relative;
}
smart-scheduler .smart-scheduler-view-details .smart-scheduler-cell {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  height: 100%;
  min-height: inherit;
  min-width: inherit;
}
smart-scheduler .smart-scheduler-view-details .smart-scheduler-cell:not(:first-of-type) {
  border-left: none;
}
smart-scheduler .smart-scheduler-view-container {
  position: relative;
  transition: width cubic-bezier(.075, .82, .165, 1) .3s;
}
smart-scheduler .smart-scheduler-view-groups-label-container,
smart-scheduler .smart-scheduler-view-label-container {
  display: flex;
  height: 100%;
}
smart-scheduler .smart-scheduler-view-groups-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
smart-scheduler .smart-scheduler-view-items-button,
smart-scheduler .smart-scheduler-view-list-button {
  --smart-button-text-transform:initial;
  transform: scale(1);
  height: 100%;
  width: var(--smart-scheduler-header-menu-button-size);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-items-button:after,
smart-scheduler .smart-scheduler-view-list-button:after {
  position: absolute;
  top: 0;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-arrow-size);
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  left: initial;
  right: 0;
  content: var(--smart-icon-arrow-down);
  background: 0 0;
}
smart-scheduler .smart-scheduler-view-items-button button,
smart-scheduler .smart-scheduler-view-list-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: initial;
}
smart-scheduler .smart-scheduler-view-items-button button > span,
smart-scheduler .smart-scheduler-view-list-button button > span {
  text-overflow: ellipsis;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-items-button:not([active]) button:active,
smart-scheduler .smart-scheduler-view-list-button:not([active]) button:active {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}
smart-scheduler .smart-scheduler-view-items-button.smart-visibility-hidden,
smart-scheduler .smart-scheduler-view-list-button.smart-visibility-hidden {
  transform: scale(0);
}
smart-scheduler .smart-scheduler-view-list-button {
  background: 0 0;
  margin-left: 10px;
}
smart-scheduler .smart-scheduler-view-list-button:not(.smart-hidden) {
  display: block !important;
}
smart-scheduler .smart-scheduler-view-list-button.active:not(:hover) {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
smart-scheduler .smart-scheduler-view-list-button:after {
  right: 2px;
  content: var(--smart-icon-menu);
}
smart-scheduler[hide-other-month-days] .smart-scheduler-cell[other-month] {
  background: var(--smart-surface) !important;
}
smart-scheduler[hide-other-month-days] .smart-scheduler-cell[other-month] > div {
  visibility: hidden;
}
smart-scheduler .smart-scheduler-list-container {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  height: 100%;
  width: 0;
  transform: scaleX(0);
  opacity: 0;
  transition: transform cubic-bezier(.075, .82, .165, 1) .3s, opacity cubic-bezier(.075, .82, .165, 1) .3s;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--smart-border);
  transform-origin: right;
}
smart-scheduler .smart-scheduler-list-container.open {
  transform: scaleX(1);
  opacity: 1;
}
smart-scheduler .smart-scheduler-cells .smart-scheduler-cell:empty {
  display: none;
}
smart-scheduler .smart-scheduler-cells .smart-scheduler-cell:not(:first-of-type) {
  border-left: none;
}
smart-scheduler .smart-scheduler-cells div {
  border-bottom-color: var(--smart-border);
  white-space: nowrap;
  pointer-events: none;
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell.scale {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: initial;
  min-width: initial;
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale)[restricted] {
  background: var(--smart-scheduler-restricted-background);
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell[nonworking],
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell[nonworking] .smart-scheduler-cell {
  background: var(--smart-scheduler-timeline-nonworking-color);
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell[weekend] {
  background: var(--smart-scheduler-timeline-weekend-color);
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: initial;
  display: flex;
  flex-direction: column;
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale) {
  width: 100%;
  height: 100%;
  min-height: initial;
  min-width: initial;
}
smart-scheduler .smart-scheduler-cell,
smart-scheduler .smart-scheduler-cell-container {
  padding: var(--smart-scheduler-timeline-header-cell-padding);
  min-height: var(--smart-scheduler-timeline-cell-min-height);
  min-width: var(--smart-scheduler-timeline-cell-min-size);
  white-space: nowrap;
  position: absolute;
}
smart-scheduler .smart-scheduler-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--smart-background);
  color: var(--smart-surface-color);
  text-overflow: ellipsis;
  border-bottom-color: transparent;
  height: var(--smart-scheduler-timeline-cell-height);
  width: var(--smart-scheduler-timeline-cell-width);
}
smart-scheduler .smart-scheduler-cell.smart-scheduler-feedback:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px dashed var(--smart-primary);
  pointer-events: none;
  background: var(--smart-scheduler-cell-feedback-background);
}
smart-scheduler .smart-scheduler-cell[other-month] {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-border);
}
smart-scheduler .smart-scheduler-cell[other-month] > div {
  opacity: .5;
}
smart-scheduler .smart-scheduler-cell.smart-scheduler-view-header-cell-feedback {
  width: initial;
  height: initial;
  visibility: hidden;
}
smart-scheduler .smart-scheduler-cell-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--smart-background);
  color: var(--smart-surface-color);
  text-overflow: ellipsis;
  border-bottom-color: transparent;
  height: var(--smart-scheduler-timeline-cell-height);
  width: var(--smart-scheduler-timeline-cell-width);
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-button,
smart-scheduler .smart-scheduler-events-container .smart-scheduler-event .smart-scheduler-event-button {
  display: none;
}
smart-scheduler .smart-scheduler-event {
  position: absolute;
  padding: var(--smart-scheduler-event-padding-basic);
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  border-radius: var(--smart-scheduler-event-border-radius);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
smart-scheduler .smart-scheduler-event:after {
  left: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  top: calc(100% - var(--smart-scheduler-event-resize-indicator-size));
}
smart-scheduler .smart-scheduler-event:before {
  left: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  top: 0;
}
smart-scheduler .smart-scheduler-event[focus]:not([collector]):after,
smart-scheduler .smart-scheduler-event[focus]:not([collector]):before,
smart-scheduler .smart-scheduler-event[hover]:not([collector]):after,
smart-scheduler .smart-scheduler-event[hover]:not([collector]):before {
  transform: scale(1);
}
smart-scheduler .smart-scheduler-event:not([resized])[focus] .smart-scheduler-event-content {
  background: var(--smart-scheduler-event-focus);
  color: var(--smart-scheduler-event-color-focus);
}
smart-scheduler .smart-scheduler-event:not([resized])[hover] .smart-scheduler-event-content {
  background: var(--smart-scheduler-event-hover);
  color: var(--smart-scheduler-event-color-hover);
}
smart-scheduler .smart-scheduler-event:not([collector]):after,
smart-scheduler .smart-scheduler-event:not([collector]):before {
  content: "";
  width: var(--smart-scheduler-event-resize-indicator-size);
  height: var(--smart-scheduler-event-resize-indicator-size);
  position: absolute;
  background-color: var(--smart-scheduler-event-resize-indicator-color);
  box-shadow: 0 0 0 1px var(--smart-scheduler-event-resize-indicator-border-color);
  transform: scale(0);
  pointer-events: none;
  z-index: 1;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-label {
  font-weight: var(--smart-scheduler-event-label-font-weight);
  font-size: var(--smart-scheduler-event-label-font-size);
  pointer-events: none;
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-time {
  font-weight: var(--smart-scheduler-event-time-font-weight);
  font-size: var(--smart-scheduler-event-time-font-size);
  opacity: var(--smart-scheduler-event-time-opacity);
  pointer-events: none;
  white-space: pre-wrap;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-content > div {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: flex-start;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-content > div:first-of-type {
  align-self: center;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-content:not([single-line]) > div:not(:first-of-type) {
  grid-column: 1/span 2;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-content[single-line] > div {
  align-self: initial;
}
smart-scheduler .smart-scheduler-event[resized] {
  opacity: .75;
  z-index: 10000;
}
smart-scheduler .smart-scheduler-event[cut] .smart-scheduler-event-content {
  opacity: .75;
}
smart-scheduler .smart-scheduler-event[collector] {
  width: var(--smart-scheduler-event-collector-size);
  height: var(--smart-scheduler-event-collector-size);
  border-radius: var(--smart-scheduler-event-collector-border-radius);
}
smart-scheduler .smart-scheduler-event[collector] .smart-scheduler-event-content {
  padding: 1px 5px;
  justify-items: center;
  background: var(--smart-scheduler-event-collector-background);
  color: var(--smart-scheduler-event-collector-color);
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: 5px;
}
smart-scheduler .smart-scheduler-event[collector] .smart-scheduler-event-content > div {
  align-self: initial;
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-event[collector][focus] .smart-scheduler-event-content {
  background: var(--smart-scheduler-event-collector-focus);
  color: var(--smart-scheduler-event-collector-color-focus);
}
smart-scheduler .smart-scheduler-event[collector][hover] .smart-scheduler-event-content {
  background: var(--smart-scheduler-event-collector-hover);
  color: var(--smart-scheduler-event-collector-color-hover);
}
smart-scheduler .smart-scheduler-event[repeating] .smart-scheduler-event-content:after {
  content: var(--smart-icon-spin);
  width: var(--smart-scheduler-event-icon-size);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  padding: var(--smart-scheduler-event-content-padding);
  box-sizing: border-box;
  line-height: 1rem;
}
smart-scheduler .smart-scheduler-event[repeating] .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto) var(--smart-scheduler-event-icon-size);
}
smart-scheduler .smart-scheduler-event[repeating][exception] .smart-scheduler-event-content:after {
  content: var(--smart-icon-attention-circled);
}
smart-scheduler .smart-scheduler-event[status] .smart-scheduler-event-content::before {
  content: "";
  position: absolute;
  display: block;
  width: var(--smart-scheduler-status-size);
  height: 100%;
  background: var(--smart-scheduler-status-background);
  box-shadow: 0 0 0 .5px var(--smart-background);
  border: 1px solid var(--smart-border);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
smart-scheduler .smart-scheduler-event[status=free] .smart-scheduler-event-content::before {
  background: var(--smart-scheduler-status-free-background);
}
smart-scheduler .smart-scheduler-event[status=busy] .smart-scheduler-event-content::before {
  background: var(--smart-scheduler-status-busy-background);
}
smart-scheduler .smart-scheduler-event[status=outOfOffice] .smart-scheduler-event-content::before {
  background: var(--smart-scheduler-status-out-of-office-background);
}
smart-scheduler .smart-scheduler-event[status=tentative] .smart-scheduler-event-content::before {
  background: var(--smart-scheduler-status-tentative-background);
}
smart-scheduler .smart-scheduler-event[exception] .smart-scheduler-event-button,
smart-scheduler .smart-scheduler-event[repeating] .smart-scheduler-event-button {
  display: none;
}
smart-scheduler .smart-scheduler-event[exception] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-event[repeating] .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr) var(--smart-scheduler-event-icon-size);
}
smart-scheduler .smart-scheduler-event:not([repeating]) .smart-scheduler-event-content:not([single-line]) > div {
  grid-column: 1/span 2;
}
smart-scheduler .smart-scheduler-event-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: grid;
  grid-template-rows: min-content minmax(auto, 1fr);
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: center;
  overflow: hidden;
  padding: var(--smart-scheduler-event-content-padding);
  color: var(--smart-scheduler-event-color);
  background: var(--smart-scheduler-event-background);
  cursor: pointer;
  position: relative;
  border-radius: inherit;
  grid-row-gap: 2px;
  grid-template-columns: minmax(auto, 1fr);
}
smart-scheduler .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 100%;
  grid-column-gap: 5px;
  justify-content: space-between;
}
smart-scheduler[legend-location=header] .smart-scheduler-header,
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-horizontal,
smart-scheduler[view-type=day] .smart-scheduler-view {
  grid-template-rows: auto minmax(0, 1fr);
}
smart-scheduler .smart-scheduler-date-nav {
  grid-area: date;
  display: flex;
  align-items: center;
  height: 100%;
  padding: var(--smart-scheduler-header-padding);
  background: var(--smart-surface);
  background-clip: content-box;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  --smart-button-padding:0 10px 0 10px;
  width: auto;
  max-width: var(--smart-scheduler-header-date-button-max-size);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
}
smart-scheduler .smart-scheduler-date-nav .smart-scheduler-nav[current] .smart-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-time-zone {
  width: var(--smart-scheduler-timeline-header-vertical-cells-size);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--smart-scheduler-timeline-header-cell-padding);
}
smart-scheduler .smart-scheduler-time-zone > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
smart-scheduler .smart-scheduler-time-zone-container {
  display: flex;
  height: 100%;
  align-items: center;
}
smart-scheduler .smart-scheduler-time-zone-container:empty {
  display: none;
}
smart-scheduler .smart-scheduler-current-time-indicator {
  position: absolute;
  pointer-events: none;
  width: var(--smart-scheduler-current-time-indicator-size);
  height: var(--smart-scheduler-current-time-indicator-size);
  background: var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler .smart-scheduler-items-container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  outline: 0;
}
smart-scheduler .smart-scheduler-items-container .smart-scheduler-item[selected] {
  background: var(--smart-background);
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler .smart-scheduler-items-container:focus .smart-scheduler-item[selected],
smart-scheduler .smart-scheduler-items-container[focus] .smart-scheduler-item[selected] {
  background-color: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
  color: var(--smart-ui-state-color-focus);
}
smart-scheduler .smart-scheduler-items-container .smart-scheduler-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  width: var(--smart-scheduler-item-size);
  padding: var(--smart-scheduler-header-padding);
  border: var(--smart-border-width) solid transparent;
}
smart-scheduler .smart-scheduler-items-container .smart-scheduler-item:last-of-type {
  border-right: none;
}
smart-scheduler .smart-scheduler-item > div {
  position: relative;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-groups-container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-groups-container .smart-scheduler-cell {
  font-weight: var(--smart-scheduler-timeline-all-day-label-font-weight);
  white-space: var(--smart-scheduler-timeline-group-white-space);
  min-height: inherit;
  min-width: inherit;
}
smart-scheduler .smart-scheduler-groups-container .smart-scheduler-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
smart-scheduler .smart-scheduler-groups-container .smart-scheduler-cell:not(:first-of-type) {
  border-left: none;
}
smart-scheduler .smart-scheduler-scrollable-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-area: content;
  height: 100%;
  background: var(--smart-scheduler-view-background);
}
smart-scheduler .smart-scheduler-content .smart-scheduler-cell[nonworking],
smart-scheduler[view-type=month] .smart-scheduler-content .smart-scheduler-cell[nonworking][other-month]:not([selected]) {
  background: var(--smart-scheduler-timeline-nonworking-color);
}
smart-scheduler .smart-scheduler-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
smart-scheduler .smart-scheduler-content .smart-scheduler-cell[weekend] {
  background: var(--smart-scheduler-timeline-weekend-color);
}
smart-scheduler .smart-scheduler-view-scroll-bar {
  overflow: visible;
  position: relative;
  height: var(--smart-scroll-bar-size);
  width: 100%;
}
smart-scheduler .smart-scheduler-view-scroll-bar:after {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--smart-scroll-bar-size);
  background: var(--smart-scroll-bar-background);
  left: 100%;
  top: 0;
}
smart-scheduler .smart-scheduler-view-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
smart-scheduler .smart-scheduler-view-scroll-bar[orientation=vertical] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: var(--smart-scroll-bar-size);
}
smart-scheduler .smart-scheduler-view-scroll-bar[orientation=vertical].bottom-corner {
  height: calc(100% - var(--smart-scroll-bar-size));
}
smart-scheduler .smart-scheduler-tooltip {
  pointer-events: none;
  transform: scale(0);
}
smart-scheduler .smart-toast-container-custom.smart-toast-container {
  width: var(--smart-scheduler-toast-default-width);
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
smart-scheduler .smart-toast-container-custom.smart-toast-container .smart-toast-item {
  border-radius: 5px;
  height: var(--smart-scheduler-toast-default-height);
}
smart-scheduler .smart-toast-container-custom.smart-toast-container .smart-toast-item > .smart-container {
  display: flex;
  flex-direction: row-reverse;
}
smart-scheduler .smart-toast-container-custom.smart-toast-container .smart-toast-item .smart-toast-item-container {
  padding: initial;
  top: initial;
  width: 100%;
}
smart-scheduler .smart-scheduler-legend {
  width: 100%;
  height: 100%;
  display: flex;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-area: legend;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-list {
  width: 30px;
  background: 0 0;
  border: none;
  font-family: var(--smart-font-family-icon);
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-list input {
  display: none;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-list .smart-container::before {
  content: var(--smart-icon-menu);
  background: var(--smart-surface);
  position: absolute;
  width: 100%;
  height: 100%;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  padding: var(--smart-scheduler-header-padding);
  overflow: hidden;
  grid-row-gap: 2px;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-items {
  display: flex;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item {
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
  white-space: nowrap;
  outline: initial;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item:hover {
  color: var(--smart-ui-state-color-hover);
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item:before {
  content: "";
  width: var(--smart-check-box-default-size);
  min-width: var(--smart-check-box-default-size);
  height: var(--smart-check-box-default-size);
  min-height: var(--smart-check-box-default-size);
  display: flex;
  border: var(--smart-border-width) solid var(--smart-border);
  box-sizing: border-box;
  background-color: var(--smart-scheduler-legend-item-background);
  border-radius: var(--smart-border-radius);
}
smart-scheduler:not([view-type=day]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container:not(:last-of-type) > .smart-scheduler-cell,
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type) {
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item:not(:first-of-type) {
  margin-left: 20px;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item > span {
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media only screen and (min-device-width:320px) and (max-device-width:900px) {
  smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item > span {
    width: 0;
  }
}
smart-scheduler .smart-scheduler-event-list-event:hover .smart-event-actions {
  opacity: 1;
}
smart-scheduler .smart-scheduler-event-list-event .smart-event-actions {
  display: inline-flex;
  position: absolute;
  right: 10px;
  column-gap: 5px;
  opacity: 0;
  transition: opacity ease-in-out .2s;
}
smart-scheduler .smart-scheduler-event-list-event .smart-event-actions .smart-icon-edit {
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  font-size: var(--smart-arrow-size);
}
smart-scheduler .smart-scheduler-event-list-event .smart-event-actions .smart-icon-edit:after {
  content: var(--smart-icon-mode-edit);
}
smart-scheduler .smart-scheduler-event-list-event .smart-event-actions .smart-icon-navigate {
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  font-size: var(--smart-arrow-size);
}
smart-scheduler .smart-scheduler-event-list-event .smart-event-actions .smart-icon-navigate::after {
  content: var(--smart-icon-link-ext);
}
smart-scheduler .smart-scheduler-window-modal {
  position: absolute;
  opacity: .5;
  background-color: var(--smart-disabled);
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: calc(var(--smart-editor-drop-down-z-index) - 1);
}
smart-scheduler .smart-scheduler-shade-section {
  position: absolute;
  pointer-events: none;
  background: var(--smart-scheduler-shader-background);
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale) > div,
smart-scheduler .smart-scheduler-item > div,
smart-scheduler .smart-scheduler-view-all-day-label,
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cell,
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-cell {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
smart-scheduler:not([animation=none]) .smart-scheduler-legend .smart-scheduler-legend-res-item:before {
  transition: background linear .2s, border linear .2s;
}
smart-scheduler:not([animation=none]) .smart-scheduler-event:after,
smart-scheduler:not([animation=none]) .smart-scheduler-event:before {
  transition: transform .2s cubic-bezier(.4, 0, .6, 1);
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input:not([animation=none]) .default-samples-container div,
smart-scheduler:not([animation=none]) .smart-scheduler-view-items-button {
  transition: transform .2s ease-in-out;
}
smart-scheduler:not([animation=none]) .smart-scheduler-items-container .smart-scheduler-item {
  transition: border-top .2s ease-in-out;
}
smart-scheduler:not([event-render-mode=classic]) .smart-scheduler-event {
  padding-right: initial;
}
smart-scheduler:not([disable-date-menu]):not([right-to-left]) .smart-scheduler-nav[current] button,
smart-scheduler:not([disable-view-menu]):not([right-to-left]) .smart-scheduler-view-items-button button {
  padding-right: var(--smart-editor-addon-width);
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell.scale:not(:last-of-type) {
  border-bottom: var(--smart-border-width) solid rgba(var(--smart-border-rgb), .5);
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-bottom: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-horizontal-line-color);
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-view-header-horizontal .smart-scheduler-time-zone {
  width: var(--smart-scheduler-timeline-header-vertical-cells-size);
  height: 100%;
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-current-time-indicator:before {
  left: 0;
  top: calc(-1 * var(--smart-scheduler-current-time-indicator-arrow-size) + var(--smart-scheduler-current-time-indicator-size)/ 2);
  border-top: var(--smart-scheduler-current-time-indicator-arrow-size) solid transparent;
  border-bottom: var(--smart-scheduler-current-time-indicator-arrow-size) solid transparent;
  border-left: var(--smart-scheduler-current-time-indicator-arrow-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler:not([view-type=timelineDay]) .smart-scheduler-view-header-horizontal .smart-scheduler-cells:not(:last-of-type) .smart-scheduler-cell,
smart-scheduler[view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type) {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-event {
  width: var(--smart-scheduler-event-size);
}
smart-scheduler:not([view-type=timelineWeek]) .smart-scheduler-view-details,
smart-scheduler:not([view-type=timelineWeek]) .smart-scheduler-view-details-label:empty {
  display: none;
}
smart-scheduler:not([view-type=day]) .smart-scheduler-view-header-cell-feedback,
smart-scheduler:not([view-type=day]):not([view-type=agenda]) .smart-scheduler-view-header-vertical .smart-scheduler-cell,
smart-scheduler:not([view-type=day]):not([view-type^=timeline]) .smart-scheduler-view-label-container:empty {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type]:not([view-type=day]) .smart-scheduler-view-all-day-label,
smart-scheduler[view-type]:not([view-type=day]):not([view-type=agenda]) .smart-scheduler-time-zone:last-of-type,
smart-scheduler[view-type^=timeline] .smart-scheduler-time-zone,
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-vertical-header][show-group-header=horizontal] .smart-scheduler-view-details-label {
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler:not([view-type=month]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-label-container:before {
  content: "";
  width: var(--smart-scheduler-timeline-header-vertical-group-size);
  height: 100%;
  display: flex;
}
smart-scheduler[view-type=day] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-current-time-indicator:not(:first-of-type)::before,
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-current-time-indicator:not(:first-of-type)::before {
  content: none;
}
smart-scheduler:not([view-type=agenda])[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical .smart-scheduler-view-time .smart-scheduler-cell:not([group-separator]) > div,
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-details-label,
smart-scheduler[view-type^=timeline] .smart-scheduler-view-all-day {
  display: none;
}
smart-scheduler:not([view-type=month]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-all-day-label-container {
  margin-left: var(--smart-scheduler-timeline-header-vertical-group-size);
}
smart-scheduler:not([view-type=agenda]) .smart-scheduler-view-header-vertical-content .smart-scheduler-cell:not(:first-of-type) > div {
  transform: translateY(calc(-50% - var(--smart-scheduler-timeline-header-cell-padding)));
}
smart-scheduler:not([view-type=agenda]) .smart-scheduler-event[status] .smart-scheduler-event-content {
  padding-left: calc(var(--smart-scheduler-status-size) + var(--smart-scheduler-status-padding));
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
smart-scheduler:not([view-type=agenda]) .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):hover,
smart-scheduler:not([view-type=agenda]) .smart-scheduler-view-all-day .smart-scheduler-cell:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-scheduler[view-type^=timeline] {
  --smart-scheduler-event-size:var(--smart-scheduler-event-size-timeline);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view-label-container {
  flex-direction: column;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-cells .smart-scheduler-cell > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
smart-scheduler[view-type=agenda] .smart-scheduler-cells-container .smart-scheduler-cell-container,
smart-scheduler[view-type^=timeline][group-by-date] .smart-scheduler-view-header-horizontal-content .smart-scheduler-cell {
  overflow: initial;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-time-zone {
  height: var(--smart-scheduler-timeline-header-horizontal-cells-size);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view:not([show-vertical-header]) {
  --smart-scheduler-timeline-header-vertical-cells-size:0;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-label-container {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical {
  grid-template-columns: auto 0;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  grid-template-columns: var(--smart-scheduler-timeline-header-vertical-group-size) minmax(0, 1fr);
}
smart-scheduler[view-type=month] .smart-scheduler-content,
smart-scheduler[view-type=month] .smart-scheduler-scrollable-container {
  grid-template-columns: 100%;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-time-zone-container {
  height: auto;
  flex-direction: column;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view-time {
  flex-direction: column;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-event {
  padding: var(--smart-scheduler-event-padding-timeline);
  height: var(--smart-scheduler-event-size);
}
smart-scheduler[view-type=month]:not([event-render-mode=classic]) .smart-scheduler-event,
smart-scheduler[view-type^=timeline]:not([event-render-mode=classic]) .smart-scheduler-event {
  padding-bottom: 0;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-event:after {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: calc(100% - var(--smart-scheduler-event-resize-indicator-size));
}
smart-scheduler[view-type^=timeline] .smart-scheduler-event:before {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: 0;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell.scale:not(:last-of-type) {
  border-right: var(--smart-border-width) solid rgba(var(--smart-border-rgb), .5);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell-container {
  flex-direction: row;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-current-time-indicator:before {
  left: calc(-1 * var(--smart-scheduler-current-time-indicator-arrow-size) + var(--smart-scheduler-current-time-indicator-size)/ 2);
  border-right: var(--smart-scheduler-current-time-indicator-arrow-size) solid transparent;
  border-left: var(--smart-scheduler-current-time-indicator-arrow-size) solid transparent;
  border-top: var(--smart-scheduler-current-time-indicator-arrow-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view[show-vertical-header] .smart-scheduler-view-details-label {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type=day] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type),
smart-scheduler[view-type=day] .smart-scheduler-view-header-horizontal .smart-scheduler-cell,
smart-scheduler[view-type=week] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type),
smart-scheduler[view-type=week] .smart-scheduler-view-header-horizontal .smart-scheduler-cell {
  border-right: var(--smart-scheduler-day-week-view-vertical-line-size) solid var(--smart-scheduler-day-week-view-vertical-line-color);
}
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view-label-container {
  display: flex;
  flex-direction: column;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-horizontal .smart-scheduler-view-all-day,
smart-scheduler[view-type=day] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container,
smart-scheduler[view-type=month] .smart-scheduler-view-header-horizontal .smart-scheduler-view-all-day,
smart-scheduler[view-type=month] .smart-scheduler-view-header-vertical-content,
smart-scheduler[view-type=month] .smart-scheduler-view:not([show-group-header=vertical]) .smart-scheduler-view-header-vertical,
smart-scheduler[view-type=month] .smart-scheduler-view:not([show-group-header=vertical]) .smart-scheduler-view-label-container,
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view-details:empty {
  display: none;
}
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view-details-label {
  height: var(--smart-scheduler-timeline-header-horizontal-details-size);
  width: 100%;
}
smart-scheduler[view-type=day] .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-bottom: var(--smart-scheduler-day-week-view-hour-size) solid var(--smart-scheduler-day-week-view-hour-color);
}
smart-scheduler[view-type=day] .smart-scheduler-view-header-horizontal .smart-scheduler-view-groups-label-container {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type=week] .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-bottom: var(--smart-scheduler-day-week-view-hour-size) solid var(--smart-scheduler-day-week-view-hour-color);
}
smart-scheduler[view-type=month] .smart-scheduler-event {
  height: var(--smart-scheduler-event-size);
}
smart-scheduler[view-type=month] .smart-scheduler-event:after {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: calc(100% - var(--smart-scheduler-event-resize-indicator-size));
}
smart-scheduler[view-type=month] .smart-scheduler-event:before {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: 0;
}
smart-scheduler[view-type=month] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale) {
  justify-content: flex-end;
  align-items: flex-start;
}
smart-scheduler[view-type=month] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale)[today] > div:not([class]) {
  border-radius: 50%;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  box-shadow: 0 0 0 2px var(--smart-primary);
  width: calc(var(--smart-scheduler-month-view-number-size)/ 1.5);
  height: calc(var(--smart-scheduler-month-view-number-size)/ 1.5);
}
smart-scheduler[view-type=month] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical {
  grid-template-columns: auto 0;
}
smart-scheduler[view-type=month] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  grid-template-columns: var(--smart-scheduler-timeline-header-vertical-group-size) minmax(0, 1fr);
}
smart-scheduler[view-type=month] .smart-scheduler-view:not([mobile]) .smart-scheduler-event[collector] {
  padding-right: calc(var(--smart-scheduler-month-view-number-size) + 5px);
}
smart-scheduler[view-type=month] .smart-scheduler-view:not([mobile]) .smart-scheduler-event[collector][first-month-day] {
  padding-right: calc(var(--smart-scheduler-month-view-number-size) + 25px);
}
smart-scheduler[view-type=month] .smart-scheduler-view-all-day,
smart-scheduler[view-type=month] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  grid-template-columns: minmax(0, 1fr);
}
smart-scheduler[view-type=agenda] {
  --smart-scheduler-timeline-header-vertical-label-padding:0 0 0 25%;
  --smart-scheduler-event-time-font-weight:600;
}
smart-scheduler[view-type=agenda] .smart-scheduler-cells-container .smart-scheduler-cell-container:not([separator]) {
  border: none;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell {
  justify-content: flex-start;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell > div {
  text-align: left;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  height: 0;
  border: none;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-horizontal .smart-scheduler-view-groups-label-container {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type=agenda] .smart-scheduler-cells-container .smart-scheduler-cell-container[separator]:last-of-type > .smart-scheduler-cell:after,
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell[separator]:last-of-type > .smart-scheduler-cell:after {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: var(--smart-border-width);
  left: 0;
  box-sizing: border-box;
  pointer-events: none;
}
smart-scheduler[view-type=agenda] .smart-scheduler-cells-container .smart-scheduler-cell-container[separator]:not(:last-of-type),
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell[separator]:not(:last-of-type) {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type=agenda] .smart-scheduler-cell.smart-scheduler-view-header-cell-feedback {
  padding: calc(2 * var(--smart-scheduler-timeline-header-cell-padding));
}
smart-scheduler[view-type=agenda] .smart-scheduler-view.no-agenda:after {
  content: attr(agenda-placeholder);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
smart-scheduler[disable-resize] .smart-scheduler-event:not([collector]):after,
smart-scheduler[disable-resize] .smart-scheduler-event:not([collector]):before,
smart-scheduler[view-type=agenda] .smart-scheduler-event:not([collector]):not([disable-resize]):after,
smart-scheduler[view-type=agenda] .smart-scheduler-event:not([collector]):not([disable-resize]):before,
smart-scheduler[view-type=agenda] .smart-scheduler-event[status] .smart-scheduler-event-content::before {
  content: initial;
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell:not([show-label]) > div,
smart-scheduler[hide-all-day] .smart-scheduler-view-all-day,
smart-scheduler[hide-today-button] .smart-scheduler-nav[today] {
  display: none;
}
smart-scheduler[view-type=agenda] .smart-scheduler-event {
  padding: var(--smart-scheduler-event-padding-agenda);
}
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[interval],
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[type],
smart-scheduler[right-to-left]:not([disable-date-menu]) .smart-scheduler-nav[current] button,
smart-scheduler[right-to-left]:not([disable-view-menu]) .smart-scheduler-view-items-button button {
  padding-left: var(--smart-editor-addon-width);
}
smart-scheduler[view-type=agenda] .smart-scheduler-event .smart-scheduler-event-time {
  opacity: var(--smart-scheduler-event-time-opacity-agenda);
  font-size: var(--smart-scheduler-event-time-font-size-agenda);
  font-weight: var(--smart-scheduler-event-time-font-weight-agenda);
}
smart-scheduler[view-type=agenda]:not([event-render-mode=classic]) .smart-scheduler-event {
  padding-bottom: 0;
}
smart-scheduler:not([filterable]) .smart-scheduler-legend {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item:hover:before {
  border-color: var(--smart-ui-state-border-hover);
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item:focus:before {
  border-color: var(--smart-primary);
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell:not([group-separator]),
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical .smart-scheduler-view-time .smart-scheduler-cell {
  border-right: initial;
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item[unselected]:before {
  background: 0 0;
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  border-bottom: initial;
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[show-label] {
  justify-content: flex-start;
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[show-label] > div {
  transform: translateX(calc(-50% - var(--smart-scheduler-timeline-header-cell-padding)));
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[show-label=offset] > div {
  margin-left: var(--smart-scheduler-timeline-group-header-offset);
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell[show-label] > div {
  transform: translateY(calc(-50% - var(--smart-scheduler-timeline-header-cell-padding)));
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell[show-label=offset] > div {
  margin-top: var(--smart-scheduler-timeline-group-header-offset);
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-groups-container .smart-scheduler-cell {
  align-items: center;
}
smart-scheduler[group-by-date] .smart-scheduler-view-header-horizontal .smart-scheduler-groups-container,
smart-scheduler[group-by-date]:not([view-type^=timeline]) .smart-scheduler-view-header-vertical .smart-scheduler-groups-container {
  order: 1;
}
smart-scheduler[group-by-date] .smart-scheduler-view-all-day {
  order: 2;
}
smart-scheduler[group-by-date] .smart-scheduler-view-header-horizontal .smart-scheduler-view-groups-label-container,
smart-scheduler[group-by-date]:not([view-type=agenda]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-groups-container .smart-scheduler-cell:not([group-separator]) {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[current-time-indicator] .smart-scheduler-view-header-horizontal .smart-scheduler-cell[current] {
  color: var(--smart-scheduler-current-time-indicator-background);
  border-bottom: var(--smart-scheduler-current-time-indicator-header-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler[current-time-indicator] .smart-scheduler-view-header-vertical .smart-scheduler-cell[current] {
  color: var(--smart-scheduler-current-time-indicator-background);
  border-right: var(--smart-scheduler-current-time-indicator-header-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler[current-time-indicator] .smart-scheduler-current-time-indicator:before {
  content: "";
  position: absolute;
}
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current]::after,
smart-scheduler[disable-view-menu] .smart-scheduler-view-items-button::after {
  content: initial;
}
smart-scheduler[resized] .smart-scheduler-cell[restricted]:hover {
  cursor: no-drop;
}
smart-scheduler[resized] .smart-scheduler-event {
  pointer-events: none;
}
smart-scheduler[dragged] .smart-scheduler-events-container,
smart-scheduler[modal] .smart-scheduler-footer,
smart-scheduler[modal] .smart-scheduler-header,
smart-scheduler[modal] .smart-scheduler-view-container {
  pointer-events: none;
}
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current] {
  cursor: initial;
}
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current] .smart-ripple {
  visibility: hidden;
}
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current][focus],
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current][hover],
smart-scheduler[disable-date-menu] .smart-scheduler-view-items-button[focus],
smart-scheduler[disable-date-menu] .smart-scheduler-view-items-button[hover] {
  background: 0 0;
  color: var(--smart-background-color);
}
smart-scheduler[disable-view-menu] .smart-scheduler-view-items-button {
  border: initial;
  cursor: initial;
}
smart-scheduler[disable-view-menu] .smart-scheduler-view-items-button .smart-ripple {
  visibility: hidden;
}
smart-scheduler[time-ruler-ticks][view-type=day] .smart-scheduler-view-header-vertical .smart-scheduler-cells:last-of-type .smart-scheduler-cell:not(:last-of-type):after,
smart-scheduler[time-ruler-ticks][view-type=week] .smart-scheduler-view-header-vertical .smart-scheduler-cells:last-of-type .smart-scheduler-cell:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--smart-scheduler-time-ruler-tick-size);
  height: var(--smart-scheduler-day-week-view-hour-size);
  background: var(--smart-scheduler-day-week-view-hour-color);
}
smart-scheduler[legend-location=header] {
  --smart-scheduler-header-height:auto;
}
smart-scheduler[legend-location=header] .smart-scheduler-header {
  grid-template-areas: "date view" "legend legend";
}
smart-scheduler[legend-position=far] .smart-scheduler-legend {
  justify-content: flex-end;
}
smart-scheduler[scroll-buttons-position=both] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  order: 1;
}
smart-scheduler[scroll-buttons-position=both] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  order: 2;
}
smart-scheduler[scroll-buttons-position=both] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  order: 3;
}
smart-scheduler[scroll-buttons-position=both][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  border-radius: initial;
}
smart-scheduler[scroll-buttons-position=both][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-left: initial;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[scroll-buttons-position=far] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  order: 1;
}
smart-scheduler[scroll-buttons-position=far] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  order: 3;
}
smart-scheduler[scroll-buttons-position=far] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  order: 2;
}
smart-scheduler[scroll-buttons-position=far][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
}
smart-scheduler[scroll-buttons-position=far][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next],
smart-scheduler[scroll-buttons-position=far][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-left: initial;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[scroll-buttons-position=far][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
smart-scheduler[scroll-buttons-position=near] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  order: 1;
}
smart-scheduler[scroll-buttons-position=near] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  order: 2;
}
smart-scheduler[scroll-buttons-position=near][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  order: 3;
}
smart-scheduler[scroll-buttons-position=near][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-right: initial;
  border-left: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[next],
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border-radius: 50%;
}
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[current],
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[next],
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border: initial;
}
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  margin-left: 10px;
}
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[current]:not([focus]),
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[next]:not([active]):not([focus]),
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[prev]:not([active]):not([focus]),
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-nav[today]:not([focus]),
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-view-items-button:not([focus]) {
  background: 0 0;
}
smart-scheduler[header-date-position=far] .smart-scheduler-header {
  grid-template-columns: 1fr auto;
  grid-template-areas: "view date";
}
smart-scheduler[header-view-position=near] .smart-scheduler-view-nav {
  justify-content: flex-start;
}
smart-scheduler[header-view-position=near] .smart-scheduler-view-items-button {
  order: 2;
}
smart-scheduler[header-view-position=near] .smart-scheduler-items-container .smart-scheduler-item:first-of-type,
smart-scheduler[header-view-position=near] .smart-scheduler-items-container .smart-scheduler-item:first-of-type[selected] {
  border-left: none;
}
smart-scheduler[header-view-position=near] .smart-scheduler-items-container .smart-scheduler-item[selected] {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-right: initial;
}
smart-scheduler[header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-right: initial;
  border-left: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  border-radius: initial;
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
smart-scheduler[header-navigation-style=raised] .smart-scheduler-nav[today],
smart-scheduler[header-navigation-style=raised] .smart-scheduler-view-items-button {
  background: var(--smart-background);
}
smart-scheduler[view-selector-type=tabs] .smart-scheduler-view-items-button {
  position: absolute;
}
smart-scheduler[view-selector-type=auto] .smart-scheduler-header,
smart-scheduler[view-selector-type=tabs] .smart-scheduler-header {
  grid-template-areas: "date . view";
}
smart-scheduler:not([right-to-left]) .smart-scheduler-view-header-horizontal .smart-scheduler-cell:last-of-type {
  border-right: none;
}
smart-scheduler[right-to-left][current-time-indicator] .smart-scheduler-view-header-horizontal .smart-scheduler-cell[current] {
  color: var(--smart-scheduler-current-time-indicator-background);
  border-bottom: var(--smart-scheduler-current-time-indicator-header-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler[right-to-left][current-time-indicator] .smart-scheduler-view-header-vertical .smart-scheduler-cell[current] {
  color: var(--smart-scheduler-current-time-indicator-background);
  border-left: var(--smart-scheduler-current-time-indicator-header-size) solid var(--smart-scheduler-current-time-indicator-background);
  border-right: none;
}
smart-scheduler[right-to-left][current-time-indicator] .smart-scheduler-current-time-indicator:before {
  left: calc(100% - 6px);
  transform: rotate(-180deg);
}
smart-scheduler[right-to-left] .smart-scheduler-header,
smart-scheduler[right-to-left] .smart-scheduler-view {
  direction: rtl;
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[today] {
  order: 1;
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  order: 2;
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[prev]:after {
  content: var(--smart-icon-arrow-right);
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  order: 3;
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[next]:after {
  content: var(--smart-icon-arrow-left);
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  order: 4;
}
smart-scheduler[right-to-left].smart-container.vscroll .smart-scheduler-view,
smart-scheduler[right-to-left] > .smart-container.vscroll .smart-scheduler-view {
  margin-left: var(--smart-scroll-bar-size);
}
smart-scheduler[right-to-left].smart-container.vscroll .smart-scheduler-view-scroll-bar:not([orientation=vertical]),
smart-scheduler[right-to-left] > .smart-container.vscroll .smart-scheduler-view-scroll-bar:not([orientation=vertical]) {
  left: var(--smart-scroll-bar-size);
}
smart-scheduler[right-to-left] .smart-scheduler-view-scroll-bar[orientation=vertical] {
  right: initial;
  left: 0;
}
smart-scheduler[right-to-left] .smart-scheduler-view-scroll-bar[orientation=vertical]:before {
  border-left: none;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[right-to-left] .smart-scheduler-view-scroll-bar[orientation=vertical]:after {
  right: 100%;
  left: initial;
  left: calc(-1 * var(--smart-scroll-bar-size));
}
smart-scheduler[right-to-left][view-type=day] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type),
smart-scheduler[right-to-left][view-type=week] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type) {
  border-right: initial;
  border-left: var(--smart-scheduler-day-week-view-vertical-line-size) solid var(--smart-scheduler-day-week-view-vertical-line-color);
}
smart-scheduler[right-to-left]:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type),
smart-scheduler[right-to-left][view-type]:not([view-type=day]) .smart-scheduler-view-all-day-label,
smart-scheduler[right-to-left][view-type]:not([view-type=day]):not([view-type=agenda]) .smart-scheduler-time-zone:last-of-type,
smart-scheduler[right-to-left][view-type^=timeline] .smart-scheduler-time-zone,
smart-scheduler[right-to-left][view-type^=timeline] .smart-scheduler-view[show-vertical-header][show-group-header=horizontal] .smart-scheduler-view-details-label {
  border-right: initial;
  border-left: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler[right-to-left]:not([view-type=day]) .smart-scheduler-view-header-cell-feedback,
smart-scheduler[right-to-left]:not([view-type=day]):not([view-type=agenda]) .smart-scheduler-view-header-vertical .smart-scheduler-cell,
smart-scheduler[right-to-left]:not([view-type=day]):not([view-type^=timeline]) .smart-scheduler-view-label-container:empty,
smart-scheduler[right-to-left][view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-label-container {
  border-right: initial;
  border-left: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[right-to-left] .smart-scheduler-view-all-day .smart-scheduler-cell[all-day]:not(:last-of-type),
smart-scheduler[right-to-left] .smart-scheduler-view-details .smart-scheduler-cell:not(:last-of-type),
smart-scheduler[right-to-left] .smart-scheduler-view-header-horizontal .smart-scheduler-cell:not(:last-of-type) {
  border-right: initial;
  border-left: var(--smart-scheduler-day-week-view-vertical-line-size) solid var(--smart-scheduler-day-week-view-vertical-line-color);
}
smart-scheduler[right-to-left] .smart-scheduler-view-all-day .smart-scheduler-cell[all-day]:last-of-type,
smart-scheduler[right-to-left] .smart-scheduler-view-header-horizontal .smart-scheduler-cell:last-of-type {
  border-right: initial;
}
smart-scheduler[right-to-left]:not([view-type=day]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container:not(:last-of-type) > .smart-scheduler-cell,
smart-scheduler[right-to-left][view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-right: initial;
  border-left: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler[right-to-left] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell-container[group-separator]:not(:last-of-type),
smart-scheduler[right-to-left] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell:not(.scale)[group-separator]:not(:last-of-type),
smart-scheduler[right-to-left] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[group-separator]:not(:last-of-type) {
  border-right-color: initial;
  border-right-width: initial;
  border-left-color: var(--smart-scheduler-timeline-group-separator-background);
  border-left-width: var(--smart-scheduler-timeline-group-separator-size);
}
smart-scheduler[right-to-left][group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell:not([group-separator]) {
  border-left: initial;
}
smart-scheduler[right-to-left][group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell[show-label=offset] > div {
  margin-left: initial;
  margin-right: var(--smart-scheduler-timeline-group-header-offset);
}
smart-scheduler[right-to-left][group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell[show-label] > div {
  transform: translateX(calc(50% + var(--smart-scheduler-timeline-header-cell-padding)));
}
smart-scheduler[right-to-left] .smart-scheduler-nav[current]:after,
smart-scheduler[right-to-left] .smart-scheduler-view-items-button:after {
  left: 0;
  right: initial;
}
smart-scheduler[right-to-left][view-type=agenda] {
  --smart-scheduler-timeline-header-vertical-label-padding:0 25% 0 0;
}
smart-scheduler[right-to-left][view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell > div {
  text-align: right;
}
smart-scheduler[right-to-left][view-type=month] .smart-scheduler-view:not([mobile]) .smart-scheduler-event[collector] {
  padding-right: initial;
  padding-left: calc(var(--smart-scheduler-month-view-number-size) + 5px);
}
smart-scheduler[right-to-left][view-type=month] .smart-scheduler-view:not([mobile]) .smart-scheduler-event[collector][first-month-day] {
  padding-left: calc(var(--smart-scheduler-month-view-number-size) + 25px);
}
smart-scheduler[right-to-left] .smart-toast-container-custom {
  right: initial;
  left: 0;
}
smart-scheduler[right-to-left]:not([view-type=agenda]) .smart-scheduler-event[status] .smart-scheduler-event-content {
  padding-left: initial;
  padding-right: calc(var(--smart-scheduler-status-size) + var(--smart-scheduler-status-padding));
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
smart-scheduler[right-to-left]:not([view-type=month]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-all-day-label-container {
  margin-left: initial;
  margin-right: var(--smart-scheduler-timeline-header-vertical-group-size);
}
smart-scheduler[right-to-left][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-right-radius);
}
smart-scheduler[right-to-left][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-left: initial;
}
smart-scheduler[right-to-left][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-right-radius: var(--smart-item-border-top-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-left-radius);
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[right-to-left] .smart-scheduler-nav[today] {
  margin-right: initial;
  margin-left: 10px;
}
smart-scheduler[right-to-left] .smart-scheduler-event[repeating] .smart-scheduler-event-content:after {
  right: initial;
  left: 0;
}
smart-scheduler[right-to-left][view-type=timelineWeek] .smart-scheduler-view[show-vertical-header] .smart-scheduler-view-details-label {
  border-right: initial;
  border-left: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[right-to-left] .smart-scheduler-items-container .smart-scheduler-item:last-of-type {
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-left: none;
}
smart-scheduler[right-to-left] .smart-scheduler-legend {
  direction: rtl;
}
@-moz-document url-prefix() {
  .smart-scheduler .smart-scheduler-view[mobile] .smart-scheduler-content:not(.hide-overlay):after {
    display: none;
  }
}
.smart-scheduler-window {
  --smart-window-default-width:auto;
  --smart-window-default-height:auto;
  --smart-window-header-height:var(--smart-scheduler-window-header-height);
  --smart-window-footer-height:var(--smart-scheduler-window-footer-height);
  --smart-window-header-footer-padding:10px;
  --smart-window-header-background:transparent;
  --smart-window-footer-padding:10px;
  --smart-window-content-padding:20px;
  max-width: 100vw;
  max-height: 100vh;
}
.smart-scheduler-window[mobile] {
  border-radius: initial;
}
.smart-scheduler-window.smart-window.confirm .smart-scheduler-confirm-label {
  width: var(--smart-box-width);
}
.smart-scheduler-window.smart-window.confirm .smart-content-container > .smart-content {
  width: 100%;
  padding: var(--smart-window-content-padding);
  justify-items: center;
  justify-items: safe center;
  grid-template-rows: auto minmax(auto, 1fr);
  display: grid;
  justify-content: center;
  grid-template-columns: 100%;
  grid-row-gap: initial;
}
.smart-scheduler-window.smart-window .smart-scheduler-window-content-wrapper {
  width: 100%;
  padding: var(--smart-window-content-padding);
  justify-items: center;
  justify-items: safe center;
  grid-template-rows: auto minmax(auto, 1fr);
}
.smart-scheduler-window.smart-window .smart-scheduler-window-content-wrapper,
.smart-scheduler-window.smart-window .smart-scheduler-window-main,
.smart-scheduler-window.smart-window .smart-scheduler-window-repeat {
  display: grid;
  grid-row-gap: 10px;
  justify-content: center;
  grid-template-columns: 100%;
}
.smart-scheduler-window.smart-window .smart-content-container > .smart-content {
  padding: initial;
  align-items: flex-start;
}
.smart-scheduler-window.smart-window .smart-scheduler-window-main,
.smart-scheduler-window.smart-window .smart-scheduler-window-repeat {
  width: var(--smart-box-width);
}
.smart-scheduler-window.smart-window[horizontal] .smart-scheduler-window-content-wrapper {
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 20px;
}
.smart-scheduler-window.smart-window .smart-scheduler-window-repeat [multiple] {
  grid-template-columns: minmax(0, 1fr);
}
.smart-scheduler-window.smart-window .smart-scheduler-window-repeat [multiple] .smart-scheduler-window-editor {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input .grid-samples-container,
.smart-scheduler-window .smart-scheduler-window-editor[multiple] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smart-scheduler-window .smart-content-container,
.smart-scheduler-window > .smart-container {
  max-height: inherit;
}
.smart-scheduler-window [multiple] .smart-scheduler-window-editor {
  align-items: center;
  justify-content: flex-start;
}
.smart-scheduler-window [multiple] .smart-scheduler-window-editor:nth-child(even),
.smart-scheduler-window [multiple] .smart-scheduler-window-editor:nth-child(odd):not(:first-of-type):not(:last-of-type),
.smart-scheduler-window [multiple] .smart-scheduler-window-editor[type=repeat] {
  justify-content: flex-end;
}
.smart-scheduler-window .smart-content-container > .smart-footer {
  display: flex;
}
@media not all and (min-resolution:0.001dpcm) {
  .smart-scheduler-window .smart-content-container > .smart-footer {
    align-content: start;
  }
}
.smart-scheduler-window .smart-content-container > .smart-footer smart-button {
  width: 100%;
  height: 100%;
  --smart-button-padding:0.2rem 16px;
}
.smart-scheduler-window .smart-content-container > .smart-footer smart-button:not(:first-of-type) {
  margin-inline-start: 2%;
}
.smart-scheduler-window .smart-content-container > .smart-footer .smart-icon {
  position: relative;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: 18px;
  margin-right: 2.5px;
}
.smart-scheduler-window .smart-scheduler-window-button.ok .smart-icon::after {
  content: var(--smart-icon-check);
}
.smart-scheduler-window .smart-scheduler-window-button.cancel {
  grid-area: buttonCancel;
}
.smart-scheduler-window .smart-scheduler-window-button.cancel .smart-icon::after {
  content: var(--smart-icon-cancel);
}
.smart-scheduler-window .smart-scheduler-window-button.delete .smart-icon::after {
  content: var(--smart-icon-delete);
}
.smart-scheduler-window .smart-scheduler-window-editor {
  display: grid;
  grid-row-gap: 5px;
  grid-column-gap: 10px;
}
.smart-scheduler-window .smart-scheduler-window-editor[type=allDay],
.smart-scheduler-window .smart-scheduler-window-editor[type=repeat] {
  grid-column-gap: initial;
}
.smart-scheduler-window .smart-scheduler-window-editor[type=conference] label::before {
  content: var(--smart-icon-video-camera);
  font-family: var(--smart-font-family-icon);
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.smart-scheduler-window .smart-scheduler-window-editor[type=notifications] label::before {
  content: var(--smart-icon-bell);
  font-family: var(--smart-font-family-icon);
  font-size: 14px;
  margin-right: 5px;
}
.smart-scheduler-window .smart-scheduler-window-editor[multiple] .smart-color-input[event-editor] {
  width: auto;
  --smart-border-radius:50%;
}
.smart-scheduler-window .smart-scheduler-window-editor .smart-date-time-picker,
.smart-scheduler-window .smart-scheduler-window-editor .smart-drop-down-list,
.smart-scheduler-window .smart-scheduler-window-editor > .smart-input {
  width: 100%;
}
.smart-scheduler-window .smart-scheduler-window-editor .smart-switch-button {
  margin: auto 10px;
}
.smart-scheduler-window .smart-scheduler-window-editor > b {
  text-align: center;
}
.smart-scheduler-window .smart-scheduler-window-editor > .smart-number-input {
  width: 100px;
}
.smart-scheduler-window .smart-scheduler-window-editor input:not(.smart-input) {
  height: var(--smart-editor-height);
}
.smart-scheduler-window .smart-scheduler-window-editor .smart-input[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-scheduler-window .smart-scheduler-window-main [multiple] .smart-scheduler-window-editor:not([type^=date]):not([resource-type]) {
  grid-template-columns: repeat(2, auto);
}
.smart-scheduler-window .smart-scheduler-window-repeat [multiple] .smart-scheduler-window-editor[type=repeatEnd] {
  grid-template-columns: initial;
}
.smart-scheduler-tooltip {
  --smart-tooltip-arrow-color:var(--smart-background);
  --smart-tooltip-padding:4px;
}
.smart-scheduler-tooltip.smart-tooltip .smart-tooltip-content {
  opacity: initial;
  background-color: var(--smart-background);
  color: var(--smart-color);
  border: none;
}
.smart-scheduler-tooltip .smart-calendar {
  border: initial;
  border-radius: initial;
  direction: initial;
}
.smart-scheduler-tooltip .smart-calendar .smart-calendar-header {
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-scheduler-tooltip .smart-scheduler-items-container {
  flex-direction: column;
  outline: 0;
}
.smart-scheduler-tooltip .smart-scheduler-items-container:focus .smart-scheduler-item[selected] {
  background-color: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
  color: var(--smart-ui-state-color-focus);
}
.smart-scheduler-tooltip .smart-scheduler-item {
  width: 100%;
  cursor: pointer;
  height: auto;
  position: relative;
  padding-right: calc(var(--smart-scheduler-shortcut-size) - 4px);
}
.smart-scheduler-tooltip .smart-scheduler-item:after {
  content: attr(shortcut-key);
  position: absolute;
  height: 100%;
  width: var(--smart-scheduler-shortcut-size);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  top: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: .5;
  margin: 0 6px 0 10px;
}
.smart-scheduler-tooltip .smart-scheduler-item:hover {
  color: var(--smart-ui-state-color-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-scheduler-tooltip .smart-scheduler-item[checkable]:after {
  content: "";
  opacity: initial;
  left: 0;
  right: initial;
  margin: initial;
}
.smart-scheduler-tooltip .smart-scheduler-item[checkable] > div {
  padding-left: var(--smart-scheduler-shortcut-size);
  padding-right: initial;
}
.smart-scheduler-tooltip .smart-scheduler-item[checkable][checked]:after {
  content: var(--smart-icon-check);
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
}
.smart-scheduler-tooltip .smart-scheduler-item[separator] {
  position: relative;
  margin-top: 15px;
}
.smart-scheduler-tooltip .smart-scheduler-item[separator]:before {
  content: "";
  display: flex;
  width: 100%;
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  margin: 7px 0;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.smart-scheduler-tooltip .smart-scheduler-item > div {
  position: relative;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 10px var(--smart-scheduler-shortcut-size) 10px 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-scheduler-tooltip .smart-scheduler-event {
  display: grid;
  position: relative;
  width: 100% !important;
  height: var(--smart-scheduler-event-item-size) !important;
  top: initial !important;
  left: initial !important;
  right: initial !important;
  grid-template-columns: 20px minmax(0, 1fr) var(--smart-scheduler-event-button-size);
  grid-column-gap: 10px;
  justify-content: center;
  padding: var(--smart-scheduler-event-content-padding);
  cursor: pointer;
  background: var(--smart-background);
  color: var(--smart-background-color);
  outline: 0;
  --smart-scheduler-event-focus:var(--smart-ui-state-focus);
  --smart-scheduler-event-color-focus:var(--smart-ui-state-color-focus);
  --smart-scheduler-event-hover:var(--smart-ui-state-hover);
  --smart-scheduler-event-color-hover:var(--smart-ui-state-color-hover);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-scheduler-tooltip .smart-scheduler-event:before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  background: var(--smart-scheduler-event-background);
  justify-content: center;
  align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  padding: var(--smart-scheduler-event-content-padding);
}
.smart-scheduler-tooltip .smart-scheduler-event:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-scheduler-tooltip .smart-scheduler-event[hover] .smart-scheduler-event-button:hover {
  color: var(--smart-ui-state-color-focus);
  background-color: var(--smart-ui-state-focus);
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content .meeting {
  font-size: 12px;
  color: var(--smart-primary);
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content .meeting a {
  color: var(--smart-primary);
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content .meeting::before {
  content: var(--smart-icon-video-camera);
  font-family: var(--smart-font-family-icon);
  font-size: 12px;
  margin-right: 5px;
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content > div {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: flex-start;
}
.smart-scheduler-tooltip .smart-scheduler-context-menu {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: flex-start;
}
.smart-scheduler-tooltip .smart-scheduler-context-menu .smart-scheduler-context-menu-item {
  height: var(--smart-list-item-height);
  padding: var(--smart-list-item-padding);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--smart-background);
  color: var(--smart-background-color);
  display: flex;
  align-items: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:active,
.smart-notification-panel .smart-notification-item .smart-button[delete]:hover,
.smart-scheduler-tooltip .smart-scheduler-event-button:hover {
  color: var(--smart-ui-state-color-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-scheduler-tooltip .smart-scheduler-context-menu .smart-scheduler-context-menu-item:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-scheduler-tooltip .smart-scheduler-context-menu .smart-scheduler-context-menu-item[selected],
.smart-scheduler-tooltip .smart-scheduler-event[selected],
.smart-scheduler-tooltip .smart-scheduler-item[selected] {
  background-color: var(--smart-ui-state-selected);
  border-color: var(--smart-ui-state-border-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-scheduler-tooltip .smart-scheduler-context-menu .smart-scheduler-context-menu-item[disabled],
.smart-scheduler-tooltip .smart-scheduler-event[disabled],
.smart-scheduler-tooltip .smart-scheduler-item[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
.smart-scheduler-tooltip .smart-scheduler-collector-event-list {
  width: 100%;
  height: 100%;
}
.smart-scheduler-tooltip .smart-scroll-viewer {
  --smart-scroll-viewer-max-height:var(--smart-scheduler-context-menu-max-height);
  --smart-scroll-viewer-max-width:var(--smart-scheduler-context-menu-max-width);
  --smart-list-box-default-height:auto;
  width: auto;
  border: initial;
  padding: initial;
}
.smart-notification-panel .smart-notification-item .smart-input,
.smart-scheduler-tooltip .smart-scheduler-event-button {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  outline: 0;
}
.smart-scheduler-tooltip .smart-scroll-viewer .smart-scroll-viewer-container.vscroll .smart-scheduler-context-menu {
  padding-right: var(--smart-scroll-bar-size);
}
.smart-scheduler-tooltip .smart-scroll-viewer .smart-scroll-viewer-container .smart-scroll-viewer-content-container {
  padding: initial;
}
.smart-scheduler-tooltip .smart-scheduler-event-button {
  position: relative;
  width: var(--smart-scheduler-collector-item-button-size);
  height: var(--smart-scheduler-collector-item-button-size);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-scheduler-tooltip .smart-scheduler-event-button:active {
  color: var(--smart-ui-state-color-active);
  background-color: var(--smart-ui-state-active);
}
.smart-scheduler-tooltip .smart-scheduler-event-button:focus {
  color: var(--smart-ui-state-color-focus);
  background-color: var(--smart-ui-state-focus);
}
.smart-scheduler-tooltip .smart-scheduler-event-button:before {
  content: var(--smart-icon-delete);
  font-family: var(--smart-font-family-icon);
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  font-size: var(--smart-button-large-font-size);
}
.smart-scheduler-tooltip .smart-scheduler-event-label {
  font-weight: var(--smart-scheduler-event-label-font-weight);
  font-size: var(--smart-scheduler-event-label-font-size);
  pointer-events: none;
  white-space: nowrap;
}
.smart-scheduler-tooltip .smart-scheduler-event-time {
  font-weight: var(--smart-scheduler-event-time-font-weight);
  font-size: var(--smart-scheduler-event-time-font-size);
  opacity: var(--smart-scheduler-event-time-opacity);
  pointer-events: none;
  white-space: nowrap;
}
.smart-scheduler-tooltip:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  transition:
    animation .2s ease-in,
    opacity .2s ease-in,
    visibility .2s ease-in;
}
.smart-scheduler-tooltip:not([animation=none])[visible] {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  transition:
    animation .2s ease-out,
    opacity .2s ease-out,
    visibility .2s ease-out;
}
.smart-scheduler-tooltip:not([arrow-direction]),
.smart-scheduler-tooltip[arrow-direction=bottom] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-scheduler-tooltip:not([arrow]),
.smart-scheduler-tooltip[arrow-direction=top] {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-scheduler-tooltip[right-to-left] .smart-scheduler-item {
  padding-right: initial;
  padding-left: calc(var(--smart-scheduler-shortcut-size) - 4px);
}
.smart-scheduler-tooltip[right-to-left] .smart-scheduler-item:after {
  left: 0;
  right: initial;
  margin: 0 10px 0 6px;
}
.smart-scheduler-tooltip[right-to-left] .smart-scheduler-item > div {
  padding: 10px 12px 10px var(--smart-scheduler-shortcut-size);
}
.smart-scheduler-drag-feedback {
  position: absolute;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  border-radius: var(--smart-scheduler-event-border-radius);
  pointer-events: none;
  padding: initial;
  text-align: center;
  box-sizing: border-box;
  background: 0 0;
  box-shadow: var(--smart-elevation-8);
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  cursor: move;
  opacity: .75;
  z-index: 10000;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: grid;
  grid-template-rows: min-content minmax(auto, 1fr);
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: center;
  overflow: hidden;
  padding: var(--smart-scheduler-event-content-padding);
  color: var(--smart-scheduler-event-color);
  background: var(--smart-scheduler-event-background);
  cursor: pointer;
  position: relative;
  border-radius: inherit;
  grid-row-gap: 2px;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 100%;
  grid-column-gap: 5px;
  justify-content: space-between;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content[single-line] > div {
  align-self: initial;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content:not([single-line]) > div:not(:first-of-type) {
  grid-column: 1/span 2;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-label {
  font-weight: var(--smart-scheduler-event-label-font-weight);
  font-size: var(--smart-scheduler-event-label-font-size);
  pointer-events: none;
  white-space: nowrap;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-time {
  font-weight: var(--smart-scheduler-event-time-font-weight);
  font-size: var(--smart-scheduler-event-time-font-size);
  opacity: var(--smart-scheduler-event-time-opacity);
  pointer-events: none;
  white-space: pre-wrap;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr);
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content > div {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: flex-start;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content > div:first-of-type {
  align-self: center;
}
.smart-scheduler-drag-feedback[status] .smart-scheduler-event-content:before {
  content: "";
  position: absolute;
  display: block;
  width: var(--smart-scheduler-status-size);
  height: 100%;
  background: var(--smart-scheduler-status-background);
  box-shadow: 0 0 0 .5px var(--smart-background);
  border: 1px solid var(--smart-border);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.smart-scheduler-drag-feedback[status]:not([view-type=agenda]) .smart-scheduler-event-content {
  padding-left: calc(var(--smart-scheduler-status-size) + var(--smart-scheduler-status-padding));
}
.smart-scheduler-drag-feedback[status=free] .smart-scheduler-event-content:before {
  background: var(--smart-scheduler-status-free-background);
}
.smart-scheduler-drag-feedback[status=busy] .smart-scheduler-event-content:before {
  background: var(--smart-scheduler-status-busy-background);
}
.smart-scheduler-drag-feedback[status=outOfOffice] .smart-scheduler-event-content:before {
  background: var(--smart-scheduler-status-out-of-office-background);
}
.smart-scheduler-drag-feedback[status=tentative] .smart-scheduler-event-content:before {
  background: var(--smart-scheduler-status-tentative-background);
}
.smart-scheduler-drag-feedback[view-type=agenda] .smart-scheduler-event-time {
  opacity: var(--smart-scheduler-event-time-opacity-agenda);
  font-size: var(--smart-scheduler-event-time-font-size-agenda);
  font-weight: var(--smart-scheduler-event-time-font-weight-agenda);
}
.smart-scheduler-drag-feedback[view-type=agenda] .smart-scheduler-event,
.smart-scheduler-drag-feedback[view-type=agenda] .smart-scheduler-event-content > div {
  padding: var(--smart-scheduler-event-padding-agenda);
}
.smart-scheduler-drag-feedback[view-type=agenda][status] .smart-scheduler-event-content:before {
  content: initial;
}
.smart-scheduler-drag-feedback:not([view-type^=timeline]) {
  width: var(--smart-scheduler-event-size);
}
.smart-scheduler-drag-feedback:not([view-type^=timeline]) .smart-scheduler-event-content > div {
  padding: var(--smart-scheduler-event-padding-basic);
}
.smart-scheduler-drag-feedback[view-type^=timeline] .smart-scheduler-event-content > div {
  padding: var(--smart-scheduler-event-padding-timeline);
}
.smart-scheduler-drag-feedback[mobile]:not([view-type^=timeline]) {
  min-width: var(--smart-scheduler-event-size-timeline);
}
.smart-scheduler-drag-feedback[exception] .smart-scheduler-event-content,
.smart-scheduler-drag-feedback[repeating] .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr) var(--smart-scheduler-event-icon-size);
}
.smart-scheduler-drag-feedback:not([repeating]) .smart-scheduler-event-content:not([single-line]) > div {
  grid-column: 1/span 2;
}
.smart-scheduler-drag-feedback[repeating] .smart-scheduler-event-content:after {
  content: var(--smart-icon-spin);
  width: var(--smart-scheduler-event-icon-size);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  padding: var(--smart-scheduler-event-content-padding);
  box-sizing: border-box;
  line-height: 1rem;
}
.smart-scheduler-drag-feedback[repeating] .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto) var(--smart-scheduler-event-icon-size);
}
.smart-scheduler-drag-feedback[repeating][exception] .smart-scheduler-event-content:after {
  content: var(--smart-icon-attention-circled);
}
.smart-scheduler-drag-feedback[right-to-left] {
  direction: rtl;
}
.smart-scheduler-drag-feedback[right-to-left]:not([view-type=agenda])[status] .smart-scheduler-event-content {
  padding-left: initial;
  padding-right: calc(var(--smart-scheduler-status-size) + var(--smart-scheduler-status-padding));
}
.smart-scheduler-drag-feedback[right-to-left][repeating] .smart-scheduler-event-content:after {
  right: initial;
  left: 0;
}
.smart-dragging-disabled {
  cursor: no-drop;
}
.smart-notification-panel {
  width: auto;
  height: auto;
  display: inline-block;
  contain: content;
  max-height: 100px;
}
.smart-notification-panel:focus {
  border-color: var(--smart-outline);
}
.smart-notification-panel.smart-container,
.smart-notification-panel > .smart-container {
  padding: var(--smart-editor-label-padding);
  overflow: auto;
  max-height: inherit;
}
.smart-notification-panel .smart-notification-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.smart-notification-panel .smart-notification-container:empty {
  display: none;
}
.smart-notification-panel .smart-notification-item,
.smart-notification-panel .smart-notification-placeholder {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-notification-panel .smart-notification-item {
  display: inline-grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) var(--smart-editor-height);
  grid-column-gap: 10px;
  align-items: center;
  padding: 0 0 var(--smart-editor-label-padding);
  justify-items: center;
}
.smart-notification-panel .smart-notification-item .smart-input {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  position: relative;
  padding: var(--smart-editor-label-padding);
  height: var(--smart-editor-height);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  border: var(--smart-border-width) solid transparent;
}
.smart-notification-panel .smart-notification-item .smart-input[interval]::after,
.smart-notification-panel .smart-notification-item .smart-input[interval]::before,
.smart-notification-panel .smart-notification-item .smart-input[type]::after {
  content: var(--smart-icon-arrow-down);
  display: flex;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  font-size: var(--smart-arrow-size);
  outline: 0;
  width: var(--smart-editor-addon-width);
  position: absolute;
  top: 1px;
  right: -1px;
  height: 100%;
  box-sizing: border-box;
}
.smart-notification-panel .smart-notification-item .smart-input[interval]::before {
  content: var(--smart-icon-arrow-up);
  top: 0;
  height: 50%;
  border-bottom: var(--smart-border-width) solid transparent;
}
.smart-notification-panel .smart-notification-item .smart-input[interval]::after {
  content: var(--smart-icon-arrow-down);
  bottom: 0;
  top: initial;
  height: 50%;
}
.smart-notification-panel .smart-notification-item .smart-button[delete] {
  width: var(--smart-editor-height);
  height: var(--smart-editor-height);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .25;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  outline: 0;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:after {
  content: var(--smart-icon-close);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  cursor: pointer;
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
}
.smart-notification-panel .smart-notification-placeholder,
.smart-notification-panel .smart-notification-placeholder .smart-input {
  outline: 0;
  align-items: center;
  cursor: pointer;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  display: inline-flex;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:hover {
  opacity: .6;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:active {
  opacity: 1;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:focus,
.smart-notification-panel .smart-notification-item .smart-input:focus {
  box-shadow: 0 0 0 1px var(--smart-outline);
}
.smart-notification-panel .smart-notification-placeholder {
  border-bottom: var(--smart-border-width) solid var(--smart-primary);
  color: var(--smart-primary);
}
.smart-notification-panel .smart-notification-placeholder .smart-input {
  border: var(--smart-border-width) solid transparent;
}
.smart-notification-panel .smart-notification-placeholder:hover {
  color: var(--smart-ui-state-color-hover);
}
.smart-notification-panel .smart-notification-editor {
  position: absolute;
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-notification-panel label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[interval] {
  padding-left: calc(var(--smart-editor-addon-width) + var(--smart-editor-label-padding));
}
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[interval]::after,
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[interval]::before,
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[type]::after {
  right: initial;
  left: -1px;
}
.smart-scheduler-loading-container .smart-loader-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  margin-top: calc(5px + var(--smart-loader-size));
  margin-left: 5px;
}
.smart-scheduler-loader {
  margin: inherit;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .1);
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 50%;
  width: calc(var(--smart-loader-size) + 10px);
  height: calc(var(--smart-loader-size) + 10px);
}
.smart-scheduler-loader:after,
.smart-scheduler-loader:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit inherit transparent;
  border-width: 6px;
  animation: smart-loader-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, smart-loader-spin-fade 1.1s linear infinite;
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input .default-samples-container div {
  position: relative;
  border-radius: 50%;
  border: initial;
  transform: scale(.95);
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input .default-samples-container div.selected {
  transform: scale(1);
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input .default-samples-container div.selected:not(.no-color):after {
  content: var(--smart-icon-check);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--smart-font-family-icon);
  color: var(--smart-secondary-color);
  border-radius: inherit;
}
.smart-scheduler-color-input {
  --smart-input-drop-down-menu-width:auto;
}

/* node_modules/@smart-webcomponents-angular/form/styles/smart.common.css */
.drawContainer,
.smart-arrow,
.smart-container {
  height: 100%;
  width: 100%;
}
.smart-container {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  display: block;
  outline: 0;
  margin: 0;
  padding: 0;
}
.smart-container * {
  box-sizing: border-box;
}
.smart-drop-down,
.smart-popup {
  position: absolute;
  box-sizing: border-box;
  margin: var(--smart-editor-drop-down-vertical-offset) 0;
  z-index: var(--smart-editor-drop-down-z-index);
  list-style-type: none;
}
@font-face {
  font-family: smart-icons;
  src:
    local("./font/smart-icons"),
    url("./media/smart-icons.woff2") format("woff2"),
    url("./media/smart-icons.woff") format("woff"),
    url("./media/smart-icons.ttf") format("truetype"),
    url("./media/smart-icons.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
.smart-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
.smart-arrow-down:after,
.smart-arrow-left-first:after,
.smart-arrow-left:after,
.smart-arrow-right-last:after,
.smart-arrow-right:after,
.smart-arrow-up:after {
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  font-size: var(--smart-arrow-size);
  color: inherit;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.smart-arrow-up:after {
  content: var(--smart-icon-arrow-up);
  top: -1px;
}
.smart-arrow-down:after {
  content: var(--smart-icon-arrow-down);
}
.smart-arrow-left:after {
  content: var(--smart-icon-arrow-left);
}
.smart-arrow-left-first:after {
  content: var(--smart-icon-first-page);
}
.smart-arrow-right-last:after {
  content: var(--smart-icon-last-page);
}
.smart-arrow-right:after {
  content: var(--smart-icon-arrow-right);
}
.drawContainer {
  position: relative;
}
.smart-ripple {
  display: block;
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  pointer-events: none;
  animation: ripple .35s linear;
  border: none;
  opacity: .5;
}
.smart-ripple.smart-animate {
  animation: ripple .65s linear;
  position: absolute;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.smart-overlay {
  pointer-events: none;
}
.smart-unselectable {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-collapse,
.smart-hidden {
  display: none !important;
}
.smart-visibility-hidden {
  visibility: hidden !important;
}
.smart-element-init {
  visibility: hidden;
}
.smart-element-ready {
  overflow: hidden;
}
.smart-shown {
  display: block;
}
.smart-resize-trigger {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0s;
}
.smart-resize-trigger-shrink {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0s;
  width: 200%;
  height: 200%;
}
.smart-resize-trigger-container {
  display: block;
  position: relative;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  visibility: hidden;
}
.smart-list-menu-view.smart-drop-down-repositioned .smart-loader,
smart-card-view .smart-loader,
smart-grid .smart-loader,
smart-list-box .smart-loader,
smart-list-menu .smart-loader,
smart-table .smart-loader,
smart-tree .smart-loader {
  margin: inherit;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .1);
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 50%;
  z-index: 10;
  width: calc(var(--smart-loader-size) + 10px);
  height: calc(var(--smart-loader-size) + 10px);
}
.smart-list-menu-view.smart-drop-down-repositioned .smart-loader:after,
.smart-list-menu-view.smart-drop-down-repositioned .smart-loader:before,
smart-card-view .smart-loader:after,
smart-card-view .smart-loader:before,
smart-grid .smart-loader:after,
smart-grid .smart-loader:before,
smart-list-box .smart-loader:after,
smart-list-box .smart-loader:before,
smart-list-menu .smart-loader:after,
smart-list-menu .smart-loader:before,
smart-table .smart-loader:after,
smart-table .smart-loader:before,
smart-tree .smart-loader:after,
smart-tree .smart-loader:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: 6px solid transparent;
  animation: smart-loader-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, smart-loader-spin-fade 1.1s linear infinite;
}
.smart-list-menu-view.smart-drop-down-repositioned .smart-loader.smart-hidden,
smart-card-view .smart-loader.smart-hidden,
smart-grid .smart-loader.smart-hidden,
smart-list-box .smart-loader.smart-hidden,
smart-list-menu .smart-loader.smart-hidden,
smart-table .smart-loader.smart-hidden,
smart-tree .smart-loader.smart-hidden {
  display: none;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader,
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader,
smart-grid[loading-indicator-position=bottom] .smart-loader,
smart-grid[loading-indicator-position=top] .smart-loader,
smart-list-box[loading-indicator-position=bottom] .smart-loader,
smart-list-box[loading-indicator-position=top] .smart-loader,
smart-list-menu[loading-indicator-position=bottom] .smart-loader,
smart-list-menu[loading-indicator-position=top] .smart-loader,
smart-tree[loading-indicator-position=bottom] .smart-loader,
smart-tree[loading-indicator-position=top] .smart-loader {
  width: var(--smart-loader-size);
  height: var(--smart-loader-size);
  left: 20%;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader-container,
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader-container,
smart-grid[loading-indicator-position=bottom] .smart-loader-container,
smart-grid[loading-indicator-position=top] .smart-loader-container,
smart-list-box[loading-indicator-position=bottom] .smart-loader-container,
smart-list-box[loading-indicator-position=top] .smart-loader-container,
smart-list-menu[loading-indicator-position=bottom] .smart-loader-container,
smart-list-menu[loading-indicator-position=top] .smart-loader-container,
smart-tree[loading-indicator-position=bottom] .smart-loader-container,
smart-tree[loading-indicator-position=top] .smart-loader-container {
  display: block;
  position: relative;
  width: 100%;
  height: 10%;
  background-color: #F2F2F2;
  overflow: hidden;
  animation: smart-loader-container-pop-up-down .3s linear;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader-container.smart-hidden,
smart-grid[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
smart-grid[loading-indicator-position=top] .smart-loader-container.smart-hidden,
smart-list-box[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
smart-list-box[loading-indicator-position=top] .smart-loader-container.smart-hidden,
smart-list-menu[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
smart-list-menu[loading-indicator-position=top] .smart-loader-container.smart-hidden,
smart-tree[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
smart-tree[loading-indicator-position=top] .smart-loader-container.smart-hidden {
  display: none;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader-label,
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader-label,
smart-grid[loading-indicator-position=bottom] .smart-loader-label,
smart-grid[loading-indicator-position=top] .smart-loader-label,
smart-list-box[loading-indicator-position=bottom] .smart-loader-label,
smart-list-box[loading-indicator-position=top] .smart-loader-label,
smart-list-menu[loading-indicator-position=bottom] .smart-loader-label,
smart-list-menu[loading-indicator-position=top] .smart-loader-label,
smart-tree[loading-indicator-position=bottom] .smart-loader-label,
smart-tree[loading-indicator-position=top] .smart-loader-label {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 60%;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  white-space: nowrap;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader-container,
smart-grid[loading-indicator-position=top] .smart-loader-container,
smart-list-box[loading-indicator-position=top] .smart-loader-container,
smart-list-menu[loading-indicator-position=top] .smart-loader-container,
smart-tree[loading-indicator-position=top] .smart-loader-container {
  top: 0;
  position: absolute;
  animation: smart-loader-container-pop-up-top .3s linear;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader-container,
smart-grid[loading-indicator-position=bottom] .smart-loader-container,
smart-list-box[loading-indicator-position=bottom] .smart-loader-container,
smart-list-menu[loading-indicator-position=bottom] .smart-loader-container,
smart-tree[loading-indicator-position=bottom] .smart-loader-container {
  top: -10%;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=center] .smart-loader,
smart-grid[loading-indicator-position=center] .smart-loader,
smart-list-box[loading-indicator-position=center] .smart-loader,
smart-list-menu[loading-indicator-position=center] .smart-loader,
smart-tree[loading-indicator-position=center] .smart-loader {
  width: calc(var(--smart-loader-size) + 10px);
  height: calc(var(--smart-loader-size) + 10px);
}
smart-grid[disabled] .smart-loader:after,
smart-grid[disabled] .smart-loader:before,
smart-list-box[disabled] .smart-loader:after,
smart-list-box[disabled] .smart-loader:before,
smart-list-menu[disabled] .smart-loader:after,
smart-list-menu[disabled] .smart-loader:before,
smart-tree[disabled] .smart-loader:after,
smart-tree[disabled] .smart-loader:before {
  animation: none;
}
@keyframes smart-loader-container-pop-up-down {
  0% {
    top: 0;
  }
  20% {
    top: -2%;
  }
  35% {
    top: -6%;
  }
  60% {
    top: -8%;
  }
  100% {
    top: -10%;
  }
}
@keyframes smart-loader-container-pop-up-top {
  0% {
    top: -10%;
  }
  20% {
    top: -8%;
  }
  35% {
    top: -6%;
  }
  60% {
    top: -2%;
  }
  100% {
    top: 0;
  }
}
@keyframes smart-loader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes smart-loader-spin-fade {
  0%, 100%, 20%, 60% {
    border-top-color: #7A7A7A;
  }
  35% {
    border-top-color: transparent;
  }
}
.smart-right-to-left {
  direction: rtl;
}
.smart-micro {
  font-size: 9px;
}
.smart-small {
  font-size: 12px;
}
.smart-caps {
  text-transform: uppercase;
  letter-spacing: .1em;
}
.smart-strong {
  font-weight: 500;
}
.smart-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-quiet {
  opacity: .75;
}
.smart-flex {
  display: flex;
}
.smart-flex.middle {
  align-content: center;
  justify-content: center;
}
.smart-flex.center {
  align-items: center;
  justify-items: center;
}
.smart-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.smart-dragging,
.smart-dragging * {
  cursor: move !important;
}
.smart-element {
  direction: ltr;
}
.smart-element ::-webkit-scrollbar {
  width: 18px;
}
.smart-element ::-webkit-scrollbar-track {
  background-color: transparent;
}
.smart-element ::-webkit-scrollbar-thumb {
  background-color: var(--smart-scroll-bar-thumb-background);
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.smart-element ::-webkit-scrollbar-thumb:hover {
  background-color: var(--smart-scroll-bar-thumb-background-hover);
}

/* src/assets/flags/flags.css */
span.flag {
  width: 44px;
  height: 30px;
  display: inline-block;
}
img.flag {
  width: 30px;
}
.flag {
  background: url("./media/flags_responsive.png") no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.flag-ad {
  background-position: 0 .413223%;
}
.flag-ae {
  background-position: 0 .826446%;
}
.flag-af {
  background-position: 0 1.239669%;
}
.flag-ag {
  background-position: 0 1.652893%;
}
.flag-ai {
  background-position: 0 2.066116%;
}
.flag-al {
  background-position: 0 2.479339%;
}
.flag-am {
  background-position: 0 2.892562%;
}
.flag-an {
  background-position: 0 3.305785%;
}
.flag-ao {
  background-position: 0 3.719008%;
}
.flag-aq {
  background-position: 0 4.132231%;
}
.flag-ar {
  background-position: 0 4.545455%;
}
.flag-as {
  background-position: 0 4.958678%;
}
.flag-at {
  background-position: 0 5.371901%;
}
.flag-au {
  background-position: 0 5.785124%;
}
.flag-aw {
  background-position: 0 6.198347%;
}
.flag-az {
  background-position: 0 6.61157%;
}
.flag-ba {
  background-position: 0 7.024793%;
}
.flag-bb {
  background-position: 0 7.438017%;
}
.flag-bd {
  background-position: 0 7.85124%;
}
.flag-be {
  background-position: 0 8.264463%;
}
.flag-bf {
  background-position: 0 8.677686%;
}
.flag-bg {
  background-position: 0 9.090909%;
}
.flag-bh {
  background-position: 0 9.504132%;
}
.flag-bi {
  background-position: 0 9.917355%;
}
.flag-bj {
  background-position: 0 10.330579%;
}
.flag-bm {
  background-position: 0 10.743802%;
}
.flag-bn {
  background-position: 0 11.157025%;
}
.flag-bo {
  background-position: 0 11.570248%;
}
.flag-br {
  background-position: 0 11.983471%;
}
.flag-bs {
  background-position: 0 12.396694%;
}
.flag-bt {
  background-position: 0 12.809917%;
}
.flag-bv {
  background-position: 0 13.22314%;
}
.flag-bw {
  background-position: 0 13.636364%;
}
.flag-by {
  background-position: 0 14.049587%;
}
.flag-bz {
  background-position: 0 14.46281%;
}
.flag-ca {
  background-position: 0 14.876033%;
}
.flag-cc {
  background-position: 0 15.289256%;
}
.flag-cd {
  background-position: 0 15.702479%;
}
.flag-cf {
  background-position: 0 16.115702%;
}
.flag-cg {
  background-position: 0 16.528926%;
}
.flag-ch {
  background-position: 0 16.942149%;
}
.flag-ci {
  background-position: 0 17.355372%;
}
.flag-ck {
  background-position: 0 17.768595%;
}
.flag-cl {
  background-position: 0 18.181818%;
}
.flag-cm {
  background-position: 0 18.595041%;
}
.flag-cn {
  background-position: 0 19.008264%;
}
.flag-co {
  background-position: 0 19.421488%;
}
.flag-cr {
  background-position: 0 19.834711%;
}
.flag-cu {
  background-position: 0 20.247934%;
}
.flag-cv {
  background-position: 0 20.661157%;
}
.flag-cx {
  background-position: 0 21.07438%;
}
.flag-cy {
  background-position: 0 21.487603%;
}
.flag-cz {
  background-position: 0 21.900826%;
}
.flag-de {
  background-position: 0 22.31405%;
}
.flag-dj {
  background-position: 0 22.727273%;
}
.flag-dk {
  background-position: 0 23.140496%;
}
.flag-dm {
  background-position: 0 23.553719%;
}
.flag-do {
  background-position: 0 23.966942%;
}
.flag-dz {
  background-position: 0 24.380165%;
}
.flag-ec {
  background-position: 0 24.793388%;
}
.flag-ee {
  background-position: 0 25.206612%;
}
.flag-eg {
  background-position: 0 25.619835%;
}
.flag-eh {
  background-position: 0 26.033058%;
}
.flag-er {
  background-position: 0 26.446281%;
}
.flag-es {
  background-position: 0 26.859504%;
}
.flag-et {
  background-position: 0 27.272727%;
}
.flag-fi {
  background-position: 0 27.68595%;
}
.flag-fj {
  background-position: 0 28.099174%;
}
.flag-fk {
  background-position: 0 28.512397%;
}
.flag-fm {
  background-position: 0 28.92562%;
}
.flag-fo {
  background-position: 0 29.338843%;
}
.flag-fr {
  background-position: 0 29.752066%;
}
.flag-ga {
  background-position: 0 30.165289%;
}
.flag-gd {
  background-position: 0 30.578512%;
}
.flag-ge {
  background-position: 0 30.991736%;
}
.flag-gf {
  background-position: 0 31.404959%;
}
.flag-gh {
  background-position: 0 31.818182%;
}
.flag-gi {
  background-position: 0 32.231405%;
}
.flag-gl {
  background-position: 0 32.644628%;
}
.flag-gm {
  background-position: 0 33.057851%;
}
.flag-gn {
  background-position: 0 33.471074%;
}
.flag-gp {
  background-position: 0 33.884298%;
}
.flag-gq {
  background-position: 0 34.297521%;
}
.flag-gr {
  background-position: 0 34.710744%;
}
.flag-gs {
  background-position: 0 35.123967%;
}
.flag-gt {
  background-position: 0 35.53719%;
}
.flag-gu {
  background-position: 0 35.950413%;
}
.flag-gw {
  background-position: 0 36.363636%;
}
.flag-gy {
  background-position: 0 36.77686%;
}
.flag-hk {
  background-position: 0 37.190083%;
}
.flag-hm {
  background-position: 0 37.603306%;
}
.flag-hn {
  background-position: 0 38.016529%;
}
.flag-hr {
  background-position: 0 38.429752%;
}
.flag-ht {
  background-position: 0 38.842975%;
}
.flag-hu {
  background-position: 0 39.256198%;
}
.flag-id {
  background-position: 0 39.669421%;
}
.flag-ie {
  background-position: 0 40.082645%;
}
.flag-il {
  background-position: 0 40.495868%;
}
.flag-in {
  background-position: 0 40.909091%;
}
.flag-io {
  background-position: 0 41.322314%;
}
.flag-iq {
  background-position: 0 41.735537%;
}
.flag-ir {
  background-position: 0 42.14876%;
}
.flag-is {
  background-position: 0 42.561983%;
}
.flag-it {
  background-position: 0 42.975207%;
}
.flag-jm {
  background-position: 0 43.38843%;
}
.flag-jo {
  background-position: 0 43.801653%;
}
.flag-jp {
  background-position: 0 44.214876%;
}
.flag-ke {
  background-position: 0 44.628099%;
}
.flag-kg {
  background-position: 0 45.041322%;
}
.flag-kh {
  background-position: 0 45.454545%;
}
.flag-ki {
  background-position: 0 45.867769%;
}
.flag-km {
  background-position: 0 46.280992%;
}
.flag-kn {
  background-position: 0 46.694215%;
}
.flag-kp {
  background-position: 0 47.107438%;
}
.flag-kr {
  background-position: 0 47.520661%;
}
.flag-kw {
  background-position: 0 47.933884%;
}
.flag-ky {
  background-position: 0 48.347107%;
}
.flag-kz {
  background-position: 0 48.760331%;
}
.flag-la {
  background-position: 0 49.173554%;
}
.flag-lb {
  background-position: 0 49.586777%;
}
.flag-lc {
  background-position: 0 50%;
}
.flag-li {
  background-position: 0 50.413223%;
}
.flag-lk {
  background-position: 0 50.826446%;
}
.flag-lr {
  background-position: 0 51.239669%;
}
.flag-ls {
  background-position: 0 51.652893%;
}
.flag-lt {
  background-position: 0 52.066116%;
}
.flag-lu {
  background-position: 0 52.479339%;
}
.flag-lv {
  background-position: 0 52.892562%;
}
.flag-ly {
  background-position: 0 53.305785%;
}
.flag-ma {
  background-position: 0 53.719008%;
}
.flag-mc {
  background-position: 0 54.132231%;
}
.flag-md {
  background-position: 0 54.545455%;
}
.flag-me {
  background-position: 0 54.958678%;
}
.flag-mg {
  background-position: 0 55.371901%;
}
.flag-mh {
  background-position: 0 55.785124%;
}
.flag-mk {
  background-position: 0 56.198347%;
}
.flag-ml {
  background-position: 0 56.61157%;
}
.flag-mm {
  background-position: 0 57.024793%;
}
.flag-mn {
  background-position: 0 57.438017%;
}
.flag-mo {
  background-position: 0 57.85124%;
}
.flag-mp {
  background-position: 0 58.264463%;
}
.flag-mq {
  background-position: 0 58.677686%;
}
.flag-mr {
  background-position: 0 59.090909%;
}
.flag-ms {
  background-position: 0 59.504132%;
}
.flag-mt {
  background-position: 0 59.917355%;
}
.flag-mu {
  background-position: 0 60.330579%;
}
.flag-mv {
  background-position: 0 60.743802%;
}
.flag-mw {
  background-position: 0 61.157025%;
}
.flag-mx {
  background-position: 0 61.570248%;
}
.flag-my {
  background-position: 0 61.983471%;
}
.flag-mz {
  background-position: 0 62.396694%;
}
.flag-na {
  background-position: 0 62.809917%;
}
.flag-nc {
  background-position: 0 63.22314%;
}
.flag-ne {
  background-position: 0 63.636364%;
}
.flag-nf {
  background-position: 0 64.049587%;
}
.flag-ng {
  background-position: 0 64.46281%;
}
.flag-ni {
  background-position: 0 64.876033%;
}
.flag-nl {
  background-position: 0 65.289256%;
}
.flag-no {
  background-position: 0 65.702479%;
}
.flag-np {
  background-position: 0 66.115702%;
}
.flag-nr {
  background-position: 0 66.528926%;
}
.flag-nu {
  background-position: 0 66.942149%;
}
.flag-nz {
  background-position: 0 67.355372%;
}
.flag-om {
  background-position: 0 67.768595%;
}
.flag-pa {
  background-position: 0 68.181818%;
}
.flag-pe {
  background-position: 0 68.595041%;
}
.flag-pf {
  background-position: 0 69.008264%;
}
.flag-pg {
  background-position: 0 69.421488%;
}
.flag-ph {
  background-position: 0 69.834711%;
}
.flag-pk {
  background-position: 0 70.247934%;
}
.flag-pl {
  background-position: 0 70.661157%;
}
.flag-pm {
  background-position: 0 71.07438%;
}
.flag-pn {
  background-position: 0 71.487603%;
}
.flag-pr {
  background-position: 0 71.900826%;
}
.flag-pt {
  background-position: 0 72.31405%;
}
.flag-pw {
  background-position: 0 72.727273%;
}
.flag-py {
  background-position: 0 73.140496%;
}
.flag-qa {
  background-position: 0 73.553719%;
}
.flag-re {
  background-position: 0 73.966942%;
}
.flag-ro {
  background-position: 0 74.380165%;
}
.flag-rs {
  background-position: 0 74.793388%;
}
.flag-ru {
  background-position: 0 75.206612%;
}
.flag-rw {
  background-position: 0 75.619835%;
}
.flag-sa {
  background-position: 0 76.033058%;
}
.flag-sb {
  background-position: 0 76.446281%;
}
.flag-sc {
  background-position: 0 76.859504%;
}
.flag-sd {
  background-position: 0 77.272727%;
}
.flag-se {
  background-position: 0 77.68595%;
}
.flag-sg {
  background-position: 0 78.099174%;
}
.flag-sh {
  background-position: 0 78.512397%;
}
.flag-si {
  background-position: 0 78.92562%;
}
.flag-sj {
  background-position: 0 79.338843%;
}
.flag-sk {
  background-position: 0 79.752066%;
}
.flag-sl {
  background-position: 0 80.165289%;
}
.flag-sm {
  background-position: 0 80.578512%;
}
.flag-sn {
  background-position: 0 80.991736%;
}
.flag-so {
  background-position: 0 81.404959%;
}
.flag-sr {
  background-position: 0 81.818182%;
}
.flag-ss {
  background-position: 0 82.231405%;
}
.flag-st {
  background-position: 0 82.644628%;
}
.flag-sv {
  background-position: 0 83.057851%;
}
.flag-sy {
  background-position: 0 83.471074%;
}
.flag-sz {
  background-position: 0 83.884298%;
}
.flag-tc {
  background-position: 0 84.297521%;
}
.flag-td {
  background-position: 0 84.710744%;
}
.flag-tf {
  background-position: 0 85.123967%;
}
.flag-tg {
  background-position: 0 85.53719%;
}
.flag-th {
  background-position: 0 85.950413%;
}
.flag-tj {
  background-position: 0 86.363636%;
}
.flag-tk {
  background-position: 0 86.77686%;
}
.flag-tl {
  background-position: 0 87.190083%;
}
.flag-tm {
  background-position: 0 87.603306%;
}
.flag-tn {
  background-position: 0 88.016529%;
}
.flag-to {
  background-position: 0 88.429752%;
}
.flag-tp {
  background-position: 0 88.842975%;
}
.flag-tr {
  background-position: 0 89.256198%;
}
.flag-tt {
  background-position: 0 89.669421%;
}
.flag-tv {
  background-position: 0 90.082645%;
}
.flag-tw {
  background-position: 0 90.495868%;
}
.flag-ty {
  background-position: 0 90.909091%;
}
.flag-tz {
  background-position: 0 91.322314%;
}
.flag-ua {
  background-position: 0 91.735537%;
}
.flag-ug {
  background-position: 0 92.14876%;
}
.flag-gb,
.flag-uk {
  background-position: 0 92.561983%;
}
.flag-um {
  background-position: 0 92.975207%;
}
.flag-us {
  background-position: 0 93.38843%;
}
.flag-uy {
  background-position: 0 93.801653%;
}
.flag-uz {
  background-position: 0 94.214876%;
}
.flag-va {
  background-position: 0 94.628099%;
}
.flag-vc {
  background-position: 0 95.041322%;
}
.flag-ve {
  background-position: 0 95.454545%;
}
.flag-vg {
  background-position: 0 95.867769%;
}
.flag-vi {
  background-position: 0 96.280992%;
}
.flag-vn {
  background-position: 0 96.694215%;
}
.flag-vu {
  background-position: 0 97.107438%;
}
.flag-wf {
  background-position: 0 97.520661%;
}
.flag-ws {
  background-position: 0 97.933884%;
}
.flag-ye {
  background-position: 0 98.347107%;
}
.flag-za {
  background-position: 0 98.760331%;
}
.flag-zm {
  background-position: 0 99.173554%;
}
.flag-zr {
  background-position: 0 99.586777%;
}
.flag-zw {
  background-position: 0 100%;
}

/* src/assets/layout/css/bootstrap-grid.min.css */
/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x:0;
}
.g-0,
.gy-0 {
  --bs-gutter-y:0;
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: .25rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: .25rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: .25rem !important;
}
.pe-2 {
  padding-right: .5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width:576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width:768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: .25rem !important;
  }
  .me-md-2 {
    margin-right: .5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width:992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width:1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width:1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: .25rem !important;
  }
  .m-xxl-2 {
    margin: .5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: .25rem !important;
  }
  .p-xxl-2 {
    padding: .5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* node_modules/bootstrap-icons/font/bootstrap-icons.css */
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./media/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"), url("./media/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-123::before {
  content: "\f67f";
}
.bi-alarm-fill::before {
  content: "\f101";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-align-bottom::before {
  content: "\f103";
}
.bi-align-center::before {
  content: "\f104";
}
.bi-align-end::before {
  content: "\f105";
}
.bi-align-middle::before {
  content: "\f106";
}
.bi-align-start::before {
  content: "\f107";
}
.bi-align-top::before {
  content: "\f108";
}
.bi-alt::before {
  content: "\f109";
}
.bi-app-indicator::before {
  content: "\f10a";
}
.bi-app::before {
  content: "\f10b";
}
.bi-archive-fill::before {
  content: "\f10c";
}
.bi-archive::before {
  content: "\f10d";
}
.bi-arrow-90deg-down::before {
  content: "\f10e";
}
.bi-arrow-90deg-left::before {
  content: "\f10f";
}
.bi-arrow-90deg-right::before {
  content: "\f110";
}
.bi-arrow-90deg-up::before {
  content: "\f111";
}
.bi-arrow-bar-down::before {
  content: "\f112";
}
.bi-arrow-bar-left::before {
  content: "\f113";
}
.bi-arrow-bar-right::before {
  content: "\f114";
}
.bi-arrow-bar-up::before {
  content: "\f115";
}
.bi-arrow-clockwise::before {
  content: "\f116";
}
.bi-arrow-counterclockwise::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.bi-arrow-down-circle::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.bi-arrow-down-left-square::before {
  content: "\f11d";
}
.bi-arrow-down-left::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.bi-arrow-down-right-square::before {
  content: "\f122";
}
.bi-arrow-down-right::before {
  content: "\f123";
}
.bi-arrow-down-short::before {
  content: "\f124";
}
.bi-arrow-down-square-fill::before {
  content: "\f125";
}
.bi-arrow-down-square::before {
  content: "\f126";
}
.bi-arrow-down-up::before {
  content: "\f127";
}
.bi-arrow-down::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-left-circle::before {
  content: "\f12a";
}
.bi-arrow-left-right::before {
  content: "\f12b";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.bi-arrow-left-square::before {
  content: "\f12e";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-arrow-repeat::before {
  content: "\f130";
}
.bi-arrow-return-left::before {
  content: "\f131";
}
.bi-arrow-return-right::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-arrow-right-circle::before {
  content: "\f134";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-right-square-fill::before {
  content: "\f136";
}
.bi-arrow-right-square::before {
  content: "\f137";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.bi-arrow-up-circle::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.bi-arrow-up-left-square::before {
  content: "\f13e";
}
.bi-arrow-up-left::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.bi-arrow-up-right-circle::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.bi-arrow-up-right-square::before {
  content: "\f143";
}
.bi-arrow-up-right::before {
  content: "\f144";
}
.bi-arrow-up-short::before {
  content: "\f145";
}
.bi-arrow-up-square-fill::before {
  content: "\f146";
}
.bi-arrow-up-square::before {
  content: "\f147";
}
.bi-arrow-up::before {
  content: "\f148";
}
.bi-arrows-angle-contract::before {
  content: "\f149";
}
.bi-arrows-angle-expand::before {
  content: "\f14a";
}
.bi-arrows-collapse::before {
  content: "\f14b";
}
.bi-arrows-expand::before {
  content: "\f14c";
}
.bi-arrows-fullscreen::before {
  content: "\f14d";
}
.bi-arrows-move::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.bi-aspect-ratio::before {
  content: "\f150";
}
.bi-asterisk::before {
  content: "\f151";
}
.bi-at::before {
  content: "\f152";
}
.bi-award-fill::before {
  content: "\f153";
}
.bi-award::before {
  content: "\f154";
}
.bi-back::before {
  content: "\f155";
}
.bi-backspace-fill::before {
  content: "\f156";
}
.bi-backspace-reverse-fill::before {
  content: "\f157";
}
.bi-backspace-reverse::before {
  content: "\f158";
}
.bi-backspace::before {
  content: "\f159";
}
.bi-badge-3d-fill::before {
  content: "\f15a";
}
.bi-badge-3d::before {
  content: "\f15b";
}
.bi-badge-4k-fill::before {
  content: "\f15c";
}
.bi-badge-4k::before {
  content: "\f15d";
}
.bi-badge-8k-fill::before {
  content: "\f15e";
}
.bi-badge-8k::before {
  content: "\f15f";
}
.bi-badge-ad-fill::before {
  content: "\f160";
}
.bi-badge-ad::before {
  content: "\f161";
}
.bi-badge-ar-fill::before {
  content: "\f162";
}
.bi-badge-ar::before {
  content: "\f163";
}
.bi-badge-cc-fill::before {
  content: "\f164";
}
.bi-badge-cc::before {
  content: "\f165";
}
.bi-badge-hd-fill::before {
  content: "\f166";
}
.bi-badge-hd::before {
  content: "\f167";
}
.bi-badge-tm-fill::before {
  content: "\f168";
}
.bi-badge-tm::before {
  content: "\f169";
}
.bi-badge-vo-fill::before {
  content: "\f16a";
}
.bi-badge-vo::before {
  content: "\f16b";
}
.bi-badge-vr-fill::before {
  content: "\f16c";
}
.bi-badge-vr::before {
  content: "\f16d";
}
.bi-badge-wc-fill::before {
  content: "\f16e";
}
.bi-badge-wc::before {
  content: "\f16f";
}
.bi-bag-check-fill::before {
  content: "\f170";
}
.bi-bag-check::before {
  content: "\f171";
}
.bi-bag-dash-fill::before {
  content: "\f172";
}
.bi-bag-dash::before {
  content: "\f173";
}
.bi-bag-fill::before {
  content: "\f174";
}
.bi-bag-plus-fill::before {
  content: "\f175";
}
.bi-bag-plus::before {
  content: "\f176";
}
.bi-bag-x-fill::before {
  content: "\f177";
}
.bi-bag-x::before {
  content: "\f178";
}
.bi-bag::before {
  content: "\f179";
}
.bi-bar-chart-fill::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.bi-bar-chart-line::before {
  content: "\f17c";
}
.bi-bar-chart-steps::before {
  content: "\f17d";
}
.bi-bar-chart::before {
  content: "\f17e";
}
.bi-basket-fill::before {
  content: "\f17f";
}
.bi-basket::before {
  content: "\f180";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-basket2::before {
  content: "\f182";
}
.bi-basket3-fill::before {
  content: "\f183";
}
.bi-basket3::before {
  content: "\f184";
}
.bi-battery-charging::before {
  content: "\f185";
}
.bi-battery-full::before {
  content: "\f186";
}
.bi-battery-half::before {
  content: "\f187";
}
.bi-battery::before {
  content: "\f188";
}
.bi-bell-fill::before {
  content: "\f189";
}
.bi-bell::before {
  content: "\f18a";
}
.bi-bezier::before {
  content: "\f18b";
}
.bi-bezier2::before {
  content: "\f18c";
}
.bi-bicycle::before {
  content: "\f18d";
}
.bi-binoculars-fill::before {
  content: "\f18e";
}
.bi-binoculars::before {
  content: "\f18f";
}
.bi-blockquote-left::before {
  content: "\f190";
}
.bi-blockquote-right::before {
  content: "\f191";
}
.bi-book-fill::before {
  content: "\f192";
}
.bi-book-half::before {
  content: "\f193";
}
.bi-book::before {
  content: "\f194";
}
.bi-bookmark-check-fill::before {
  content: "\f195";
}
.bi-bookmark-check::before {
  content: "\f196";
}
.bi-bookmark-dash-fill::before {
  content: "\f197";
}
.bi-bookmark-dash::before {
  content: "\f198";
}
.bi-bookmark-fill::before {
  content: "\f199";
}
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.bi-bookmark-heart::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.bi-bookmark-plus::before {
  content: "\f19d";
}
.bi-bookmark-star-fill::before {
  content: "\f19e";
}
.bi-bookmark-star::before {
  content: "\f19f";
}
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.bi-bookmark-x::before {
  content: "\f1a1";
}
.bi-bookmark::before {
  content: "\f1a2";
}
.bi-bookmarks-fill::before {
  content: "\f1a3";
}
.bi-bookmarks::before {
  content: "\f1a4";
}
.bi-bookshelf::before {
  content: "\f1a5";
}
.bi-bootstrap-fill::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.bi-bootstrap::before {
  content: "\f1a8";
}
.bi-border-all::before {
  content: "\f1a9";
}
.bi-border-bottom::before {
  content: "\f1aa";
}
.bi-border-center::before {
  content: "\f1ab";
}
.bi-border-inner::before {
  content: "\f1ac";
}
.bi-border-left::before {
  content: "\f1ad";
}
.bi-border-middle::before {
  content: "\f1ae";
}
.bi-border-outer::before {
  content: "\f1af";
}
.bi-border-right::before {
  content: "\f1b0";
}
.bi-border-style::before {
  content: "\f1b1";
}
.bi-border-top::before {
  content: "\f1b2";
}
.bi-border-width::before {
  content: "\f1b3";
}
.bi-border::before {
  content: "\f1b4";
}
.bi-bounding-box-circles::before {
  content: "\f1b5";
}
.bi-bounding-box::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.bi-box-arrow-down::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.bi-box-arrow-left::before {
  content: "\f1c2";
}
.bi-box-arrow-right::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-box-arrow-up::before {
  content: "\f1c6";
}
.bi-box-seam::before {
  content: "\f1c7";
}
.bi-box::before {
  content: "\f1c8";
}
.bi-braces::before {
  content: "\f1c9";
}
.bi-bricks::before {
  content: "\f1ca";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.bi-brightness-alt-high::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.bi-brightness-alt-low::before {
  content: "\f1d0";
}
.bi-brightness-high-fill::before {
  content: "\f1d1";
}
.bi-brightness-high::before {
  content: "\f1d2";
}
.bi-brightness-low-fill::before {
  content: "\f1d3";
}
.bi-brightness-low::before {
  content: "\f1d4";
}
.bi-broadcast-pin::before {
  content: "\f1d5";
}
.bi-broadcast::before {
  content: "\f1d6";
}
.bi-brush-fill::before {
  content: "\f1d7";
}
.bi-brush::before {
  content: "\f1d8";
}
.bi-bucket-fill::before {
  content: "\f1d9";
}
.bi-bucket::before {
  content: "\f1da";
}
.bi-bug-fill::before {
  content: "\f1db";
}
.bi-bug::before {
  content: "\f1dc";
}
.bi-building::before {
  content: "\f1dd";
}
.bi-bullseye::before {
  content: "\f1de";
}
.bi-calculator-fill::before {
  content: "\f1df";
}
.bi-calculator::before {
  content: "\f1e0";
}
.bi-calendar-check-fill::before {
  content: "\f1e1";
}
.bi-calendar-check::before {
  content: "\f1e2";
}
.bi-calendar-date-fill::before {
  content: "\f1e3";
}
.bi-calendar-date::before {
  content: "\f1e4";
}
.bi-calendar-day-fill::before {
  content: "\f1e5";
}
.bi-calendar-day::before {
  content: "\f1e6";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-calendar-event::before {
  content: "\f1e8";
}
.bi-calendar-fill::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.bi-calendar-minus::before {
  content: "\f1eb";
}
.bi-calendar-month-fill::before {
  content: "\f1ec";
}
.bi-calendar-month::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.bi-calendar-plus::before {
  content: "\f1ef";
}
.bi-calendar-range-fill::before {
  content: "\f1f0";
}
.bi-calendar-range::before {
  content: "\f1f1";
}
.bi-calendar-week-fill::before {
  content: "\f1f2";
}
.bi-calendar-week::before {
  content: "\f1f3";
}
.bi-calendar-x-fill::before {
  content: "\f1f4";
}
.bi-calendar-x::before {
  content: "\f1f5";
}
.bi-calendar::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.bi-calendar2-check::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.bi-calendar2-date::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.bi-calendar2-day::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.bi-calendar2-event::before {
  content: "\f1fe";
}
.bi-calendar2-fill::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
  content: "\f200";
}
.bi-calendar2-minus::before {
  content: "\f201";
}
.bi-calendar2-month-fill::before {
  content: "\f202";
}
.bi-calendar2-month::before {
  content: "\f203";
}
.bi-calendar2-plus-fill::before {
  content: "\f204";
}
.bi-calendar2-plus::before {
  content: "\f205";
}
.bi-calendar2-range-fill::before {
  content: "\f206";
}
.bi-calendar2-range::before {
  content: "\f207";
}
.bi-calendar2-week-fill::before {
  content: "\f208";
}
.bi-calendar2-week::before {
  content: "\f209";
}
.bi-calendar2-x-fill::before {
  content: "\f20a";
}
.bi-calendar2-x::before {
  content: "\f20b";
}
.bi-calendar2::before {
  content: "\f20c";
}
.bi-calendar3-event-fill::before {
  content: "\f20d";
}
.bi-calendar3-event::before {
  content: "\f20e";
}
.bi-calendar3-fill::before {
  content: "\f20f";
}
.bi-calendar3-range-fill::before {
  content: "\f210";
}
.bi-calendar3-range::before {
  content: "\f211";
}
.bi-calendar3-week-fill::before {
  content: "\f212";
}
.bi-calendar3-week::before {
  content: "\f213";
}
.bi-calendar3::before {
  content: "\f214";
}
.bi-calendar4-event::before {
  content: "\f215";
}
.bi-calendar4-range::before {
  content: "\f216";
}
.bi-calendar4-week::before {
  content: "\f217";
}
.bi-calendar4::before {
  content: "\f218";
}
.bi-camera-fill::before {
  content: "\f219";
}
.bi-camera-reels-fill::before {
  content: "\f21a";
}
.bi-camera-reels::before {
  content: "\f21b";
}
.bi-camera-video-fill::before {
  content: "\f21c";
}
.bi-camera-video-off-fill::before {
  content: "\f21d";
}
.bi-camera-video-off::before {
  content: "\f21e";
}
.bi-camera-video::before {
  content: "\f21f";
}
.bi-camera::before {
  content: "\f220";
}
.bi-camera2::before {
  content: "\f221";
}
.bi-capslock-fill::before {
  content: "\f222";
}
.bi-capslock::before {
  content: "\f223";
}
.bi-card-checklist::before {
  content: "\f224";
}
.bi-card-heading::before {
  content: "\f225";
}
.bi-card-image::before {
  content: "\f226";
}
.bi-card-list::before {
  content: "\f227";
}
.bi-card-text::before {
  content: "\f228";
}
.bi-caret-down-fill::before {
  content: "\f229";
}
.bi-caret-down-square-fill::before {
  content: "\f22a";
}
.bi-caret-down-square::before {
  content: "\f22b";
}
.bi-caret-down::before {
  content: "\f22c";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-left-square-fill::before {
  content: "\f22e";
}
.bi-caret-left-square::before {
  content: "\f22f";
}
.bi-caret-left::before {
  content: "\f230";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-caret-right-square-fill::before {
  content: "\f232";
}
.bi-caret-right-square::before {
  content: "\f233";
}
.bi-caret-right::before {
  content: "\f234";
}
.bi-caret-up-fill::before {
  content: "\f235";
}
.bi-caret-up-square-fill::before {
  content: "\f236";
}
.bi-caret-up-square::before {
  content: "\f237";
}
.bi-caret-up::before {
  content: "\f238";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-cart-fill::before {
  content: "\f23d";
}
.bi-cart-plus-fill::before {
  content: "\f23e";
}
.bi-cart-plus::before {
  content: "\f23f";
}
.bi-cart-x-fill::before {
  content: "\f240";
}
.bi-cart-x::before {
  content: "\f241";
}
.bi-cart::before {
  content: "\f242";
}
.bi-cart2::before {
  content: "\f243";
}
.bi-cart3::before {
  content: "\f244";
}
.bi-cart4::before {
  content: "\f245";
}
.bi-cash-stack::before {
  content: "\f246";
}
.bi-cash::before {
  content: "\f247";
}
.bi-cast::before {
  content: "\f248";
}
.bi-chat-dots-fill::before {
  content: "\f249";
}
.bi-chat-dots::before {
  content: "\f24a";
}
.bi-chat-fill::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.bi-chat-left-dots::before {
  content: "\f24d";
}
.bi-chat-left-fill::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.bi-chat-left-quote::before {
  content: "\f250";
}
.bi-chat-left-text-fill::before {
  content: "\f251";
}
.bi-chat-left-text::before {
  content: "\f252";
}
.bi-chat-left::before {
  content: "\f253";
}
.bi-chat-quote-fill::before {
  content: "\f254";
}
.bi-chat-quote::before {
  content: "\f255";
}
.bi-chat-right-dots-fill::before {
  content: "\f256";
}
.bi-chat-right-dots::before {
  content: "\f257";
}
.bi-chat-right-fill::before {
  content: "\f258";
}
.bi-chat-right-quote-fill::before {
  content: "\f259";
}
.bi-chat-right-quote::before {
  content: "\f25a";
}
.bi-chat-right-text-fill::before {
  content: "\f25b";
}
.bi-chat-right-text::before {
  content: "\f25c";
}
.bi-chat-right::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.bi-chat-square-dots::before {
  content: "\f25f";
}
.bi-chat-square-fill::before {
  content: "\f260";
}
.bi-chat-square-quote-fill::before {
  content: "\f261";
}
.bi-chat-square-quote::before {
  content: "\f262";
}
.bi-chat-square-text-fill::before {
  content: "\f263";
}
.bi-chat-square-text::before {
  content: "\f264";
}
.bi-chat-square::before {
  content: "\f265";
}
.bi-chat-text-fill::before {
  content: "\f266";
}
.bi-chat-text::before {
  content: "\f267";
}
.bi-chat::before {
  content: "\f268";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-check-circle-fill::before {
  content: "\f26a";
}
.bi-check-circle::before {
  content: "\f26b";
}
.bi-check-square-fill::before {
  content: "\f26c";
}
.bi-check-square::before {
  content: "\f26d";
}
.bi-check::before {
  content: "\f26e";
}
.bi-check2-all::before {
  content: "\f26f";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-check2-square::before {
  content: "\f271";
}
.bi-check2::before {
  content: "\f272";
}
.bi-chevron-bar-contract::before {
  content: "\f273";
}
.bi-chevron-bar-down::before {
  content: "\f274";
}
.bi-chevron-bar-expand::before {
  content: "\f275";
}
.bi-chevron-bar-left::before {
  content: "\f276";
}
.bi-chevron-bar-right::before {
  content: "\f277";
}
.bi-chevron-bar-up::before {
  content: "\f278";
}
.bi-chevron-compact-down::before {
  content: "\f279";
}
.bi-chevron-compact-left::before {
  content: "\f27a";
}
.bi-chevron-compact-right::before {
  content: "\f27b";
}
.bi-chevron-compact-up::before {
  content: "\f27c";
}
.bi-chevron-contract::before {
  content: "\f27d";
}
.bi-chevron-double-down::before {
  content: "\f27e";
}
.bi-chevron-double-left::before {
  content: "\f27f";
}
.bi-chevron-double-right::before {
  content: "\f280";
}
.bi-chevron-double-up::before {
  content: "\f281";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-circle-fill::before {
  content: "\f287";
}
.bi-circle-half::before {
  content: "\f288";
}
.bi-circle-square::before {
  content: "\f289";
}
.bi-circle::before {
  content: "\f28a";
}
.bi-clipboard-check::before {
  content: "\f28b";
}
.bi-clipboard-data::before {
  content: "\f28c";
}
.bi-clipboard-minus::before {
  content: "\f28d";
}
.bi-clipboard-plus::before {
  content: "\f28e";
}
.bi-clipboard-x::before {
  content: "\f28f";
}
.bi-clipboard::before {
  content: "\f290";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-clock-history::before {
  content: "\f292";
}
.bi-clock::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.bi-cloud-arrow-down::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.bi-cloud-arrow-up::before {
  content: "\f297";
}
.bi-cloud-check-fill::before {
  content: "\f298";
}
.bi-cloud-check::before {
  content: "\f299";
}
.bi-cloud-download-fill::before {
  content: "\f29a";
}
.bi-cloud-download::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.bi-cloud-drizzle::before {
  content: "\f29d";
}
.bi-cloud-fill::before {
  content: "\f29e";
}
.bi-cloud-fog-fill::before {
  content: "\f29f";
}
.bi-cloud-fog::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.bi-cloud-fog2::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.bi-cloud-hail::before {
  content: "\f2a4";
}
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.bi-cloud-haze::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.bi-cloud-lightning::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.bi-cloud-minus::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill::before {
  content: "\f2af";
}
.bi-cloud-moon::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.bi-cloud-plus::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.bi-cloud-rain::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.bi-cloud-slash::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.bi-cloud-sleet::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.bi-cloud-snow::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.bi-cloud-sun::before {
  content: "\f2be";
}
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-cloud::before {
  content: "\f2c1";
}
.bi-clouds-fill::before {
  content: "\f2c2";
}
.bi-clouds::before {
  content: "\f2c3";
}
.bi-cloudy-fill::before {
  content: "\f2c4";
}
.bi-cloudy::before {
  content: "\f2c5";
}
.bi-code-slash::before {
  content: "\f2c6";
}
.bi-code-square::before {
  content: "\f2c7";
}
.bi-code::before {
  content: "\f2c8";
}
.bi-collection-fill::before {
  content: "\f2c9";
}
.bi-collection-play-fill::before {
  content: "\f2ca";
}
.bi-collection-play::before {
  content: "\f2cb";
}
.bi-collection::before {
  content: "\f2cc";
}
.bi-columns-gap::before {
  content: "\f2cd";
}
.bi-columns::before {
  content: "\f2ce";
}
.bi-command::before {
  content: "\f2cf";
}
.bi-compass-fill::before {
  content: "\f2d0";
}
.bi-compass::before {
  content: "\f2d1";
}
.bi-cone-striped::before {
  content: "\f2d2";
}
.bi-cone::before {
  content: "\f2d3";
}
.bi-controller::before {
  content: "\f2d4";
}
.bi-cpu-fill::before {
  content: "\f2d5";
}
.bi-cpu::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.bi-credit-card-2-back::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.bi-credit-card-2-front::before {
  content: "\f2da";
}
.bi-credit-card-fill::before {
  content: "\f2db";
}
.bi-credit-card::before {
  content: "\f2dc";
}
.bi-crop::before {
  content: "\f2dd";
}
.bi-cup-fill::before {
  content: "\f2de";
}
.bi-cup-straw::before {
  content: "\f2df";
}
.bi-cup::before {
  content: "\f2e0";
}
.bi-cursor-fill::before {
  content: "\f2e1";
}
.bi-cursor-text::before {
  content: "\f2e2";
}
.bi-cursor::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.bi-dash-circle-fill::before {
  content: "\f2e5";
}
.bi-dash-circle::before {
  content: "\f2e6";
}
.bi-dash-square-dotted::before {
  content: "\f2e7";
}
.bi-dash-square-fill::before {
  content: "\f2e8";
}
.bi-dash-square::before {
  content: "\f2e9";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-diagram-2-fill::before {
  content: "\f2eb";
}
.bi-diagram-2::before {
  content: "\f2ec";
}
.bi-diagram-3-fill::before {
  content: "\f2ed";
}
.bi-diagram-3::before {
  content: "\f2ee";
}
.bi-diamond-fill::before {
  content: "\f2ef";
}
.bi-diamond-half::before {
  content: "\f2f0";
}
.bi-diamond::before {
  content: "\f2f1";
}
.bi-dice-1-fill::before {
  content: "\f2f2";
}
.bi-dice-1::before {
  content: "\f2f3";
}
.bi-dice-2-fill::before {
  content: "\f2f4";
}
.bi-dice-2::before {
  content: "\f2f5";
}
.bi-dice-3-fill::before {
  content: "\f2f6";
}
.bi-dice-3::before {
  content: "\f2f7";
}
.bi-dice-4-fill::before {
  content: "\f2f8";
}
.bi-dice-4::before {
  content: "\f2f9";
}
.bi-dice-5-fill::before {
  content: "\f2fa";
}
.bi-dice-5::before {
  content: "\f2fb";
}
.bi-dice-6-fill::before {
  content: "\f2fc";
}
.bi-dice-6::before {
  content: "\f2fd";
}
.bi-disc-fill::before {
  content: "\f2fe";
}
.bi-disc::before {
  content: "\f2ff";
}
.bi-discord::before {
  content: "\f300";
}
.bi-display-fill::before {
  content: "\f301";
}
.bi-display::before {
  content: "\f302";
}
.bi-distribute-horizontal::before {
  content: "\f303";
}
.bi-distribute-vertical::before {
  content: "\f304";
}
.bi-door-closed-fill::before {
  content: "\f305";
}
.bi-door-closed::before {
  content: "\f306";
}
.bi-door-open-fill::before {
  content: "\f307";
}
.bi-door-open::before {
  content: "\f308";
}
.bi-dot::before {
  content: "\f309";
}
.bi-download::before {
  content: "\f30a";
}
.bi-droplet-fill::before {
  content: "\f30b";
}
.bi-droplet-half::before {
  content: "\f30c";
}
.bi-droplet::before {
  content: "\f30d";
}
.bi-earbuds::before {
  content: "\f30e";
}
.bi-easel-fill::before {
  content: "\f30f";
}
.bi-easel::before {
  content: "\f310";
}
.bi-egg-fill::before {
  content: "\f311";
}
.bi-egg-fried::before {
  content: "\f312";
}
.bi-egg::before {
  content: "\f313";
}
.bi-eject-fill::before {
  content: "\f314";
}
.bi-eject::before {
  content: "\f315";
}
.bi-emoji-angry-fill::before {
  content: "\f316";
}
.bi-emoji-angry::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.bi-emoji-dizzy::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.bi-emoji-expressionless::before {
  content: "\f31b";
}
.bi-emoji-frown-fill::before {
  content: "\f31c";
}
.bi-emoji-frown::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill::before {
  content: "\f320";
}
.bi-emoji-laughing::before {
  content: "\f321";
}
.bi-emoji-neutral-fill::before {
  content: "\f322";
}
.bi-emoji-neutral::before {
  content: "\f323";
}
.bi-emoji-smile-fill::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.bi-emoji-smile::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.bi-emoji-sunglasses::before {
  content: "\f329";
}
.bi-emoji-wink-fill::before {
  content: "\f32a";
}
.bi-emoji-wink::before {
  content: "\f32b";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-envelope-open-fill::before {
  content: "\f32d";
}
.bi-envelope-open::before {
  content: "\f32e";
}
.bi-envelope::before {
  content: "\f32f";
}
.bi-eraser-fill::before {
  content: "\f330";
}
.bi-eraser::before {
  content: "\f331";
}
.bi-exclamation-circle-fill::before {
  content: "\f332";
}
.bi-exclamation-circle::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.bi-exclamation-diamond::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.bi-exclamation-octagon::before {
  content: "\f337";
}
.bi-exclamation-square-fill::before {
  content: "\f338";
}
.bi-exclamation-square::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.bi-exclamation-triangle::before {
  content: "\f33b";
}
.bi-exclamation::before {
  content: "\f33c";
}
.bi-exclude::before {
  content: "\f33d";
}
.bi-eye-fill::before {
  content: "\f33e";
}
.bi-eye-slash-fill::before {
  content: "\f33f";
}
.bi-eye-slash::before {
  content: "\f340";
}
.bi-eye::before {
  content: "\f341";
}
.bi-eyedropper::before {
  content: "\f342";
}
.bi-eyeglasses::before {
  content: "\f343";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-file-arrow-down-fill::before {
  content: "\f345";
}
.bi-file-arrow-down::before {
  content: "\f346";
}
.bi-file-arrow-up-fill::before {
  content: "\f347";
}
.bi-file-arrow-up::before {
  content: "\f348";
}
.bi-file-bar-graph-fill::before {
  content: "\f349";
}
.bi-file-bar-graph::before {
  content: "\f34a";
}
.bi-file-binary-fill::before {
  content: "\f34b";
}
.bi-file-binary::before {
  content: "\f34c";
}
.bi-file-break-fill::before {
  content: "\f34d";
}
.bi-file-break::before {
  content: "\f34e";
}
.bi-file-check-fill::before {
  content: "\f34f";
}
.bi-file-check::before {
  content: "\f350";
}
.bi-file-code-fill::before {
  content: "\f351";
}
.bi-file-code::before {
  content: "\f352";
}
.bi-file-diff-fill::before {
  content: "\f353";
}
.bi-file-diff::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.bi-file-earmark-binary::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.bi-file-earmark-break::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.bi-file-earmark-check::before {
  content: "\f360";
}
.bi-file-earmark-code-fill::before {
  content: "\f361";
}
.bi-file-earmark-code::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.bi-file-earmark-diff::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.bi-file-earmark-easel::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.bi-file-earmark-excel::before {
  content: "\f368";
}
.bi-file-earmark-fill::before {
  content: "\f369";
}
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.bi-file-earmark-font::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.bi-file-earmark-image::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.bi-file-earmark-lock::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.bi-file-earmark-lock2::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.bi-file-earmark-medical::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.bi-file-earmark-minus::before {
  content: "\f375";
}
.bi-file-earmark-music-fill::before {
  content: "\f376";
}
.bi-file-earmark-music::before {
  content: "\f377";
}
.bi-file-earmark-person-fill::before {
  content: "\f378";
}
.bi-file-earmark-person::before {
  content: "\f379";
}
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.bi-file-earmark-play::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.bi-file-earmark-plus::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.bi-file-earmark-post::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.bi-file-earmark-ppt::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.bi-file-earmark-richtext::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.bi-file-earmark-ruled::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.bi-file-earmark-slides::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.bi-file-earmark-text::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.bi-file-earmark-word::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.bi-file-earmark-x::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.bi-file-earmark-zip::before {
  content: "\f391";
}
.bi-file-earmark::before {
  content: "\f392";
}
.bi-file-easel-fill::before {
  content: "\f393";
}
.bi-file-easel::before {
  content: "\f394";
}
.bi-file-excel-fill::before {
  content: "\f395";
}
.bi-file-excel::before {
  content: "\f396";
}
.bi-file-fill::before {
  content: "\f397";
}
.bi-file-font-fill::before {
  content: "\f398";
}
.bi-file-font::before {
  content: "\f399";
}
.bi-file-image-fill::before {
  content: "\f39a";
}
.bi-file-image::before {
  content: "\f39b";
}
.bi-file-lock-fill::before {
  content: "\f39c";
}
.bi-file-lock::before {
  content: "\f39d";
}
.bi-file-lock2-fill::before {
  content: "\f39e";
}
.bi-file-lock2::before {
  content: "\f39f";
}
.bi-file-medical-fill::before {
  content: "\f3a0";
}
.bi-file-medical::before {
  content: "\f3a1";
}
.bi-file-minus-fill::before {
  content: "\f3a2";
}
.bi-file-minus::before {
  content: "\f3a3";
}
.bi-file-music-fill::before {
  content: "\f3a4";
}
.bi-file-music::before {
  content: "\f3a5";
}
.bi-file-person-fill::before {
  content: "\f3a6";
}
.bi-file-person::before {
  content: "\f3a7";
}
.bi-file-play-fill::before {
  content: "\f3a8";
}
.bi-file-play::before {
  content: "\f3a9";
}
.bi-file-plus-fill::before {
  content: "\f3aa";
}
.bi-file-plus::before {
  content: "\f3ab";
}
.bi-file-post-fill::before {
  content: "\f3ac";
}
.bi-file-post::before {
  content: "\f3ad";
}
.bi-file-ppt-fill::before {
  content: "\f3ae";
}
.bi-file-ppt::before {
  content: "\f3af";
}
.bi-file-richtext-fill::before {
  content: "\f3b0";
}
.bi-file-richtext::before {
  content: "\f3b1";
}
.bi-file-ruled-fill::before {
  content: "\f3b2";
}
.bi-file-ruled::before {
  content: "\f3b3";
}
.bi-file-slides-fill::before {
  content: "\f3b4";
}
.bi-file-slides::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.bi-file-spreadsheet::before {
  content: "\f3b7";
}
.bi-file-text-fill::before {
  content: "\f3b8";
}
.bi-file-text::before {
  content: "\f3b9";
}
.bi-file-word-fill::before {
  content: "\f3ba";
}
.bi-file-word::before {
  content: "\f3bb";
}
.bi-file-x-fill::before {
  content: "\f3bc";
}
.bi-file-x::before {
  content: "\f3bd";
}
.bi-file-zip-fill::before {
  content: "\f3be";
}
.bi-file-zip::before {
  content: "\f3bf";
}
.bi-file::before {
  content: "\f3c0";
}
.bi-files-alt::before {
  content: "\f3c1";
}
.bi-files::before {
  content: "\f3c2";
}
.bi-film::before {
  content: "\f3c3";
}
.bi-filter-circle-fill::before {
  content: "\f3c4";
}
.bi-filter-circle::before {
  content: "\f3c5";
}
.bi-filter-left::before {
  content: "\f3c6";
}
.bi-filter-right::before {
  content: "\f3c7";
}
.bi-filter-square-fill::before {
  content: "\f3c8";
}
.bi-filter-square::before {
  content: "\f3c9";
}
.bi-filter::before {
  content: "\f3ca";
}
.bi-flag-fill::before {
  content: "\f3cb";
}
.bi-flag::before {
  content: "\f3cc";
}
.bi-flower1::before {
  content: "\f3cd";
}
.bi-flower2::before {
  content: "\f3ce";
}
.bi-flower3::before {
  content: "\f3cf";
}
.bi-folder-check::before {
  content: "\f3d0";
}
.bi-folder-fill::before {
  content: "\f3d1";
}
.bi-folder-minus::before {
  content: "\f3d2";
}
.bi-folder-plus::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.bi-folder-symlink::before {
  content: "\f3d5";
}
.bi-folder-x::before {
  content: "\f3d6";
}
.bi-folder::before {
  content: "\f3d7";
}
.bi-folder2-open::before {
  content: "\f3d8";
}
.bi-folder2::before {
  content: "\f3d9";
}
.bi-fonts::before {
  content: "\f3da";
}
.bi-forward-fill::before {
  content: "\f3db";
}
.bi-forward::before {
  content: "\f3dc";
}
.bi-front::before {
  content: "\f3dd";
}
.bi-fullscreen-exit::before {
  content: "\f3de";
}
.bi-fullscreen::before {
  content: "\f3df";
}
.bi-funnel-fill::before {
  content: "\f3e0";
}
.bi-funnel::before {
  content: "\f3e1";
}
.bi-gear-fill::before {
  content: "\f3e2";
}
.bi-gear-wide-connected::before {
  content: "\f3e3";
}
.bi-gear-wide::before {
  content: "\f3e4";
}
.bi-gear::before {
  content: "\f3e5";
}
.bi-gem::before {
  content: "\f3e6";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-fill::before {
  content: "\f3e9";
}
.bi-geo::before {
  content: "\f3ea";
}
.bi-gift-fill::before {
  content: "\f3eb";
}
.bi-gift::before {
  content: "\f3ec";
}
.bi-github::before {
  content: "\f3ed";
}
.bi-globe::before {
  content: "\f3ee";
}
.bi-globe2::before {
  content: "\f3ef";
}
.bi-google::before {
  content: "\f3f0";
}
.bi-graph-down::before {
  content: "\f3f1";
}
.bi-graph-up::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.bi-grid-1x2::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.bi-grid-3x2::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.bi-grid-3x3::before {
  content: "\f3fa";
}
.bi-grid-fill::before {
  content: "\f3fb";
}
.bi-grid::before {
  content: "\f3fc";
}
.bi-grip-horizontal::before {
  content: "\f3fd";
}
.bi-grip-vertical::before {
  content: "\f3fe";
}
.bi-hammer::before {
  content: "\f3ff";
}
.bi-hand-index-fill::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.bi-hand-index-thumb::before {
  content: "\f402";
}
.bi-hand-index::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-handbag-fill::before {
  content: "\f408";
}
.bi-handbag::before {
  content: "\f409";
}
.bi-hash::before {
  content: "\f40a";
}
.bi-hdd-fill::before {
  content: "\f40b";
}
.bi-hdd-network-fill::before {
  content: "\f40c";
}
.bi-hdd-network::before {
  content: "\f40d";
}
.bi-hdd-rack-fill::before {
  content: "\f40e";
}
.bi-hdd-rack::before {
  content: "\f40f";
}
.bi-hdd-stack-fill::before {
  content: "\f410";
}
.bi-hdd-stack::before {
  content: "\f411";
}
.bi-hdd::before {
  content: "\f412";
}
.bi-headphones::before {
  content: "\f413";
}
.bi-headset::before {
  content: "\f414";
}
.bi-heart-fill::before {
  content: "\f415";
}
.bi-heart-half::before {
  content: "\f416";
}
.bi-heart::before {
  content: "\f417";
}
.bi-heptagon-fill::before {
  content: "\f418";
}
.bi-heptagon-half::before {
  content: "\f419";
}
.bi-heptagon::before {
  content: "\f41a";
}
.bi-hexagon-fill::before {
  content: "\f41b";
}
.bi-hexagon-half::before {
  content: "\f41c";
}
.bi-hexagon::before {
  content: "\f41d";
}
.bi-hourglass-bottom::before {
  content: "\f41e";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-hourglass-top::before {
  content: "\f420";
}
.bi-hourglass::before {
  content: "\f421";
}
.bi-house-door-fill::before {
  content: "\f422";
}
.bi-house-door::before {
  content: "\f423";
}
.bi-house-fill::before {
  content: "\f424";
}
.bi-house::before {
  content: "\f425";
}
.bi-hr::before {
  content: "\f426";
}
.bi-hurricane::before {
  content: "\f427";
}
.bi-image-alt::before {
  content: "\f428";
}
.bi-image-fill::before {
  content: "\f429";
}
.bi-image::before {
  content: "\f42a";
}
.bi-images::before {
  content: "\f42b";
}
.bi-inbox-fill::before {
  content: "\f42c";
}
.bi-inbox::before {
  content: "\f42d";
}
.bi-inboxes-fill::before {
  content: "\f42e";
}
.bi-inboxes::before {
  content: "\f42f";
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-info-square-fill::before {
  content: "\f432";
}
.bi-info-square::before {
  content: "\f433";
}
.bi-info::before {
  content: "\f434";
}
.bi-input-cursor-text::before {
  content: "\f435";
}
.bi-input-cursor::before {
  content: "\f436";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-intersect::before {
  content: "\f438";
}
.bi-journal-album::before {
  content: "\f439";
}
.bi-journal-arrow-down::before {
  content: "\f43a";
}
.bi-journal-arrow-up::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.bi-journal-bookmark::before {
  content: "\f43d";
}
.bi-journal-check::before {
  content: "\f43e";
}
.bi-journal-code::before {
  content: "\f43f";
}
.bi-journal-medical::before {
  content: "\f440";
}
.bi-journal-minus::before {
  content: "\f441";
}
.bi-journal-plus::before {
  content: "\f442";
}
.bi-journal-richtext::before {
  content: "\f443";
}
.bi-journal-text::before {
  content: "\f444";
}
.bi-journal-x::before {
  content: "\f445";
}
.bi-journal::before {
  content: "\f446";
}
.bi-journals::before {
  content: "\f447";
}
.bi-joystick::before {
  content: "\f448";
}
.bi-justify-left::before {
  content: "\f449";
}
.bi-justify-right::before {
  content: "\f44a";
}
.bi-justify::before {
  content: "\f44b";
}
.bi-kanban-fill::before {
  content: "\f44c";
}
.bi-kanban::before {
  content: "\f44d";
}
.bi-key-fill::before {
  content: "\f44e";
}
.bi-key::before {
  content: "\f44f";
}
.bi-keyboard-fill::before {
  content: "\f450";
}
.bi-keyboard::before {
  content: "\f451";
}
.bi-ladder::before {
  content: "\f452";
}
.bi-lamp-fill::before {
  content: "\f453";
}
.bi-lamp::before {
  content: "\f454";
}
.bi-laptop-fill::before {
  content: "\f455";
}
.bi-laptop::before {
  content: "\f456";
}
.bi-layer-backward::before {
  content: "\f457";
}
.bi-layer-forward::before {
  content: "\f458";
}
.bi-layers-fill::before {
  content: "\f459";
}
.bi-layers-half::before {
  content: "\f45a";
}
.bi-layers::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.bi-layout-sidebar::before {
  content: "\f45f";
}
.bi-layout-split::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.bi-layout-text-sidebar::before {
  content: "\f462";
}
.bi-layout-text-window-reverse::before {
  content: "\f463";
}
.bi-layout-text-window::before {
  content: "\f464";
}
.bi-layout-three-columns::before {
  content: "\f465";
}
.bi-layout-wtf::before {
  content: "\f466";
}
.bi-life-preserver::before {
  content: "\f467";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-lightbulb-off-fill::before {
  content: "\f469";
}
.bi-lightbulb-off::before {
  content: "\f46a";
}
.bi-lightbulb::before {
  content: "\f46b";
}
.bi-lightning-charge-fill::before {
  content: "\f46c";
}
.bi-lightning-charge::before {
  content: "\f46d";
}
.bi-lightning-fill::before {
  content: "\f46e";
}
.bi-lightning::before {
  content: "\f46f";
}
.bi-link-45deg::before {
  content: "\f470";
}
.bi-link::before {
  content: "\f471";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-list-check::before {
  content: "\f473";
}
.bi-list-nested::before {
  content: "\f474";
}
.bi-list-ol::before {
  content: "\f475";
}
.bi-list-stars::before {
  content: "\f476";
}
.bi-list-task::before {
  content: "\f477";
}
.bi-list-ul::before {
  content: "\f478";
}
.bi-list::before {
  content: "\f479";
}
.bi-lock-fill::before {
  content: "\f47a";
}
.bi-lock::before {
  content: "\f47b";
}
.bi-mailbox::before {
  content: "\f47c";
}
.bi-mailbox2::before {
  content: "\f47d";
}
.bi-map-fill::before {
  content: "\f47e";
}
.bi-map::before {
  content: "\f47f";
}
.bi-markdown-fill::before {
  content: "\f480";
}
.bi-markdown::before {
  content: "\f481";
}
.bi-mask::before {
  content: "\f482";
}
.bi-megaphone-fill::before {
  content: "\f483";
}
.bi-megaphone::before {
  content: "\f484";
}
.bi-menu-app-fill::before {
  content: "\f485";
}
.bi-menu-app::before {
  content: "\f486";
}
.bi-menu-button-fill::before {
  content: "\f487";
}
.bi-menu-button-wide-fill::before {
  content: "\f488";
}
.bi-menu-button-wide::before {
  content: "\f489";
}
.bi-menu-button::before {
  content: "\f48a";
}
.bi-menu-down::before {
  content: "\f48b";
}
.bi-menu-up::before {
  content: "\f48c";
}
.bi-mic-fill::before {
  content: "\f48d";
}
.bi-mic-mute-fill::before {
  content: "\f48e";
}
.bi-mic-mute::before {
  content: "\f48f";
}
.bi-mic::before {
  content: "\f490";
}
.bi-minecart-loaded::before {
  content: "\f491";
}
.bi-minecart::before {
  content: "\f492";
}
.bi-moisture::before {
  content: "\f493";
}
.bi-moon-fill::before {
  content: "\f494";
}
.bi-moon-stars-fill::before {
  content: "\f495";
}
.bi-moon-stars::before {
  content: "\f496";
}
.bi-moon::before {
  content: "\f497";
}
.bi-mouse-fill::before {
  content: "\f498";
}
.bi-mouse::before {
  content: "\f499";
}
.bi-mouse2-fill::before {
  content: "\f49a";
}
.bi-mouse2::before {
  content: "\f49b";
}
.bi-mouse3-fill::before {
  content: "\f49c";
}
.bi-mouse3::before {
  content: "\f49d";
}
.bi-music-note-beamed::before {
  content: "\f49e";
}
.bi-music-note-list::before {
  content: "\f49f";
}
.bi-music-note::before {
  content: "\f4a0";
}
.bi-music-player-fill::before {
  content: "\f4a1";
}
.bi-music-player::before {
  content: "\f4a2";
}
.bi-newspaper::before {
  content: "\f4a3";
}
.bi-node-minus-fill::before {
  content: "\f4a4";
}
.bi-node-minus::before {
  content: "\f4a5";
}
.bi-node-plus-fill::before {
  content: "\f4a6";
}
.bi-node-plus::before {
  content: "\f4a7";
}
.bi-nut-fill::before {
  content: "\f4a8";
}
.bi-nut::before {
  content: "\f4a9";
}
.bi-octagon-fill::before {
  content: "\f4aa";
}
.bi-octagon-half::before {
  content: "\f4ab";
}
.bi-octagon::before {
  content: "\f4ac";
}
.bi-option::before {
  content: "\f4ad";
}
.bi-outlet::before {
  content: "\f4ae";
}
.bi-paint-bucket::before {
  content: "\f4af";
}
.bi-palette-fill::before {
  content: "\f4b0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-palette2::before {
  content: "\f4b2";
}
.bi-paperclip::before {
  content: "\f4b3";
}
.bi-paragraph::before {
  content: "\f4b4";
}
.bi-patch-check-fill::before {
  content: "\f4b5";
}
.bi-patch-check::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.bi-patch-exclamation::before {
  content: "\f4b8";
}
.bi-patch-minus-fill::before {
  content: "\f4b9";
}
.bi-patch-minus::before {
  content: "\f4ba";
}
.bi-patch-plus-fill::before {
  content: "\f4bb";
}
.bi-patch-plus::before {
  content: "\f4bc";
}
.bi-patch-question-fill::before {
  content: "\f4bd";
}
.bi-patch-question::before {
  content: "\f4be";
}
.bi-pause-btn-fill::before {
  content: "\f4bf";
}
.bi-pause-btn::before {
  content: "\f4c0";
}
.bi-pause-circle-fill::before {
  content: "\f4c1";
}
.bi-pause-circle::before {
  content: "\f4c2";
}
.bi-pause-fill::before {
  content: "\f4c3";
}
.bi-pause::before {
  content: "\f4c4";
}
.bi-peace-fill::before {
  content: "\f4c5";
}
.bi-peace::before {
  content: "\f4c6";
}
.bi-pen-fill::before {
  content: "\f4c7";
}
.bi-pen::before {
  content: "\f4c8";
}
.bi-pencil-fill::before {
  content: "\f4c9";
}
.bi-pencil-square::before {
  content: "\f4ca";
}
.bi-pencil::before {
  content: "\f4cb";
}
.bi-pentagon-fill::before {
  content: "\f4cc";
}
.bi-pentagon-half::before {
  content: "\f4cd";
}
.bi-pentagon::before {
  content: "\f4ce";
}
.bi-people-fill::before {
  content: "\f4cf";
}
.bi-people::before {
  content: "\f4d0";
}
.bi-percent::before {
  content: "\f4d1";
}
.bi-person-badge-fill::before {
  content: "\f4d2";
}
.bi-person-badge::before {
  content: "\f4d3";
}
.bi-person-bounding-box::before {
  content: "\f4d4";
}
.bi-person-check-fill::before {
  content: "\f4d5";
}
.bi-person-check::before {
  content: "\f4d6";
}
.bi-person-circle::before {
  content: "\f4d7";
}
.bi-person-dash-fill::before {
  content: "\f4d8";
}
.bi-person-dash::before {
  content: "\f4d9";
}
.bi-person-fill::before {
  content: "\f4da";
}
.bi-person-lines-fill::before {
  content: "\f4db";
}
.bi-person-plus-fill::before {
  content: "\f4dc";
}
.bi-person-plus::before {
  content: "\f4dd";
}
.bi-person-square::before {
  content: "\f4de";
}
.bi-person-x-fill::before {
  content: "\f4df";
}
.bi-person-x::before {
  content: "\f4e0";
}
.bi-person::before {
  content: "\f4e1";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-pie-chart-fill::before {
  content: "\f4e8";
}
.bi-pie-chart::before {
  content: "\f4e9";
}
.bi-pin-angle-fill::before {
  content: "\f4ea";
}
.bi-pin-angle::before {
  content: "\f4eb";
}
.bi-pin-fill::before {
  content: "\f4ec";
}
.bi-pin::before {
  content: "\f4ed";
}
.bi-pip-fill::before {
  content: "\f4ee";
}
.bi-pip::before {
  content: "\f4ef";
}
.bi-play-btn-fill::before {
  content: "\f4f0";
}
.bi-play-btn::before {
  content: "\f4f1";
}
.bi-play-circle-fill::before {
  content: "\f4f2";
}
.bi-play-circle::before {
  content: "\f4f3";
}
.bi-play-fill::before {
  content: "\f4f4";
}
.bi-play::before {
  content: "\f4f5";
}
.bi-plug-fill::before {
  content: "\f4f6";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.bi-plus-circle-fill::before {
  content: "\f4f9";
}
.bi-plus-circle::before {
  content: "\f4fa";
}
.bi-plus-square-dotted::before {
  content: "\f4fb";
}
.bi-plus-square-fill::before {
  content: "\f4fc";
}
.bi-plus-square::before {
  content: "\f4fd";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-power::before {
  content: "\f4ff";
}
.bi-printer-fill::before {
  content: "\f500";
}
.bi-printer::before {
  content: "\f501";
}
.bi-puzzle-fill::before {
  content: "\f502";
}
.bi-puzzle::before {
  content: "\f503";
}
.bi-question-circle-fill::before {
  content: "\f504";
}
.bi-question-circle::before {
  content: "\f505";
}
.bi-question-diamond-fill::before {
  content: "\f506";
}
.bi-question-diamond::before {
  content: "\f507";
}
.bi-question-octagon-fill::before {
  content: "\f508";
}
.bi-question-octagon::before {
  content: "\f509";
}
.bi-question-square-fill::before {
  content: "\f50a";
}
.bi-question-square::before {
  content: "\f50b";
}
.bi-question::before {
  content: "\f50c";
}
.bi-rainbow::before {
  content: "\f50d";
}
.bi-receipt-cutoff::before {
  content: "\f50e";
}
.bi-receipt::before {
  content: "\f50f";
}
.bi-reception-0::before {
  content: "\f510";
}
.bi-reception-1::before {
  content: "\f511";
}
.bi-reception-2::before {
  content: "\f512";
}
.bi-reception-3::before {
  content: "\f513";
}
.bi-reception-4::before {
  content: "\f514";
}
.bi-record-btn-fill::before {
  content: "\f515";
}
.bi-record-btn::before {
  content: "\f516";
}
.bi-record-circle-fill::before {
  content: "\f517";
}
.bi-record-circle::before {
  content: "\f518";
}
.bi-record-fill::before {
  content: "\f519";
}
.bi-record::before {
  content: "\f51a";
}
.bi-record2-fill::before {
  content: "\f51b";
}
.bi-record2::before {
  content: "\f51c";
}
.bi-reply-all-fill::before {
  content: "\f51d";
}
.bi-reply-all::before {
  content: "\f51e";
}
.bi-reply-fill::before {
  content: "\f51f";
}
.bi-reply::before {
  content: "\f520";
}
.bi-rss-fill::before {
  content: "\f521";
}
.bi-rss::before {
  content: "\f522";
}
.bi-rulers::before {
  content: "\f523";
}
.bi-save-fill::before {
  content: "\f524";
}
.bi-save::before {
  content: "\f525";
}
.bi-save2-fill::before {
  content: "\f526";
}
.bi-save2::before {
  content: "\f527";
}
.bi-scissors::before {
  content: "\f528";
}
.bi-screwdriver::before {
  content: "\f529";
}
.bi-search::before {
  content: "\f52a";
}
.bi-segmented-nav::before {
  content: "\f52b";
}
.bi-server::before {
  content: "\f52c";
}
.bi-share-fill::before {
  content: "\f52d";
}
.bi-share::before {
  content: "\f52e";
}
.bi-shield-check::before {
  content: "\f52f";
}
.bi-shield-exclamation::before {
  content: "\f530";
}
.bi-shield-fill-check::before {
  content: "\f531";
}
.bi-shield-fill-exclamation::before {
  content: "\f532";
}
.bi-shield-fill-minus::before {
  content: "\f533";
}
.bi-shield-fill-plus::before {
  content: "\f534";
}
.bi-shield-fill-x::before {
  content: "\f535";
}
.bi-shield-fill::before {
  content: "\f536";
}
.bi-shield-lock-fill::before {
  content: "\f537";
}
.bi-shield-lock::before {
  content: "\f538";
}
.bi-shield-minus::before {
  content: "\f539";
}
.bi-shield-plus::before {
  content: "\f53a";
}
.bi-shield-shaded::before {
  content: "\f53b";
}
.bi-shield-slash-fill::before {
  content: "\f53c";
}
.bi-shield-slash::before {
  content: "\f53d";
}
.bi-shield-x::before {
  content: "\f53e";
}
.bi-shield::before {
  content: "\f53f";
}
.bi-shift-fill::before {
  content: "\f540";
}
.bi-shift::before {
  content: "\f541";
}
.bi-shop-window::before {
  content: "\f542";
}
.bi-shop::before {
  content: "\f543";
}
.bi-shuffle::before {
  content: "\f544";
}
.bi-signpost-2-fill::before {
  content: "\f545";
}
.bi-signpost-2::before {
  content: "\f546";
}
.bi-signpost-fill::before {
  content: "\f547";
}
.bi-signpost-split-fill::before {
  content: "\f548";
}
.bi-signpost-split::before {
  content: "\f549";
}
.bi-signpost::before {
  content: "\f54a";
}
.bi-sim-fill::before {
  content: "\f54b";
}
.bi-sim::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.bi-skip-backward-btn::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.bi-skip-backward-circle::before {
  content: "\f550";
}
.bi-skip-backward-fill::before {
  content: "\f551";
}
.bi-skip-backward::before {
  content: "\f552";
}
.bi-skip-end-btn-fill::before {
  content: "\f553";
}
.bi-skip-end-btn::before {
  content: "\f554";
}
.bi-skip-end-circle-fill::before {
  content: "\f555";
}
.bi-skip-end-circle::before {
  content: "\f556";
}
.bi-skip-end-fill::before {
  content: "\f557";
}
.bi-skip-end::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.bi-skip-forward-btn::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.bi-skip-forward-circle::before {
  content: "\f55c";
}
.bi-skip-forward-fill::before {
  content: "\f55d";
}
.bi-skip-forward::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.bi-skip-start-btn::before {
  content: "\f560";
}
.bi-skip-start-circle-fill::before {
  content: "\f561";
}
.bi-skip-start-circle::before {
  content: "\f562";
}
.bi-skip-start-fill::before {
  content: "\f563";
}
.bi-skip-start::before {
  content: "\f564";
}
.bi-slack::before {
  content: "\f565";
}
.bi-slash-circle-fill::before {
  content: "\f566";
}
.bi-slash-circle::before {
  content: "\f567";
}
.bi-slash-square-fill::before {
  content: "\f568";
}
.bi-slash-square::before {
  content: "\f569";
}
.bi-slash::before {
  content: "\f56a";
}
.bi-sliders::before {
  content: "\f56b";
}
.bi-smartwatch::before {
  content: "\f56c";
}
.bi-snow::before {
  content: "\f56d";
}
.bi-snow2::before {
  content: "\f56e";
}
.bi-snow3::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.bi-sort-alpha-down::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.bi-sort-alpha-up::before {
  content: "\f573";
}
.bi-sort-down-alt::before {
  content: "\f574";
}
.bi-sort-down::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.bi-sort-numeric-down::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.bi-sort-numeric-up::before {
  content: "\f579";
}
.bi-sort-up-alt::before {
  content: "\f57a";
}
.bi-sort-up::before {
  content: "\f57b";
}
.bi-soundwave::before {
  content: "\f57c";
}
.bi-speaker-fill::before {
  content: "\f57d";
}
.bi-speaker::before {
  content: "\f57e";
}
.bi-speedometer::before {
  content: "\f57f";
}
.bi-speedometer2::before {
  content: "\f580";
}
.bi-spellcheck::before {
  content: "\f581";
}
.bi-square-fill::before {
  content: "\f582";
}
.bi-square-half::before {
  content: "\f583";
}
.bi-square::before {
  content: "\f584";
}
.bi-stack::before {
  content: "\f585";
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-star-half::before {
  content: "\f587";
}
.bi-star::before {
  content: "\f588";
}
.bi-stars::before {
  content: "\f589";
}
.bi-stickies-fill::before {
  content: "\f58a";
}
.bi-stickies::before {
  content: "\f58b";
}
.bi-sticky-fill::before {
  content: "\f58c";
}
.bi-sticky::before {
  content: "\f58d";
}
.bi-stop-btn-fill::before {
  content: "\f58e";
}
.bi-stop-btn::before {
  content: "\f58f";
}
.bi-stop-circle-fill::before {
  content: "\f590";
}
.bi-stop-circle::before {
  content: "\f591";
}
.bi-stop-fill::before {
  content: "\f592";
}
.bi-stop::before {
  content: "\f593";
}
.bi-stoplights-fill::before {
  content: "\f594";
}
.bi-stoplights::before {
  content: "\f595";
}
.bi-stopwatch-fill::before {
  content: "\f596";
}
.bi-stopwatch::before {
  content: "\f597";
}
.bi-subtract::before {
  content: "\f598";
}
.bi-suit-club-fill::before {
  content: "\f599";
}
.bi-suit-club::before {
  content: "\f59a";
}
.bi-suit-diamond-fill::before {
  content: "\f59b";
}
.bi-suit-diamond::before {
  content: "\f59c";
}
.bi-suit-heart-fill::before {
  content: "\f59d";
}
.bi-suit-heart::before {
  content: "\f59e";
}
.bi-suit-spade-fill::before {
  content: "\f59f";
}
.bi-suit-spade::before {
  content: "\f5a0";
}
.bi-sun-fill::before {
  content: "\f5a1";
}
.bi-sun::before {
  content: "\f5a2";
}
.bi-sunglasses::before {
  content: "\f5a3";
}
.bi-sunrise-fill::before {
  content: "\f5a4";
}
.bi-sunrise::before {
  content: "\f5a5";
}
.bi-sunset-fill::before {
  content: "\f5a6";
}
.bi-sunset::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.bi-symmetry-vertical::before {
  content: "\f5a9";
}
.bi-table::before {
  content: "\f5aa";
}
.bi-tablet-fill::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.bi-tablet-landscape::before {
  content: "\f5ad";
}
.bi-tablet::before {
  content: "\f5ae";
}
.bi-tag-fill::before {
  content: "\f5af";
}
.bi-tag::before {
  content: "\f5b0";
}
.bi-tags-fill::before {
  content: "\f5b1";
}
.bi-tags::before {
  content: "\f5b2";
}
.bi-telegram::before {
  content: "\f5b3";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.bi-telephone-forward::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.bi-telephone-inbound::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.bi-telephone-minus::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.bi-telephone-outbound::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.bi-telephone-plus::before {
  content: "\f5be";
}
.bi-telephone-x-fill::before {
  content: "\f5bf";
}
.bi-telephone-x::before {
  content: "\f5c0";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-terminal-fill::before {
  content: "\f5c2";
}
.bi-terminal::before {
  content: "\f5c3";
}
.bi-text-center::before {
  content: "\f5c4";
}
.bi-text-indent-left::before {
  content: "\f5c5";
}
.bi-text-indent-right::before {
  content: "\f5c6";
}
.bi-text-left::before {
  content: "\f5c7";
}
.bi-text-paragraph::before {
  content: "\f5c8";
}
.bi-text-right::before {
  content: "\f5c9";
}
.bi-textarea-resize::before {
  content: "\f5ca";
}
.bi-textarea-t::before {
  content: "\f5cb";
}
.bi-textarea::before {
  content: "\f5cc";
}
.bi-thermometer-half::before {
  content: "\f5cd";
}
.bi-thermometer-high::before {
  content: "\f5ce";
}
.bi-thermometer-low::before {
  content: "\f5cf";
}
.bi-thermometer-snow::before {
  content: "\f5d0";
}
.bi-thermometer-sun::before {
  content: "\f5d1";
}
.bi-thermometer::before {
  content: "\f5d2";
}
.bi-three-dots-vertical::before {
  content: "\f5d3";
}
.bi-three-dots::before {
  content: "\f5d4";
}
.bi-toggle-off::before {
  content: "\f5d5";
}
.bi-toggle-on::before {
  content: "\f5d6";
}
.bi-toggle2-off::before {
  content: "\f5d7";
}
.bi-toggle2-on::before {
  content: "\f5d8";
}
.bi-toggles::before {
  content: "\f5d9";
}
.bi-toggles2::before {
  content: "\f5da";
}
.bi-tools::before {
  content: "\f5db";
}
.bi-tornado::before {
  content: "\f5dc";
}
.bi-trash-fill::before {
  content: "\f5dd";
}
.bi-trash::before {
  content: "\f5de";
}
.bi-trash2-fill::before {
  content: "\f5df";
}
.bi-trash2::before {
  content: "\f5e0";
}
.bi-tree-fill::before {
  content: "\f5e1";
}
.bi-tree::before {
  content: "\f5e2";
}
.bi-triangle-fill::before {
  content: "\f5e3";
}
.bi-triangle-half::before {
  content: "\f5e4";
}
.bi-triangle::before {
  content: "\f5e5";
}
.bi-trophy-fill::before {
  content: "\f5e6";
}
.bi-trophy::before {
  content: "\f5e7";
}
.bi-tropical-storm::before {
  content: "\f5e8";
}
.bi-truck-flatbed::before {
  content: "\f5e9";
}
.bi-truck::before {
  content: "\f5ea";
}
.bi-tsunami::before {
  content: "\f5eb";
}
.bi-tv-fill::before {
  content: "\f5ec";
}
.bi-tv::before {
  content: "\f5ed";
}
.bi-twitch::before {
  content: "\f5ee";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-type-bold::before {
  content: "\f5f0";
}
.bi-type-h1::before {
  content: "\f5f1";
}
.bi-type-h2::before {
  content: "\f5f2";
}
.bi-type-h3::before {
  content: "\f5f3";
}
.bi-type-italic::before {
  content: "\f5f4";
}
.bi-type-strikethrough::before {
  content: "\f5f5";
}
.bi-type-underline::before {
  content: "\f5f6";
}
.bi-type::before {
  content: "\f5f7";
}
.bi-ui-checks-grid::before {
  content: "\f5f8";
}
.bi-ui-checks::before {
  content: "\f5f9";
}
.bi-ui-radios-grid::before {
  content: "\f5fa";
}
.bi-ui-radios::before {
  content: "\f5fb";
}
.bi-umbrella-fill::before {
  content: "\f5fc";
}
.bi-umbrella::before {
  content: "\f5fd";
}
.bi-union::before {
  content: "\f5fe";
}
.bi-unlock-fill::before {
  content: "\f5ff";
}
.bi-unlock::before {
  content: "\f600";
}
.bi-upc-scan::before {
  content: "\f601";
}
.bi-upc::before {
  content: "\f602";
}
.bi-upload::before {
  content: "\f603";
}
.bi-vector-pen::before {
  content: "\f604";
}
.bi-view-list::before {
  content: "\f605";
}
.bi-view-stacked::before {
  content: "\f606";
}
.bi-vinyl-fill::before {
  content: "\f607";
}
.bi-vinyl::before {
  content: "\f608";
}
.bi-voicemail::before {
  content: "\f609";
}
.bi-volume-down-fill::before {
  content: "\f60a";
}
.bi-volume-down::before {
  content: "\f60b";
}
.bi-volume-mute-fill::before {
  content: "\f60c";
}
.bi-volume-mute::before {
  content: "\f60d";
}
.bi-volume-off-fill::before {
  content: "\f60e";
}
.bi-volume-off::before {
  content: "\f60f";
}
.bi-volume-up-fill::before {
  content: "\f610";
}
.bi-volume-up::before {
  content: "\f611";
}
.bi-vr::before {
  content: "\f612";
}
.bi-wallet-fill::before {
  content: "\f613";
}
.bi-wallet::before {
  content: "\f614";
}
.bi-wallet2::before {
  content: "\f615";
}
.bi-watch::before {
  content: "\f616";
}
.bi-water::before {
  content: "\f617";
}
.bi-whatsapp::before {
  content: "\f618";
}
.bi-wifi-1::before {
  content: "\f619";
}
.bi-wifi-2::before {
  content: "\f61a";
}
.bi-wifi-off::before {
  content: "\f61b";
}
.bi-wifi::before {
  content: "\f61c";
}
.bi-wind::before {
  content: "\f61d";
}
.bi-window-dock::before {
  content: "\f61e";
}
.bi-window-sidebar::before {
  content: "\f61f";
}
.bi-window::before {
  content: "\f620";
}
.bi-wrench::before {
  content: "\f621";
}
.bi-x-circle-fill::before {
  content: "\f622";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-x-diamond-fill::before {
  content: "\f624";
}
.bi-x-diamond::before {
  content: "\f625";
}
.bi-x-octagon-fill::before {
  content: "\f626";
}
.bi-x-octagon::before {
  content: "\f627";
}
.bi-x-square-fill::before {
  content: "\f628";
}
.bi-x-square::before {
  content: "\f629";
}
.bi-x::before {
  content: "\f62a";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-zoom-in::before {
  content: "\f62c";
}
.bi-zoom-out::before {
  content: "\f62d";
}
.bi-bank::before {
  content: "\f62e";
}
.bi-bank2::before {
  content: "\f62f";
}
.bi-bell-slash-fill::before {
  content: "\f630";
}
.bi-bell-slash::before {
  content: "\f631";
}
.bi-cash-coin::before {
  content: "\f632";
}
.bi-check-lg::before {
  content: "\f633";
}
.bi-coin::before {
  content: "\f634";
}
.bi-currency-bitcoin::before {
  content: "\f635";
}
.bi-currency-dollar::before {
  content: "\f636";
}
.bi-currency-euro::before {
  content: "\f637";
}
.bi-currency-exchange::before {
  content: "\f638";
}
.bi-currency-pound::before {
  content: "\f639";
}
.bi-currency-yen::before {
  content: "\f63a";
}
.bi-dash-lg::before {
  content: "\f63b";
}
.bi-exclamation-lg::before {
  content: "\f63c";
}
.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}
.bi-file-earmark-pdf::before {
  content: "\f63e";
}
.bi-file-pdf-fill::before {
  content: "\f63f";
}
.bi-file-pdf::before {
  content: "\f640";
}
.bi-gender-ambiguous::before {
  content: "\f641";
}
.bi-gender-female::before {
  content: "\f642";
}
.bi-gender-male::before {
  content: "\f643";
}
.bi-gender-trans::before {
  content: "\f644";
}
.bi-headset-vr::before {
  content: "\f645";
}
.bi-info-lg::before {
  content: "\f646";
}
.bi-mastodon::before {
  content: "\f647";
}
.bi-messenger::before {
  content: "\f648";
}
.bi-piggy-bank-fill::before {
  content: "\f649";
}
.bi-piggy-bank::before {
  content: "\f64a";
}
.bi-pin-map-fill::before {
  content: "\f64b";
}
.bi-pin-map::before {
  content: "\f64c";
}
.bi-plus-lg::before {
  content: "\f64d";
}
.bi-question-lg::before {
  content: "\f64e";
}
.bi-recycle::before {
  content: "\f64f";
}
.bi-reddit::before {
  content: "\f650";
}
.bi-safe-fill::before {
  content: "\f651";
}
.bi-safe2-fill::before {
  content: "\f652";
}
.bi-safe2::before {
  content: "\f653";
}
.bi-sd-card-fill::before {
  content: "\f654";
}
.bi-sd-card::before {
  content: "\f655";
}
.bi-skype::before {
  content: "\f656";
}
.bi-slash-lg::before {
  content: "\f657";
}
.bi-translate::before {
  content: "\f658";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-safe::before {
  content: "\f65a";
}
.bi-apple::before {
  content: "\f65b";
}
.bi-microsoft::before {
  content: "\f65d";
}
.bi-windows::before {
  content: "\f65e";
}
.bi-behance::before {
  content: "\f65c";
}
.bi-dribbble::before {
  content: "\f65f";
}
.bi-line::before {
  content: "\f660";
}
.bi-medium::before {
  content: "\f661";
}
.bi-paypal::before {
  content: "\f662";
}
.bi-pinterest::before {
  content: "\f663";
}
.bi-signal::before {
  content: "\f664";
}
.bi-snapchat::before {
  content: "\f665";
}
.bi-spotify::before {
  content: "\f666";
}
.bi-stack-overflow::before {
  content: "\f667";
}
.bi-strava::before {
  content: "\f668";
}
.bi-wordpress::before {
  content: "\f669";
}
.bi-vimeo::before {
  content: "\f66a";
}
.bi-activity::before {
  content: "\f66b";
}
.bi-easel2-fill::before {
  content: "\f66c";
}
.bi-easel2::before {
  content: "\f66d";
}
.bi-easel3-fill::before {
  content: "\f66e";
}
.bi-easel3::before {
  content: "\f66f";
}
.bi-fan::before {
  content: "\f670";
}
.bi-fingerprint::before {
  content: "\f671";
}
.bi-graph-down-arrow::before {
  content: "\f672";
}
.bi-graph-up-arrow::before {
  content: "\f673";
}
.bi-hypnotize::before {
  content: "\f674";
}
.bi-magic::before {
  content: "\f675";
}
.bi-person-rolodex::before {
  content: "\f676";
}
.bi-person-video::before {
  content: "\f677";
}
.bi-person-video2::before {
  content: "\f678";
}
.bi-person-video3::before {
  content: "\f679";
}
.bi-person-workspace::before {
  content: "\f67a";
}
.bi-radioactive::before {
  content: "\f67b";
}
.bi-webcam-fill::before {
  content: "\f67c";
}
.bi-webcam::before {
  content: "\f67d";
}
.bi-yin-yang::before {
  content: "\f67e";
}
.bi-bandaid-fill::before {
  content: "\f680";
}
.bi-bandaid::before {
  content: "\f681";
}
.bi-bluetooth::before {
  content: "\f682";
}
.bi-body-text::before {
  content: "\f683";
}
.bi-boombox::before {
  content: "\f684";
}
.bi-boxes::before {
  content: "\f685";
}
.bi-dpad-fill::before {
  content: "\f686";
}
.bi-dpad::before {
  content: "\f687";
}
.bi-ear-fill::before {
  content: "\f688";
}
.bi-ear::before {
  content: "\f689";
}
.bi-envelope-check-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.bi-envelope-exclamation-fill::before {
  content: "\f691";
}
.bi-envelope-exclamation::before {
  content: "\f692";
}
.bi-envelope-plus-fill::before {
  content: "\f693";
}
.bi-envelope-plus::before {
  content: "\f694";
}
.bi-envelope-slash-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.bi-envelope-x-fill::before {
  content: "\f699";
}
.bi-envelope-x::before {
  content: "\f69a";
}
.bi-explicit-fill::before {
  content: "\f69b";
}
.bi-explicit::before {
  content: "\f69c";
}
.bi-git::before {
  content: "\f69d";
}
.bi-infinity::before {
  content: "\f69e";
}
.bi-list-columns-reverse::before {
  content: "\f69f";
}
.bi-list-columns::before {
  content: "\f6a0";
}
.bi-meta::before {
  content: "\f6a1";
}
.bi-nintendo-switch::before {
  content: "\f6a4";
}
.bi-pc-display-horizontal::before {
  content: "\f6a5";
}
.bi-pc-display::before {
  content: "\f6a6";
}
.bi-pc-horizontal::before {
  content: "\f6a7";
}
.bi-pc::before {
  content: "\f6a8";
}
.bi-playstation::before {
  content: "\f6a9";
}
.bi-plus-slash-minus::before {
  content: "\f6aa";
}
.bi-projector-fill::before {
  content: "\f6ab";
}
.bi-projector::before {
  content: "\f6ac";
}
.bi-qr-code-scan::before {
  content: "\f6ad";
}
.bi-qr-code::before {
  content: "\f6ae";
}
.bi-quora::before {
  content: "\f6af";
}
.bi-quote::before {
  content: "\f6b0";
}
.bi-robot::before {
  content: "\f6b1";
}
.bi-send-check-fill::before {
  content: "\f6b2";
}
.bi-send-check::before {
  content: "\f6b3";
}
.bi-send-dash-fill::before {
  content: "\f6b4";
}
.bi-send-dash::before {
  content: "\f6b5";
}
.bi-send-exclamation-fill::before {
  content: "\f6b7";
}
.bi-send-exclamation::before {
  content: "\f6b8";
}
.bi-send-fill::before {
  content: "\f6b9";
}
.bi-send-plus-fill::before {
  content: "\f6ba";
}
.bi-send-plus::before {
  content: "\f6bb";
}
.bi-send-slash-fill::before {
  content: "\f6bc";
}
.bi-send-slash::before {
  content: "\f6bd";
}
.bi-send-x-fill::before {
  content: "\f6be";
}
.bi-send-x::before {
  content: "\f6bf";
}
.bi-send::before {
  content: "\f6c0";
}
.bi-steam::before {
  content: "\f6c1";
}
.bi-terminal-dash::before {
  content: "\f6c3";
}
.bi-terminal-plus::before {
  content: "\f6c4";
}
.bi-terminal-split::before {
  content: "\f6c5";
}
.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}
.bi-ticket-detailed::before {
  content: "\f6c7";
}
.bi-ticket-fill::before {
  content: "\f6c8";
}
.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}
.bi-ticket-perforated::before {
  content: "\f6ca";
}
.bi-ticket::before {
  content: "\f6cb";
}
.bi-tiktok::before {
  content: "\f6cc";
}
.bi-window-dash::before {
  content: "\f6cd";
}
.bi-window-desktop::before {
  content: "\f6ce";
}
.bi-window-fullscreen::before {
  content: "\f6cf";
}
.bi-window-plus::before {
  content: "\f6d0";
}
.bi-window-split::before {
  content: "\f6d1";
}
.bi-window-stack::before {
  content: "\f6d2";
}
.bi-window-x::before {
  content: "\f6d3";
}
.bi-xbox::before {
  content: "\f6d4";
}
.bi-ethernet::before {
  content: "\f6d5";
}
.bi-hdmi-fill::before {
  content: "\f6d6";
}
.bi-hdmi::before {
  content: "\f6d7";
}
.bi-usb-c-fill::before {
  content: "\f6d8";
}
.bi-usb-c::before {
  content: "\f6d9";
}
.bi-usb-fill::before {
  content: "\f6da";
}
.bi-usb-plug-fill::before {
  content: "\f6db";
}
.bi-usb-plug::before {
  content: "\f6dc";
}
.bi-usb-symbol::before {
  content: "\f6dd";
}
.bi-usb::before {
  content: "\f6de";
}
.bi-boombox-fill::before {
  content: "\f6df";
}
.bi-displayport::before {
  content: "\f6e1";
}
.bi-gpu-card::before {
  content: "\f6e2";
}
.bi-memory::before {
  content: "\f6e3";
}
.bi-modem-fill::before {
  content: "\f6e4";
}
.bi-modem::before {
  content: "\f6e5";
}
.bi-motherboard-fill::before {
  content: "\f6e6";
}
.bi-motherboard::before {
  content: "\f6e7";
}
.bi-optical-audio-fill::before {
  content: "\f6e8";
}
.bi-optical-audio::before {
  content: "\f6e9";
}
.bi-pci-card::before {
  content: "\f6ea";
}
.bi-router-fill::before {
  content: "\f6eb";
}
.bi-router::before {
  content: "\f6ec";
}
.bi-thunderbolt-fill::before {
  content: "\f6ef";
}
.bi-thunderbolt::before {
  content: "\f6f0";
}
.bi-usb-drive-fill::before {
  content: "\f6f1";
}
.bi-usb-drive::before {
  content: "\f6f2";
}
.bi-usb-micro-fill::before {
  content: "\f6f3";
}
.bi-usb-micro::before {
  content: "\f6f4";
}
.bi-usb-mini-fill::before {
  content: "\f6f5";
}
.bi-usb-mini::before {
  content: "\f6f6";
}
.bi-cloud-haze2::before {
  content: "\f6f7";
}
.bi-device-hdd-fill::before {
  content: "\f6f8";
}
.bi-device-hdd::before {
  content: "\f6f9";
}
.bi-device-ssd-fill::before {
  content: "\f6fa";
}
.bi-device-ssd::before {
  content: "\f6fb";
}
.bi-displayport-fill::before {
  content: "\f6fc";
}
.bi-mortarboard-fill::before {
  content: "\f6fd";
}
.bi-mortarboard::before {
  content: "\f6fe";
}
.bi-terminal-x::before {
  content: "\f6ff";
}
.bi-arrow-through-heart-fill::before {
  content: "\f700";
}
.bi-arrow-through-heart::before {
  content: "\f701";
}
.bi-badge-sd-fill::before {
  content: "\f702";
}
.bi-badge-sd::before {
  content: "\f703";
}
.bi-bag-heart-fill::before {
  content: "\f704";
}
.bi-bag-heart::before {
  content: "\f705";
}
.bi-balloon-fill::before {
  content: "\f706";
}
.bi-balloon-heart-fill::before {
  content: "\f707";
}
.bi-balloon-heart::before {
  content: "\f708";
}
.bi-balloon::before {
  content: "\f709";
}
.bi-box2-fill::before {
  content: "\f70a";
}
.bi-box2-heart-fill::before {
  content: "\f70b";
}
.bi-box2-heart::before {
  content: "\f70c";
}
.bi-box2::before {
  content: "\f70d";
}
.bi-braces-asterisk::before {
  content: "\f70e";
}
.bi-calendar-heart-fill::before {
  content: "\f70f";
}
.bi-calendar-heart::before {
  content: "\f710";
}
.bi-calendar2-heart-fill::before {
  content: "\f711";
}
.bi-calendar2-heart::before {
  content: "\f712";
}
.bi-chat-heart-fill::before {
  content: "\f713";
}
.bi-chat-heart::before {
  content: "\f714";
}
.bi-chat-left-heart-fill::before {
  content: "\f715";
}
.bi-chat-left-heart::before {
  content: "\f716";
}
.bi-chat-right-heart-fill::before {
  content: "\f717";
}
.bi-chat-right-heart::before {
  content: "\f718";
}
.bi-chat-square-heart-fill::before {
  content: "\f719";
}
.bi-chat-square-heart::before {
  content: "\f71a";
}
.bi-clipboard-check-fill::before {
  content: "\f71b";
}
.bi-clipboard-data-fill::before {
  content: "\f71c";
}
.bi-clipboard-fill::before {
  content: "\f71d";
}
.bi-clipboard-heart-fill::before {
  content: "\f71e";
}
.bi-clipboard-heart::before {
  content: "\f71f";
}
.bi-clipboard-minus-fill::before {
  content: "\f720";
}
.bi-clipboard-plus-fill::before {
  content: "\f721";
}
.bi-clipboard-pulse::before {
  content: "\f722";
}
.bi-clipboard-x-fill::before {
  content: "\f723";
}
.bi-clipboard2-check-fill::before {
  content: "\f724";
}
.bi-clipboard2-check::before {
  content: "\f725";
}
.bi-clipboard2-data-fill::before {
  content: "\f726";
}
.bi-clipboard2-data::before {
  content: "\f727";
}
.bi-clipboard2-fill::before {
  content: "\f728";
}
.bi-clipboard2-heart-fill::before {
  content: "\f729";
}
.bi-clipboard2-heart::before {
  content: "\f72a";
}
.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}
.bi-clipboard2-minus::before {
  content: "\f72c";
}
.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}
.bi-clipboard2-plus::before {
  content: "\f72e";
}
.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}
.bi-clipboard2-pulse::before {
  content: "\f730";
}
.bi-clipboard2-x-fill::before {
  content: "\f731";
}
.bi-clipboard2-x::before {
  content: "\f732";
}
.bi-clipboard2::before {
  content: "\f733";
}
.bi-emoji-kiss-fill::before {
  content: "\f734";
}
.bi-emoji-kiss::before {
  content: "\f735";
}
.bi-envelope-heart-fill::before {
  content: "\f736";
}
.bi-envelope-heart::before {
  content: "\f737";
}
.bi-envelope-open-heart-fill::before {
  content: "\f738";
}
.bi-envelope-open-heart::before {
  content: "\f739";
}
.bi-envelope-paper-fill::before {
  content: "\f73a";
}
.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}
.bi-envelope-paper-heart::before {
  content: "\f73c";
}
.bi-envelope-paper::before {
  content: "\f73d";
}
.bi-filetype-aac::before {
  content: "\f73e";
}
.bi-filetype-ai::before {
  content: "\f73f";
}
.bi-filetype-bmp::before {
  content: "\f740";
}
.bi-filetype-cs::before {
  content: "\f741";
}
.bi-filetype-css::before {
  content: "\f742";
}
.bi-filetype-csv::before {
  content: "\f743";
}
.bi-filetype-doc::before {
  content: "\f744";
}
.bi-filetype-docx::before {
  content: "\f745";
}
.bi-filetype-exe::before {
  content: "\f746";
}
.bi-filetype-gif::before {
  content: "\f747";
}
.bi-filetype-heic::before {
  content: "\f748";
}
.bi-filetype-html::before {
  content: "\f749";
}
.bi-filetype-java::before {
  content: "\f74a";
}
.bi-filetype-jpg::before {
  content: "\f74b";
}
.bi-filetype-js::before {
  content: "\f74c";
}
.bi-filetype-jsx::before {
  content: "\f74d";
}
.bi-filetype-key::before {
  content: "\f74e";
}
.bi-filetype-m4p::before {
  content: "\f74f";
}
.bi-filetype-md::before {
  content: "\f750";
}
.bi-filetype-mdx::before {
  content: "\f751";
}
.bi-filetype-mov::before {
  content: "\f752";
}
.bi-filetype-mp3::before {
  content: "\f753";
}
.bi-filetype-mp4::before {
  content: "\f754";
}
.bi-filetype-otf::before {
  content: "\f755";
}
.bi-filetype-pdf::before {
  content: "\f756";
}
.bi-filetype-php::before {
  content: "\f757";
}
.bi-filetype-png::before {
  content: "\f758";
}
.bi-filetype-ppt::before {
  content: "\f75a";
}
.bi-filetype-psd::before {
  content: "\f75b";
}
.bi-filetype-py::before {
  content: "\f75c";
}
.bi-filetype-raw::before {
  content: "\f75d";
}
.bi-filetype-rb::before {
  content: "\f75e";
}
.bi-filetype-sass::before {
  content: "\f75f";
}
.bi-filetype-scss::before {
  content: "\f760";
}
.bi-filetype-sh::before {
  content: "\f761";
}
.bi-filetype-svg::before {
  content: "\f762";
}
.bi-filetype-tiff::before {
  content: "\f763";
}
.bi-filetype-tsx::before {
  content: "\f764";
}
.bi-filetype-ttf::before {
  content: "\f765";
}
.bi-filetype-txt::before {
  content: "\f766";
}
.bi-filetype-wav::before {
  content: "\f767";
}
.bi-filetype-woff::before {
  content: "\f768";
}
.bi-filetype-xls::before {
  content: "\f76a";
}
.bi-filetype-xml::before {
  content: "\f76b";
}
.bi-filetype-yml::before {
  content: "\f76c";
}
.bi-heart-arrow::before {
  content: "\f76d";
}
.bi-heart-pulse-fill::before {
  content: "\f76e";
}
.bi-heart-pulse::before {
  content: "\f76f";
}
.bi-heartbreak-fill::before {
  content: "\f770";
}
.bi-heartbreak::before {
  content: "\f771";
}
.bi-hearts::before {
  content: "\f772";
}
.bi-hospital-fill::before {
  content: "\f773";
}
.bi-hospital::before {
  content: "\f774";
}
.bi-house-heart-fill::before {
  content: "\f775";
}
.bi-house-heart::before {
  content: "\f776";
}
.bi-incognito::before {
  content: "\f777";
}
.bi-magnet-fill::before {
  content: "\f778";
}
.bi-magnet::before {
  content: "\f779";
}
.bi-person-heart::before {
  content: "\f77a";
}
.bi-person-hearts::before {
  content: "\f77b";
}
.bi-phone-flip::before {
  content: "\f77c";
}
.bi-plugin::before {
  content: "\f77d";
}
.bi-postage-fill::before {
  content: "\f77e";
}
.bi-postage-heart-fill::before {
  content: "\f77f";
}
.bi-postage-heart::before {
  content: "\f780";
}
.bi-postage::before {
  content: "\f781";
}
.bi-postcard-fill::before {
  content: "\f782";
}
.bi-postcard-heart-fill::before {
  content: "\f783";
}
.bi-postcard-heart::before {
  content: "\f784";
}
.bi-postcard::before {
  content: "\f785";
}
.bi-search-heart-fill::before {
  content: "\f786";
}
.bi-search-heart::before {
  content: "\f787";
}
.bi-sliders2-vertical::before {
  content: "\f788";
}
.bi-sliders2::before {
  content: "\f789";
}
.bi-trash3-fill::before {
  content: "\f78a";
}
.bi-trash3::before {
  content: "\f78b";
}
.bi-valentine::before {
  content: "\f78c";
}
.bi-valentine2::before {
  content: "\f78d";
}
.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}
.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}
.bi-wrench-adjustable::before {
  content: "\f790";
}
.bi-filetype-json::before {
  content: "\f791";
}
.bi-filetype-pptx::before {
  content: "\f792";
}
.bi-filetype-xlsx::before {
  content: "\f793";
}
.bi-1-circle-fill::before {
  content: "\f796";
}
.bi-1-circle::before {
  content: "\f797";
}
.bi-1-square-fill::before {
  content: "\f798";
}
.bi-1-square::before {
  content: "\f799";
}
.bi-2-circle-fill::before {
  content: "\f79c";
}
.bi-2-circle::before {
  content: "\f79d";
}
.bi-2-square-fill::before {
  content: "\f79e";
}
.bi-2-square::before {
  content: "\f79f";
}
.bi-3-circle-fill::before {
  content: "\f7a2";
}
.bi-3-circle::before {
  content: "\f7a3";
}
.bi-3-square-fill::before {
  content: "\f7a4";
}
.bi-3-square::before {
  content: "\f7a5";
}
.bi-4-circle-fill::before {
  content: "\f7a8";
}
.bi-4-circle::before {
  content: "\f7a9";
}
.bi-4-square-fill::before {
  content: "\f7aa";
}
.bi-4-square::before {
  content: "\f7ab";
}
.bi-5-circle-fill::before {
  content: "\f7ae";
}
.bi-5-circle::before {
  content: "\f7af";
}
.bi-5-square-fill::before {
  content: "\f7b0";
}
.bi-5-square::before {
  content: "\f7b1";
}
.bi-6-circle-fill::before {
  content: "\f7b4";
}
.bi-6-circle::before {
  content: "\f7b5";
}
.bi-6-square-fill::before {
  content: "\f7b6";
}
.bi-6-square::before {
  content: "\f7b7";
}
.bi-7-circle-fill::before {
  content: "\f7ba";
}
.bi-7-circle::before {
  content: "\f7bb";
}
.bi-7-square-fill::before {
  content: "\f7bc";
}
.bi-7-square::before {
  content: "\f7bd";
}
.bi-8-circle-fill::before {
  content: "\f7c0";
}
.bi-8-circle::before {
  content: "\f7c1";
}
.bi-8-square-fill::before {
  content: "\f7c2";
}
.bi-8-square::before {
  content: "\f7c3";
}
.bi-9-circle-fill::before {
  content: "\f7c6";
}
.bi-9-circle::before {
  content: "\f7c7";
}
.bi-9-square-fill::before {
  content: "\f7c8";
}
.bi-9-square::before {
  content: "\f7c9";
}
.bi-airplane-engines-fill::before {
  content: "\f7ca";
}
.bi-airplane-engines::before {
  content: "\f7cb";
}
.bi-airplane-fill::before {
  content: "\f7cc";
}
.bi-airplane::before {
  content: "\f7cd";
}
.bi-alexa::before {
  content: "\f7ce";
}
.bi-alipay::before {
  content: "\f7cf";
}
.bi-android::before {
  content: "\f7d0";
}
.bi-android2::before {
  content: "\f7d1";
}
.bi-box-fill::before {
  content: "\f7d2";
}
.bi-box-seam-fill::before {
  content: "\f7d3";
}
.bi-browser-chrome::before {
  content: "\f7d4";
}
.bi-browser-edge::before {
  content: "\f7d5";
}
.bi-browser-firefox::before {
  content: "\f7d6";
}
.bi-browser-safari::before {
  content: "\f7d7";
}
.bi-c-circle-fill::before {
  content: "\f7da";
}
.bi-c-circle::before {
  content: "\f7db";
}
.bi-c-square-fill::before {
  content: "\f7dc";
}
.bi-c-square::before {
  content: "\f7dd";
}
.bi-capsule-pill::before {
  content: "\f7de";
}
.bi-capsule::before {
  content: "\f7df";
}
.bi-car-front-fill::before {
  content: "\f7e0";
}
.bi-car-front::before {
  content: "\f7e1";
}
.bi-cassette-fill::before {
  content: "\f7e2";
}
.bi-cassette::before {
  content: "\f7e3";
}
.bi-cc-circle-fill::before {
  content: "\f7e6";
}
.bi-cc-circle::before {
  content: "\f7e7";
}
.bi-cc-square-fill::before {
  content: "\f7e8";
}
.bi-cc-square::before {
  content: "\f7e9";
}
.bi-cup-hot-fill::before {
  content: "\f7ea";
}
.bi-cup-hot::before {
  content: "\f7eb";
}
.bi-currency-rupee::before {
  content: "\f7ec";
}
.bi-dropbox::before {
  content: "\f7ed";
}
.bi-escape::before {
  content: "\f7ee";
}
.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}
.bi-fast-forward-btn::before {
  content: "\f7f0";
}
.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}
.bi-fast-forward-circle::before {
  content: "\f7f2";
}
.bi-fast-forward-fill::before {
  content: "\f7f3";
}
.bi-fast-forward::before {
  content: "\f7f4";
}
.bi-filetype-sql::before {
  content: "\f7f5";
}
.bi-fire::before {
  content: "\f7f6";
}
.bi-google-play::before {
  content: "\f7f7";
}
.bi-h-circle-fill::before {
  content: "\f7fa";
}
.bi-h-circle::before {
  content: "\f7fb";
}
.bi-h-square-fill::before {
  content: "\f7fc";
}
.bi-h-square::before {
  content: "\f7fd";
}
.bi-indent::before {
  content: "\f7fe";
}
.bi-lungs-fill::before {
  content: "\f7ff";
}
.bi-lungs::before {
  content: "\f800";
}
.bi-microsoft-teams::before {
  content: "\f801";
}
.bi-p-circle-fill::before {
  content: "\f804";
}
.bi-p-circle::before {
  content: "\f805";
}
.bi-p-square-fill::before {
  content: "\f806";
}
.bi-p-square::before {
  content: "\f807";
}
.bi-pass-fill::before {
  content: "\f808";
}
.bi-pass::before {
  content: "\f809";
}
.bi-prescription::before {
  content: "\f80a";
}
.bi-prescription2::before {
  content: "\f80b";
}
.bi-r-circle-fill::before {
  content: "\f80e";
}
.bi-r-circle::before {
  content: "\f80f";
}
.bi-r-square-fill::before {
  content: "\f810";
}
.bi-r-square::before {
  content: "\f811";
}
.bi-repeat-1::before {
  content: "\f812";
}
.bi-repeat::before {
  content: "\f813";
}
.bi-rewind-btn-fill::before {
  content: "\f814";
}
.bi-rewind-btn::before {
  content: "\f815";
}
.bi-rewind-circle-fill::before {
  content: "\f816";
}
.bi-rewind-circle::before {
  content: "\f817";
}
.bi-rewind-fill::before {
  content: "\f818";
}
.bi-rewind::before {
  content: "\f819";
}
.bi-train-freight-front-fill::before {
  content: "\f81a";
}
.bi-train-freight-front::before {
  content: "\f81b";
}
.bi-train-front-fill::before {
  content: "\f81c";
}
.bi-train-front::before {
  content: "\f81d";
}
.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}
.bi-train-lightrail-front::before {
  content: "\f81f";
}
.bi-truck-front-fill::before {
  content: "\f820";
}
.bi-truck-front::before {
  content: "\f821";
}
.bi-ubuntu::before {
  content: "\f822";
}
.bi-unindent::before {
  content: "\f823";
}
.bi-unity::before {
  content: "\f824";
}
.bi-universal-access-circle::before {
  content: "\f825";
}
.bi-universal-access::before {
  content: "\f826";
}
.bi-virus::before {
  content: "\f827";
}
.bi-virus2::before {
  content: "\f828";
}
.bi-wechat::before {
  content: "\f829";
}
.bi-yelp::before {
  content: "\f82a";
}
.bi-sign-stop-fill::before {
  content: "\f82b";
}
.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}
.bi-sign-stop-lights::before {
  content: "\f82d";
}
.bi-sign-stop::before {
  content: "\f82e";
}
.bi-sign-turn-left-fill::before {
  content: "\f82f";
}
.bi-sign-turn-left::before {
  content: "\f830";
}
.bi-sign-turn-right-fill::before {
  content: "\f831";
}
.bi-sign-turn-right::before {
  content: "\f832";
}
.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}
.bi-sign-turn-slight-left::before {
  content: "\f834";
}
.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}
.bi-sign-turn-slight-right::before {
  content: "\f836";
}
.bi-sign-yield-fill::before {
  content: "\f837";
}
.bi-sign-yield::before {
  content: "\f838";
}
.bi-ev-station-fill::before {
  content: "\f839";
}
.bi-ev-station::before {
  content: "\f83a";
}
.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}
.bi-fuel-pump-diesel::before {
  content: "\f83c";
}
.bi-fuel-pump-fill::before {
  content: "\f83d";
}
.bi-fuel-pump::before {
  content: "\f83e";
}
.bi-0-circle-fill::before {
  content: "\f83f";
}
.bi-0-circle::before {
  content: "\f840";
}
.bi-0-square-fill::before {
  content: "\f841";
}
.bi-0-square::before {
  content: "\f842";
}
.bi-rocket-fill::before {
  content: "\f843";
}
.bi-rocket-takeoff-fill::before {
  content: "\f844";
}
.bi-rocket-takeoff::before {
  content: "\f845";
}
.bi-rocket::before {
  content: "\f846";
}
.bi-stripe::before {
  content: "\f847";
}
.bi-subscript::before {
  content: "\f848";
}
.bi-superscript::before {
  content: "\f849";
}
.bi-trello::before {
  content: "\f84a";
}
.bi-envelope-at-fill::before {
  content: "\f84b";
}
.bi-envelope-at::before {
  content: "\f84c";
}
.bi-regex::before {
  content: "\f84d";
}
.bi-text-wrap::before {
  content: "\f84e";
}
.bi-sign-dead-end-fill::before {
  content: "\f84f";
}
.bi-sign-dead-end::before {
  content: "\f850";
}
.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}
.bi-sign-do-not-enter::before {
  content: "\f852";
}
.bi-sign-intersection-fill::before {
  content: "\f853";
}
.bi-sign-intersection-side-fill::before {
  content: "\f854";
}
.bi-sign-intersection-side::before {
  content: "\f855";
}
.bi-sign-intersection-t-fill::before {
  content: "\f856";
}
.bi-sign-intersection-t::before {
  content: "\f857";
}
.bi-sign-intersection-y-fill::before {
  content: "\f858";
}
.bi-sign-intersection-y::before {
  content: "\f859";
}
.bi-sign-intersection::before {
  content: "\f85a";
}
.bi-sign-merge-left-fill::before {
  content: "\f85b";
}
.bi-sign-merge-left::before {
  content: "\f85c";
}
.bi-sign-merge-right-fill::before {
  content: "\f85d";
}
.bi-sign-merge-right::before {
  content: "\f85e";
}
.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}
.bi-sign-no-left-turn::before {
  content: "\f860";
}
.bi-sign-no-parking-fill::before {
  content: "\f861";
}
.bi-sign-no-parking::before {
  content: "\f862";
}
.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}
.bi-sign-no-right-turn::before {
  content: "\f864";
}
.bi-sign-railroad-fill::before {
  content: "\f865";
}
.bi-sign-railroad::before {
  content: "\f866";
}
.bi-building-add::before {
  content: "\f867";
}
.bi-building-check::before {
  content: "\f868";
}
.bi-building-dash::before {
  content: "\f869";
}
.bi-building-down::before {
  content: "\f86a";
}
.bi-building-exclamation::before {
  content: "\f86b";
}
.bi-building-fill-add::before {
  content: "\f86c";
}
.bi-building-fill-check::before {
  content: "\f86d";
}
.bi-building-fill-dash::before {
  content: "\f86e";
}
.bi-building-fill-down::before {
  content: "\f86f";
}
.bi-building-fill-exclamation::before {
  content: "\f870";
}
.bi-building-fill-gear::before {
  content: "\f871";
}
.bi-building-fill-lock::before {
  content: "\f872";
}
.bi-building-fill-slash::before {
  content: "\f873";
}
.bi-building-fill-up::before {
  content: "\f874";
}
.bi-building-fill-x::before {
  content: "\f875";
}
.bi-building-fill::before {
  content: "\f876";
}
.bi-building-gear::before {
  content: "\f877";
}
.bi-building-lock::before {
  content: "\f878";
}
.bi-building-slash::before {
  content: "\f879";
}
.bi-building-up::before {
  content: "\f87a";
}
.bi-building-x::before {
  content: "\f87b";
}
.bi-buildings-fill::before {
  content: "\f87c";
}
.bi-buildings::before {
  content: "\f87d";
}
.bi-bus-front-fill::before {
  content: "\f87e";
}
.bi-bus-front::before {
  content: "\f87f";
}
.bi-ev-front-fill::before {
  content: "\f880";
}
.bi-ev-front::before {
  content: "\f881";
}
.bi-globe-americas::before {
  content: "\f882";
}
.bi-globe-asia-australia::before {
  content: "\f883";
}
.bi-globe-central-south-asia::before {
  content: "\f884";
}
.bi-globe-europe-africa::before {
  content: "\f885";
}
.bi-house-add-fill::before {
  content: "\f886";
}
.bi-house-add::before {
  content: "\f887";
}
.bi-house-check-fill::before {
  content: "\f888";
}
.bi-house-check::before {
  content: "\f889";
}
.bi-house-dash-fill::before {
  content: "\f88a";
}
.bi-house-dash::before {
  content: "\f88b";
}
.bi-house-down-fill::before {
  content: "\f88c";
}
.bi-house-down::before {
  content: "\f88d";
}
.bi-house-exclamation-fill::before {
  content: "\f88e";
}
.bi-house-exclamation::before {
  content: "\f88f";
}
.bi-house-gear-fill::before {
  content: "\f890";
}
.bi-house-gear::before {
  content: "\f891";
}
.bi-house-lock-fill::before {
  content: "\f892";
}
.bi-house-lock::before {
  content: "\f893";
}
.bi-house-slash-fill::before {
  content: "\f894";
}
.bi-house-slash::before {
  content: "\f895";
}
.bi-house-up-fill::before {
  content: "\f896";
}
.bi-house-up::before {
  content: "\f897";
}
.bi-house-x-fill::before {
  content: "\f898";
}
.bi-house-x::before {
  content: "\f899";
}
.bi-person-add::before {
  content: "\f89a";
}
.bi-person-down::before {
  content: "\f89b";
}
.bi-person-exclamation::before {
  content: "\f89c";
}
.bi-person-fill-add::before {
  content: "\f89d";
}
.bi-person-fill-check::before {
  content: "\f89e";
}
.bi-person-fill-dash::before {
  content: "\f89f";
}
.bi-person-fill-down::before {
  content: "\f8a0";
}
.bi-person-fill-exclamation::before {
  content: "\f8a1";
}
.bi-person-fill-gear::before {
  content: "\f8a2";
}
.bi-person-fill-lock::before {
  content: "\f8a3";
}
.bi-person-fill-slash::before {
  content: "\f8a4";
}
.bi-person-fill-up::before {
  content: "\f8a5";
}
.bi-person-fill-x::before {
  content: "\f8a6";
}
.bi-person-gear::before {
  content: "\f8a7";
}
.bi-person-lock::before {
  content: "\f8a8";
}
.bi-person-slash::before {
  content: "\f8a9";
}
.bi-person-up::before {
  content: "\f8aa";
}
.bi-scooter::before {
  content: "\f8ab";
}
.bi-taxi-front-fill::before {
  content: "\f8ac";
}
.bi-taxi-front::before {
  content: "\f8ad";
}
.bi-amd::before {
  content: "\f8ae";
}
.bi-database-add::before {
  content: "\f8af";
}
.bi-database-check::before {
  content: "\f8b0";
}
.bi-database-dash::before {
  content: "\f8b1";
}
.bi-database-down::before {
  content: "\f8b2";
}
.bi-database-exclamation::before {
  content: "\f8b3";
}
.bi-database-fill-add::before {
  content: "\f8b4";
}
.bi-database-fill-check::before {
  content: "\f8b5";
}
.bi-database-fill-dash::before {
  content: "\f8b6";
}
.bi-database-fill-down::before {
  content: "\f8b7";
}
.bi-database-fill-exclamation::before {
  content: "\f8b8";
}
.bi-database-fill-gear::before {
  content: "\f8b9";
}
.bi-database-fill-lock::before {
  content: "\f8ba";
}
.bi-database-fill-slash::before {
  content: "\f8bb";
}
.bi-database-fill-up::before {
  content: "\f8bc";
}
.bi-database-fill-x::before {
  content: "\f8bd";
}
.bi-database-fill::before {
  content: "\f8be";
}
.bi-database-gear::before {
  content: "\f8bf";
}
.bi-database-lock::before {
  content: "\f8c0";
}
.bi-database-slash::before {
  content: "\f8c1";
}
.bi-database-up::before {
  content: "\f8c2";
}
.bi-database-x::before {
  content: "\f8c3";
}
.bi-database::before {
  content: "\f8c4";
}
.bi-houses-fill::before {
  content: "\f8c5";
}
.bi-houses::before {
  content: "\f8c6";
}
.bi-nvidia::before {
  content: "\f8c7";
}
.bi-person-vcard-fill::before {
  content: "\f8c8";
}
.bi-person-vcard::before {
  content: "\f8c9";
}
.bi-sina-weibo::before {
  content: "\f8ca";
}
.bi-tencent-qq::before {
  content: "\f8cb";
}
.bi-wikipedia::before {
  content: "\f8cc";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "\f900";
}
.bi-suitcase2-fill::before {
  content: "\f901";
}
.bi-suitcase2::before {
  content: "\f902";
}
.bi-vignette::before {
  content: "\f903";
}

/* src/styles.scss */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-top: -1rem;
}
.grid > .col,
.grid > [class*=col] {
  box-sizing: border-box;
}
.grid-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.grid-nogutter > .col,
.grid-nogutter > [class*=col-] {
  padding: 0;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 1rem;
}
.col-fixed {
  flex: 0 0 auto;
  padding: 1rem;
}
.col-1 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 8.3333%;
}
.col-2 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 16.6667%;
}
.col-3 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 33.3333%;
}
.col-5 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 41.6667%;
}
.col-6 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 58.3333%;
}
.col-8 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 66.6667%;
}
.col-9 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 83.3333%;
}
.col-11 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 91.6667%;
}
.col-12 {
  flex: 0 0 auto;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .sm\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1rem;
  }
  .sm\:col-fixed {
    flex: 0 0 auto;
    padding: 1rem;
  }
  .sm\:col-1 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 8.3333%;
  }
  .sm\:col-2 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 16.6667%;
  }
  .sm\:col-3 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 25%;
  }
  .sm\:col-4 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 33.3333%;
  }
  .sm\:col-5 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 41.6667%;
  }
  .sm\:col-6 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 50%;
  }
  .sm\:col-7 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 58.3333%;
  }
  .sm\:col-8 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 66.6667%;
  }
  .sm\:col-9 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 75%;
  }
  .sm\:col-10 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 83.3333%;
  }
  .sm\:col-11 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 91.6667%;
  }
  .sm\:col-12 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1rem;
  }
  .md\:col-fixed {
    flex: 0 0 auto;
    padding: 1rem;
  }
  .md\:col-1 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 8.3333%;
  }
  .md\:col-2 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 16.6667%;
  }
  .md\:col-3 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 25%;
  }
  .md\:col-4 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 33.3333%;
  }
  .md\:col-5 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 41.6667%;
  }
  .md\:col-6 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 50%;
  }
  .md\:col-7 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 58.3333%;
  }
  .md\:col-8 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 66.6667%;
  }
  .md\:col-9 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 75%;
  }
  .md\:col-10 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 83.3333%;
  }
  .md\:col-11 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 91.6667%;
  }
  .md\:col-12 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1rem;
  }
  .lg\:col-fixed {
    flex: 0 0 auto;
    padding: 1rem;
  }
  .lg\:col-1 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 8.3333%;
  }
  .lg\:col-2 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 16.6667%;
  }
  .lg\:col-3 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 25%;
  }
  .lg\:col-4 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 33.3333%;
  }
  .lg\:col-5 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 41.6667%;
  }
  .lg\:col-6 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 50%;
  }
  .lg\:col-7 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 58.3333%;
  }
  .lg\:col-8 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 66.6667%;
  }
  .lg\:col-9 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 75%;
  }
  .lg\:col-10 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 83.3333%;
  }
  .lg\:col-11 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 91.6667%;
  }
  .lg\:col-12 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1rem;
  }
  .xl\:col-fixed {
    flex: 0 0 auto;
    padding: 1rem;
  }
  .xl\:col-1 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 8.3333%;
  }
  .xl\:col-2 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 16.6667%;
  }
  .xl\:col-3 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 25%;
  }
  .xl\:col-4 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 33.3333%;
  }
  .xl\:col-5 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 41.6667%;
  }
  .xl\:col-6 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 50%;
  }
  .xl\:col-7 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 58.3333%;
  }
  .xl\:col-8 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 66.6667%;
  }
  .xl\:col-9 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 75%;
  }
  .xl\:col-10 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 83.3333%;
  }
  .xl\:col-11 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 91.6667%;
  }
  .xl\:col-12 {
    flex: 0 0 auto;
    padding: 1rem;
    width: 100%;
  }
}
.col-offset-0 {
  margin-left: 0 !important;
}
.col-offset-1 {
  margin-left: 8.3333% !important;
}
.col-offset-2 {
  margin-left: 16.6667% !important;
}
.col-offset-3 {
  margin-left: 25% !important;
}
.col-offset-4 {
  margin-left: 33.3333% !important;
}
.col-offset-5 {
  margin-left: 41.6667% !important;
}
.col-offset-6 {
  margin-left: 50% !important;
}
.col-offset-7 {
  margin-left: 58.3333% !important;
}
.col-offset-8 {
  margin-left: 66.6667% !important;
}
.col-offset-9 {
  margin-left: 75% !important;
}
.col-offset-10 {
  margin-left: 83.3333% !important;
}
.col-offset-11 {
  margin-left: 91.6667% !important;
}
.col-offset-12 {
  margin-left: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:col-offset-0 {
    margin-left: 0 !important;
  }
  .sm\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .sm\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .sm\:col-offset-3 {
    margin-left: 25% !important;
  }
  .sm\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .sm\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .sm\:col-offset-6 {
    margin-left: 50% !important;
  }
  .sm\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .sm\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .sm\:col-offset-9 {
    margin-left: 75% !important;
  }
  .sm\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .sm\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .sm\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-offset-0 {
    margin-left: 0 !important;
  }
  .md\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .md\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .md\:col-offset-3 {
    margin-left: 25% !important;
  }
  .md\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .md\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .md\:col-offset-6 {
    margin-left: 50% !important;
  }
  .md\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .md\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .md\:col-offset-9 {
    margin-left: 75% !important;
  }
  .md\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .md\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .md\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-offset-0 {
    margin-left: 0 !important;
  }
  .lg\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .lg\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .lg\:col-offset-3 {
    margin-left: 25% !important;
  }
  .lg\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .lg\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .lg\:col-offset-6 {
    margin-left: 50% !important;
  }
  .lg\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .lg\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .lg\:col-offset-9 {
    margin-left: 75% !important;
  }
  .lg\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .lg\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .lg\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-offset-0 {
    margin-left: 0 !important;
  }
  .xl\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .xl\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .xl\:col-offset-3 {
    margin-left: 25% !important;
  }
  .xl\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .xl\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .xl\:col-offset-6 {
    margin-left: 50% !important;
  }
  .xl\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .xl\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .xl\:col-offset-9 {
    margin-left: 75% !important;
  }
  .xl\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .xl\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .xl\:col-offset-12 {
    margin-left: 100% !important;
  }
}
.text-0 {
  color: var(--surface-0) !important;
}
.text-50 {
  color: var(--surface-50) !important;
}
.text-100 {
  color: var(--surface-100) !important;
}
.text-200 {
  color: var(--surface-200) !important;
}
.text-300 {
  color: var(--surface-300) !important;
}
.text-400 {
  color: var(--surface-400) !important;
}
.text-500 {
  color: var(--surface-500) !important;
}
.text-600 {
  color: var(--surface-600) !important;
}
.text-700 {
  color: var(--surface-700) !important;
}
.text-800 {
  color: var(--surface-800) !important;
}
.text-900 {
  color: var(--surface-900) !important;
}
.focus\:text-0:focus {
  color: var(--surface-0) !important;
}
.hover\:text-0:hover {
  color: var(--surface-0) !important;
}
.active\:text-0:active {
  color: var(--surface-0) !important;
}
.focus\:text-50:focus {
  color: var(--surface-50) !important;
}
.hover\:text-50:hover {
  color: var(--surface-50) !important;
}
.active\:text-50:active {
  color: var(--surface-50) !important;
}
.focus\:text-100:focus {
  color: var(--surface-100) !important;
}
.hover\:text-100:hover {
  color: var(--surface-100) !important;
}
.active\:text-100:active {
  color: var(--surface-100) !important;
}
.focus\:text-200:focus {
  color: var(--surface-200) !important;
}
.hover\:text-200:hover {
  color: var(--surface-200) !important;
}
.active\:text-200:active {
  color: var(--surface-200) !important;
}
.focus\:text-300:focus {
  color: var(--surface-300) !important;
}
.hover\:text-300:hover {
  color: var(--surface-300) !important;
}
.active\:text-300:active {
  color: var(--surface-300) !important;
}
.focus\:text-400:focus {
  color: var(--surface-400) !important;
}
.hover\:text-400:hover {
  color: var(--surface-400) !important;
}
.active\:text-400:active {
  color: var(--surface-400) !important;
}
.focus\:text-500:focus {
  color: var(--surface-500) !important;
}
.hover\:text-500:hover {
  color: var(--surface-500) !important;
}
.active\:text-500:active {
  color: var(--surface-500) !important;
}
.focus\:text-600:focus {
  color: var(--surface-600) !important;
}
.hover\:text-600:hover {
  color: var(--surface-600) !important;
}
.active\:text-600:active {
  color: var(--surface-600) !important;
}
.focus\:text-700:focus {
  color: var(--surface-700) !important;
}
.hover\:text-700:hover {
  color: var(--surface-700) !important;
}
.active\:text-700:active {
  color: var(--surface-700) !important;
}
.focus\:text-800:focus {
  color: var(--surface-800) !important;
}
.hover\:text-800:hover {
  color: var(--surface-800) !important;
}
.active\:text-800:active {
  color: var(--surface-800) !important;
}
.focus\:text-900:focus {
  color: var(--surface-900) !important;
}
.hover\:text-900:hover {
  color: var(--surface-900) !important;
}
.active\:text-900:active {
  color: var(--surface-900) !important;
}
.surface-0 {
  background-color: var(--surface-0) !important;
}
.surface-50 {
  background-color: var(--surface-50) !important;
}
.surface-100 {
  background-color: var(--surface-100) !important;
}
.surface-200 {
  background-color: var(--surface-200) !important;
}
.surface-300 {
  background-color: var(--surface-300) !important;
}
.surface-400 {
  background-color: var(--surface-400) !important;
}
.surface-500 {
  background-color: var(--surface-500) !important;
}
.surface-600 {
  background-color: var(--surface-600) !important;
}
.surface-700 {
  background-color: var(--surface-700) !important;
}
.surface-800 {
  background-color: var(--surface-800) !important;
}
.surface-900 {
  background-color: var(--surface-900) !important;
}
.focus\:surface-0:focus {
  background-color: var(--surface-0) !important;
}
.hover\:surface-0:hover {
  background-color: var(--surface-0) !important;
}
.active\:surface-0:active {
  background-color: var(--surface-0) !important;
}
.focus\:surface-50:focus {
  background-color: var(--surface-50) !important;
}
.hover\:surface-50:hover {
  background-color: var(--surface-50) !important;
}
.active\:surface-50:active {
  background-color: var(--surface-50) !important;
}
.focus\:surface-100:focus {
  background-color: var(--surface-100) !important;
}
.hover\:surface-100:hover {
  background-color: var(--surface-100) !important;
}
.active\:surface-100:active {
  background-color: var(--surface-100) !important;
}
.focus\:surface-200:focus {
  background-color: var(--surface-200) !important;
}
.hover\:surface-200:hover {
  background-color: var(--surface-200) !important;
}
.active\:surface-200:active {
  background-color: var(--surface-200) !important;
}
.focus\:surface-300:focus {
  background-color: var(--surface-300) !important;
}
.hover\:surface-300:hover {
  background-color: var(--surface-300) !important;
}
.active\:surface-300:active {
  background-color: var(--surface-300) !important;
}
.focus\:surface-400:focus {
  background-color: var(--surface-400) !important;
}
.hover\:surface-400:hover {
  background-color: var(--surface-400) !important;
}
.active\:surface-400:active {
  background-color: var(--surface-400) !important;
}
.focus\:surface-500:focus {
  background-color: var(--surface-500) !important;
}
.hover\:surface-500:hover {
  background-color: var(--surface-500) !important;
}
.active\:surface-500:active {
  background-color: var(--surface-500) !important;
}
.focus\:surface-600:focus {
  background-color: var(--surface-600) !important;
}
.hover\:surface-600:hover {
  background-color: var(--surface-600) !important;
}
.active\:surface-600:active {
  background-color: var(--surface-600) !important;
}
.focus\:surface-700:focus {
  background-color: var(--surface-700) !important;
}
.hover\:surface-700:hover {
  background-color: var(--surface-700) !important;
}
.active\:surface-700:active {
  background-color: var(--surface-700) !important;
}
.focus\:surface-800:focus {
  background-color: var(--surface-800) !important;
}
.hover\:surface-800:hover {
  background-color: var(--surface-800) !important;
}
.active\:surface-800:active {
  background-color: var(--surface-800) !important;
}
.focus\:surface-900:focus {
  background-color: var(--surface-900) !important;
}
.hover\:surface-900:hover {
  background-color: var(--surface-900) !important;
}
.active\:surface-900:active {
  background-color: var(--surface-900) !important;
}
.border-0 {
  border-color: var(--surface-0) !important;
}
.border-50 {
  border-color: var(--surface-50) !important;
}
.border-100 {
  border-color: var(--surface-100) !important;
}
.border-200 {
  border-color: var(--surface-200) !important;
}
.border-300 {
  border-color: var(--surface-300) !important;
}
.border-400 {
  border-color: var(--surface-400) !important;
}
.border-500 {
  border-color: var(--surface-500) !important;
}
.border-600 {
  border-color: var(--surface-600) !important;
}
.border-700 {
  border-color: var(--surface-700) !important;
}
.border-800 {
  border-color: var(--surface-800) !important;
}
.border-900 {
  border-color: var(--surface-900) !important;
}
.focus\:border-0:focus {
  border-color: var(--surface-0) !important;
}
.hover\:border-0:hover {
  border-color: var(--surface-0) !important;
}
.active\:border-0:active {
  border-color: var(--surface-0) !important;
}
.focus\:border-50:focus {
  border-color: var(--surface-50) !important;
}
.hover\:border-50:hover {
  border-color: var(--surface-50) !important;
}
.active\:border-50:active {
  border-color: var(--surface-50) !important;
}
.focus\:border-100:focus {
  border-color: var(--surface-100) !important;
}
.hover\:border-100:hover {
  border-color: var(--surface-100) !important;
}
.active\:border-100:active {
  border-color: var(--surface-100) !important;
}
.focus\:border-200:focus {
  border-color: var(--surface-200) !important;
}
.hover\:border-200:hover {
  border-color: var(--surface-200) !important;
}
.active\:border-200:active {
  border-color: var(--surface-200) !important;
}
.focus\:border-300:focus {
  border-color: var(--surface-300) !important;
}
.hover\:border-300:hover {
  border-color: var(--surface-300) !important;
}
.active\:border-300:active {
  border-color: var(--surface-300) !important;
}
.focus\:border-400:focus {
  border-color: var(--surface-400) !important;
}
.hover\:border-400:hover {
  border-color: var(--surface-400) !important;
}
.active\:border-400:active {
  border-color: var(--surface-400) !important;
}
.focus\:border-500:focus {
  border-color: var(--surface-500) !important;
}
.hover\:border-500:hover {
  border-color: var(--surface-500) !important;
}
.active\:border-500:active {
  border-color: var(--surface-500) !important;
}
.focus\:border-600:focus {
  border-color: var(--surface-600) !important;
}
.hover\:border-600:hover {
  border-color: var(--surface-600) !important;
}
.active\:border-600:active {
  border-color: var(--surface-600) !important;
}
.focus\:border-700:focus {
  border-color: var(--surface-700) !important;
}
.hover\:border-700:hover {
  border-color: var(--surface-700) !important;
}
.active\:border-700:active {
  border-color: var(--surface-700) !important;
}
.focus\:border-800:focus {
  border-color: var(--surface-800) !important;
}
.hover\:border-800:hover {
  border-color: var(--surface-800) !important;
}
.active\:border-800:active {
  border-color: var(--surface-800) !important;
}
.focus\:border-900:focus {
  border-color: var(--surface-900) !important;
}
.hover\:border-900:hover {
  border-color: var(--surface-900) !important;
}
.active\:border-900:active {
  border-color: var(--surface-900) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
@media screen and (min-width: 576px) {
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-transparent {
    background-color: transparent !important;
  }
}
.border-transparent {
  border-color: transparent !important;
}
@media screen and (min-width: 576px) {
  .sm\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-transparent {
    border-color: transparent !important;
  }
}
.text-blue-50 {
  color: var(--blue-50) !important;
}
.text-blue-100 {
  color: var(--blue-100) !important;
}
.text-blue-200 {
  color: var(--blue-200) !important;
}
.text-blue-300 {
  color: var(--blue-300) !important;
}
.text-blue-400 {
  color: var(--blue-400) !important;
}
.text-blue-500 {
  color: var(--blue-500) !important;
}
.text-blue-600 {
  color: var(--blue-600) !important;
}
.text-blue-700 {
  color: var(--blue-700) !important;
}
.text-blue-800 {
  color: var(--blue-800) !important;
}
.text-blue-900 {
  color: var(--blue-900) !important;
}
.focus\:text-blue-50:focus {
  color: var(--blue-50) !important;
}
.focus\:text-blue-100:focus {
  color: var(--blue-100) !important;
}
.focus\:text-blue-200:focus {
  color: var(--blue-200) !important;
}
.focus\:text-blue-300:focus {
  color: var(--blue-300) !important;
}
.focus\:text-blue-400:focus {
  color: var(--blue-400) !important;
}
.focus\:text-blue-500:focus {
  color: var(--blue-500) !important;
}
.focus\:text-blue-600:focus {
  color: var(--blue-600) !important;
}
.focus\:text-blue-700:focus {
  color: var(--blue-700) !important;
}
.focus\:text-blue-800:focus {
  color: var(--blue-800) !important;
}
.focus\:text-blue-900:focus {
  color: var(--blue-900) !important;
}
.hover\:text-blue-50:hover {
  color: var(--blue-50) !important;
}
.hover\:text-blue-100:hover {
  color: var(--blue-100) !important;
}
.hover\:text-blue-200:hover {
  color: var(--blue-200) !important;
}
.hover\:text-blue-300:hover {
  color: var(--blue-300) !important;
}
.hover\:text-blue-400:hover {
  color: var(--blue-400) !important;
}
.hover\:text-blue-500:hover {
  color: var(--blue-500) !important;
}
.hover\:text-blue-600:hover {
  color: var(--blue-600) !important;
}
.hover\:text-blue-700:hover {
  color: var(--blue-700) !important;
}
.hover\:text-blue-800:hover {
  color: var(--blue-800) !important;
}
.hover\:text-blue-900:hover {
  color: var(--blue-900) !important;
}
.active\:text-blue-50:active {
  color: var(--blue-50) !important;
}
.active\:text-blue-100:active {
  color: var(--blue-100) !important;
}
.active\:text-blue-200:active {
  color: var(--blue-200) !important;
}
.active\:text-blue-300:active {
  color: var(--blue-300) !important;
}
.active\:text-blue-400:active {
  color: var(--blue-400) !important;
}
.active\:text-blue-500:active {
  color: var(--blue-500) !important;
}
.active\:text-blue-600:active {
  color: var(--blue-600) !important;
}
.active\:text-blue-700:active {
  color: var(--blue-700) !important;
}
.active\:text-blue-800:active {
  color: var(--blue-800) !important;
}
.active\:text-blue-900:active {
  color: var(--blue-900) !important;
}
.text-green-50 {
  color: var(--green-50) !important;
}
.text-green-100 {
  color: var(--green-100) !important;
}
.text-green-200 {
  color: var(--green-200) !important;
}
.text-green-300 {
  color: var(--green-300) !important;
}
.text-green-400 {
  color: var(--green-400) !important;
}
.text-green-500 {
  color: var(--green-500) !important;
}
.text-green-600 {
  color: var(--green-600) !important;
}
.text-green-700 {
  color: var(--green-700) !important;
}
.text-green-800 {
  color: var(--green-800) !important;
}
.text-green-900 {
  color: var(--green-900) !important;
}
.focus\:text-green-50:focus {
  color: var(--green-50) !important;
}
.focus\:text-green-100:focus {
  color: var(--green-100) !important;
}
.focus\:text-green-200:focus {
  color: var(--green-200) !important;
}
.focus\:text-green-300:focus {
  color: var(--green-300) !important;
}
.focus\:text-green-400:focus {
  color: var(--green-400) !important;
}
.focus\:text-green-500:focus {
  color: var(--green-500) !important;
}
.focus\:text-green-600:focus {
  color: var(--green-600) !important;
}
.focus\:text-green-700:focus {
  color: var(--green-700) !important;
}
.focus\:text-green-800:focus {
  color: var(--green-800) !important;
}
.focus\:text-green-900:focus {
  color: var(--green-900) !important;
}
.hover\:text-green-50:hover {
  color: var(--green-50) !important;
}
.hover\:text-green-100:hover {
  color: var(--green-100) !important;
}
.hover\:text-green-200:hover {
  color: var(--green-200) !important;
}
.hover\:text-green-300:hover {
  color: var(--green-300) !important;
}
.hover\:text-green-400:hover {
  color: var(--green-400) !important;
}
.hover\:text-green-500:hover {
  color: var(--green-500) !important;
}
.hover\:text-green-600:hover {
  color: var(--green-600) !important;
}
.hover\:text-green-700:hover {
  color: var(--green-700) !important;
}
.hover\:text-green-800:hover {
  color: var(--green-800) !important;
}
.hover\:text-green-900:hover {
  color: var(--green-900) !important;
}
.active\:text-green-50:active {
  color: var(--green-50) !important;
}
.active\:text-green-100:active {
  color: var(--green-100) !important;
}
.active\:text-green-200:active {
  color: var(--green-200) !important;
}
.active\:text-green-300:active {
  color: var(--green-300) !important;
}
.active\:text-green-400:active {
  color: var(--green-400) !important;
}
.active\:text-green-500:active {
  color: var(--green-500) !important;
}
.active\:text-green-600:active {
  color: var(--green-600) !important;
}
.active\:text-green-700:active {
  color: var(--green-700) !important;
}
.active\:text-green-800:active {
  color: var(--green-800) !important;
}
.active\:text-green-900:active {
  color: var(--green-900) !important;
}
.text-yellow-50 {
  color: var(--yellow-50) !important;
}
.text-yellow-100 {
  color: var(--yellow-100) !important;
}
.text-yellow-200 {
  color: var(--yellow-200) !important;
}
.text-yellow-300 {
  color: var(--yellow-300) !important;
}
.text-yellow-400 {
  color: var(--yellow-400) !important;
}
.text-yellow-500 {
  color: var(--yellow-500) !important;
}
.text-yellow-600 {
  color: var(--yellow-600) !important;
}
.text-yellow-700 {
  color: var(--yellow-700) !important;
}
.text-yellow-800 {
  color: var(--yellow-800) !important;
}
.text-yellow-900 {
  color: var(--yellow-900) !important;
}
.focus\:text-yellow-50:focus {
  color: var(--yellow-50) !important;
}
.focus\:text-yellow-100:focus {
  color: var(--yellow-100) !important;
}
.focus\:text-yellow-200:focus {
  color: var(--yellow-200) !important;
}
.focus\:text-yellow-300:focus {
  color: var(--yellow-300) !important;
}
.focus\:text-yellow-400:focus {
  color: var(--yellow-400) !important;
}
.focus\:text-yellow-500:focus {
  color: var(--yellow-500) !important;
}
.focus\:text-yellow-600:focus {
  color: var(--yellow-600) !important;
}
.focus\:text-yellow-700:focus {
  color: var(--yellow-700) !important;
}
.focus\:text-yellow-800:focus {
  color: var(--yellow-800) !important;
}
.focus\:text-yellow-900:focus {
  color: var(--yellow-900) !important;
}
.hover\:text-yellow-50:hover {
  color: var(--yellow-50) !important;
}
.hover\:text-yellow-100:hover {
  color: var(--yellow-100) !important;
}
.hover\:text-yellow-200:hover {
  color: var(--yellow-200) !important;
}
.hover\:text-yellow-300:hover {
  color: var(--yellow-300) !important;
}
.hover\:text-yellow-400:hover {
  color: var(--yellow-400) !important;
}
.hover\:text-yellow-500:hover {
  color: var(--yellow-500) !important;
}
.hover\:text-yellow-600:hover {
  color: var(--yellow-600) !important;
}
.hover\:text-yellow-700:hover {
  color: var(--yellow-700) !important;
}
.hover\:text-yellow-800:hover {
  color: var(--yellow-800) !important;
}
.hover\:text-yellow-900:hover {
  color: var(--yellow-900) !important;
}
.active\:text-yellow-50:active {
  color: var(--yellow-50) !important;
}
.active\:text-yellow-100:active {
  color: var(--yellow-100) !important;
}
.active\:text-yellow-200:active {
  color: var(--yellow-200) !important;
}
.active\:text-yellow-300:active {
  color: var(--yellow-300) !important;
}
.active\:text-yellow-400:active {
  color: var(--yellow-400) !important;
}
.active\:text-yellow-500:active {
  color: var(--yellow-500) !important;
}
.active\:text-yellow-600:active {
  color: var(--yellow-600) !important;
}
.active\:text-yellow-700:active {
  color: var(--yellow-700) !important;
}
.active\:text-yellow-800:active {
  color: var(--yellow-800) !important;
}
.active\:text-yellow-900:active {
  color: var(--yellow-900) !important;
}
.text-cyan-50 {
  color: var(--cyan-50) !important;
}
.text-cyan-100 {
  color: var(--cyan-100) !important;
}
.text-cyan-200 {
  color: var(--cyan-200) !important;
}
.text-cyan-300 {
  color: var(--cyan-300) !important;
}
.text-cyan-400 {
  color: var(--cyan-400) !important;
}
.text-cyan-500 {
  color: var(--cyan-500) !important;
}
.text-cyan-600 {
  color: var(--cyan-600) !important;
}
.text-cyan-700 {
  color: var(--cyan-700) !important;
}
.text-cyan-800 {
  color: var(--cyan-800) !important;
}
.text-cyan-900 {
  color: var(--cyan-900) !important;
}
.focus\:text-cyan-50:focus {
  color: var(--cyan-50) !important;
}
.focus\:text-cyan-100:focus {
  color: var(--cyan-100) !important;
}
.focus\:text-cyan-200:focus {
  color: var(--cyan-200) !important;
}
.focus\:text-cyan-300:focus {
  color: var(--cyan-300) !important;
}
.focus\:text-cyan-400:focus {
  color: var(--cyan-400) !important;
}
.focus\:text-cyan-500:focus {
  color: var(--cyan-500) !important;
}
.focus\:text-cyan-600:focus {
  color: var(--cyan-600) !important;
}
.focus\:text-cyan-700:focus {
  color: var(--cyan-700) !important;
}
.focus\:text-cyan-800:focus {
  color: var(--cyan-800) !important;
}
.focus\:text-cyan-900:focus {
  color: var(--cyan-900) !important;
}
.hover\:text-cyan-50:hover {
  color: var(--cyan-50) !important;
}
.hover\:text-cyan-100:hover {
  color: var(--cyan-100) !important;
}
.hover\:text-cyan-200:hover {
  color: var(--cyan-200) !important;
}
.hover\:text-cyan-300:hover {
  color: var(--cyan-300) !important;
}
.hover\:text-cyan-400:hover {
  color: var(--cyan-400) !important;
}
.hover\:text-cyan-500:hover {
  color: var(--cyan-500) !important;
}
.hover\:text-cyan-600:hover {
  color: var(--cyan-600) !important;
}
.hover\:text-cyan-700:hover {
  color: var(--cyan-700) !important;
}
.hover\:text-cyan-800:hover {
  color: var(--cyan-800) !important;
}
.hover\:text-cyan-900:hover {
  color: var(--cyan-900) !important;
}
.active\:text-cyan-50:active {
  color: var(--cyan-50) !important;
}
.active\:text-cyan-100:active {
  color: var(--cyan-100) !important;
}
.active\:text-cyan-200:active {
  color: var(--cyan-200) !important;
}
.active\:text-cyan-300:active {
  color: var(--cyan-300) !important;
}
.active\:text-cyan-400:active {
  color: var(--cyan-400) !important;
}
.active\:text-cyan-500:active {
  color: var(--cyan-500) !important;
}
.active\:text-cyan-600:active {
  color: var(--cyan-600) !important;
}
.active\:text-cyan-700:active {
  color: var(--cyan-700) !important;
}
.active\:text-cyan-800:active {
  color: var(--cyan-800) !important;
}
.active\:text-cyan-900:active {
  color: var(--cyan-900) !important;
}
.text-pink-50 {
  color: var(--pink-50) !important;
}
.text-pink-100 {
  color: var(--pink-100) !important;
}
.text-pink-200 {
  color: var(--pink-200) !important;
}
.text-pink-300 {
  color: var(--pink-300) !important;
}
.text-pink-400 {
  color: var(--pink-400) !important;
}
.text-pink-500 {
  color: var(--pink-500) !important;
}
.text-pink-600 {
  color: var(--pink-600) !important;
}
.text-pink-700 {
  color: var(--pink-700) !important;
}
.text-pink-800 {
  color: var(--pink-800) !important;
}
.text-pink-900 {
  color: var(--pink-900) !important;
}
.focus\:text-pink-50:focus {
  color: var(--pink-50) !important;
}
.focus\:text-pink-100:focus {
  color: var(--pink-100) !important;
}
.focus\:text-pink-200:focus {
  color: var(--pink-200) !important;
}
.focus\:text-pink-300:focus {
  color: var(--pink-300) !important;
}
.focus\:text-pink-400:focus {
  color: var(--pink-400) !important;
}
.focus\:text-pink-500:focus {
  color: var(--pink-500) !important;
}
.focus\:text-pink-600:focus {
  color: var(--pink-600) !important;
}
.focus\:text-pink-700:focus {
  color: var(--pink-700) !important;
}
.focus\:text-pink-800:focus {
  color: var(--pink-800) !important;
}
.focus\:text-pink-900:focus {
  color: var(--pink-900) !important;
}
.hover\:text-pink-50:hover {
  color: var(--pink-50) !important;
}
.hover\:text-pink-100:hover {
  color: var(--pink-100) !important;
}
.hover\:text-pink-200:hover {
  color: var(--pink-200) !important;
}
.hover\:text-pink-300:hover {
  color: var(--pink-300) !important;
}
.hover\:text-pink-400:hover {
  color: var(--pink-400) !important;
}
.hover\:text-pink-500:hover {
  color: var(--pink-500) !important;
}
.hover\:text-pink-600:hover {
  color: var(--pink-600) !important;
}
.hover\:text-pink-700:hover {
  color: var(--pink-700) !important;
}
.hover\:text-pink-800:hover {
  color: var(--pink-800) !important;
}
.hover\:text-pink-900:hover {
  color: var(--pink-900) !important;
}
.active\:text-pink-50:active {
  color: var(--pink-50) !important;
}
.active\:text-pink-100:active {
  color: var(--pink-100) !important;
}
.active\:text-pink-200:active {
  color: var(--pink-200) !important;
}
.active\:text-pink-300:active {
  color: var(--pink-300) !important;
}
.active\:text-pink-400:active {
  color: var(--pink-400) !important;
}
.active\:text-pink-500:active {
  color: var(--pink-500) !important;
}
.active\:text-pink-600:active {
  color: var(--pink-600) !important;
}
.active\:text-pink-700:active {
  color: var(--pink-700) !important;
}
.active\:text-pink-800:active {
  color: var(--pink-800) !important;
}
.active\:text-pink-900:active {
  color: var(--pink-900) !important;
}
.text-indigo-50 {
  color: var(--indigo-50) !important;
}
.text-indigo-100 {
  color: var(--indigo-100) !important;
}
.text-indigo-200 {
  color: var(--indigo-200) !important;
}
.text-indigo-300 {
  color: var(--indigo-300) !important;
}
.text-indigo-400 {
  color: var(--indigo-400) !important;
}
.text-indigo-500 {
  color: var(--indigo-500) !important;
}
.text-indigo-600 {
  color: var(--indigo-600) !important;
}
.text-indigo-700 {
  color: var(--indigo-700) !important;
}
.text-indigo-800 {
  color: var(--indigo-800) !important;
}
.text-indigo-900 {
  color: var(--indigo-900) !important;
}
.focus\:text-indigo-50:focus {
  color: var(--indigo-50) !important;
}
.focus\:text-indigo-100:focus {
  color: var(--indigo-100) !important;
}
.focus\:text-indigo-200:focus {
  color: var(--indigo-200) !important;
}
.focus\:text-indigo-300:focus {
  color: var(--indigo-300) !important;
}
.focus\:text-indigo-400:focus {
  color: var(--indigo-400) !important;
}
.focus\:text-indigo-500:focus {
  color: var(--indigo-500) !important;
}
.focus\:text-indigo-600:focus {
  color: var(--indigo-600) !important;
}
.focus\:text-indigo-700:focus {
  color: var(--indigo-700) !important;
}
.focus\:text-indigo-800:focus {
  color: var(--indigo-800) !important;
}
.focus\:text-indigo-900:focus {
  color: var(--indigo-900) !important;
}
.hover\:text-indigo-50:hover {
  color: var(--indigo-50) !important;
}
.hover\:text-indigo-100:hover {
  color: var(--indigo-100) !important;
}
.hover\:text-indigo-200:hover {
  color: var(--indigo-200) !important;
}
.hover\:text-indigo-300:hover {
  color: var(--indigo-300) !important;
}
.hover\:text-indigo-400:hover {
  color: var(--indigo-400) !important;
}
.hover\:text-indigo-500:hover {
  color: var(--indigo-500) !important;
}
.hover\:text-indigo-600:hover {
  color: var(--indigo-600) !important;
}
.hover\:text-indigo-700:hover {
  color: var(--indigo-700) !important;
}
.hover\:text-indigo-800:hover {
  color: var(--indigo-800) !important;
}
.hover\:text-indigo-900:hover {
  color: var(--indigo-900) !important;
}
.active\:text-indigo-50:active {
  color: var(--indigo-50) !important;
}
.active\:text-indigo-100:active {
  color: var(--indigo-100) !important;
}
.active\:text-indigo-200:active {
  color: var(--indigo-200) !important;
}
.active\:text-indigo-300:active {
  color: var(--indigo-300) !important;
}
.active\:text-indigo-400:active {
  color: var(--indigo-400) !important;
}
.active\:text-indigo-500:active {
  color: var(--indigo-500) !important;
}
.active\:text-indigo-600:active {
  color: var(--indigo-600) !important;
}
.active\:text-indigo-700:active {
  color: var(--indigo-700) !important;
}
.active\:text-indigo-800:active {
  color: var(--indigo-800) !important;
}
.active\:text-indigo-900:active {
  color: var(--indigo-900) !important;
}
.text-teal-50 {
  color: var(--teal-50) !important;
}
.text-teal-100 {
  color: var(--teal-100) !important;
}
.text-teal-200 {
  color: var(--teal-200) !important;
}
.text-teal-300 {
  color: var(--teal-300) !important;
}
.text-teal-400 {
  color: var(--teal-400) !important;
}
.text-teal-500 {
  color: var(--teal-500) !important;
}
.text-teal-600 {
  color: var(--teal-600) !important;
}
.text-teal-700 {
  color: var(--teal-700) !important;
}
.text-teal-800 {
  color: var(--teal-800) !important;
}
.text-teal-900 {
  color: var(--teal-900) !important;
}
.focus\:text-teal-50:focus {
  color: var(--teal-50) !important;
}
.focus\:text-teal-100:focus {
  color: var(--teal-100) !important;
}
.focus\:text-teal-200:focus {
  color: var(--teal-200) !important;
}
.focus\:text-teal-300:focus {
  color: var(--teal-300) !important;
}
.focus\:text-teal-400:focus {
  color: var(--teal-400) !important;
}
.focus\:text-teal-500:focus {
  color: var(--teal-500) !important;
}
.focus\:text-teal-600:focus {
  color: var(--teal-600) !important;
}
.focus\:text-teal-700:focus {
  color: var(--teal-700) !important;
}
.focus\:text-teal-800:focus {
  color: var(--teal-800) !important;
}
.focus\:text-teal-900:focus {
  color: var(--teal-900) !important;
}
.hover\:text-teal-50:hover {
  color: var(--teal-50) !important;
}
.hover\:text-teal-100:hover {
  color: var(--teal-100) !important;
}
.hover\:text-teal-200:hover {
  color: var(--teal-200) !important;
}
.hover\:text-teal-300:hover {
  color: var(--teal-300) !important;
}
.hover\:text-teal-400:hover {
  color: var(--teal-400) !important;
}
.hover\:text-teal-500:hover {
  color: var(--teal-500) !important;
}
.hover\:text-teal-600:hover {
  color: var(--teal-600) !important;
}
.hover\:text-teal-700:hover {
  color: var(--teal-700) !important;
}
.hover\:text-teal-800:hover {
  color: var(--teal-800) !important;
}
.hover\:text-teal-900:hover {
  color: var(--teal-900) !important;
}
.active\:text-teal-50:active {
  color: var(--teal-50) !important;
}
.active\:text-teal-100:active {
  color: var(--teal-100) !important;
}
.active\:text-teal-200:active {
  color: var(--teal-200) !important;
}
.active\:text-teal-300:active {
  color: var(--teal-300) !important;
}
.active\:text-teal-400:active {
  color: var(--teal-400) !important;
}
.active\:text-teal-500:active {
  color: var(--teal-500) !important;
}
.active\:text-teal-600:active {
  color: var(--teal-600) !important;
}
.active\:text-teal-700:active {
  color: var(--teal-700) !important;
}
.active\:text-teal-800:active {
  color: var(--teal-800) !important;
}
.active\:text-teal-900:active {
  color: var(--teal-900) !important;
}
.text-orange-50 {
  color: var(--orange-50) !important;
}
.text-orange-100 {
  color: var(--orange-100) !important;
}
.text-orange-200 {
  color: var(--orange-200) !important;
}
.text-orange-300 {
  color: var(--orange-300) !important;
}
.text-orange-400 {
  color: var(--orange-400) !important;
}
.text-orange-500 {
  color: var(--orange-500) !important;
}
.text-orange-600 {
  color: var(--orange-600) !important;
}
.text-orange-700 {
  color: var(--orange-700) !important;
}
.text-orange-800 {
  color: var(--orange-800) !important;
}
.text-orange-900 {
  color: var(--orange-900) !important;
}
.focus\:text-orange-50:focus {
  color: var(--orange-50) !important;
}
.focus\:text-orange-100:focus {
  color: var(--orange-100) !important;
}
.focus\:text-orange-200:focus {
  color: var(--orange-200) !important;
}
.focus\:text-orange-300:focus {
  color: var(--orange-300) !important;
}
.focus\:text-orange-400:focus {
  color: var(--orange-400) !important;
}
.focus\:text-orange-500:focus {
  color: var(--orange-500) !important;
}
.focus\:text-orange-600:focus {
  color: var(--orange-600) !important;
}
.focus\:text-orange-700:focus {
  color: var(--orange-700) !important;
}
.focus\:text-orange-800:focus {
  color: var(--orange-800) !important;
}
.focus\:text-orange-900:focus {
  color: var(--orange-900) !important;
}
.hover\:text-orange-50:hover {
  color: var(--orange-50) !important;
}
.hover\:text-orange-100:hover {
  color: var(--orange-100) !important;
}
.hover\:text-orange-200:hover {
  color: var(--orange-200) !important;
}
.hover\:text-orange-300:hover {
  color: var(--orange-300) !important;
}
.hover\:text-orange-400:hover {
  color: var(--orange-400) !important;
}
.hover\:text-orange-500:hover {
  color: var(--orange-500) !important;
}
.hover\:text-orange-600:hover {
  color: var(--orange-600) !important;
}
.hover\:text-orange-700:hover {
  color: var(--orange-700) !important;
}
.hover\:text-orange-800:hover {
  color: var(--orange-800) !important;
}
.hover\:text-orange-900:hover {
  color: var(--orange-900) !important;
}
.active\:text-orange-50:active {
  color: var(--orange-50) !important;
}
.active\:text-orange-100:active {
  color: var(--orange-100) !important;
}
.active\:text-orange-200:active {
  color: var(--orange-200) !important;
}
.active\:text-orange-300:active {
  color: var(--orange-300) !important;
}
.active\:text-orange-400:active {
  color: var(--orange-400) !important;
}
.active\:text-orange-500:active {
  color: var(--orange-500) !important;
}
.active\:text-orange-600:active {
  color: var(--orange-600) !important;
}
.active\:text-orange-700:active {
  color: var(--orange-700) !important;
}
.active\:text-orange-800:active {
  color: var(--orange-800) !important;
}
.active\:text-orange-900:active {
  color: var(--orange-900) !important;
}
.text-bluegray-50 {
  color: var(--bluegray-50) !important;
}
.text-bluegray-100 {
  color: var(--bluegray-100) !important;
}
.text-bluegray-200 {
  color: var(--bluegray-200) !important;
}
.text-bluegray-300 {
  color: var(--bluegray-300) !important;
}
.text-bluegray-400 {
  color: var(--bluegray-400) !important;
}
.text-bluegray-500 {
  color: var(--bluegray-500) !important;
}
.text-bluegray-600 {
  color: var(--bluegray-600) !important;
}
.text-bluegray-700 {
  color: var(--bluegray-700) !important;
}
.text-bluegray-800 {
  color: var(--bluegray-800) !important;
}
.text-bluegray-900 {
  color: var(--bluegray-900) !important;
}
.focus\:text-bluegray-50:focus {
  color: var(--bluegray-50) !important;
}
.focus\:text-bluegray-100:focus {
  color: var(--bluegray-100) !important;
}
.focus\:text-bluegray-200:focus {
  color: var(--bluegray-200) !important;
}
.focus\:text-bluegray-300:focus {
  color: var(--bluegray-300) !important;
}
.focus\:text-bluegray-400:focus {
  color: var(--bluegray-400) !important;
}
.focus\:text-bluegray-500:focus {
  color: var(--bluegray-500) !important;
}
.focus\:text-bluegray-600:focus {
  color: var(--bluegray-600) !important;
}
.focus\:text-bluegray-700:focus {
  color: var(--bluegray-700) !important;
}
.focus\:text-bluegray-800:focus {
  color: var(--bluegray-800) !important;
}
.focus\:text-bluegray-900:focus {
  color: var(--bluegray-900) !important;
}
.hover\:text-bluegray-50:hover {
  color: var(--bluegray-50) !important;
}
.hover\:text-bluegray-100:hover {
  color: var(--bluegray-100) !important;
}
.hover\:text-bluegray-200:hover {
  color: var(--bluegray-200) !important;
}
.hover\:text-bluegray-300:hover {
  color: var(--bluegray-300) !important;
}
.hover\:text-bluegray-400:hover {
  color: var(--bluegray-400) !important;
}
.hover\:text-bluegray-500:hover {
  color: var(--bluegray-500) !important;
}
.hover\:text-bluegray-600:hover {
  color: var(--bluegray-600) !important;
}
.hover\:text-bluegray-700:hover {
  color: var(--bluegray-700) !important;
}
.hover\:text-bluegray-800:hover {
  color: var(--bluegray-800) !important;
}
.hover\:text-bluegray-900:hover {
  color: var(--bluegray-900) !important;
}
.active\:text-bluegray-50:active {
  color: var(--bluegray-50) !important;
}
.active\:text-bluegray-100:active {
  color: var(--bluegray-100) !important;
}
.active\:text-bluegray-200:active {
  color: var(--bluegray-200) !important;
}
.active\:text-bluegray-300:active {
  color: var(--bluegray-300) !important;
}
.active\:text-bluegray-400:active {
  color: var(--bluegray-400) !important;
}
.active\:text-bluegray-500:active {
  color: var(--bluegray-500) !important;
}
.active\:text-bluegray-600:active {
  color: var(--bluegray-600) !important;
}
.active\:text-bluegray-700:active {
  color: var(--bluegray-700) !important;
}
.active\:text-bluegray-800:active {
  color: var(--bluegray-800) !important;
}
.active\:text-bluegray-900:active {
  color: var(--bluegray-900) !important;
}
.text-purple-50 {
  color: var(--purple-50) !important;
}
.text-purple-100 {
  color: var(--purple-100) !important;
}
.text-purple-200 {
  color: var(--purple-200) !important;
}
.text-purple-300 {
  color: var(--purple-300) !important;
}
.text-purple-400 {
  color: var(--purple-400) !important;
}
.text-purple-500 {
  color: var(--purple-500) !important;
}
.text-purple-600 {
  color: var(--purple-600) !important;
}
.text-purple-700 {
  color: var(--purple-700) !important;
}
.text-purple-800 {
  color: var(--purple-800) !important;
}
.text-purple-900 {
  color: var(--purple-900) !important;
}
.focus\:text-purple-50:focus {
  color: var(--purple-50) !important;
}
.focus\:text-purple-100:focus {
  color: var(--purple-100) !important;
}
.focus\:text-purple-200:focus {
  color: var(--purple-200) !important;
}
.focus\:text-purple-300:focus {
  color: var(--purple-300) !important;
}
.focus\:text-purple-400:focus {
  color: var(--purple-400) !important;
}
.focus\:text-purple-500:focus {
  color: var(--purple-500) !important;
}
.focus\:text-purple-600:focus {
  color: var(--purple-600) !important;
}
.focus\:text-purple-700:focus {
  color: var(--purple-700) !important;
}
.focus\:text-purple-800:focus {
  color: var(--purple-800) !important;
}
.focus\:text-purple-900:focus {
  color: var(--purple-900) !important;
}
.hover\:text-purple-50:hover {
  color: var(--purple-50) !important;
}
.hover\:text-purple-100:hover {
  color: var(--purple-100) !important;
}
.hover\:text-purple-200:hover {
  color: var(--purple-200) !important;
}
.hover\:text-purple-300:hover {
  color: var(--purple-300) !important;
}
.hover\:text-purple-400:hover {
  color: var(--purple-400) !important;
}
.hover\:text-purple-500:hover {
  color: var(--purple-500) !important;
}
.hover\:text-purple-600:hover {
  color: var(--purple-600) !important;
}
.hover\:text-purple-700:hover {
  color: var(--purple-700) !important;
}
.hover\:text-purple-800:hover {
  color: var(--purple-800) !important;
}
.hover\:text-purple-900:hover {
  color: var(--purple-900) !important;
}
.active\:text-purple-50:active {
  color: var(--purple-50) !important;
}
.active\:text-purple-100:active {
  color: var(--purple-100) !important;
}
.active\:text-purple-200:active {
  color: var(--purple-200) !important;
}
.active\:text-purple-300:active {
  color: var(--purple-300) !important;
}
.active\:text-purple-400:active {
  color: var(--purple-400) !important;
}
.active\:text-purple-500:active {
  color: var(--purple-500) !important;
}
.active\:text-purple-600:active {
  color: var(--purple-600) !important;
}
.active\:text-purple-700:active {
  color: var(--purple-700) !important;
}
.active\:text-purple-800:active {
  color: var(--purple-800) !important;
}
.active\:text-purple-900:active {
  color: var(--purple-900) !important;
}
.text-gray-50 {
  color: var(--gray-50) !important;
}
.text-gray-100 {
  color: var(--gray-100) !important;
}
.text-gray-200 {
  color: var(--gray-200) !important;
}
.text-gray-300 {
  color: var(--gray-300) !important;
}
.text-gray-400 {
  color: var(--gray-400) !important;
}
.text-gray-500 {
  color: var(--gray-500) !important;
}
.text-gray-600 {
  color: var(--gray-600) !important;
}
.text-gray-700 {
  color: var(--gray-700) !important;
}
.text-gray-800 {
  color: var(--gray-800) !important;
}
.text-gray-900 {
  color: var(--gray-900) !important;
}
.focus\:text-gray-50:focus {
  color: var(--gray-50) !important;
}
.focus\:text-gray-100:focus {
  color: var(--gray-100) !important;
}
.focus\:text-gray-200:focus {
  color: var(--gray-200) !important;
}
.focus\:text-gray-300:focus {
  color: var(--gray-300) !important;
}
.focus\:text-gray-400:focus {
  color: var(--gray-400) !important;
}
.focus\:text-gray-500:focus {
  color: var(--gray-500) !important;
}
.focus\:text-gray-600:focus {
  color: var(--gray-600) !important;
}
.focus\:text-gray-700:focus {
  color: var(--gray-700) !important;
}
.focus\:text-gray-800:focus {
  color: var(--gray-800) !important;
}
.focus\:text-gray-900:focus {
  color: var(--gray-900) !important;
}
.hover\:text-gray-50:hover {
  color: var(--gray-50) !important;
}
.hover\:text-gray-100:hover {
  color: var(--gray-100) !important;
}
.hover\:text-gray-200:hover {
  color: var(--gray-200) !important;
}
.hover\:text-gray-300:hover {
  color: var(--gray-300) !important;
}
.hover\:text-gray-400:hover {
  color: var(--gray-400) !important;
}
.hover\:text-gray-500:hover {
  color: var(--gray-500) !important;
}
.hover\:text-gray-600:hover {
  color: var(--gray-600) !important;
}
.hover\:text-gray-700:hover {
  color: var(--gray-700) !important;
}
.hover\:text-gray-800:hover {
  color: var(--gray-800) !important;
}
.hover\:text-gray-900:hover {
  color: var(--gray-900) !important;
}
.active\:text-gray-50:active {
  color: var(--gray-50) !important;
}
.active\:text-gray-100:active {
  color: var(--gray-100) !important;
}
.active\:text-gray-200:active {
  color: var(--gray-200) !important;
}
.active\:text-gray-300:active {
  color: var(--gray-300) !important;
}
.active\:text-gray-400:active {
  color: var(--gray-400) !important;
}
.active\:text-gray-500:active {
  color: var(--gray-500) !important;
}
.active\:text-gray-600:active {
  color: var(--gray-600) !important;
}
.active\:text-gray-700:active {
  color: var(--gray-700) !important;
}
.active\:text-gray-800:active {
  color: var(--gray-800) !important;
}
.active\:text-gray-900:active {
  color: var(--gray-900) !important;
}
.text-red-50 {
  color: var(--red-50) !important;
}
.text-red-100 {
  color: var(--red-100) !important;
}
.text-red-200 {
  color: var(--red-200) !important;
}
.text-red-300 {
  color: var(--red-300) !important;
}
.text-red-400 {
  color: var(--red-400) !important;
}
.text-red-500 {
  color: var(--red-500) !important;
}
.text-red-600 {
  color: var(--red-600) !important;
}
.text-red-700 {
  color: var(--red-700) !important;
}
.text-red-800 {
  color: var(--red-800) !important;
}
.text-red-900 {
  color: var(--red-900) !important;
}
.focus\:text-red-50:focus {
  color: var(--red-50) !important;
}
.focus\:text-red-100:focus {
  color: var(--red-100) !important;
}
.focus\:text-red-200:focus {
  color: var(--red-200) !important;
}
.focus\:text-red-300:focus {
  color: var(--red-300) !important;
}
.focus\:text-red-400:focus {
  color: var(--red-400) !important;
}
.focus\:text-red-500:focus {
  color: var(--red-500) !important;
}
.focus\:text-red-600:focus {
  color: var(--red-600) !important;
}
.focus\:text-red-700:focus {
  color: var(--red-700) !important;
}
.focus\:text-red-800:focus {
  color: var(--red-800) !important;
}
.focus\:text-red-900:focus {
  color: var(--red-900) !important;
}
.hover\:text-red-50:hover {
  color: var(--red-50) !important;
}
.hover\:text-red-100:hover {
  color: var(--red-100) !important;
}
.hover\:text-red-200:hover {
  color: var(--red-200) !important;
}
.hover\:text-red-300:hover {
  color: var(--red-300) !important;
}
.hover\:text-red-400:hover {
  color: var(--red-400) !important;
}
.hover\:text-red-500:hover {
  color: var(--red-500) !important;
}
.hover\:text-red-600:hover {
  color: var(--red-600) !important;
}
.hover\:text-red-700:hover {
  color: var(--red-700) !important;
}
.hover\:text-red-800:hover {
  color: var(--red-800) !important;
}
.hover\:text-red-900:hover {
  color: var(--red-900) !important;
}
.active\:text-red-50:active {
  color: var(--red-50) !important;
}
.active\:text-red-100:active {
  color: var(--red-100) !important;
}
.active\:text-red-200:active {
  color: var(--red-200) !important;
}
.active\:text-red-300:active {
  color: var(--red-300) !important;
}
.active\:text-red-400:active {
  color: var(--red-400) !important;
}
.active\:text-red-500:active {
  color: var(--red-500) !important;
}
.active\:text-red-600:active {
  color: var(--red-600) !important;
}
.active\:text-red-700:active {
  color: var(--red-700) !important;
}
.active\:text-red-800:active {
  color: var(--red-800) !important;
}
.active\:text-red-900:active {
  color: var(--red-900) !important;
}
.text-primary-50 {
  color: var(--primary-50) !important;
}
.text-primary-100 {
  color: var(--primary-100) !important;
}
.text-primary-200 {
  color: var(--primary-200) !important;
}
.text-primary-300 {
  color: var(--primary-300) !important;
}
.text-primary-400 {
  color: var(--primary-400) !important;
}
.text-primary-500 {
  color: var(--primary-500) !important;
}
.text-primary-600 {
  color: var(--primary-600) !important;
}
.text-primary-700 {
  color: var(--primary-700) !important;
}
.text-primary-800 {
  color: var(--primary-800) !important;
}
.text-primary-900 {
  color: var(--primary-900) !important;
}
.focus\:text-primary-50:focus {
  color: var(--primary-50) !important;
}
.focus\:text-primary-100:focus {
  color: var(--primary-100) !important;
}
.focus\:text-primary-200:focus {
  color: var(--primary-200) !important;
}
.focus\:text-primary-300:focus {
  color: var(--primary-300) !important;
}
.focus\:text-primary-400:focus {
  color: var(--primary-400) !important;
}
.focus\:text-primary-500:focus {
  color: var(--primary-500) !important;
}
.focus\:text-primary-600:focus {
  color: var(--primary-600) !important;
}
.focus\:text-primary-700:focus {
  color: var(--primary-700) !important;
}
.focus\:text-primary-800:focus {
  color: var(--primary-800) !important;
}
.focus\:text-primary-900:focus {
  color: var(--primary-900) !important;
}
.hover\:text-primary-50:hover {
  color: var(--primary-50) !important;
}
.hover\:text-primary-100:hover {
  color: var(--primary-100) !important;
}
.hover\:text-primary-200:hover {
  color: var(--primary-200) !important;
}
.hover\:text-primary-300:hover {
  color: var(--primary-300) !important;
}
.hover\:text-primary-400:hover {
  color: var(--primary-400) !important;
}
.hover\:text-primary-500:hover {
  color: var(--primary-500) !important;
}
.hover\:text-primary-600:hover {
  color: var(--primary-600) !important;
}
.hover\:text-primary-700:hover {
  color: var(--primary-700) !important;
}
.hover\:text-primary-800:hover {
  color: var(--primary-800) !important;
}
.hover\:text-primary-900:hover {
  color: var(--primary-900) !important;
}
.active\:text-primary-50:active {
  color: var(--primary-50) !important;
}
.active\:text-primary-100:active {
  color: var(--primary-100) !important;
}
.active\:text-primary-200:active {
  color: var(--primary-200) !important;
}
.active\:text-primary-300:active {
  color: var(--primary-300) !important;
}
.active\:text-primary-400:active {
  color: var(--primary-400) !important;
}
.active\:text-primary-500:active {
  color: var(--primary-500) !important;
}
.active\:text-primary-600:active {
  color: var(--primary-600) !important;
}
.active\:text-primary-700:active {
  color: var(--primary-700) !important;
}
.active\:text-primary-800:active {
  color: var(--primary-800) !important;
}
.active\:text-primary-900:active {
  color: var(--primary-900) !important;
}
.bg-blue-50 {
  background-color: var(--blue-50) !important;
}
.bg-blue-100 {
  background-color: var(--blue-100) !important;
}
.bg-blue-200 {
  background-color: var(--blue-200) !important;
}
.bg-blue-300 {
  background-color: var(--blue-300) !important;
}
.bg-blue-400 {
  background-color: var(--blue-400) !important;
}
.bg-blue-500 {
  background-color: var(--blue-500) !important;
}
.bg-blue-600 {
  background-color: var(--blue-600) !important;
}
.bg-blue-700 {
  background-color: var(--blue-700) !important;
}
.bg-blue-800 {
  background-color: var(--blue-800) !important;
}
.bg-blue-900 {
  background-color: var(--blue-900) !important;
}
.focus\:bg-blue-50:focus {
  background-color: var(--blue-50) !important;
}
.focus\:bg-blue-100:focus {
  background-color: var(--blue-100) !important;
}
.focus\:bg-blue-200:focus {
  background-color: var(--blue-200) !important;
}
.focus\:bg-blue-300:focus {
  background-color: var(--blue-300) !important;
}
.focus\:bg-blue-400:focus {
  background-color: var(--blue-400) !important;
}
.focus\:bg-blue-500:focus {
  background-color: var(--blue-500) !important;
}
.focus\:bg-blue-600:focus {
  background-color: var(--blue-600) !important;
}
.focus\:bg-blue-700:focus {
  background-color: var(--blue-700) !important;
}
.focus\:bg-blue-800:focus {
  background-color: var(--blue-800) !important;
}
.focus\:bg-blue-900:focus {
  background-color: var(--blue-900) !important;
}
.hover\:bg-blue-50:hover {
  background-color: var(--blue-50) !important;
}
.hover\:bg-blue-100:hover {
  background-color: var(--blue-100) !important;
}
.hover\:bg-blue-200:hover {
  background-color: var(--blue-200) !important;
}
.hover\:bg-blue-300:hover {
  background-color: var(--blue-300) !important;
}
.hover\:bg-blue-400:hover {
  background-color: var(--blue-400) !important;
}
.hover\:bg-blue-500:hover {
  background-color: var(--blue-500) !important;
}
.hover\:bg-blue-600:hover {
  background-color: var(--blue-600) !important;
}
.hover\:bg-blue-700:hover {
  background-color: var(--blue-700) !important;
}
.hover\:bg-blue-800:hover {
  background-color: var(--blue-800) !important;
}
.hover\:bg-blue-900:hover {
  background-color: var(--blue-900) !important;
}
.active\:bg-blue-50:active {
  background-color: var(--blue-50) !important;
}
.active\:bg-blue-100:active {
  background-color: var(--blue-100) !important;
}
.active\:bg-blue-200:active {
  background-color: var(--blue-200) !important;
}
.active\:bg-blue-300:active {
  background-color: var(--blue-300) !important;
}
.active\:bg-blue-400:active {
  background-color: var(--blue-400) !important;
}
.active\:bg-blue-500:active {
  background-color: var(--blue-500) !important;
}
.active\:bg-blue-600:active {
  background-color: var(--blue-600) !important;
}
.active\:bg-blue-700:active {
  background-color: var(--blue-700) !important;
}
.active\:bg-blue-800:active {
  background-color: var(--blue-800) !important;
}
.active\:bg-blue-900:active {
  background-color: var(--blue-900) !important;
}
.bg-green-50 {
  background-color: var(--green-50) !important;
}
.bg-green-100 {
  background-color: var(--green-100) !important;
}
.bg-green-200 {
  background-color: var(--green-200) !important;
}
.bg-green-300 {
  background-color: var(--green-300) !important;
}
.bg-green-400 {
  background-color: var(--green-400) !important;
}
.bg-green-500 {
  background-color: var(--green-500) !important;
}
.bg-green-600 {
  background-color: var(--green-600) !important;
}
.bg-green-700 {
  background-color: var(--green-700) !important;
}
.bg-green-800 {
  background-color: var(--green-800) !important;
}
.bg-green-900 {
  background-color: var(--green-900) !important;
}
.focus\:bg-green-50:focus {
  background-color: var(--green-50) !important;
}
.focus\:bg-green-100:focus {
  background-color: var(--green-100) !important;
}
.focus\:bg-green-200:focus {
  background-color: var(--green-200) !important;
}
.focus\:bg-green-300:focus {
  background-color: var(--green-300) !important;
}
.focus\:bg-green-400:focus {
  background-color: var(--green-400) !important;
}
.focus\:bg-green-500:focus {
  background-color: var(--green-500) !important;
}
.focus\:bg-green-600:focus {
  background-color: var(--green-600) !important;
}
.focus\:bg-green-700:focus {
  background-color: var(--green-700) !important;
}
.focus\:bg-green-800:focus {
  background-color: var(--green-800) !important;
}
.focus\:bg-green-900:focus {
  background-color: var(--green-900) !important;
}
.hover\:bg-green-50:hover {
  background-color: var(--green-50) !important;
}
.hover\:bg-green-100:hover {
  background-color: var(--green-100) !important;
}
.hover\:bg-green-200:hover {
  background-color: var(--green-200) !important;
}
.hover\:bg-green-300:hover {
  background-color: var(--green-300) !important;
}
.hover\:bg-green-400:hover {
  background-color: var(--green-400) !important;
}
.hover\:bg-green-500:hover {
  background-color: var(--green-500) !important;
}
.hover\:bg-green-600:hover {
  background-color: var(--green-600) !important;
}
.hover\:bg-green-700:hover {
  background-color: var(--green-700) !important;
}
.hover\:bg-green-800:hover {
  background-color: var(--green-800) !important;
}
.hover\:bg-green-900:hover {
  background-color: var(--green-900) !important;
}
.active\:bg-green-50:active {
  background-color: var(--green-50) !important;
}
.active\:bg-green-100:active {
  background-color: var(--green-100) !important;
}
.active\:bg-green-200:active {
  background-color: var(--green-200) !important;
}
.active\:bg-green-300:active {
  background-color: var(--green-300) !important;
}
.active\:bg-green-400:active {
  background-color: var(--green-400) !important;
}
.active\:bg-green-500:active {
  background-color: var(--green-500) !important;
}
.active\:bg-green-600:active {
  background-color: var(--green-600) !important;
}
.active\:bg-green-700:active {
  background-color: var(--green-700) !important;
}
.active\:bg-green-800:active {
  background-color: var(--green-800) !important;
}
.active\:bg-green-900:active {
  background-color: var(--green-900) !important;
}
.bg-yellow-50 {
  background-color: var(--yellow-50) !important;
}
.bg-yellow-100 {
  background-color: var(--yellow-100) !important;
}
.bg-yellow-200 {
  background-color: var(--yellow-200) !important;
}
.bg-yellow-300 {
  background-color: var(--yellow-300) !important;
}
.bg-yellow-400 {
  background-color: var(--yellow-400) !important;
}
.bg-yellow-500 {
  background-color: var(--yellow-500) !important;
}
.bg-yellow-600 {
  background-color: var(--yellow-600) !important;
}
.bg-yellow-700 {
  background-color: var(--yellow-700) !important;
}
.bg-yellow-800 {
  background-color: var(--yellow-800) !important;
}
.bg-yellow-900 {
  background-color: var(--yellow-900) !important;
}
.focus\:bg-yellow-50:focus {
  background-color: var(--yellow-50) !important;
}
.focus\:bg-yellow-100:focus {
  background-color: var(--yellow-100) !important;
}
.focus\:bg-yellow-200:focus {
  background-color: var(--yellow-200) !important;
}
.focus\:bg-yellow-300:focus {
  background-color: var(--yellow-300) !important;
}
.focus\:bg-yellow-400:focus {
  background-color: var(--yellow-400) !important;
}
.focus\:bg-yellow-500:focus {
  background-color: var(--yellow-500) !important;
}
.focus\:bg-yellow-600:focus {
  background-color: var(--yellow-600) !important;
}
.focus\:bg-yellow-700:focus {
  background-color: var(--yellow-700) !important;
}
.focus\:bg-yellow-800:focus {
  background-color: var(--yellow-800) !important;
}
.focus\:bg-yellow-900:focus {
  background-color: var(--yellow-900) !important;
}
.hover\:bg-yellow-50:hover {
  background-color: var(--yellow-50) !important;
}
.hover\:bg-yellow-100:hover {
  background-color: var(--yellow-100) !important;
}
.hover\:bg-yellow-200:hover {
  background-color: var(--yellow-200) !important;
}
.hover\:bg-yellow-300:hover {
  background-color: var(--yellow-300) !important;
}
.hover\:bg-yellow-400:hover {
  background-color: var(--yellow-400) !important;
}
.hover\:bg-yellow-500:hover {
  background-color: var(--yellow-500) !important;
}
.hover\:bg-yellow-600:hover {
  background-color: var(--yellow-600) !important;
}
.hover\:bg-yellow-700:hover {
  background-color: var(--yellow-700) !important;
}
.hover\:bg-yellow-800:hover {
  background-color: var(--yellow-800) !important;
}
.hover\:bg-yellow-900:hover {
  background-color: var(--yellow-900) !important;
}
.active\:bg-yellow-50:active {
  background-color: var(--yellow-50) !important;
}
.active\:bg-yellow-100:active {
  background-color: var(--yellow-100) !important;
}
.active\:bg-yellow-200:active {
  background-color: var(--yellow-200) !important;
}
.active\:bg-yellow-300:active {
  background-color: var(--yellow-300) !important;
}
.active\:bg-yellow-400:active {
  background-color: var(--yellow-400) !important;
}
.active\:bg-yellow-500:active {
  background-color: var(--yellow-500) !important;
}
.active\:bg-yellow-600:active {
  background-color: var(--yellow-600) !important;
}
.active\:bg-yellow-700:active {
  background-color: var(--yellow-700) !important;
}
.active\:bg-yellow-800:active {
  background-color: var(--yellow-800) !important;
}
.active\:bg-yellow-900:active {
  background-color: var(--yellow-900) !important;
}
.bg-cyan-50 {
  background-color: var(--cyan-50) !important;
}
.bg-cyan-100 {
  background-color: var(--cyan-100) !important;
}
.bg-cyan-200 {
  background-color: var(--cyan-200) !important;
}
.bg-cyan-300 {
  background-color: var(--cyan-300) !important;
}
.bg-cyan-400 {
  background-color: var(--cyan-400) !important;
}
.bg-cyan-500 {
  background-color: var(--cyan-500) !important;
}
.bg-cyan-600 {
  background-color: var(--cyan-600) !important;
}
.bg-cyan-700 {
  background-color: var(--cyan-700) !important;
}
.bg-cyan-800 {
  background-color: var(--cyan-800) !important;
}
.bg-cyan-900 {
  background-color: var(--cyan-900) !important;
}
.focus\:bg-cyan-50:focus {
  background-color: var(--cyan-50) !important;
}
.focus\:bg-cyan-100:focus {
  background-color: var(--cyan-100) !important;
}
.focus\:bg-cyan-200:focus {
  background-color: var(--cyan-200) !important;
}
.focus\:bg-cyan-300:focus {
  background-color: var(--cyan-300) !important;
}
.focus\:bg-cyan-400:focus {
  background-color: var(--cyan-400) !important;
}
.focus\:bg-cyan-500:focus {
  background-color: var(--cyan-500) !important;
}
.focus\:bg-cyan-600:focus {
  background-color: var(--cyan-600) !important;
}
.focus\:bg-cyan-700:focus {
  background-color: var(--cyan-700) !important;
}
.focus\:bg-cyan-800:focus {
  background-color: var(--cyan-800) !important;
}
.focus\:bg-cyan-900:focus {
  background-color: var(--cyan-900) !important;
}
.hover\:bg-cyan-50:hover {
  background-color: var(--cyan-50) !important;
}
.hover\:bg-cyan-100:hover {
  background-color: var(--cyan-100) !important;
}
.hover\:bg-cyan-200:hover {
  background-color: var(--cyan-200) !important;
}
.hover\:bg-cyan-300:hover {
  background-color: var(--cyan-300) !important;
}
.hover\:bg-cyan-400:hover {
  background-color: var(--cyan-400) !important;
}
.hover\:bg-cyan-500:hover {
  background-color: var(--cyan-500) !important;
}
.hover\:bg-cyan-600:hover {
  background-color: var(--cyan-600) !important;
}
.hover\:bg-cyan-700:hover {
  background-color: var(--cyan-700) !important;
}
.hover\:bg-cyan-800:hover {
  background-color: var(--cyan-800) !important;
}
.hover\:bg-cyan-900:hover {
  background-color: var(--cyan-900) !important;
}
.active\:bg-cyan-50:active {
  background-color: var(--cyan-50) !important;
}
.active\:bg-cyan-100:active {
  background-color: var(--cyan-100) !important;
}
.active\:bg-cyan-200:active {
  background-color: var(--cyan-200) !important;
}
.active\:bg-cyan-300:active {
  background-color: var(--cyan-300) !important;
}
.active\:bg-cyan-400:active {
  background-color: var(--cyan-400) !important;
}
.active\:bg-cyan-500:active {
  background-color: var(--cyan-500) !important;
}
.active\:bg-cyan-600:active {
  background-color: var(--cyan-600) !important;
}
.active\:bg-cyan-700:active {
  background-color: var(--cyan-700) !important;
}
.active\:bg-cyan-800:active {
  background-color: var(--cyan-800) !important;
}
.active\:bg-cyan-900:active {
  background-color: var(--cyan-900) !important;
}
.bg-pink-50 {
  background-color: var(--pink-50) !important;
}
.bg-pink-100 {
  background-color: var(--pink-100) !important;
}
.bg-pink-200 {
  background-color: var(--pink-200) !important;
}
.bg-pink-300 {
  background-color: var(--pink-300) !important;
}
.bg-pink-400 {
  background-color: var(--pink-400) !important;
}
.bg-pink-500 {
  background-color: var(--pink-500) !important;
}
.bg-pink-600 {
  background-color: var(--pink-600) !important;
}
.bg-pink-700 {
  background-color: var(--pink-700) !important;
}
.bg-pink-800 {
  background-color: var(--pink-800) !important;
}
.bg-pink-900 {
  background-color: var(--pink-900) !important;
}
.focus\:bg-pink-50:focus {
  background-color: var(--pink-50) !important;
}
.focus\:bg-pink-100:focus {
  background-color: var(--pink-100) !important;
}
.focus\:bg-pink-200:focus {
  background-color: var(--pink-200) !important;
}
.focus\:bg-pink-300:focus {
  background-color: var(--pink-300) !important;
}
.focus\:bg-pink-400:focus {
  background-color: var(--pink-400) !important;
}
.focus\:bg-pink-500:focus {
  background-color: var(--pink-500) !important;
}
.focus\:bg-pink-600:focus {
  background-color: var(--pink-600) !important;
}
.focus\:bg-pink-700:focus {
  background-color: var(--pink-700) !important;
}
.focus\:bg-pink-800:focus {
  background-color: var(--pink-800) !important;
}
.focus\:bg-pink-900:focus {
  background-color: var(--pink-900) !important;
}
.hover\:bg-pink-50:hover {
  background-color: var(--pink-50) !important;
}
.hover\:bg-pink-100:hover {
  background-color: var(--pink-100) !important;
}
.hover\:bg-pink-200:hover {
  background-color: var(--pink-200) !important;
}
.hover\:bg-pink-300:hover {
  background-color: var(--pink-300) !important;
}
.hover\:bg-pink-400:hover {
  background-color: var(--pink-400) !important;
}
.hover\:bg-pink-500:hover {
  background-color: var(--pink-500) !important;
}
.hover\:bg-pink-600:hover {
  background-color: var(--pink-600) !important;
}
.hover\:bg-pink-700:hover {
  background-color: var(--pink-700) !important;
}
.hover\:bg-pink-800:hover {
  background-color: var(--pink-800) !important;
}
.hover\:bg-pink-900:hover {
  background-color: var(--pink-900) !important;
}
.active\:bg-pink-50:active {
  background-color: var(--pink-50) !important;
}
.active\:bg-pink-100:active {
  background-color: var(--pink-100) !important;
}
.active\:bg-pink-200:active {
  background-color: var(--pink-200) !important;
}
.active\:bg-pink-300:active {
  background-color: var(--pink-300) !important;
}
.active\:bg-pink-400:active {
  background-color: var(--pink-400) !important;
}
.active\:bg-pink-500:active {
  background-color: var(--pink-500) !important;
}
.active\:bg-pink-600:active {
  background-color: var(--pink-600) !important;
}
.active\:bg-pink-700:active {
  background-color: var(--pink-700) !important;
}
.active\:bg-pink-800:active {
  background-color: var(--pink-800) !important;
}
.active\:bg-pink-900:active {
  background-color: var(--pink-900) !important;
}
.bg-indigo-50 {
  background-color: var(--indigo-50) !important;
}
.bg-indigo-100 {
  background-color: var(--indigo-100) !important;
}
.bg-indigo-200 {
  background-color: var(--indigo-200) !important;
}
.bg-indigo-300 {
  background-color: var(--indigo-300) !important;
}
.bg-indigo-400 {
  background-color: var(--indigo-400) !important;
}
.bg-indigo-500 {
  background-color: var(--indigo-500) !important;
}
.bg-indigo-600 {
  background-color: var(--indigo-600) !important;
}
.bg-indigo-700 {
  background-color: var(--indigo-700) !important;
}
.bg-indigo-800 {
  background-color: var(--indigo-800) !important;
}
.bg-indigo-900 {
  background-color: var(--indigo-900) !important;
}
.focus\:bg-indigo-50:focus {
  background-color: var(--indigo-50) !important;
}
.focus\:bg-indigo-100:focus {
  background-color: var(--indigo-100) !important;
}
.focus\:bg-indigo-200:focus {
  background-color: var(--indigo-200) !important;
}
.focus\:bg-indigo-300:focus {
  background-color: var(--indigo-300) !important;
}
.focus\:bg-indigo-400:focus {
  background-color: var(--indigo-400) !important;
}
.focus\:bg-indigo-500:focus {
  background-color: var(--indigo-500) !important;
}
.focus\:bg-indigo-600:focus {
  background-color: var(--indigo-600) !important;
}
.focus\:bg-indigo-700:focus {
  background-color: var(--indigo-700) !important;
}
.focus\:bg-indigo-800:focus {
  background-color: var(--indigo-800) !important;
}
.focus\:bg-indigo-900:focus {
  background-color: var(--indigo-900) !important;
}
.hover\:bg-indigo-50:hover {
  background-color: var(--indigo-50) !important;
}
.hover\:bg-indigo-100:hover {
  background-color: var(--indigo-100) !important;
}
.hover\:bg-indigo-200:hover {
  background-color: var(--indigo-200) !important;
}
.hover\:bg-indigo-300:hover {
  background-color: var(--indigo-300) !important;
}
.hover\:bg-indigo-400:hover {
  background-color: var(--indigo-400) !important;
}
.hover\:bg-indigo-500:hover {
  background-color: var(--indigo-500) !important;
}
.hover\:bg-indigo-600:hover {
  background-color: var(--indigo-600) !important;
}
.hover\:bg-indigo-700:hover {
  background-color: var(--indigo-700) !important;
}
.hover\:bg-indigo-800:hover {
  background-color: var(--indigo-800) !important;
}
.hover\:bg-indigo-900:hover {
  background-color: var(--indigo-900) !important;
}
.active\:bg-indigo-50:active {
  background-color: var(--indigo-50) !important;
}
.active\:bg-indigo-100:active {
  background-color: var(--indigo-100) !important;
}
.active\:bg-indigo-200:active {
  background-color: var(--indigo-200) !important;
}
.active\:bg-indigo-300:active {
  background-color: var(--indigo-300) !important;
}
.active\:bg-indigo-400:active {
  background-color: var(--indigo-400) !important;
}
.active\:bg-indigo-500:active {
  background-color: var(--indigo-500) !important;
}
.active\:bg-indigo-600:active {
  background-color: var(--indigo-600) !important;
}
.active\:bg-indigo-700:active {
  background-color: var(--indigo-700) !important;
}
.active\:bg-indigo-800:active {
  background-color: var(--indigo-800) !important;
}
.active\:bg-indigo-900:active {
  background-color: var(--indigo-900) !important;
}
.bg-teal-50 {
  background-color: var(--teal-50) !important;
}
.bg-teal-100 {
  background-color: var(--teal-100) !important;
}
.bg-teal-200 {
  background-color: var(--teal-200) !important;
}
.bg-teal-300 {
  background-color: var(--teal-300) !important;
}
.bg-teal-400 {
  background-color: var(--teal-400) !important;
}
.bg-teal-500 {
  background-color: var(--teal-500) !important;
}
.bg-teal-600 {
  background-color: var(--teal-600) !important;
}
.bg-teal-700 {
  background-color: var(--teal-700) !important;
}
.bg-teal-800 {
  background-color: var(--teal-800) !important;
}
.bg-teal-900 {
  background-color: var(--teal-900) !important;
}
.focus\:bg-teal-50:focus {
  background-color: var(--teal-50) !important;
}
.focus\:bg-teal-100:focus {
  background-color: var(--teal-100) !important;
}
.focus\:bg-teal-200:focus {
  background-color: var(--teal-200) !important;
}
.focus\:bg-teal-300:focus {
  background-color: var(--teal-300) !important;
}
.focus\:bg-teal-400:focus {
  background-color: var(--teal-400) !important;
}
.focus\:bg-teal-500:focus {
  background-color: var(--teal-500) !important;
}
.focus\:bg-teal-600:focus {
  background-color: var(--teal-600) !important;
}
.focus\:bg-teal-700:focus {
  background-color: var(--teal-700) !important;
}
.focus\:bg-teal-800:focus {
  background-color: var(--teal-800) !important;
}
.focus\:bg-teal-900:focus {
  background-color: var(--teal-900) !important;
}
.hover\:bg-teal-50:hover {
  background-color: var(--teal-50) !important;
}
.hover\:bg-teal-100:hover {
  background-color: var(--teal-100) !important;
}
.hover\:bg-teal-200:hover {
  background-color: var(--teal-200) !important;
}
.hover\:bg-teal-300:hover {
  background-color: var(--teal-300) !important;
}
.hover\:bg-teal-400:hover {
  background-color: var(--teal-400) !important;
}
.hover\:bg-teal-500:hover {
  background-color: var(--teal-500) !important;
}
.hover\:bg-teal-600:hover {
  background-color: var(--teal-600) !important;
}
.hover\:bg-teal-700:hover {
  background-color: var(--teal-700) !important;
}
.hover\:bg-teal-800:hover {
  background-color: var(--teal-800) !important;
}
.hover\:bg-teal-900:hover {
  background-color: var(--teal-900) !important;
}
.active\:bg-teal-50:active {
  background-color: var(--teal-50) !important;
}
.active\:bg-teal-100:active {
  background-color: var(--teal-100) !important;
}
.active\:bg-teal-200:active {
  background-color: var(--teal-200) !important;
}
.active\:bg-teal-300:active {
  background-color: var(--teal-300) !important;
}
.active\:bg-teal-400:active {
  background-color: var(--teal-400) !important;
}
.active\:bg-teal-500:active {
  background-color: var(--teal-500) !important;
}
.active\:bg-teal-600:active {
  background-color: var(--teal-600) !important;
}
.active\:bg-teal-700:active {
  background-color: var(--teal-700) !important;
}
.active\:bg-teal-800:active {
  background-color: var(--teal-800) !important;
}
.active\:bg-teal-900:active {
  background-color: var(--teal-900) !important;
}
.bg-orange-50 {
  background-color: var(--orange-50) !important;
}
.bg-orange-100 {
  background-color: var(--orange-100) !important;
}
.bg-orange-200 {
  background-color: var(--orange-200) !important;
}
.bg-orange-300 {
  background-color: var(--orange-300) !important;
}
.bg-orange-400 {
  background-color: var(--orange-400) !important;
}
.bg-orange-500 {
  background-color: var(--orange-500) !important;
}
.bg-orange-600 {
  background-color: var(--orange-600) !important;
}
.bg-orange-700 {
  background-color: var(--orange-700) !important;
}
.bg-orange-800 {
  background-color: var(--orange-800) !important;
}
.bg-orange-900 {
  background-color: var(--orange-900) !important;
}
.focus\:bg-orange-50:focus {
  background-color: var(--orange-50) !important;
}
.focus\:bg-orange-100:focus {
  background-color: var(--orange-100) !important;
}
.focus\:bg-orange-200:focus {
  background-color: var(--orange-200) !important;
}
.focus\:bg-orange-300:focus {
  background-color: var(--orange-300) !important;
}
.focus\:bg-orange-400:focus {
  background-color: var(--orange-400) !important;
}
.focus\:bg-orange-500:focus {
  background-color: var(--orange-500) !important;
}
.focus\:bg-orange-600:focus {
  background-color: var(--orange-600) !important;
}
.focus\:bg-orange-700:focus {
  background-color: var(--orange-700) !important;
}
.focus\:bg-orange-800:focus {
  background-color: var(--orange-800) !important;
}
.focus\:bg-orange-900:focus {
  background-color: var(--orange-900) !important;
}
.hover\:bg-orange-50:hover {
  background-color: var(--orange-50) !important;
}
.hover\:bg-orange-100:hover {
  background-color: var(--orange-100) !important;
}
.hover\:bg-orange-200:hover {
  background-color: var(--orange-200) !important;
}
.hover\:bg-orange-300:hover {
  background-color: var(--orange-300) !important;
}
.hover\:bg-orange-400:hover {
  background-color: var(--orange-400) !important;
}
.hover\:bg-orange-500:hover {
  background-color: var(--orange-500) !important;
}
.hover\:bg-orange-600:hover {
  background-color: var(--orange-600) !important;
}
.hover\:bg-orange-700:hover {
  background-color: var(--orange-700) !important;
}
.hover\:bg-orange-800:hover {
  background-color: var(--orange-800) !important;
}
.hover\:bg-orange-900:hover {
  background-color: var(--orange-900) !important;
}
.active\:bg-orange-50:active {
  background-color: var(--orange-50) !important;
}
.active\:bg-orange-100:active {
  background-color: var(--orange-100) !important;
}
.active\:bg-orange-200:active {
  background-color: var(--orange-200) !important;
}
.active\:bg-orange-300:active {
  background-color: var(--orange-300) !important;
}
.active\:bg-orange-400:active {
  background-color: var(--orange-400) !important;
}
.active\:bg-orange-500:active {
  background-color: var(--orange-500) !important;
}
.active\:bg-orange-600:active {
  background-color: var(--orange-600) !important;
}
.active\:bg-orange-700:active {
  background-color: var(--orange-700) !important;
}
.active\:bg-orange-800:active {
  background-color: var(--orange-800) !important;
}
.active\:bg-orange-900:active {
  background-color: var(--orange-900) !important;
}
.bg-bluegray-50 {
  background-color: var(--bluegray-50) !important;
}
.bg-bluegray-100 {
  background-color: var(--bluegray-100) !important;
}
.bg-bluegray-200 {
  background-color: var(--bluegray-200) !important;
}
.bg-bluegray-300 {
  background-color: var(--bluegray-300) !important;
}
.bg-bluegray-400 {
  background-color: var(--bluegray-400) !important;
}
.bg-bluegray-500 {
  background-color: var(--bluegray-500) !important;
}
.bg-bluegray-600 {
  background-color: var(--bluegray-600) !important;
}
.bg-bluegray-700 {
  background-color: var(--bluegray-700) !important;
}
.bg-bluegray-800 {
  background-color: var(--bluegray-800) !important;
}
.bg-bluegray-900 {
  background-color: var(--bluegray-900) !important;
}
.focus\:bg-bluegray-50:focus {
  background-color: var(--bluegray-50) !important;
}
.focus\:bg-bluegray-100:focus {
  background-color: var(--bluegray-100) !important;
}
.focus\:bg-bluegray-200:focus {
  background-color: var(--bluegray-200) !important;
}
.focus\:bg-bluegray-300:focus {
  background-color: var(--bluegray-300) !important;
}
.focus\:bg-bluegray-400:focus {
  background-color: var(--bluegray-400) !important;
}
.focus\:bg-bluegray-500:focus {
  background-color: var(--bluegray-500) !important;
}
.focus\:bg-bluegray-600:focus {
  background-color: var(--bluegray-600) !important;
}
.focus\:bg-bluegray-700:focus {
  background-color: var(--bluegray-700) !important;
}
.focus\:bg-bluegray-800:focus {
  background-color: var(--bluegray-800) !important;
}
.focus\:bg-bluegray-900:focus {
  background-color: var(--bluegray-900) !important;
}
.hover\:bg-bluegray-50:hover {
  background-color: var(--bluegray-50) !important;
}
.hover\:bg-bluegray-100:hover {
  background-color: var(--bluegray-100) !important;
}
.hover\:bg-bluegray-200:hover {
  background-color: var(--bluegray-200) !important;
}
.hover\:bg-bluegray-300:hover {
  background-color: var(--bluegray-300) !important;
}
.hover\:bg-bluegray-400:hover {
  background-color: var(--bluegray-400) !important;
}
.hover\:bg-bluegray-500:hover {
  background-color: var(--bluegray-500) !important;
}
.hover\:bg-bluegray-600:hover {
  background-color: var(--bluegray-600) !important;
}
.hover\:bg-bluegray-700:hover {
  background-color: var(--bluegray-700) !important;
}
.hover\:bg-bluegray-800:hover {
  background-color: var(--bluegray-800) !important;
}
.hover\:bg-bluegray-900:hover {
  background-color: var(--bluegray-900) !important;
}
.active\:bg-bluegray-50:active {
  background-color: var(--bluegray-50) !important;
}
.active\:bg-bluegray-100:active {
  background-color: var(--bluegray-100) !important;
}
.active\:bg-bluegray-200:active {
  background-color: var(--bluegray-200) !important;
}
.active\:bg-bluegray-300:active {
  background-color: var(--bluegray-300) !important;
}
.active\:bg-bluegray-400:active {
  background-color: var(--bluegray-400) !important;
}
.active\:bg-bluegray-500:active {
  background-color: var(--bluegray-500) !important;
}
.active\:bg-bluegray-600:active {
  background-color: var(--bluegray-600) !important;
}
.active\:bg-bluegray-700:active {
  background-color: var(--bluegray-700) !important;
}
.active\:bg-bluegray-800:active {
  background-color: var(--bluegray-800) !important;
}
.active\:bg-bluegray-900:active {
  background-color: var(--bluegray-900) !important;
}
.bg-purple-50 {
  background-color: var(--purple-50) !important;
}
.bg-purple-100 {
  background-color: var(--purple-100) !important;
}
.bg-purple-200 {
  background-color: var(--purple-200) !important;
}
.bg-purple-300 {
  background-color: var(--purple-300) !important;
}
.bg-purple-400 {
  background-color: var(--purple-400) !important;
}
.bg-purple-500 {
  background-color: var(--purple-500) !important;
}
.bg-purple-600 {
  background-color: var(--purple-600) !important;
}
.bg-purple-700 {
  background-color: var(--purple-700) !important;
}
.bg-purple-800 {
  background-color: var(--purple-800) !important;
}
.bg-purple-900 {
  background-color: var(--purple-900) !important;
}
.focus\:bg-purple-50:focus {
  background-color: var(--purple-50) !important;
}
.focus\:bg-purple-100:focus {
  background-color: var(--purple-100) !important;
}
.focus\:bg-purple-200:focus {
  background-color: var(--purple-200) !important;
}
.focus\:bg-purple-300:focus {
  background-color: var(--purple-300) !important;
}
.focus\:bg-purple-400:focus {
  background-color: var(--purple-400) !important;
}
.focus\:bg-purple-500:focus {
  background-color: var(--purple-500) !important;
}
.focus\:bg-purple-600:focus {
  background-color: var(--purple-600) !important;
}
.focus\:bg-purple-700:focus {
  background-color: var(--purple-700) !important;
}
.focus\:bg-purple-800:focus {
  background-color: var(--purple-800) !important;
}
.focus\:bg-purple-900:focus {
  background-color: var(--purple-900) !important;
}
.hover\:bg-purple-50:hover {
  background-color: var(--purple-50) !important;
}
.hover\:bg-purple-100:hover {
  background-color: var(--purple-100) !important;
}
.hover\:bg-purple-200:hover {
  background-color: var(--purple-200) !important;
}
.hover\:bg-purple-300:hover {
  background-color: var(--purple-300) !important;
}
.hover\:bg-purple-400:hover {
  background-color: var(--purple-400) !important;
}
.hover\:bg-purple-500:hover {
  background-color: var(--purple-500) !important;
}
.hover\:bg-purple-600:hover {
  background-color: var(--purple-600) !important;
}
.hover\:bg-purple-700:hover {
  background-color: var(--purple-700) !important;
}
.hover\:bg-purple-800:hover {
  background-color: var(--purple-800) !important;
}
.hover\:bg-purple-900:hover {
  background-color: var(--purple-900) !important;
}
.active\:bg-purple-50:active {
  background-color: var(--purple-50) !important;
}
.active\:bg-purple-100:active {
  background-color: var(--purple-100) !important;
}
.active\:bg-purple-200:active {
  background-color: var(--purple-200) !important;
}
.active\:bg-purple-300:active {
  background-color: var(--purple-300) !important;
}
.active\:bg-purple-400:active {
  background-color: var(--purple-400) !important;
}
.active\:bg-purple-500:active {
  background-color: var(--purple-500) !important;
}
.active\:bg-purple-600:active {
  background-color: var(--purple-600) !important;
}
.active\:bg-purple-700:active {
  background-color: var(--purple-700) !important;
}
.active\:bg-purple-800:active {
  background-color: var(--purple-800) !important;
}
.active\:bg-purple-900:active {
  background-color: var(--purple-900) !important;
}
.bg-gray-50 {
  background-color: var(--gray-50) !important;
}
.bg-gray-100 {
  background-color: var(--gray-100) !important;
}
.bg-gray-200 {
  background-color: var(--gray-200) !important;
}
.bg-gray-300 {
  background-color: var(--gray-300) !important;
}
.bg-gray-400 {
  background-color: var(--gray-400) !important;
}
.bg-gray-500 {
  background-color: var(--gray-500) !important;
}
.bg-gray-600 {
  background-color: var(--gray-600) !important;
}
.bg-gray-700 {
  background-color: var(--gray-700) !important;
}
.bg-gray-800 {
  background-color: var(--gray-800) !important;
}
.bg-gray-900 {
  background-color: var(--gray-900) !important;
}
.focus\:bg-gray-50:focus {
  background-color: var(--gray-50) !important;
}
.focus\:bg-gray-100:focus {
  background-color: var(--gray-100) !important;
}
.focus\:bg-gray-200:focus {
  background-color: var(--gray-200) !important;
}
.focus\:bg-gray-300:focus {
  background-color: var(--gray-300) !important;
}
.focus\:bg-gray-400:focus {
  background-color: var(--gray-400) !important;
}
.focus\:bg-gray-500:focus {
  background-color: var(--gray-500) !important;
}
.focus\:bg-gray-600:focus {
  background-color: var(--gray-600) !important;
}
.focus\:bg-gray-700:focus {
  background-color: var(--gray-700) !important;
}
.focus\:bg-gray-800:focus {
  background-color: var(--gray-800) !important;
}
.focus\:bg-gray-900:focus {
  background-color: var(--gray-900) !important;
}
.hover\:bg-gray-50:hover {
  background-color: var(--gray-50) !important;
}
.hover\:bg-gray-100:hover {
  background-color: var(--gray-100) !important;
}
.hover\:bg-gray-200:hover {
  background-color: var(--gray-200) !important;
}
.hover\:bg-gray-300:hover {
  background-color: var(--gray-300) !important;
}
.hover\:bg-gray-400:hover {
  background-color: var(--gray-400) !important;
}
.hover\:bg-gray-500:hover {
  background-color: var(--gray-500) !important;
}
.hover\:bg-gray-600:hover {
  background-color: var(--gray-600) !important;
}
.hover\:bg-gray-700:hover {
  background-color: var(--gray-700) !important;
}
.hover\:bg-gray-800:hover {
  background-color: var(--gray-800) !important;
}
.hover\:bg-gray-900:hover {
  background-color: var(--gray-900) !important;
}
.active\:bg-gray-50:active {
  background-color: var(--gray-50) !important;
}
.active\:bg-gray-100:active {
  background-color: var(--gray-100) !important;
}
.active\:bg-gray-200:active {
  background-color: var(--gray-200) !important;
}
.active\:bg-gray-300:active {
  background-color: var(--gray-300) !important;
}
.active\:bg-gray-400:active {
  background-color: var(--gray-400) !important;
}
.active\:bg-gray-500:active {
  background-color: var(--gray-500) !important;
}
.active\:bg-gray-600:active {
  background-color: var(--gray-600) !important;
}
.active\:bg-gray-700:active {
  background-color: var(--gray-700) !important;
}
.active\:bg-gray-800:active {
  background-color: var(--gray-800) !important;
}
.active\:bg-gray-900:active {
  background-color: var(--gray-900) !important;
}
.bg-red-50 {
  background-color: var(--red-50) !important;
}
.bg-red-100 {
  background-color: var(--red-100) !important;
}
.bg-red-200 {
  background-color: var(--red-200) !important;
}
.bg-red-300 {
  background-color: var(--red-300) !important;
}
.bg-red-400 {
  background-color: var(--red-400) !important;
}
.bg-red-500 {
  background-color: var(--red-500) !important;
}
.bg-red-600 {
  background-color: var(--red-600) !important;
}
.bg-red-700 {
  background-color: var(--red-700) !important;
}
.bg-red-800 {
  background-color: var(--red-800) !important;
}
.bg-red-900 {
  background-color: var(--red-900) !important;
}
.focus\:bg-red-50:focus {
  background-color: var(--red-50) !important;
}
.focus\:bg-red-100:focus {
  background-color: var(--red-100) !important;
}
.focus\:bg-red-200:focus {
  background-color: var(--red-200) !important;
}
.focus\:bg-red-300:focus {
  background-color: var(--red-300) !important;
}
.focus\:bg-red-400:focus {
  background-color: var(--red-400) !important;
}
.focus\:bg-red-500:focus {
  background-color: var(--red-500) !important;
}
.focus\:bg-red-600:focus {
  background-color: var(--red-600) !important;
}
.focus\:bg-red-700:focus {
  background-color: var(--red-700) !important;
}
.focus\:bg-red-800:focus {
  background-color: var(--red-800) !important;
}
.focus\:bg-red-900:focus {
  background-color: var(--red-900) !important;
}
.hover\:bg-red-50:hover {
  background-color: var(--red-50) !important;
}
.hover\:bg-red-100:hover {
  background-color: var(--red-100) !important;
}
.hover\:bg-red-200:hover {
  background-color: var(--red-200) !important;
}
.hover\:bg-red-300:hover {
  background-color: var(--red-300) !important;
}
.hover\:bg-red-400:hover {
  background-color: var(--red-400) !important;
}
.hover\:bg-red-500:hover {
  background-color: var(--red-500) !important;
}
.hover\:bg-red-600:hover {
  background-color: var(--red-600) !important;
}
.hover\:bg-red-700:hover {
  background-color: var(--red-700) !important;
}
.hover\:bg-red-800:hover {
  background-color: var(--red-800) !important;
}
.hover\:bg-red-900:hover {
  background-color: var(--red-900) !important;
}
.active\:bg-red-50:active {
  background-color: var(--red-50) !important;
}
.active\:bg-red-100:active {
  background-color: var(--red-100) !important;
}
.active\:bg-red-200:active {
  background-color: var(--red-200) !important;
}
.active\:bg-red-300:active {
  background-color: var(--red-300) !important;
}
.active\:bg-red-400:active {
  background-color: var(--red-400) !important;
}
.active\:bg-red-500:active {
  background-color: var(--red-500) !important;
}
.active\:bg-red-600:active {
  background-color: var(--red-600) !important;
}
.active\:bg-red-700:active {
  background-color: var(--red-700) !important;
}
.active\:bg-red-800:active {
  background-color: var(--red-800) !important;
}
.active\:bg-red-900:active {
  background-color: var(--red-900) !important;
}
.bg-primary-50 {
  background-color: var(--primary-50) !important;
}
.bg-primary-100 {
  background-color: var(--primary-100) !important;
}
.bg-primary-200 {
  background-color: var(--primary-200) !important;
}
.bg-primary-300 {
  background-color: var(--primary-300) !important;
}
.bg-primary-400 {
  background-color: var(--primary-400) !important;
}
.bg-primary-500 {
  background-color: var(--primary-500) !important;
}
.bg-primary-600 {
  background-color: var(--primary-600) !important;
}
.bg-primary-700 {
  background-color: var(--primary-700) !important;
}
.bg-primary-800 {
  background-color: var(--primary-800) !important;
}
.bg-primary-900 {
  background-color: var(--primary-900) !important;
}
.focus\:bg-primary-50:focus {
  background-color: var(--primary-50) !important;
}
.focus\:bg-primary-100:focus {
  background-color: var(--primary-100) !important;
}
.focus\:bg-primary-200:focus {
  background-color: var(--primary-200) !important;
}
.focus\:bg-primary-300:focus {
  background-color: var(--primary-300) !important;
}
.focus\:bg-primary-400:focus {
  background-color: var(--primary-400) !important;
}
.focus\:bg-primary-500:focus {
  background-color: var(--primary-500) !important;
}
.focus\:bg-primary-600:focus {
  background-color: var(--primary-600) !important;
}
.focus\:bg-primary-700:focus {
  background-color: var(--primary-700) !important;
}
.focus\:bg-primary-800:focus {
  background-color: var(--primary-800) !important;
}
.focus\:bg-primary-900:focus {
  background-color: var(--primary-900) !important;
}
.hover\:bg-primary-50:hover {
  background-color: var(--primary-50) !important;
}
.hover\:bg-primary-100:hover {
  background-color: var(--primary-100) !important;
}
.hover\:bg-primary-200:hover {
  background-color: var(--primary-200) !important;
}
.hover\:bg-primary-300:hover {
  background-color: var(--primary-300) !important;
}
.hover\:bg-primary-400:hover {
  background-color: var(--primary-400) !important;
}
.hover\:bg-primary-500:hover {
  background-color: var(--primary-500) !important;
}
.hover\:bg-primary-600:hover {
  background-color: var(--primary-600) !important;
}
.hover\:bg-primary-700:hover {
  background-color: var(--primary-700) !important;
}
.hover\:bg-primary-800:hover {
  background-color: var(--primary-800) !important;
}
.hover\:bg-primary-900:hover {
  background-color: var(--primary-900) !important;
}
.active\:bg-primary-50:active {
  background-color: var(--primary-50) !important;
}
.active\:bg-primary-100:active {
  background-color: var(--primary-100) !important;
}
.active\:bg-primary-200:active {
  background-color: var(--primary-200) !important;
}
.active\:bg-primary-300:active {
  background-color: var(--primary-300) !important;
}
.active\:bg-primary-400:active {
  background-color: var(--primary-400) !important;
}
.active\:bg-primary-500:active {
  background-color: var(--primary-500) !important;
}
.active\:bg-primary-600:active {
  background-color: var(--primary-600) !important;
}
.active\:bg-primary-700:active {
  background-color: var(--primary-700) !important;
}
.active\:bg-primary-800:active {
  background-color: var(--primary-800) !important;
}
.active\:bg-primary-900:active {
  background-color: var(--primary-900) !important;
}
.border-blue-50 {
  border-color: var(--blue-50) !important;
}
.border-blue-100 {
  border-color: var(--blue-100) !important;
}
.border-blue-200 {
  border-color: var(--blue-200) !important;
}
.border-blue-300 {
  border-color: var(--blue-300) !important;
}
.border-blue-400 {
  border-color: var(--blue-400) !important;
}
.border-blue-500 {
  border-color: var(--blue-500) !important;
}
.border-blue-600 {
  border-color: var(--blue-600) !important;
}
.border-blue-700 {
  border-color: var(--blue-700) !important;
}
.border-blue-800 {
  border-color: var(--blue-800) !important;
}
.border-blue-900 {
  border-color: var(--blue-900) !important;
}
.focus\:border-blue-50:focus {
  border-color: var(--blue-50) !important;
}
.focus\:border-blue-100:focus {
  border-color: var(--blue-100) !important;
}
.focus\:border-blue-200:focus {
  border-color: var(--blue-200) !important;
}
.focus\:border-blue-300:focus {
  border-color: var(--blue-300) !important;
}
.focus\:border-blue-400:focus {
  border-color: var(--blue-400) !important;
}
.focus\:border-blue-500:focus {
  border-color: var(--blue-500) !important;
}
.focus\:border-blue-600:focus {
  border-color: var(--blue-600) !important;
}
.focus\:border-blue-700:focus {
  border-color: var(--blue-700) !important;
}
.focus\:border-blue-800:focus {
  border-color: var(--blue-800) !important;
}
.focus\:border-blue-900:focus {
  border-color: var(--blue-900) !important;
}
.hover\:border-blue-50:hover {
  border-color: var(--blue-50) !important;
}
.hover\:border-blue-100:hover {
  border-color: var(--blue-100) !important;
}
.hover\:border-blue-200:hover {
  border-color: var(--blue-200) !important;
}
.hover\:border-blue-300:hover {
  border-color: var(--blue-300) !important;
}
.hover\:border-blue-400:hover {
  border-color: var(--blue-400) !important;
}
.hover\:border-blue-500:hover {
  border-color: var(--blue-500) !important;
}
.hover\:border-blue-600:hover {
  border-color: var(--blue-600) !important;
}
.hover\:border-blue-700:hover {
  border-color: var(--blue-700) !important;
}
.hover\:border-blue-800:hover {
  border-color: var(--blue-800) !important;
}
.hover\:border-blue-900:hover {
  border-color: var(--blue-900) !important;
}
.active\:border-blue-50:active {
  border-color: var(--blue-50) !important;
}
.active\:border-blue-100:active {
  border-color: var(--blue-100) !important;
}
.active\:border-blue-200:active {
  border-color: var(--blue-200) !important;
}
.active\:border-blue-300:active {
  border-color: var(--blue-300) !important;
}
.active\:border-blue-400:active {
  border-color: var(--blue-400) !important;
}
.active\:border-blue-500:active {
  border-color: var(--blue-500) !important;
}
.active\:border-blue-600:active {
  border-color: var(--blue-600) !important;
}
.active\:border-blue-700:active {
  border-color: var(--blue-700) !important;
}
.active\:border-blue-800:active {
  border-color: var(--blue-800) !important;
}
.active\:border-blue-900:active {
  border-color: var(--blue-900) !important;
}
.border-green-50 {
  border-color: var(--green-50) !important;
}
.border-green-100 {
  border-color: var(--green-100) !important;
}
.border-green-200 {
  border-color: var(--green-200) !important;
}
.border-green-300 {
  border-color: var(--green-300) !important;
}
.border-green-400 {
  border-color: var(--green-400) !important;
}
.border-green-500 {
  border-color: var(--green-500) !important;
}
.border-green-600 {
  border-color: var(--green-600) !important;
}
.border-green-700 {
  border-color: var(--green-700) !important;
}
.border-green-800 {
  border-color: var(--green-800) !important;
}
.border-green-900 {
  border-color: var(--green-900) !important;
}
.focus\:border-green-50:focus {
  border-color: var(--green-50) !important;
}
.focus\:border-green-100:focus {
  border-color: var(--green-100) !important;
}
.focus\:border-green-200:focus {
  border-color: var(--green-200) !important;
}
.focus\:border-green-300:focus {
  border-color: var(--green-300) !important;
}
.focus\:border-green-400:focus {
  border-color: var(--green-400) !important;
}
.focus\:border-green-500:focus {
  border-color: var(--green-500) !important;
}
.focus\:border-green-600:focus {
  border-color: var(--green-600) !important;
}
.focus\:border-green-700:focus {
  border-color: var(--green-700) !important;
}
.focus\:border-green-800:focus {
  border-color: var(--green-800) !important;
}
.focus\:border-green-900:focus {
  border-color: var(--green-900) !important;
}
.hover\:border-green-50:hover {
  border-color: var(--green-50) !important;
}
.hover\:border-green-100:hover {
  border-color: var(--green-100) !important;
}
.hover\:border-green-200:hover {
  border-color: var(--green-200) !important;
}
.hover\:border-green-300:hover {
  border-color: var(--green-300) !important;
}
.hover\:border-green-400:hover {
  border-color: var(--green-400) !important;
}
.hover\:border-green-500:hover {
  border-color: var(--green-500) !important;
}
.hover\:border-green-600:hover {
  border-color: var(--green-600) !important;
}
.hover\:border-green-700:hover {
  border-color: var(--green-700) !important;
}
.hover\:border-green-800:hover {
  border-color: var(--green-800) !important;
}
.hover\:border-green-900:hover {
  border-color: var(--green-900) !important;
}
.active\:border-green-50:active {
  border-color: var(--green-50) !important;
}
.active\:border-green-100:active {
  border-color: var(--green-100) !important;
}
.active\:border-green-200:active {
  border-color: var(--green-200) !important;
}
.active\:border-green-300:active {
  border-color: var(--green-300) !important;
}
.active\:border-green-400:active {
  border-color: var(--green-400) !important;
}
.active\:border-green-500:active {
  border-color: var(--green-500) !important;
}
.active\:border-green-600:active {
  border-color: var(--green-600) !important;
}
.active\:border-green-700:active {
  border-color: var(--green-700) !important;
}
.active\:border-green-800:active {
  border-color: var(--green-800) !important;
}
.active\:border-green-900:active {
  border-color: var(--green-900) !important;
}
.border-yellow-50 {
  border-color: var(--yellow-50) !important;
}
.border-yellow-100 {
  border-color: var(--yellow-100) !important;
}
.border-yellow-200 {
  border-color: var(--yellow-200) !important;
}
.border-yellow-300 {
  border-color: var(--yellow-300) !important;
}
.border-yellow-400 {
  border-color: var(--yellow-400) !important;
}
.border-yellow-500 {
  border-color: var(--yellow-500) !important;
}
.border-yellow-600 {
  border-color: var(--yellow-600) !important;
}
.border-yellow-700 {
  border-color: var(--yellow-700) !important;
}
.border-yellow-800 {
  border-color: var(--yellow-800) !important;
}
.border-yellow-900 {
  border-color: var(--yellow-900) !important;
}
.focus\:border-yellow-50:focus {
  border-color: var(--yellow-50) !important;
}
.focus\:border-yellow-100:focus {
  border-color: var(--yellow-100) !important;
}
.focus\:border-yellow-200:focus {
  border-color: var(--yellow-200) !important;
}
.focus\:border-yellow-300:focus {
  border-color: var(--yellow-300) !important;
}
.focus\:border-yellow-400:focus {
  border-color: var(--yellow-400) !important;
}
.focus\:border-yellow-500:focus {
  border-color: var(--yellow-500) !important;
}
.focus\:border-yellow-600:focus {
  border-color: var(--yellow-600) !important;
}
.focus\:border-yellow-700:focus {
  border-color: var(--yellow-700) !important;
}
.focus\:border-yellow-800:focus {
  border-color: var(--yellow-800) !important;
}
.focus\:border-yellow-900:focus {
  border-color: var(--yellow-900) !important;
}
.hover\:border-yellow-50:hover {
  border-color: var(--yellow-50) !important;
}
.hover\:border-yellow-100:hover {
  border-color: var(--yellow-100) !important;
}
.hover\:border-yellow-200:hover {
  border-color: var(--yellow-200) !important;
}
.hover\:border-yellow-300:hover {
  border-color: var(--yellow-300) !important;
}
.hover\:border-yellow-400:hover {
  border-color: var(--yellow-400) !important;
}
.hover\:border-yellow-500:hover {
  border-color: var(--yellow-500) !important;
}
.hover\:border-yellow-600:hover {
  border-color: var(--yellow-600) !important;
}
.hover\:border-yellow-700:hover {
  border-color: var(--yellow-700) !important;
}
.hover\:border-yellow-800:hover {
  border-color: var(--yellow-800) !important;
}
.hover\:border-yellow-900:hover {
  border-color: var(--yellow-900) !important;
}
.active\:border-yellow-50:active {
  border-color: var(--yellow-50) !important;
}
.active\:border-yellow-100:active {
  border-color: var(--yellow-100) !important;
}
.active\:border-yellow-200:active {
  border-color: var(--yellow-200) !important;
}
.active\:border-yellow-300:active {
  border-color: var(--yellow-300) !important;
}
.active\:border-yellow-400:active {
  border-color: var(--yellow-400) !important;
}
.active\:border-yellow-500:active {
  border-color: var(--yellow-500) !important;
}
.active\:border-yellow-600:active {
  border-color: var(--yellow-600) !important;
}
.active\:border-yellow-700:active {
  border-color: var(--yellow-700) !important;
}
.active\:border-yellow-800:active {
  border-color: var(--yellow-800) !important;
}
.active\:border-yellow-900:active {
  border-color: var(--yellow-900) !important;
}
.border-cyan-50 {
  border-color: var(--cyan-50) !important;
}
.border-cyan-100 {
  border-color: var(--cyan-100) !important;
}
.border-cyan-200 {
  border-color: var(--cyan-200) !important;
}
.border-cyan-300 {
  border-color: var(--cyan-300) !important;
}
.border-cyan-400 {
  border-color: var(--cyan-400) !important;
}
.border-cyan-500 {
  border-color: var(--cyan-500) !important;
}
.border-cyan-600 {
  border-color: var(--cyan-600) !important;
}
.border-cyan-700 {
  border-color: var(--cyan-700) !important;
}
.border-cyan-800 {
  border-color: var(--cyan-800) !important;
}
.border-cyan-900 {
  border-color: var(--cyan-900) !important;
}
.focus\:border-cyan-50:focus {
  border-color: var(--cyan-50) !important;
}
.focus\:border-cyan-100:focus {
  border-color: var(--cyan-100) !important;
}
.focus\:border-cyan-200:focus {
  border-color: var(--cyan-200) !important;
}
.focus\:border-cyan-300:focus {
  border-color: var(--cyan-300) !important;
}
.focus\:border-cyan-400:focus {
  border-color: var(--cyan-400) !important;
}
.focus\:border-cyan-500:focus {
  border-color: var(--cyan-500) !important;
}
.focus\:border-cyan-600:focus {
  border-color: var(--cyan-600) !important;
}
.focus\:border-cyan-700:focus {
  border-color: var(--cyan-700) !important;
}
.focus\:border-cyan-800:focus {
  border-color: var(--cyan-800) !important;
}
.focus\:border-cyan-900:focus {
  border-color: var(--cyan-900) !important;
}
.hover\:border-cyan-50:hover {
  border-color: var(--cyan-50) !important;
}
.hover\:border-cyan-100:hover {
  border-color: var(--cyan-100) !important;
}
.hover\:border-cyan-200:hover {
  border-color: var(--cyan-200) !important;
}
.hover\:border-cyan-300:hover {
  border-color: var(--cyan-300) !important;
}
.hover\:border-cyan-400:hover {
  border-color: var(--cyan-400) !important;
}
.hover\:border-cyan-500:hover {
  border-color: var(--cyan-500) !important;
}
.hover\:border-cyan-600:hover {
  border-color: var(--cyan-600) !important;
}
.hover\:border-cyan-700:hover {
  border-color: var(--cyan-700) !important;
}
.hover\:border-cyan-800:hover {
  border-color: var(--cyan-800) !important;
}
.hover\:border-cyan-900:hover {
  border-color: var(--cyan-900) !important;
}
.active\:border-cyan-50:active {
  border-color: var(--cyan-50) !important;
}
.active\:border-cyan-100:active {
  border-color: var(--cyan-100) !important;
}
.active\:border-cyan-200:active {
  border-color: var(--cyan-200) !important;
}
.active\:border-cyan-300:active {
  border-color: var(--cyan-300) !important;
}
.active\:border-cyan-400:active {
  border-color: var(--cyan-400) !important;
}
.active\:border-cyan-500:active {
  border-color: var(--cyan-500) !important;
}
.active\:border-cyan-600:active {
  border-color: var(--cyan-600) !important;
}
.active\:border-cyan-700:active {
  border-color: var(--cyan-700) !important;
}
.active\:border-cyan-800:active {
  border-color: var(--cyan-800) !important;
}
.active\:border-cyan-900:active {
  border-color: var(--cyan-900) !important;
}
.border-pink-50 {
  border-color: var(--pink-50) !important;
}
.border-pink-100 {
  border-color: var(--pink-100) !important;
}
.border-pink-200 {
  border-color: var(--pink-200) !important;
}
.border-pink-300 {
  border-color: var(--pink-300) !important;
}
.border-pink-400 {
  border-color: var(--pink-400) !important;
}
.border-pink-500 {
  border-color: var(--pink-500) !important;
}
.border-pink-600 {
  border-color: var(--pink-600) !important;
}
.border-pink-700 {
  border-color: var(--pink-700) !important;
}
.border-pink-800 {
  border-color: var(--pink-800) !important;
}
.border-pink-900 {
  border-color: var(--pink-900) !important;
}
.focus\:border-pink-50:focus {
  border-color: var(--pink-50) !important;
}
.focus\:border-pink-100:focus {
  border-color: var(--pink-100) !important;
}
.focus\:border-pink-200:focus {
  border-color: var(--pink-200) !important;
}
.focus\:border-pink-300:focus {
  border-color: var(--pink-300) !important;
}
.focus\:border-pink-400:focus {
  border-color: var(--pink-400) !important;
}
.focus\:border-pink-500:focus {
  border-color: var(--pink-500) !important;
}
.focus\:border-pink-600:focus {
  border-color: var(--pink-600) !important;
}
.focus\:border-pink-700:focus {
  border-color: var(--pink-700) !important;
}
.focus\:border-pink-800:focus {
  border-color: var(--pink-800) !important;
}
.focus\:border-pink-900:focus {
  border-color: var(--pink-900) !important;
}
.hover\:border-pink-50:hover {
  border-color: var(--pink-50) !important;
}
.hover\:border-pink-100:hover {
  border-color: var(--pink-100) !important;
}
.hover\:border-pink-200:hover {
  border-color: var(--pink-200) !important;
}
.hover\:border-pink-300:hover {
  border-color: var(--pink-300) !important;
}
.hover\:border-pink-400:hover {
  border-color: var(--pink-400) !important;
}
.hover\:border-pink-500:hover {
  border-color: var(--pink-500) !important;
}
.hover\:border-pink-600:hover {
  border-color: var(--pink-600) !important;
}
.hover\:border-pink-700:hover {
  border-color: var(--pink-700) !important;
}
.hover\:border-pink-800:hover {
  border-color: var(--pink-800) !important;
}
.hover\:border-pink-900:hover {
  border-color: var(--pink-900) !important;
}
.active\:border-pink-50:active {
  border-color: var(--pink-50) !important;
}
.active\:border-pink-100:active {
  border-color: var(--pink-100) !important;
}
.active\:border-pink-200:active {
  border-color: var(--pink-200) !important;
}
.active\:border-pink-300:active {
  border-color: var(--pink-300) !important;
}
.active\:border-pink-400:active {
  border-color: var(--pink-400) !important;
}
.active\:border-pink-500:active {
  border-color: var(--pink-500) !important;
}
.active\:border-pink-600:active {
  border-color: var(--pink-600) !important;
}
.active\:border-pink-700:active {
  border-color: var(--pink-700) !important;
}
.active\:border-pink-800:active {
  border-color: var(--pink-800) !important;
}
.active\:border-pink-900:active {
  border-color: var(--pink-900) !important;
}
.border-indigo-50 {
  border-color: var(--indigo-50) !important;
}
.border-indigo-100 {
  border-color: var(--indigo-100) !important;
}
.border-indigo-200 {
  border-color: var(--indigo-200) !important;
}
.border-indigo-300 {
  border-color: var(--indigo-300) !important;
}
.border-indigo-400 {
  border-color: var(--indigo-400) !important;
}
.border-indigo-500 {
  border-color: var(--indigo-500) !important;
}
.border-indigo-600 {
  border-color: var(--indigo-600) !important;
}
.border-indigo-700 {
  border-color: var(--indigo-700) !important;
}
.border-indigo-800 {
  border-color: var(--indigo-800) !important;
}
.border-indigo-900 {
  border-color: var(--indigo-900) !important;
}
.focus\:border-indigo-50:focus {
  border-color: var(--indigo-50) !important;
}
.focus\:border-indigo-100:focus {
  border-color: var(--indigo-100) !important;
}
.focus\:border-indigo-200:focus {
  border-color: var(--indigo-200) !important;
}
.focus\:border-indigo-300:focus {
  border-color: var(--indigo-300) !important;
}
.focus\:border-indigo-400:focus {
  border-color: var(--indigo-400) !important;
}
.focus\:border-indigo-500:focus {
  border-color: var(--indigo-500) !important;
}
.focus\:border-indigo-600:focus {
  border-color: var(--indigo-600) !important;
}
.focus\:border-indigo-700:focus {
  border-color: var(--indigo-700) !important;
}
.focus\:border-indigo-800:focus {
  border-color: var(--indigo-800) !important;
}
.focus\:border-indigo-900:focus {
  border-color: var(--indigo-900) !important;
}
.hover\:border-indigo-50:hover {
  border-color: var(--indigo-50) !important;
}
.hover\:border-indigo-100:hover {
  border-color: var(--indigo-100) !important;
}
.hover\:border-indigo-200:hover {
  border-color: var(--indigo-200) !important;
}
.hover\:border-indigo-300:hover {
  border-color: var(--indigo-300) !important;
}
.hover\:border-indigo-400:hover {
  border-color: var(--indigo-400) !important;
}
.hover\:border-indigo-500:hover {
  border-color: var(--indigo-500) !important;
}
.hover\:border-indigo-600:hover {
  border-color: var(--indigo-600) !important;
}
.hover\:border-indigo-700:hover {
  border-color: var(--indigo-700) !important;
}
.hover\:border-indigo-800:hover {
  border-color: var(--indigo-800) !important;
}
.hover\:border-indigo-900:hover {
  border-color: var(--indigo-900) !important;
}
.active\:border-indigo-50:active {
  border-color: var(--indigo-50) !important;
}
.active\:border-indigo-100:active {
  border-color: var(--indigo-100) !important;
}
.active\:border-indigo-200:active {
  border-color: var(--indigo-200) !important;
}
.active\:border-indigo-300:active {
  border-color: var(--indigo-300) !important;
}
.active\:border-indigo-400:active {
  border-color: var(--indigo-400) !important;
}
.active\:border-indigo-500:active {
  border-color: var(--indigo-500) !important;
}
.active\:border-indigo-600:active {
  border-color: var(--indigo-600) !important;
}
.active\:border-indigo-700:active {
  border-color: var(--indigo-700) !important;
}
.active\:border-indigo-800:active {
  border-color: var(--indigo-800) !important;
}
.active\:border-indigo-900:active {
  border-color: var(--indigo-900) !important;
}
.border-teal-50 {
  border-color: var(--teal-50) !important;
}
.border-teal-100 {
  border-color: var(--teal-100) !important;
}
.border-teal-200 {
  border-color: var(--teal-200) !important;
}
.border-teal-300 {
  border-color: var(--teal-300) !important;
}
.border-teal-400 {
  border-color: var(--teal-400) !important;
}
.border-teal-500 {
  border-color: var(--teal-500) !important;
}
.border-teal-600 {
  border-color: var(--teal-600) !important;
}
.border-teal-700 {
  border-color: var(--teal-700) !important;
}
.border-teal-800 {
  border-color: var(--teal-800) !important;
}
.border-teal-900 {
  border-color: var(--teal-900) !important;
}
.focus\:border-teal-50:focus {
  border-color: var(--teal-50) !important;
}
.focus\:border-teal-100:focus {
  border-color: var(--teal-100) !important;
}
.focus\:border-teal-200:focus {
  border-color: var(--teal-200) !important;
}
.focus\:border-teal-300:focus {
  border-color: var(--teal-300) !important;
}
.focus\:border-teal-400:focus {
  border-color: var(--teal-400) !important;
}
.focus\:border-teal-500:focus {
  border-color: var(--teal-500) !important;
}
.focus\:border-teal-600:focus {
  border-color: var(--teal-600) !important;
}
.focus\:border-teal-700:focus {
  border-color: var(--teal-700) !important;
}
.focus\:border-teal-800:focus {
  border-color: var(--teal-800) !important;
}
.focus\:border-teal-900:focus {
  border-color: var(--teal-900) !important;
}
.hover\:border-teal-50:hover {
  border-color: var(--teal-50) !important;
}
.hover\:border-teal-100:hover {
  border-color: var(--teal-100) !important;
}
.hover\:border-teal-200:hover {
  border-color: var(--teal-200) !important;
}
.hover\:border-teal-300:hover {
  border-color: var(--teal-300) !important;
}
.hover\:border-teal-400:hover {
  border-color: var(--teal-400) !important;
}
.hover\:border-teal-500:hover {
  border-color: var(--teal-500) !important;
}
.hover\:border-teal-600:hover {
  border-color: var(--teal-600) !important;
}
.hover\:border-teal-700:hover {
  border-color: var(--teal-700) !important;
}
.hover\:border-teal-800:hover {
  border-color: var(--teal-800) !important;
}
.hover\:border-teal-900:hover {
  border-color: var(--teal-900) !important;
}
.active\:border-teal-50:active {
  border-color: var(--teal-50) !important;
}
.active\:border-teal-100:active {
  border-color: var(--teal-100) !important;
}
.active\:border-teal-200:active {
  border-color: var(--teal-200) !important;
}
.active\:border-teal-300:active {
  border-color: var(--teal-300) !important;
}
.active\:border-teal-400:active {
  border-color: var(--teal-400) !important;
}
.active\:border-teal-500:active {
  border-color: var(--teal-500) !important;
}
.active\:border-teal-600:active {
  border-color: var(--teal-600) !important;
}
.active\:border-teal-700:active {
  border-color: var(--teal-700) !important;
}
.active\:border-teal-800:active {
  border-color: var(--teal-800) !important;
}
.active\:border-teal-900:active {
  border-color: var(--teal-900) !important;
}
.border-orange-50 {
  border-color: var(--orange-50) !important;
}
.border-orange-100 {
  border-color: var(--orange-100) !important;
}
.border-orange-200 {
  border-color: var(--orange-200) !important;
}
.border-orange-300 {
  border-color: var(--orange-300) !important;
}
.border-orange-400 {
  border-color: var(--orange-400) !important;
}
.border-orange-500 {
  border-color: var(--orange-500) !important;
}
.border-orange-600 {
  border-color: var(--orange-600) !important;
}
.border-orange-700 {
  border-color: var(--orange-700) !important;
}
.border-orange-800 {
  border-color: var(--orange-800) !important;
}
.border-orange-900 {
  border-color: var(--orange-900) !important;
}
.focus\:border-orange-50:focus {
  border-color: var(--orange-50) !important;
}
.focus\:border-orange-100:focus {
  border-color: var(--orange-100) !important;
}
.focus\:border-orange-200:focus {
  border-color: var(--orange-200) !important;
}
.focus\:border-orange-300:focus {
  border-color: var(--orange-300) !important;
}
.focus\:border-orange-400:focus {
  border-color: var(--orange-400) !important;
}
.focus\:border-orange-500:focus {
  border-color: var(--orange-500) !important;
}
.focus\:border-orange-600:focus {
  border-color: var(--orange-600) !important;
}
.focus\:border-orange-700:focus {
  border-color: var(--orange-700) !important;
}
.focus\:border-orange-800:focus {
  border-color: var(--orange-800) !important;
}
.focus\:border-orange-900:focus {
  border-color: var(--orange-900) !important;
}
.hover\:border-orange-50:hover {
  border-color: var(--orange-50) !important;
}
.hover\:border-orange-100:hover {
  border-color: var(--orange-100) !important;
}
.hover\:border-orange-200:hover {
  border-color: var(--orange-200) !important;
}
.hover\:border-orange-300:hover {
  border-color: var(--orange-300) !important;
}
.hover\:border-orange-400:hover {
  border-color: var(--orange-400) !important;
}
.hover\:border-orange-500:hover {
  border-color: var(--orange-500) !important;
}
.hover\:border-orange-600:hover {
  border-color: var(--orange-600) !important;
}
.hover\:border-orange-700:hover {
  border-color: var(--orange-700) !important;
}
.hover\:border-orange-800:hover {
  border-color: var(--orange-800) !important;
}
.hover\:border-orange-900:hover {
  border-color: var(--orange-900) !important;
}
.active\:border-orange-50:active {
  border-color: var(--orange-50) !important;
}
.active\:border-orange-100:active {
  border-color: var(--orange-100) !important;
}
.active\:border-orange-200:active {
  border-color: var(--orange-200) !important;
}
.active\:border-orange-300:active {
  border-color: var(--orange-300) !important;
}
.active\:border-orange-400:active {
  border-color: var(--orange-400) !important;
}
.active\:border-orange-500:active {
  border-color: var(--orange-500) !important;
}
.active\:border-orange-600:active {
  border-color: var(--orange-600) !important;
}
.active\:border-orange-700:active {
  border-color: var(--orange-700) !important;
}
.active\:border-orange-800:active {
  border-color: var(--orange-800) !important;
}
.active\:border-orange-900:active {
  border-color: var(--orange-900) !important;
}
.border-bluegray-50 {
  border-color: var(--bluegray-50) !important;
}
.border-bluegray-100 {
  border-color: var(--bluegray-100) !important;
}
.border-bluegray-200 {
  border-color: var(--bluegray-200) !important;
}
.border-bluegray-300 {
  border-color: var(--bluegray-300) !important;
}
.border-bluegray-400 {
  border-color: var(--bluegray-400) !important;
}
.border-bluegray-500 {
  border-color: var(--bluegray-500) !important;
}
.border-bluegray-600 {
  border-color: var(--bluegray-600) !important;
}
.border-bluegray-700 {
  border-color: var(--bluegray-700) !important;
}
.border-bluegray-800 {
  border-color: var(--bluegray-800) !important;
}
.border-bluegray-900 {
  border-color: var(--bluegray-900) !important;
}
.focus\:border-bluegray-50:focus {
  border-color: var(--bluegray-50) !important;
}
.focus\:border-bluegray-100:focus {
  border-color: var(--bluegray-100) !important;
}
.focus\:border-bluegray-200:focus {
  border-color: var(--bluegray-200) !important;
}
.focus\:border-bluegray-300:focus {
  border-color: var(--bluegray-300) !important;
}
.focus\:border-bluegray-400:focus {
  border-color: var(--bluegray-400) !important;
}
.focus\:border-bluegray-500:focus {
  border-color: var(--bluegray-500) !important;
}
.focus\:border-bluegray-600:focus {
  border-color: var(--bluegray-600) !important;
}
.focus\:border-bluegray-700:focus {
  border-color: var(--bluegray-700) !important;
}
.focus\:border-bluegray-800:focus {
  border-color: var(--bluegray-800) !important;
}
.focus\:border-bluegray-900:focus {
  border-color: var(--bluegray-900) !important;
}
.hover\:border-bluegray-50:hover {
  border-color: var(--bluegray-50) !important;
}
.hover\:border-bluegray-100:hover {
  border-color: var(--bluegray-100) !important;
}
.hover\:border-bluegray-200:hover {
  border-color: var(--bluegray-200) !important;
}
.hover\:border-bluegray-300:hover {
  border-color: var(--bluegray-300) !important;
}
.hover\:border-bluegray-400:hover {
  border-color: var(--bluegray-400) !important;
}
.hover\:border-bluegray-500:hover {
  border-color: var(--bluegray-500) !important;
}
.hover\:border-bluegray-600:hover {
  border-color: var(--bluegray-600) !important;
}
.hover\:border-bluegray-700:hover {
  border-color: var(--bluegray-700) !important;
}
.hover\:border-bluegray-800:hover {
  border-color: var(--bluegray-800) !important;
}
.hover\:border-bluegray-900:hover {
  border-color: var(--bluegray-900) !important;
}
.active\:border-bluegray-50:active {
  border-color: var(--bluegray-50) !important;
}
.active\:border-bluegray-100:active {
  border-color: var(--bluegray-100) !important;
}
.active\:border-bluegray-200:active {
  border-color: var(--bluegray-200) !important;
}
.active\:border-bluegray-300:active {
  border-color: var(--bluegray-300) !important;
}
.active\:border-bluegray-400:active {
  border-color: var(--bluegray-400) !important;
}
.active\:border-bluegray-500:active {
  border-color: var(--bluegray-500) !important;
}
.active\:border-bluegray-600:active {
  border-color: var(--bluegray-600) !important;
}
.active\:border-bluegray-700:active {
  border-color: var(--bluegray-700) !important;
}
.active\:border-bluegray-800:active {
  border-color: var(--bluegray-800) !important;
}
.active\:border-bluegray-900:active {
  border-color: var(--bluegray-900) !important;
}
.border-purple-50 {
  border-color: var(--purple-50) !important;
}
.border-purple-100 {
  border-color: var(--purple-100) !important;
}
.border-purple-200 {
  border-color: var(--purple-200) !important;
}
.border-purple-300 {
  border-color: var(--purple-300) !important;
}
.border-purple-400 {
  border-color: var(--purple-400) !important;
}
.border-purple-500 {
  border-color: var(--purple-500) !important;
}
.border-purple-600 {
  border-color: var(--purple-600) !important;
}
.border-purple-700 {
  border-color: var(--purple-700) !important;
}
.border-purple-800 {
  border-color: var(--purple-800) !important;
}
.border-purple-900 {
  border-color: var(--purple-900) !important;
}
.focus\:border-purple-50:focus {
  border-color: var(--purple-50) !important;
}
.focus\:border-purple-100:focus {
  border-color: var(--purple-100) !important;
}
.focus\:border-purple-200:focus {
  border-color: var(--purple-200) !important;
}
.focus\:border-purple-300:focus {
  border-color: var(--purple-300) !important;
}
.focus\:border-purple-400:focus {
  border-color: var(--purple-400) !important;
}
.focus\:border-purple-500:focus {
  border-color: var(--purple-500) !important;
}
.focus\:border-purple-600:focus {
  border-color: var(--purple-600) !important;
}
.focus\:border-purple-700:focus {
  border-color: var(--purple-700) !important;
}
.focus\:border-purple-800:focus {
  border-color: var(--purple-800) !important;
}
.focus\:border-purple-900:focus {
  border-color: var(--purple-900) !important;
}
.hover\:border-purple-50:hover {
  border-color: var(--purple-50) !important;
}
.hover\:border-purple-100:hover {
  border-color: var(--purple-100) !important;
}
.hover\:border-purple-200:hover {
  border-color: var(--purple-200) !important;
}
.hover\:border-purple-300:hover {
  border-color: var(--purple-300) !important;
}
.hover\:border-purple-400:hover {
  border-color: var(--purple-400) !important;
}
.hover\:border-purple-500:hover {
  border-color: var(--purple-500) !important;
}
.hover\:border-purple-600:hover {
  border-color: var(--purple-600) !important;
}
.hover\:border-purple-700:hover {
  border-color: var(--purple-700) !important;
}
.hover\:border-purple-800:hover {
  border-color: var(--purple-800) !important;
}
.hover\:border-purple-900:hover {
  border-color: var(--purple-900) !important;
}
.active\:border-purple-50:active {
  border-color: var(--purple-50) !important;
}
.active\:border-purple-100:active {
  border-color: var(--purple-100) !important;
}
.active\:border-purple-200:active {
  border-color: var(--purple-200) !important;
}
.active\:border-purple-300:active {
  border-color: var(--purple-300) !important;
}
.active\:border-purple-400:active {
  border-color: var(--purple-400) !important;
}
.active\:border-purple-500:active {
  border-color: var(--purple-500) !important;
}
.active\:border-purple-600:active {
  border-color: var(--purple-600) !important;
}
.active\:border-purple-700:active {
  border-color: var(--purple-700) !important;
}
.active\:border-purple-800:active {
  border-color: var(--purple-800) !important;
}
.active\:border-purple-900:active {
  border-color: var(--purple-900) !important;
}
.border-gray-50 {
  border-color: var(--gray-50) !important;
}
.border-gray-100 {
  border-color: var(--gray-100) !important;
}
.border-gray-200 {
  border-color: var(--gray-200) !important;
}
.border-gray-300 {
  border-color: var(--gray-300) !important;
}
.border-gray-400 {
  border-color: var(--gray-400) !important;
}
.border-gray-500 {
  border-color: var(--gray-500) !important;
}
.border-gray-600 {
  border-color: var(--gray-600) !important;
}
.border-gray-700 {
  border-color: var(--gray-700) !important;
}
.border-gray-800 {
  border-color: var(--gray-800) !important;
}
.border-gray-900 {
  border-color: var(--gray-900) !important;
}
.focus\:border-gray-50:focus {
  border-color: var(--gray-50) !important;
}
.focus\:border-gray-100:focus {
  border-color: var(--gray-100) !important;
}
.focus\:border-gray-200:focus {
  border-color: var(--gray-200) !important;
}
.focus\:border-gray-300:focus {
  border-color: var(--gray-300) !important;
}
.focus\:border-gray-400:focus {
  border-color: var(--gray-400) !important;
}
.focus\:border-gray-500:focus {
  border-color: var(--gray-500) !important;
}
.focus\:border-gray-600:focus {
  border-color: var(--gray-600) !important;
}
.focus\:border-gray-700:focus {
  border-color: var(--gray-700) !important;
}
.focus\:border-gray-800:focus {
  border-color: var(--gray-800) !important;
}
.focus\:border-gray-900:focus {
  border-color: var(--gray-900) !important;
}
.hover\:border-gray-50:hover {
  border-color: var(--gray-50) !important;
}
.hover\:border-gray-100:hover {
  border-color: var(--gray-100) !important;
}
.hover\:border-gray-200:hover {
  border-color: var(--gray-200) !important;
}
.hover\:border-gray-300:hover {
  border-color: var(--gray-300) !important;
}
.hover\:border-gray-400:hover {
  border-color: var(--gray-400) !important;
}
.hover\:border-gray-500:hover {
  border-color: var(--gray-500) !important;
}
.hover\:border-gray-600:hover {
  border-color: var(--gray-600) !important;
}
.hover\:border-gray-700:hover {
  border-color: var(--gray-700) !important;
}
.hover\:border-gray-800:hover {
  border-color: var(--gray-800) !important;
}
.hover\:border-gray-900:hover {
  border-color: var(--gray-900) !important;
}
.active\:border-gray-50:active {
  border-color: var(--gray-50) !important;
}
.active\:border-gray-100:active {
  border-color: var(--gray-100) !important;
}
.active\:border-gray-200:active {
  border-color: var(--gray-200) !important;
}
.active\:border-gray-300:active {
  border-color: var(--gray-300) !important;
}
.active\:border-gray-400:active {
  border-color: var(--gray-400) !important;
}
.active\:border-gray-500:active {
  border-color: var(--gray-500) !important;
}
.active\:border-gray-600:active {
  border-color: var(--gray-600) !important;
}
.active\:border-gray-700:active {
  border-color: var(--gray-700) !important;
}
.active\:border-gray-800:active {
  border-color: var(--gray-800) !important;
}
.active\:border-gray-900:active {
  border-color: var(--gray-900) !important;
}
.border-red-50 {
  border-color: var(--red-50) !important;
}
.border-red-100 {
  border-color: var(--red-100) !important;
}
.border-red-200 {
  border-color: var(--red-200) !important;
}
.border-red-300 {
  border-color: var(--red-300) !important;
}
.border-red-400 {
  border-color: var(--red-400) !important;
}
.border-red-500 {
  border-color: var(--red-500) !important;
}
.border-red-600 {
  border-color: var(--red-600) !important;
}
.border-red-700 {
  border-color: var(--red-700) !important;
}
.border-red-800 {
  border-color: var(--red-800) !important;
}
.border-red-900 {
  border-color: var(--red-900) !important;
}
.focus\:border-red-50:focus {
  border-color: var(--red-50) !important;
}
.focus\:border-red-100:focus {
  border-color: var(--red-100) !important;
}
.focus\:border-red-200:focus {
  border-color: var(--red-200) !important;
}
.focus\:border-red-300:focus {
  border-color: var(--red-300) !important;
}
.focus\:border-red-400:focus {
  border-color: var(--red-400) !important;
}
.focus\:border-red-500:focus {
  border-color: var(--red-500) !important;
}
.focus\:border-red-600:focus {
  border-color: var(--red-600) !important;
}
.focus\:border-red-700:focus {
  border-color: var(--red-700) !important;
}
.focus\:border-red-800:focus {
  border-color: var(--red-800) !important;
}
.focus\:border-red-900:focus {
  border-color: var(--red-900) !important;
}
.hover\:border-red-50:hover {
  border-color: var(--red-50) !important;
}
.hover\:border-red-100:hover {
  border-color: var(--red-100) !important;
}
.hover\:border-red-200:hover {
  border-color: var(--red-200) !important;
}
.hover\:border-red-300:hover {
  border-color: var(--red-300) !important;
}
.hover\:border-red-400:hover {
  border-color: var(--red-400) !important;
}
.hover\:border-red-500:hover {
  border-color: var(--red-500) !important;
}
.hover\:border-red-600:hover {
  border-color: var(--red-600) !important;
}
.hover\:border-red-700:hover {
  border-color: var(--red-700) !important;
}
.hover\:border-red-800:hover {
  border-color: var(--red-800) !important;
}
.hover\:border-red-900:hover {
  border-color: var(--red-900) !important;
}
.active\:border-red-50:active {
  border-color: var(--red-50) !important;
}
.active\:border-red-100:active {
  border-color: var(--red-100) !important;
}
.active\:border-red-200:active {
  border-color: var(--red-200) !important;
}
.active\:border-red-300:active {
  border-color: var(--red-300) !important;
}
.active\:border-red-400:active {
  border-color: var(--red-400) !important;
}
.active\:border-red-500:active {
  border-color: var(--red-500) !important;
}
.active\:border-red-600:active {
  border-color: var(--red-600) !important;
}
.active\:border-red-700:active {
  border-color: var(--red-700) !important;
}
.active\:border-red-800:active {
  border-color: var(--red-800) !important;
}
.active\:border-red-900:active {
  border-color: var(--red-900) !important;
}
.border-primary-50 {
  border-color: var(--primary-50) !important;
}
.border-primary-100 {
  border-color: var(--primary-100) !important;
}
.border-primary-200 {
  border-color: var(--primary-200) !important;
}
.border-primary-300 {
  border-color: var(--primary-300) !important;
}
.border-primary-400 {
  border-color: var(--primary-400) !important;
}
.border-primary-500 {
  border-color: var(--primary-500) !important;
}
.border-primary-600 {
  border-color: var(--primary-600) !important;
}
.border-primary-700 {
  border-color: var(--primary-700) !important;
}
.border-primary-800 {
  border-color: var(--primary-800) !important;
}
.border-primary-900 {
  border-color: var(--primary-900) !important;
}
.focus\:border-primary-50:focus {
  border-color: var(--primary-50) !important;
}
.focus\:border-primary-100:focus {
  border-color: var(--primary-100) !important;
}
.focus\:border-primary-200:focus {
  border-color: var(--primary-200) !important;
}
.focus\:border-primary-300:focus {
  border-color: var(--primary-300) !important;
}
.focus\:border-primary-400:focus {
  border-color: var(--primary-400) !important;
}
.focus\:border-primary-500:focus {
  border-color: var(--primary-500) !important;
}
.focus\:border-primary-600:focus {
  border-color: var(--primary-600) !important;
}
.focus\:border-primary-700:focus {
  border-color: var(--primary-700) !important;
}
.focus\:border-primary-800:focus {
  border-color: var(--primary-800) !important;
}
.focus\:border-primary-900:focus {
  border-color: var(--primary-900) !important;
}
.hover\:border-primary-50:hover {
  border-color: var(--primary-50) !important;
}
.hover\:border-primary-100:hover {
  border-color: var(--primary-100) !important;
}
.hover\:border-primary-200:hover {
  border-color: var(--primary-200) !important;
}
.hover\:border-primary-300:hover {
  border-color: var(--primary-300) !important;
}
.hover\:border-primary-400:hover {
  border-color: var(--primary-400) !important;
}
.hover\:border-primary-500:hover {
  border-color: var(--primary-500) !important;
}
.hover\:border-primary-600:hover {
  border-color: var(--primary-600) !important;
}
.hover\:border-primary-700:hover {
  border-color: var(--primary-700) !important;
}
.hover\:border-primary-800:hover {
  border-color: var(--primary-800) !important;
}
.hover\:border-primary-900:hover {
  border-color: var(--primary-900) !important;
}
.active\:border-primary-50:active {
  border-color: var(--primary-50) !important;
}
.active\:border-primary-100:active {
  border-color: var(--primary-100) !important;
}
.active\:border-primary-200:active {
  border-color: var(--primary-200) !important;
}
.active\:border-primary-300:active {
  border-color: var(--primary-300) !important;
}
.active\:border-primary-400:active {
  border-color: var(--primary-400) !important;
}
.active\:border-primary-500:active {
  border-color: var(--primary-500) !important;
}
.active\:border-primary-600:active {
  border-color: var(--primary-600) !important;
}
.active\:border-primary-700:active {
  border-color: var(--primary-700) !important;
}
.active\:border-primary-800:active {
  border-color: var(--primary-800) !important;
}
.active\:border-primary-900:active {
  border-color: var(--primary-900) !important;
}
.bg-white-alpha-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-white-alpha-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-white-alpha-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-white-alpha-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-white-alpha-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-white-alpha-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-white-alpha-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-white-alpha-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-white-alpha-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:bg-white-alpha-10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:bg-white-alpha-20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:bg-white-alpha-30:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:bg-white-alpha-40:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:bg-white-alpha-50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:bg-white-alpha-60:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:bg-white-alpha-70:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:bg-white-alpha-80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:bg-white-alpha-90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:bg-white-alpha-10:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:bg-white-alpha-20:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:bg-white-alpha-30:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:bg-white-alpha-40:focus {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:bg-white-alpha-50:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:bg-white-alpha-60:focus {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:bg-white-alpha-70:focus {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:bg-white-alpha-80:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:bg-white-alpha-90:focus {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.active\:bg-white-alpha-10:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.active\:bg-white-alpha-20:active {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.active\:bg-white-alpha-30:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.active\:bg-white-alpha-40:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.active\:bg-white-alpha-50:active {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.active\:bg-white-alpha-60:active {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.active\:bg-white-alpha-70:active {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.active\:bg-white-alpha-80:active {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.active\:bg-white-alpha-90:active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-black-alpha-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-black-alpha-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.bg-black-alpha-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-black-alpha-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.bg-black-alpha-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-black-alpha-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-black-alpha-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-black-alpha-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-black-alpha-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:bg-black-alpha-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:bg-black-alpha-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:bg-black-alpha-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:bg-black-alpha-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:bg-black-alpha-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:bg-black-alpha-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:bg-black-alpha-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:bg-black-alpha-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:bg-black-alpha-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:bg-black-alpha-10:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:bg-black-alpha-20:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:bg-black-alpha-30:focus {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:bg-black-alpha-40:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:bg-black-alpha-50:focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:bg-black-alpha-60:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:bg-black-alpha-70:focus {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:bg-black-alpha-80:focus {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:bg-black-alpha-90:focus {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.active\:bg-black-alpha-10:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.active\:bg-black-alpha-20:active {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.active\:bg-black-alpha-30:active {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.active\:bg-black-alpha-40:active {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.active\:bg-black-alpha-50:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.active\:bg-black-alpha-60:active {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.active\:bg-black-alpha-70:active {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.active\:bg-black-alpha-80:active {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.active\:bg-black-alpha-90:active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.border-white-alpha-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-white-alpha-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-white-alpha-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.border-white-alpha-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.border-white-alpha-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border-white-alpha-60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.border-white-alpha-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.border-white-alpha-80 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.border-white-alpha-90 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:border-white-alpha-10:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:border-white-alpha-20:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:border-white-alpha-30:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:border-white-alpha-40:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:border-white-alpha-50:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:border-white-alpha-60:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:border-white-alpha-70:hover {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:border-white-alpha-80:hover {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:border-white-alpha-90:hover {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:border-white-alpha-10:focus {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:border-white-alpha-20:focus {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:border-white-alpha-30:focus {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:border-white-alpha-40:focus {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:border-white-alpha-50:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:border-white-alpha-60:focus {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:border-white-alpha-70:focus {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:border-white-alpha-80:focus {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:border-white-alpha-90:focus {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.active\:border-white-alpha-10:active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.active\:border-white-alpha-20:active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.active\:border-white-alpha-30:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.active\:border-white-alpha-40:active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.active\:border-white-alpha-50:active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.active\:border-white-alpha-60:active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.active\:border-white-alpha-70:active {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.active\:border-white-alpha-80:active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.active\:border-white-alpha-90:active {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.border-black-alpha-10 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-black-alpha-20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.border-black-alpha-30 {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.border-black-alpha-40 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.border-black-alpha-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.border-black-alpha-60 {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.border-black-alpha-70 {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.border-black-alpha-80 {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.border-black-alpha-90 {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:border-black-alpha-10:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:border-black-alpha-20:hover {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:border-black-alpha-30:hover {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:border-black-alpha-40:hover {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:border-black-alpha-50:hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:border-black-alpha-60:hover {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:border-black-alpha-70:hover {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:border-black-alpha-80:hover {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:border-black-alpha-90:hover {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:border-black-alpha-10:focus {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:border-black-alpha-20:focus {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:border-black-alpha-30:focus {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:border-black-alpha-40:focus {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:border-black-alpha-50:focus {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:border-black-alpha-60:focus {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:border-black-alpha-70:focus {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:border-black-alpha-80:focus {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:border-black-alpha-90:focus {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.active\:border-black-alpha-10:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.active\:border-black-alpha-20:active {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.active\:border-black-alpha-30:active {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.active\:border-black-alpha-40:active {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.active\:border-black-alpha-50:active {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.active\:border-black-alpha-60:active {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.active\:border-black-alpha-70:active {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.active\:border-black-alpha-80:active {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.active\:border-black-alpha-90:active {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.text-white-alpha-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}
.text-white-alpha-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}
.text-white-alpha-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.text-white-alpha-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}
.text-white-alpha-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-white-alpha-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}
.text-white-alpha-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-white-alpha-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-white-alpha-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:text-white-alpha-10:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:text-white-alpha-20:hover {
  color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:text-white-alpha-30:hover {
  color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:text-white-alpha-40:hover {
  color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:text-white-alpha-50:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:text-white-alpha-60:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:text-white-alpha-70:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:text-white-alpha-80:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:text-white-alpha-90:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:text-white-alpha-10:focus {
  color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:text-white-alpha-20:focus {
  color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:text-white-alpha-30:focus {
  color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:text-white-alpha-40:focus {
  color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:text-white-alpha-50:focus {
  color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:text-white-alpha-60:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:text-white-alpha-70:focus {
  color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:text-white-alpha-80:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:text-white-alpha-90:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
.active\:text-white-alpha-10:active {
  color: rgba(255, 255, 255, 0.1) !important;
}
.active\:text-white-alpha-20:active {
  color: rgba(255, 255, 255, 0.2) !important;
}
.active\:text-white-alpha-30:active {
  color: rgba(255, 255, 255, 0.3) !important;
}
.active\:text-white-alpha-40:active {
  color: rgba(255, 255, 255, 0.4) !important;
}
.active\:text-white-alpha-50:active {
  color: rgba(255, 255, 255, 0.5) !important;
}
.active\:text-white-alpha-60:active {
  color: rgba(255, 255, 255, 0.6) !important;
}
.active\:text-white-alpha-70:active {
  color: rgba(255, 255, 255, 0.7) !important;
}
.active\:text-white-alpha-80:active {
  color: rgba(255, 255, 255, 0.8) !important;
}
.active\:text-white-alpha-90:active {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-black-alpha-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}
.text-black-alpha-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}
.text-black-alpha-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}
.text-black-alpha-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}
.text-black-alpha-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-black-alpha-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}
.text-black-alpha-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}
.text-black-alpha-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}
.text-black-alpha-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:text-black-alpha-10:hover {
  color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:text-black-alpha-20:hover {
  color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:text-black-alpha-30:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:text-black-alpha-40:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:text-black-alpha-50:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:text-black-alpha-60:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:text-black-alpha-70:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:text-black-alpha-80:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:text-black-alpha-90:hover {
  color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:text-black-alpha-10:focus {
  color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:text-black-alpha-20:focus {
  color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:text-black-alpha-30:focus {
  color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:text-black-alpha-40:focus {
  color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:text-black-alpha-50:focus {
  color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:text-black-alpha-60:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:text-black-alpha-70:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:text-black-alpha-80:focus {
  color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:text-black-alpha-90:focus {
  color: rgba(0, 0, 0, 0.9) !important;
}
.active\:text-black-alpha-10:active {
  color: rgba(0, 0, 0, 0.1) !important;
}
.active\:text-black-alpha-20:active {
  color: rgba(0, 0, 0, 0.2) !important;
}
.active\:text-black-alpha-30:active {
  color: rgba(0, 0, 0, 0.3) !important;
}
.active\:text-black-alpha-40:active {
  color: rgba(0, 0, 0, 0.4) !important;
}
.active\:text-black-alpha-50:active {
  color: rgba(0, 0, 0, 0.5) !important;
}
.active\:text-black-alpha-60:active {
  color: rgba(0, 0, 0, 0.6) !important;
}
.active\:text-black-alpha-70:active {
  color: rgba(0, 0, 0, 0.7) !important;
}
.active\:text-black-alpha-80:active {
  color: rgba(0, 0, 0, 0.8) !important;
}
.active\:text-black-alpha-90:active {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.bg-primary {
  color: var(--primary-color-text) !important;
  background-color: var(--primary-color) !important;
}
.bg-primary-reverse {
  color: var(--primary-color) !important;
  background-color: var(--primary-color-text) !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.border-primary {
  border-color: var(--primary-color) !important;
}
.text-white {
  color: #ffffff !important;
}
.border-white {
  border-color: #ffffff !important;
}
.text-color {
  color: var(--text-color) !important;
}
.text-color-secondary {
  color: var(--text-color-secondary) !important;
}
.surface-ground {
  background-color: var(--surface-ground) !important;
}
.surface-section {
  background-color: var(--surface-section) !important;
}
.surface-card {
  background-color: var(--surface-card) !important;
}
.surface-overlay {
  background-color: var(--surface-overlay) !important;
}
.surface-hover {
  background-color: var(--surface-hover) !important;
}
.surface-border {
  border-color: var(--surface-border) !important;
}
.focus\:text-primary:focus {
  color: var(--primary-color) !important;
}
.hover\:text-primary:hover {
  color: var(--primary-color) !important;
}
.active\:text-primary:active {
  color: var(--primary-color) !important;
}
.focus\:bg-primary:focus {
  color: var(--primary-color-text) !important;
  background-color: var(--primary-color) !important;
}
.hover\:bg-primary:hover {
  color: var(--primary-color-text) !important;
  background-color: var(--primary-color) !important;
}
.active\:bg-primary:active {
  color: var(--primary-color-text) !important;
  background-color: var(--primary-color) !important;
}
.focus\:bg-primary-reverse:focus {
  color: var(--primary-color) !important;
  background-color: var(--primary-color-text) !important;
}
.hover\:bg-primary-reverse:hover {
  color: var(--primary-color) !important;
  background-color: var(--primary-color-text) !important;
}
.active\:bg-primary-reverse:active {
  color: var(--primary-color) !important;
  background-color: var(--primary-color-text) !important;
}
.focus\:bg-white:focus {
  background-color: #ffffff !important;
}
.hover\:bg-white:hover {
  background-color: #ffffff !important;
}
.active\:bg-white:active {
  background-color: #ffffff !important;
}
.focus\:border-primary:focus {
  border-color: var(--primary-color) !important;
}
.hover\:border-primary:hover {
  border-color: var(--primary-color) !important;
}
.active\:border-primary:active {
  border-color: var(--primary-color) !important;
}
.focus\:text-white:focus {
  color: #ffffff !important;
}
.hover\:text-white:hover {
  color: #ffffff !important;
}
.active\:text-white:active {
  color: #ffffff !important;
}
.focus\:border-white:focus {
  border-color: #ffffff !important;
}
.hover\:border-white:hover {
  border-color: #ffffff !important;
}
.active\:border-white:active {
  border-color: #ffffff !important;
}
.focus\:text-color:focus {
  color: var(--text-color) !important;
}
.hover\:text-color:hover {
  color: var(--text-color) !important;
}
.active\:text-color:active {
  color: var(--text-color) !important;
}
.focus\:text-color-secondary:focus {
  color: var(--text-color-secondary) !important;
}
.hover\:text-color-secondary:hover {
  color: var(--text-color-secondary) !important;
}
.active\:text-color-secondary:active {
  color: var(--text-color-secondary) !important;
}
.focus\:surface-ground:focus {
  background-color: var(--surface-ground) !important;
}
.hover\:surface-ground:hover {
  background-color: var(--surface-ground) !important;
}
.active\:surface-ground:active {
  background-color: var(--surface-ground) !important;
}
.focus\:surface-section:focus {
  background-color: var(--surface-section) !important;
}
.hover\:surface-section:hover {
  background-color: var(--surface-section) !important;
}
.active\:surface-section:active {
  background-color: var(--surface-section) !important;
}
.focus\:surface-card:focus {
  background-color: var(--surface-card) !important;
}
.hover\:surface-card:hover {
  background-color: var(--surface-card) !important;
}
.active\:surface-card:active {
  background-color: var(--surface-card) !important;
}
.focus\:surface-overlay:focus {
  background-color: var(--surface-overlay) !important;
}
.hover\:surface-overlay:hover {
  background-color: var(--surface-overlay) !important;
}
.active\:surface-overlay:active {
  background-color: var(--surface-overlay) !important;
}
.focus\:surface-hover:focus {
  background-color: var(--surface-hover) !important;
}
.hover\:surface-hover:hover {
  background-color: var(--surface-hover) !important;
}
.active\:surface-hover:active {
  background-color: var(--surface-hover) !important;
}
.focus\:surface-border:focus {
  border-color: var(--surface-border) !important;
}
.hover\:surface-border:hover {
  border-color: var(--surface-border) !important;
}
.active\:surface-border:active {
  border-color: var(--surface-border) !important;
}
@media screen and (min-width: 576px) {
  .sm\:text-primary {
    color: var(--primary-color) !important;
  }
  .sm\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .sm\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .sm\:bg-white {
    background-color: #ffffff !important;
  }
  .sm\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .sm\:text-white {
    color: #ffffff !important;
  }
  .sm\:border-white {
    border-color: #ffffff !important;
  }
  .sm\:text-color {
    color: var(--text-color) !important;
  }
  .sm\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .sm\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .sm\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .sm\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .sm\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .sm\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .sm\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .sm\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .sm\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .sm\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .sm\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .sm\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .sm\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .sm\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .sm\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .sm\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .sm\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .sm\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .sm\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .sm\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .sm\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .sm\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .sm\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .sm\:active\:text-white:active {
    color: #ffffff !important;
  }
  .sm\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .sm\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .sm\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .sm\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .sm\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .sm\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .sm\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .sm\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .sm\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .sm\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .sm\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .sm\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .sm\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .sm\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .sm\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .sm\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .sm\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .sm\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .sm\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .sm\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .sm\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .sm\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .sm\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .sm\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-primary {
    color: var(--primary-color) !important;
  }
  .md\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .md\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .md\:bg-white {
    background-color: #ffffff !important;
  }
  .md\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .md\:text-white {
    color: #ffffff !important;
  }
  .md\:border-white {
    border-color: #ffffff !important;
  }
  .md\:text-color {
    color: var(--text-color) !important;
  }
  .md\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .md\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .md\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .md\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .md\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .md\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .md\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .md\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .md\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .md\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .md\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .md\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .md\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .md\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .md\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .md\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .md\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .md\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .md\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .md\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .md\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .md\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .md\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .md\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .md\:active\:text-white:active {
    color: #ffffff !important;
  }
  .md\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .md\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .md\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .md\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .md\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .md\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .md\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .md\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .md\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .md\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .md\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .md\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .md\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .md\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .md\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .md\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .md\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .md\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .md\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .md\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .md\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .md\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .md\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .md\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .md\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .md\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .md\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-primary {
    color: var(--primary-color) !important;
  }
  .lg\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .lg\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .lg\:bg-white {
    background-color: #ffffff !important;
  }
  .lg\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .lg\:text-white {
    color: #ffffff !important;
  }
  .lg\:border-white {
    border-color: #ffffff !important;
  }
  .lg\:text-color {
    color: var(--text-color) !important;
  }
  .lg\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .lg\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .lg\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .lg\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .lg\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .lg\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .lg\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .lg\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .lg\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .lg\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .lg\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .lg\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .lg\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .lg\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .lg\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .lg\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .lg\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .lg\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .lg\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .lg\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .lg\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .lg\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .lg\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .lg\:active\:text-white:active {
    color: #ffffff !important;
  }
  .lg\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .lg\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .lg\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .lg\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .lg\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .lg\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .lg\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .lg\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .lg\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .lg\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .lg\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .lg\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .lg\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .lg\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .lg\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .lg\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .lg\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .lg\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .lg\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .lg\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .lg\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .lg\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .lg\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .lg\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-primary {
    color: var(--primary-color) !important;
  }
  .xl\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xl\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xl\:bg-white {
    background-color: #ffffff !important;
  }
  .xl\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .xl\:text-white {
    color: #ffffff !important;
  }
  .xl\:border-white {
    border-color: #ffffff !important;
  }
  .xl\:text-color {
    color: var(--text-color) !important;
  }
  .xl\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .xl\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .xl\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .xl\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .xl\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .xl\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .xl\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .xl\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .xl\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .xl\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xl\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xl\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xl\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xl\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xl\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xl\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .xl\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .xl\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .xl\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .xl\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .xl\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .xl\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .xl\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .xl\:active\:text-white:active {
    color: #ffffff !important;
  }
  .xl\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .xl\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .xl\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .xl\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .xl\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .xl\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .xl\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .xl\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .xl\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .xl\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .xl\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .xl\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .xl\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .xl\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .xl\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .xl\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .xl\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .xl\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .xl\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .xl\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .xl\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .xl\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .xl\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .xl\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
.field {
  margin-bottom: 1rem;
}
.field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.field.grid > label {
  display: flex;
  align-items: center;
}
.field > small {
  margin-top: 0.25rem;
}
.field.grid,
.formgrid.grid {
  margin-top: 0;
}
.field.grid .col-fixed,
.formgrid.grid .col-fixed,
.field.grid .col,
.formgrid.grid .col,
.field.grid .col-1,
.formgrid.grid .col-1,
.field.grid .col-2,
.formgrid.grid .col-2,
.field.grid .col-3,
.formgrid.grid .col-3,
.field.grid .col-4,
.formgrid.grid .col-4,
.field.grid .col-5,
.formgrid.grid .col-5,
.field.grid .col-6,
.formgrid.grid .col-6,
.field.grid .col-7,
.formgrid.grid .col-7,
.field.grid .col-8,
.formgrid.grid .col-8,
.field.grid .col-9,
.formgrid.grid .col-9,
.field.grid .col-10,
.formgrid.grid .col-10,
.field.grid .col-11,
.formgrid.grid .col-11,
.field.grid .col-12,
.formgrid.grid .col-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.formgroup-inline .field,
.formgroup-inline .field-checkbox,
.formgroup-inline .field-radiobutton {
  margin-right: 1rem;
}
.formgroup-inline .field > label,
.formgroup-inline .field-checkbox > label,
.formgroup-inline .field-radiobutton > label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.field-checkbox,
.field-radiobutton {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.field-checkbox > label,
.field-radiobutton > label {
  margin-left: 0.5rem;
  line-height: 1;
}
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
@media screen and (min-width: 576px) {
  .sm\:hidden {
    display: none !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline {
    display: inline !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:hidden {
    display: none !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:hidden {
    display: none !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:inline {
    display: inline !important;
  }
  .lg\:inline-block {
    display: inline-block !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:hidden {
    display: none !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:inline {
    display: inline !important;
  }
  .xl\:inline-block {
    display: inline-block !important;
  }
  .xl\:flex {
    display: flex !important;
  }
  .xl\:inline-flex {
    display: inline-flex !important;
  }
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
@media screen and (min-width: 576px) {
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-justify {
    text-align: justify !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-justify {
    text-align: justify !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-justify {
    text-align: justify !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-justify {
    text-align: justify !important;
  }
  .xl\:text-left {
    text-align: left !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
}
.underline {
  text-decoration: underline !important;
}
.line-through {
  text-decoration: line-through !important;
}
.no-underline {
  text-decoration: none !important;
}
.focus\:underline:focus {
  text-decoration: underline !important;
}
.hover\:underline:hover {
  text-decoration: underline !important;
}
.active\:underline:active {
  text-decoration: underline !important;
}
.focus\:line-through:focus {
  text-decoration: line-through !important;
}
.hover\:line-through:hover {
  text-decoration: line-through !important;
}
.active\:line-through:active {
  text-decoration: line-through !important;
}
.focus\:no-underline:focus {
  text-decoration: none !important;
}
.hover\:no-underline:hover {
  text-decoration: none !important;
}
.active\:no-underline:active {
  text-decoration: none !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.text-overflow-clip {
  text-overflow: clip !important;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
}
@media screen and (min-width: 576px) {
  .sm\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .sm\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .md\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .lg\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .xl\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
@media screen and (min-width: 576px) {
  .sm\:font-light {
    font-weight: 300 !important;
  }
  .sm\:font-normal {
    font-weight: 400 !important;
  }
  .sm\:font-medium {
    font-weight: 500 !important;
  }
  .sm\:font-semibold {
    font-weight: 600 !important;
  }
  .sm\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:font-light {
    font-weight: 300 !important;
  }
  .md\:font-normal {
    font-weight: 400 !important;
  }
  .md\:font-medium {
    font-weight: 500 !important;
  }
  .md\:font-semibold {
    font-weight: 600 !important;
  }
  .md\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:font-light {
    font-weight: 300 !important;
  }
  .lg\:font-normal {
    font-weight: 400 !important;
  }
  .lg\:font-medium {
    font-weight: 500 !important;
  }
  .lg\:font-semibold {
    font-weight: 600 !important;
  }
  .lg\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:font-light {
    font-weight: 300 !important;
  }
  .xl\:font-normal {
    font-weight: 400 !important;
  }
  .xl\:font-medium {
    font-weight: 500 !important;
  }
  .xl\:font-semibold {
    font-weight: 600 !important;
  }
  .xl\:font-bold {
    font-weight: 700 !important;
  }
}
.font-italic {
  font-style: italic !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.75rem !important;
}
.text-4xl {
  font-size: 2rem !important;
}
.text-5xl {
  font-size: 2.5rem !important;
}
.text-6xl {
  font-size: 3rem !important;
}
.text-7xl {
  font-size: 4rem !important;
}
.text-8xl {
  font-size: 6rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:text-xs {
    font-size: 0.75rem !important;
  }
  .sm\:text-sm {
    font-size: 0.875rem !important;
  }
  .sm\:text-base {
    font-size: 1rem !important;
  }
  .sm\:text-lg {
    font-size: 1.125rem !important;
  }
  .sm\:text-xl {
    font-size: 1.25rem !important;
  }
  .sm\:text-2xl {
    font-size: 1.5rem !important;
  }
  .sm\:text-3xl {
    font-size: 1.75rem !important;
  }
  .sm\:text-4xl {
    font-size: 2rem !important;
  }
  .sm\:text-5xl {
    font-size: 2.5rem !important;
  }
  .sm\:text-6xl {
    font-size: 3rem !important;
  }
  .sm\:text-7xl {
    font-size: 4rem !important;
  }
  .sm\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-xs {
    font-size: 0.75rem !important;
  }
  .md\:text-sm {
    font-size: 0.875rem !important;
  }
  .md\:text-base {
    font-size: 1rem !important;
  }
  .md\:text-lg {
    font-size: 1.125rem !important;
  }
  .md\:text-xl {
    font-size: 1.25rem !important;
  }
  .md\:text-2xl {
    font-size: 1.5rem !important;
  }
  .md\:text-3xl {
    font-size: 1.75rem !important;
  }
  .md\:text-4xl {
    font-size: 2rem !important;
  }
  .md\:text-5xl {
    font-size: 2.5rem !important;
  }
  .md\:text-6xl {
    font-size: 3rem !important;
  }
  .md\:text-7xl {
    font-size: 4rem !important;
  }
  .md\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-xs {
    font-size: 0.75rem !important;
  }
  .lg\:text-sm {
    font-size: 0.875rem !important;
  }
  .lg\:text-base {
    font-size: 1rem !important;
  }
  .lg\:text-lg {
    font-size: 1.125rem !important;
  }
  .lg\:text-xl {
    font-size: 1.25rem !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }
  .lg\:text-3xl {
    font-size: 1.75rem !important;
  }
  .lg\:text-4xl {
    font-size: 2rem !important;
  }
  .lg\:text-5xl {
    font-size: 2.5rem !important;
  }
  .lg\:text-6xl {
    font-size: 3rem !important;
  }
  .lg\:text-7xl {
    font-size: 4rem !important;
  }
  .lg\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-xs {
    font-size: 0.75rem !important;
  }
  .xl\:text-sm {
    font-size: 0.875rem !important;
  }
  .xl\:text-base {
    font-size: 1rem !important;
  }
  .xl\:text-lg {
    font-size: 1.125rem !important;
  }
  .xl\:text-xl {
    font-size: 1.25rem !important;
  }
  .xl\:text-2xl {
    font-size: 1.5rem !important;
  }
  .xl\:text-3xl {
    font-size: 1.75rem !important;
  }
  .xl\:text-4xl {
    font-size: 2rem !important;
  }
  .xl\:text-5xl {
    font-size: 2.5rem !important;
  }
  .xl\:text-6xl {
    font-size: 3rem !important;
  }
  .xl\:text-7xl {
    font-size: 4rem !important;
  }
  .xl\:text-8xl {
    font-size: 6rem !important;
  }
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-2 {
  line-height: 1.25 !important;
}
.line-height-3 {
  line-height: 1.5 !important;
}
.line-height-4 {
  line-height: 2 !important;
}
.white-space-normal {
  white-space: normal !important;
}
.white-space-nowrap {
  white-space: nowrap !important;
}
.vertical-align-baseline {
  vertical-align: baseline !important;
}
.vertical-align-top {
  vertical-align: top !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}
.vertical-align-text-top {
  vertical-align: text-top !important;
}
.vertical-align-text-bottom {
  vertical-align: text-bottom !important;
}
.vertical-align-sub {
  vertical-align: sub !important;
}
.vertical-align-super {
  vertical-align: super !important;
}
@media screen and (min-width: 576px) {
  .sm\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .sm\:vertical-align-top {
    vertical-align: top !important;
  }
  .sm\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .sm\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .sm\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .sm\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .sm\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .sm\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .md\:vertical-align-top {
    vertical-align: top !important;
  }
  .md\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .md\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .md\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .md\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .md\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .md\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .lg\:vertical-align-top {
    vertical-align: top !important;
  }
  .lg\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .lg\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .lg\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .lg\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .lg\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .lg\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .xl\:vertical-align-top {
    vertical-align: top !important;
  }
  .xl\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .xl\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .xl\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .xl\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .xl\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .xl\:vertical-align-super {
    vertical-align: super !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm\:flex-column {
    flex-direction: column !important;
  }
  .sm\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:flex-column {
    flex-direction: column !important;
  }
  .lg\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl\:flex-column {
    flex-direction: column !important;
  }
  .xl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
@media screen and (min-width: 576px) {
  .sm\:justify-content-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-content-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-content-center {
    justify-content: center !important;
  }
  .sm\:justify-content-between {
    justify-content: space-between !important;
  }
  .sm\:justify-content-around {
    justify-content: space-around !important;
  }
  .sm\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-content-start {
    justify-content: flex-start !important;
  }
  .md\:justify-content-end {
    justify-content: flex-end !important;
  }
  .md\:justify-content-center {
    justify-content: center !important;
  }
  .md\:justify-content-between {
    justify-content: space-between !important;
  }
  .md\:justify-content-around {
    justify-content: space-around !important;
  }
  .md\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-content-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-content-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-content-center {
    justify-content: center !important;
  }
  .lg\:justify-content-between {
    justify-content: space-between !important;
  }
  .lg\:justify-content-around {
    justify-content: space-around !important;
  }
  .lg\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-content-center {
    justify-content: center !important;
  }
  .xl\:justify-content-between {
    justify-content: space-between !important;
  }
  .xl\:justify-content-around {
    justify-content: space-around !important;
  }
  .xl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-evenly {
  align-content: space-evenly !important;
}
@media screen and (min-width: 576px) {
  .sm\:align-content-start {
    align-content: flex-start !important;
  }
  .sm\:align-content-end {
    align-content: flex-end !important;
  }
  .sm\:align-content-center {
    align-content: center !important;
  }
  .sm\:align-content-between {
    align-content: space-between !important;
  }
  .sm\:align-content-around {
    align-content: space-around !important;
  }
  .sm\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-content-start {
    align-content: flex-start !important;
  }
  .md\:align-content-end {
    align-content: flex-end !important;
  }
  .md\:align-content-center {
    align-content: center !important;
  }
  .md\:align-content-between {
    align-content: space-between !important;
  }
  .md\:align-content-around {
    align-content: space-around !important;
  }
  .md\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-content-start {
    align-content: flex-start !important;
  }
  .lg\:align-content-end {
    align-content: flex-end !important;
  }
  .lg\:align-content-center {
    align-content: center !important;
  }
  .lg\:align-content-between {
    align-content: space-between !important;
  }
  .lg\:align-content-around {
    align-content: space-around !important;
  }
  .lg\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-content-start {
    align-content: flex-start !important;
  }
  .xl\:align-content-end {
    align-content: flex-end !important;
  }
  .xl\:align-content-center {
    align-content: center !important;
  }
  .xl\:align-content-between {
    align-content: space-between !important;
  }
  .xl\:align-content-around {
    align-content: space-around !important;
  }
  .xl\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
@media screen and (min-width: 576px) {
  .sm\:align-items-stretch {
    align-items: stretch !important;
  }
  .sm\:align-items-start {
    align-items: flex-start !important;
  }
  .sm\:align-items-center {
    align-items: center !important;
  }
  .sm\:align-items-end {
    align-items: flex-end !important;
  }
  .sm\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-items-stretch {
    align-items: stretch !important;
  }
  .md\:align-items-start {
    align-items: flex-start !important;
  }
  .md\:align-items-center {
    align-items: center !important;
  }
  .md\:align-items-end {
    align-items: flex-end !important;
  }
  .md\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-items-stretch {
    align-items: stretch !important;
  }
  .lg\:align-items-start {
    align-items: flex-start !important;
  }
  .lg\:align-items-center {
    align-items: center !important;
  }
  .lg\:align-items-end {
    align-items: flex-end !important;
  }
  .lg\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-items-stretch {
    align-items: stretch !important;
  }
  .xl\:align-items-start {
    align-items: flex-start !important;
  }
  .xl\:align-items-center {
    align-items: center !important;
  }
  .xl\:align-items-end {
    align-items: flex-end !important;
  }
  .xl\:align-items-baseline {
    align-items: baseline !important;
  }
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
@media screen and (min-width: 576px) {
  .sm\:align-self-auto {
    align-self: auto !important;
  }
  .sm\:align-self-start {
    align-self: flex-start !important;
  }
  .sm\:align-self-end {
    align-self: flex-end !important;
  }
  .sm\:align-self-center {
    align-self: center !important;
  }
  .sm\:align-self-stretch {
    align-self: stretch !important;
  }
  .sm\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-self-auto {
    align-self: auto !important;
  }
  .md\:align-self-start {
    align-self: flex-start !important;
  }
  .md\:align-self-end {
    align-self: flex-end !important;
  }
  .md\:align-self-center {
    align-self: center !important;
  }
  .md\:align-self-stretch {
    align-self: stretch !important;
  }
  .md\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-self-auto {
    align-self: auto !important;
  }
  .lg\:align-self-start {
    align-self: flex-start !important;
  }
  .lg\:align-self-end {
    align-self: flex-end !important;
  }
  .lg\:align-self-center {
    align-self: center !important;
  }
  .lg\:align-self-stretch {
    align-self: stretch !important;
  }
  .lg\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-self-auto {
    align-self: auto !important;
  }
  .xl\:align-self-start {
    align-self: flex-start !important;
  }
  .xl\:align-self-end {
    align-self: flex-end !important;
  }
  .xl\:align-self-center {
    align-self: center !important;
  }
  .xl\:align-self-stretch {
    align-self: stretch !important;
  }
  .xl\:align-self-baseline {
    align-self: baseline !important;
  }
}
.flex-order-0 {
  order: 0 !important;
}
.flex-order-1 {
  order: 1 !important;
}
.flex-order-2 {
  order: 2 !important;
}
.flex-order-3 {
  order: 3 !important;
}
.flex-order-4 {
  order: 4 !important;
}
.flex-order-5 {
  order: 5 !important;
}
.flex-order-6 {
  order: 6 !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-order-0 {
    order: 0 !important;
  }
  .sm\:flex-order-1 {
    order: 1 !important;
  }
  .sm\:flex-order-2 {
    order: 2 !important;
  }
  .sm\:flex-order-3 {
    order: 3 !important;
  }
  .sm\:flex-order-4 {
    order: 4 !important;
  }
  .sm\:flex-order-5 {
    order: 5 !important;
  }
  .sm\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-order-0 {
    order: 0 !important;
  }
  .md\:flex-order-1 {
    order: 1 !important;
  }
  .md\:flex-order-2 {
    order: 2 !important;
  }
  .md\:flex-order-3 {
    order: 3 !important;
  }
  .md\:flex-order-4 {
    order: 4 !important;
  }
  .md\:flex-order-5 {
    order: 5 !important;
  }
  .md\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-order-0 {
    order: 0 !important;
  }
  .lg\:flex-order-1 {
    order: 1 !important;
  }
  .lg\:flex-order-2 {
    order: 2 !important;
  }
  .lg\:flex-order-3 {
    order: 3 !important;
  }
  .lg\:flex-order-4 {
    order: 4 !important;
  }
  .lg\:flex-order-5 {
    order: 5 !important;
  }
  .lg\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-order-0 {
    order: 0 !important;
  }
  .xl\:flex-order-1 {
    order: 1 !important;
  }
  .xl\:flex-order-2 {
    order: 2 !important;
  }
  .xl\:flex-order-3 {
    order: 3 !important;
  }
  .xl\:flex-order-4 {
    order: 4 !important;
  }
  .xl\:flex-order-5 {
    order: 5 !important;
  }
  .xl\:flex-order-6 {
    order: 6 !important;
  }
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-initial {
  flex: 0 1 auto !important;
}
.flex-none {
  flex: none !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }
  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }
  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }
  .sm\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:flex-auto {
    flex: 1 1 auto !important;
  }
  .md\:flex-initial {
    flex: 0 1 auto !important;
  }
  .md\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }
  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }
  .lg\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }
  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }
  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }
  .xl\:flex-none {
    flex: none !important;
  }
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .sm\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .md\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .lg\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media screen and (min-width: 576px) {
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.gap-0 {
  gap: 0rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 2rem !important;
}
.gap-6 {
  gap: 3rem !important;
}
.gap-7 {
  gap: 4rem !important;
}
.gap-8 {
  gap: 5rem !important;
}
.row-gap-0 {
  row-gap: 0rem !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 2rem !important;
}
.row-gap-6 {
  row-gap: 3rem !important;
}
.row-gap-7 {
  row-gap: 4rem !important;
}
.row-gap-8 {
  row-gap: 5rem !important;
}
.column-gap-0 {
  column-gap: 0rem !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 2rem !important;
}
.column-gap-6 {
  column-gap: 3rem !important;
}
.column-gap-7 {
  column-gap: 4rem !important;
}
.column-gap-8 {
  column-gap: 5rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:gap-0 {
    gap: 0rem !important;
  }
  .sm\:gap-1 {
    gap: 0.25rem !important;
  }
  .sm\:gap-2 {
    gap: 0.5rem !important;
  }
  .sm\:gap-3 {
    gap: 1rem !important;
  }
  .sm\:gap-4 {
    gap: 1.5rem !important;
  }
  .sm\:gap-5 {
    gap: 2rem !important;
  }
  .sm\:gap-6 {
    gap: 3rem !important;
  }
  .sm\:gap-7 {
    gap: 4rem !important;
  }
  .sm\:gap-8 {
    gap: 5rem !important;
  }
  .sm\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .sm\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .sm\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .sm\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .sm\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .sm\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .sm\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .sm\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .sm\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .sm\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .sm\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .sm\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .sm\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .sm\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .sm\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .sm\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .sm\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .sm\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:gap-0 {
    gap: 0rem !important;
  }
  .md\:gap-1 {
    gap: 0.25rem !important;
  }
  .md\:gap-2 {
    gap: 0.5rem !important;
  }
  .md\:gap-3 {
    gap: 1rem !important;
  }
  .md\:gap-4 {
    gap: 1.5rem !important;
  }
  .md\:gap-5 {
    gap: 2rem !important;
  }
  .md\:gap-6 {
    gap: 3rem !important;
  }
  .md\:gap-7 {
    gap: 4rem !important;
  }
  .md\:gap-8 {
    gap: 5rem !important;
  }
  .md\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .md\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .md\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .md\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .md\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .md\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .md\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .md\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .md\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .md\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .md\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .md\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .md\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .md\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .md\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .md\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .md\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .md\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:gap-0 {
    gap: 0rem !important;
  }
  .lg\:gap-1 {
    gap: 0.25rem !important;
  }
  .lg\:gap-2 {
    gap: 0.5rem !important;
  }
  .lg\:gap-3 {
    gap: 1rem !important;
  }
  .lg\:gap-4 {
    gap: 1.5rem !important;
  }
  .lg\:gap-5 {
    gap: 2rem !important;
  }
  .lg\:gap-6 {
    gap: 3rem !important;
  }
  .lg\:gap-7 {
    gap: 4rem !important;
  }
  .lg\:gap-8 {
    gap: 5rem !important;
  }
  .lg\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .lg\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .lg\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .lg\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .lg\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .lg\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .lg\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .lg\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .lg\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .lg\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .lg\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .lg\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .lg\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .lg\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .lg\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .lg\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .lg\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .lg\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:gap-0 {
    gap: 0rem !important;
  }
  .xl\:gap-1 {
    gap: 0.25rem !important;
  }
  .xl\:gap-2 {
    gap: 0.5rem !important;
  }
  .xl\:gap-3 {
    gap: 1rem !important;
  }
  .xl\:gap-4 {
    gap: 1.5rem !important;
  }
  .xl\:gap-5 {
    gap: 2rem !important;
  }
  .xl\:gap-6 {
    gap: 3rem !important;
  }
  .xl\:gap-7 {
    gap: 4rem !important;
  }
  .xl\:gap-8 {
    gap: 5rem !important;
  }
  .xl\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .xl\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .xl\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .xl\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .xl\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .xl\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .xl\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .xl\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .xl\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .xl\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .xl\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .xl\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .xl\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .xl\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .xl\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .xl\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .xl\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .xl\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
.p-0 {
  padding: 0rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.p-8 {
  padding: 5rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 2rem !important;
}
.pt-6 {
  padding-top: 3rem !important;
}
.pt-7 {
  padding-top: 4rem !important;
}
.pt-8 {
  padding-top: 5rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 2rem !important;
}
.pr-6 {
  padding-right: 3rem !important;
}
.pr-7 {
  padding-right: 4rem !important;
}
.pr-8 {
  padding-right: 5rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 2rem !important;
}
.pl-6 {
  padding-left: 3rem !important;
}
.pl-7 {
  padding-left: 4rem !important;
}
.pl-8 {
  padding-left: 5rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 2rem !important;
}
.pb-6 {
  padding-bottom: 3rem !important;
}
.pb-7 {
  padding-bottom: 4rem !important;
}
.pb-8 {
  padding-bottom: 5rem !important;
}
.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-8 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:p-0 {
    padding: 0rem !important;
  }
  .sm\:p-1 {
    padding: 0.25rem !important;
  }
  .sm\:p-2 {
    padding: 0.5rem !important;
  }
  .sm\:p-3 {
    padding: 1rem !important;
  }
  .sm\:p-4 {
    padding: 1.5rem !important;
  }
  .sm\:p-5 {
    padding: 2rem !important;
  }
  .sm\:p-6 {
    padding: 3rem !important;
  }
  .sm\:p-7 {
    padding: 4rem !important;
  }
  .sm\:p-8 {
    padding: 5rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0rem !important;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-3 {
    padding-top: 1rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-5 {
    padding-top: 2rem !important;
  }
  .sm\:pt-6 {
    padding-top: 3rem !important;
  }
  .sm\:pt-7 {
    padding-top: 4rem !important;
  }
  .sm\:pt-8 {
    padding-top: 5rem !important;
  }
  .sm\:pr-0 {
    padding-right: 0rem !important;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-3 {
    padding-right: 1rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .sm\:pr-5 {
    padding-right: 2rem !important;
  }
  .sm\:pr-6 {
    padding-right: 3rem !important;
  }
  .sm\:pr-7 {
    padding-right: 4rem !important;
  }
  .sm\:pr-8 {
    padding-right: 5rem !important;
  }
  .sm\:pl-0 {
    padding-left: 0rem !important;
  }
  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-3 {
    padding-left: 1rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .sm\:pl-5 {
    padding-left: 2rem !important;
  }
  .sm\:pl-6 {
    padding-left: 3rem !important;
  }
  .sm\:pl-7 {
    padding-left: 4rem !important;
  }
  .sm\:pl-8 {
    padding-left: 5rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .sm\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .sm\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:p-0 {
    padding: 0rem !important;
  }
  .md\:p-1 {
    padding: 0.25rem !important;
  }
  .md\:p-2 {
    padding: 0.5rem !important;
  }
  .md\:p-3 {
    padding: 1rem !important;
  }
  .md\:p-4 {
    padding: 1.5rem !important;
  }
  .md\:p-5 {
    padding: 2rem !important;
  }
  .md\:p-6 {
    padding: 3rem !important;
  }
  .md\:p-7 {
    padding: 4rem !important;
  }
  .md\:p-8 {
    padding: 5rem !important;
  }
  .md\:pt-0 {
    padding-top: 0rem !important;
  }
  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-3 {
    padding-top: 1rem !important;
  }
  .md\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .md\:pt-5 {
    padding-top: 2rem !important;
  }
  .md\:pt-6 {
    padding-top: 3rem !important;
  }
  .md\:pt-7 {
    padding-top: 4rem !important;
  }
  .md\:pt-8 {
    padding-top: 5rem !important;
  }
  .md\:pr-0 {
    padding-right: 0rem !important;
  }
  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .md\:pr-3 {
    padding-right: 1rem !important;
  }
  .md\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .md\:pr-5 {
    padding-right: 2rem !important;
  }
  .md\:pr-6 {
    padding-right: 3rem !important;
  }
  .md\:pr-7 {
    padding-right: 4rem !important;
  }
  .md\:pr-8 {
    padding-right: 5rem !important;
  }
  .md\:pl-0 {
    padding-left: 0rem !important;
  }
  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .md\:pl-3 {
    padding-left: 1rem !important;
  }
  .md\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .md\:pl-5 {
    padding-left: 2rem !important;
  }
  .md\:pl-6 {
    padding-left: 3rem !important;
  }
  .md\:pl-7 {
    padding-left: 4rem !important;
  }
  .md\:pl-8 {
    padding-left: 5rem !important;
  }
  .md\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .md\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:p-0 {
    padding: 0rem !important;
  }
  .lg\:p-1 {
    padding: 0.25rem !important;
  }
  .lg\:p-2 {
    padding: 0.5rem !important;
  }
  .lg\:p-3 {
    padding: 1rem !important;
  }
  .lg\:p-4 {
    padding: 1.5rem !important;
  }
  .lg\:p-5 {
    padding: 2rem !important;
  }
  .lg\:p-6 {
    padding: 3rem !important;
  }
  .lg\:p-7 {
    padding: 4rem !important;
  }
  .lg\:p-8 {
    padding: 5rem !important;
  }
  .lg\:pt-0 {
    padding-top: 0rem !important;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-3 {
    padding-top: 1rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .lg\:pt-5 {
    padding-top: 2rem !important;
  }
  .lg\:pt-6 {
    padding-top: 3rem !important;
  }
  .lg\:pt-7 {
    padding-top: 4rem !important;
  }
  .lg\:pt-8 {
    padding-top: 5rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0rem !important;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .lg\:pr-3 {
    padding-right: 1rem !important;
  }
  .lg\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .lg\:pr-5 {
    padding-right: 2rem !important;
  }
  .lg\:pr-6 {
    padding-right: 3rem !important;
  }
  .lg\:pr-7 {
    padding-right: 4rem !important;
  }
  .lg\:pr-8 {
    padding-right: 5rem !important;
  }
  .lg\:pl-0 {
    padding-left: 0rem !important;
  }
  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .lg\:pl-3 {
    padding-left: 1rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .lg\:pl-5 {
    padding-left: 2rem !important;
  }
  .lg\:pl-6 {
    padding-left: 3rem !important;
  }
  .lg\:pl-7 {
    padding-left: 4rem !important;
  }
  .lg\:pl-8 {
    padding-left: 5rem !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .lg\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:p-0 {
    padding: 0rem !important;
  }
  .xl\:p-1 {
    padding: 0.25rem !important;
  }
  .xl\:p-2 {
    padding: 0.5rem !important;
  }
  .xl\:p-3 {
    padding: 1rem !important;
  }
  .xl\:p-4 {
    padding: 1.5rem !important;
  }
  .xl\:p-5 {
    padding: 2rem !important;
  }
  .xl\:p-6 {
    padding: 3rem !important;
  }
  .xl\:p-7 {
    padding: 4rem !important;
  }
  .xl\:p-8 {
    padding: 5rem !important;
  }
  .xl\:pt-0 {
    padding-top: 0rem !important;
  }
  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .xl\:pt-3 {
    padding-top: 1rem !important;
  }
  .xl\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .xl\:pt-5 {
    padding-top: 2rem !important;
  }
  .xl\:pt-6 {
    padding-top: 3rem !important;
  }
  .xl\:pt-7 {
    padding-top: 4rem !important;
  }
  .xl\:pt-8 {
    padding-top: 5rem !important;
  }
  .xl\:pr-0 {
    padding-right: 0rem !important;
  }
  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .xl\:pr-3 {
    padding-right: 1rem !important;
  }
  .xl\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .xl\:pr-5 {
    padding-right: 2rem !important;
  }
  .xl\:pr-6 {
    padding-right: 3rem !important;
  }
  .xl\:pr-7 {
    padding-right: 4rem !important;
  }
  .xl\:pr-8 {
    padding-right: 5rem !important;
  }
  .xl\:pl-0 {
    padding-left: 0rem !important;
  }
  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .xl\:pl-3 {
    padding-left: 1rem !important;
  }
  .xl\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .xl\:pl-5 {
    padding-left: 2rem !important;
  }
  .xl\:pl-6 {
    padding-left: 3rem !important;
  }
  .xl\:pl-7 {
    padding-left: 4rem !important;
  }
  .xl\:pl-8 {
    padding-left: 5rem !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .xl\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .xl\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .xl\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .xl\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .xl\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xl\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xl\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xl\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xl\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xl\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xl\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xl\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xl\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xl\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.m-0 {
  margin: 0rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.m-8 {
  margin: 5rem !important;
}
.-m-1 {
  margin: -0.25rem !important;
}
.-m-2 {
  margin: -0.5rem !important;
}
.-m-3 {
  margin: -1rem !important;
}
.-m-4 {
  margin: -1.5rem !important;
}
.-m-5 {
  margin: -2rem !important;
}
.-m-6 {
  margin: -3rem !important;
}
.-m-7 {
  margin: -4rem !important;
}
.-m-8 {
  margin: -5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}
.mt-7 {
  margin-top: 4rem !important;
}
.mt-8 {
  margin-top: 5rem !important;
}
.-mt-1 {
  margin-top: -0.25rem !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.-mt-3 {
  margin-top: -1rem !important;
}
.-mt-4 {
  margin-top: -1.5rem !important;
}
.-mt-5 {
  margin-top: -2rem !important;
}
.-mt-6 {
  margin-top: -3rem !important;
}
.-mt-7 {
  margin-top: -4rem !important;
}
.-mt-8 {
  margin-top: -5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 2rem !important;
}
.mr-6 {
  margin-right: 3rem !important;
}
.mr-7 {
  margin-right: 4rem !important;
}
.mr-8 {
  margin-right: 5rem !important;
}
.-mr-1 {
  margin-right: -0.25rem !important;
}
.-mr-2 {
  margin-right: -0.5rem !important;
}
.-mr-3 {
  margin-right: -1rem !important;
}
.-mr-4 {
  margin-right: -1.5rem !important;
}
.-mr-5 {
  margin-right: -2rem !important;
}
.-mr-6 {
  margin-right: -3rem !important;
}
.-mr-7 {
  margin-right: -4rem !important;
}
.-mr-8 {
  margin-right: -5rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-1,
.directional-link-type.dropdown-value::after {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 2rem !important;
}
.ml-6 {
  margin-left: 3rem !important;
}
.ml-7 {
  margin-left: 4rem !important;
}
.ml-8 {
  margin-left: 5rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.-ml-2 {
  margin-left: -0.5rem !important;
}
.-ml-3 {
  margin-left: -1rem !important;
}
.-ml-4 {
  margin-left: -1.5rem !important;
}
.-ml-5 {
  margin-left: -2rem !important;
}
.-ml-6 {
  margin-left: -3rem !important;
}
.-ml-7 {
  margin-left: -4rem !important;
}
.-ml-8 {
  margin-left: -5rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.mb-8 {
  margin-bottom: 5rem !important;
}
.-mb-1 {
  margin-bottom: -0.25rem !important;
}
.-mb-2 {
  margin-bottom: -0.5rem !important;
}
.-mb-3 {
  margin-bottom: -1rem !important;
}
.-mb-4 {
  margin-bottom: -1.5rem !important;
}
.-mb-5 {
  margin-bottom: -2rem !important;
}
.-mb-6 {
  margin-bottom: -3rem !important;
}
.-mb-7 {
  margin-bottom: -4rem !important;
}
.-mb-8 {
  margin-bottom: -5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-8 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.-mx-3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-mx-4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.-mx-5 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.-mx-6 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.-mx-7 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}
.-mx-8 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.-my-3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.-my-4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.-my-5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.-my-6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.-my-7 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.-my-8 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media screen and (min-width: 576px) {
  .sm\:m-0 {
    margin: 0rem !important;
  }
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  .sm\:m-3 {
    margin: 1rem !important;
  }
  .sm\:m-4 {
    margin: 1.5rem !important;
  }
  .sm\:m-5 {
    margin: 2rem !important;
  }
  .sm\:m-6 {
    margin: 3rem !important;
  }
  .sm\:m-7 {
    margin: 4rem !important;
  }
  .sm\:m-8 {
    margin: 5rem !important;
  }
  .sm\:-m-1 {
    margin: -0.25rem !important;
  }
  .sm\:-m-2 {
    margin: -0.5rem !important;
  }
  .sm\:-m-3 {
    margin: -1rem !important;
  }
  .sm\:-m-4 {
    margin: -1.5rem !important;
  }
  .sm\:-m-5 {
    margin: -2rem !important;
  }
  .sm\:-m-6 {
    margin: -3rem !important;
  }
  .sm\:-m-7 {
    margin: -4rem !important;
  }
  .sm\:-m-8 {
    margin: -5rem !important;
  }
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mt-0 {
    margin-top: 0rem !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-3 {
    margin-top: 1rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-5 {
    margin-top: 2rem !important;
  }
  .sm\:mt-6 {
    margin-top: 3rem !important;
  }
  .sm\:mt-7 {
    margin-top: 4rem !important;
  }
  .sm\:mt-8 {
    margin-top: 5rem !important;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .sm\:-mt-3 {
    margin-top: -1rem !important;
  }
  .sm\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .sm\:-mt-5 {
    margin-top: -2rem !important;
  }
  .sm\:-mt-6 {
    margin-top: -3rem !important;
  }
  .sm\:-mt-7 {
    margin-top: -4rem !important;
  }
  .sm\:-mt-8 {
    margin-top: -5rem !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mr-0 {
    margin-right: 0rem !important;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .sm\:mr-3 {
    margin-right: 1rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .sm\:mr-5 {
    margin-right: 2rem !important;
  }
  .sm\:mr-6 {
    margin-right: 3rem !important;
  }
  .sm\:mr-7 {
    margin-right: 4rem !important;
  }
  .sm\:mr-8 {
    margin-right: 5rem !important;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .sm\:-mr-3 {
    margin-right: -1rem !important;
  }
  .sm\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .sm\:-mr-5 {
    margin-right: -2rem !important;
  }
  .sm\:-mr-6 {
    margin-right: -3rem !important;
  }
  .sm\:-mr-7 {
    margin-right: -4rem !important;
  }
  .sm\:-mr-8 {
    margin-right: -5rem !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:ml-0 {
    margin-left: 0rem !important;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-3 {
    margin-left: 1rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .sm\:ml-5 {
    margin-left: 2rem !important;
  }
  .sm\:ml-6 {
    margin-left: 3rem !important;
  }
  .sm\:ml-7 {
    margin-left: 4rem !important;
  }
  .sm\:ml-8 {
    margin-left: 5rem !important;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .sm\:-ml-3 {
    margin-left: -1rem !important;
  }
  .sm\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .sm\:-ml-5 {
    margin-left: -2rem !important;
  }
  .sm\:-ml-6 {
    margin-left: -3rem !important;
  }
  .sm\:-ml-7 {
    margin-left: -4rem !important;
  }
  .sm\:-ml-8 {
    margin-left: -5rem !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .sm\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .sm\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .sm\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .sm\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .sm\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .sm\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .sm\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .sm\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .sm\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .sm\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .sm\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .sm\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .sm\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .sm\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sm\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .sm\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .sm\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .sm\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .sm\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .sm\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .sm\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:m-0 {
    margin: 0rem !important;
  }
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  .md\:m-3 {
    margin: 1rem !important;
  }
  .md\:m-4 {
    margin: 1.5rem !important;
  }
  .md\:m-5 {
    margin: 2rem !important;
  }
  .md\:m-6 {
    margin: 3rem !important;
  }
  .md\:m-7 {
    margin: 4rem !important;
  }
  .md\:m-8 {
    margin: 5rem !important;
  }
  .md\:-m-1 {
    margin: -0.25rem !important;
  }
  .md\:-m-2 {
    margin: -0.5rem !important;
  }
  .md\:-m-3 {
    margin: -1rem !important;
  }
  .md\:-m-4 {
    margin: -1.5rem !important;
  }
  .md\:-m-5 {
    margin: -2rem !important;
  }
  .md\:-m-6 {
    margin: -3rem !important;
  }
  .md\:-m-7 {
    margin: -4rem !important;
  }
  .md\:-m-8 {
    margin: -5rem !important;
  }
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mt-0 {
    margin-top: 0rem !important;
  }
  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-3 {
    margin-top: 1rem !important;
  }
  .md\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .md\:mt-5 {
    margin-top: 2rem !important;
  }
  .md\:mt-6 {
    margin-top: 3rem !important;
  }
  .md\:mt-7 {
    margin-top: 4rem !important;
  }
  .md\:mt-8 {
    margin-top: 5rem !important;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .md\:-mt-3 {
    margin-top: -1rem !important;
  }
  .md\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .md\:-mt-5 {
    margin-top: -2rem !important;
  }
  .md\:-mt-6 {
    margin-top: -3rem !important;
  }
  .md\:-mt-7 {
    margin-top: -4rem !important;
  }
  .md\:-mt-8 {
    margin-top: -5rem !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mr-0 {
    margin-right: 0rem !important;
  }
  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mr-3 {
    margin-right: 1rem !important;
  }
  .md\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .md\:mr-5 {
    margin-right: 2rem !important;
  }
  .md\:mr-6 {
    margin-right: 3rem !important;
  }
  .md\:mr-7 {
    margin-right: 4rem !important;
  }
  .md\:mr-8 {
    margin-right: 5rem !important;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .md\:-mr-3 {
    margin-right: -1rem !important;
  }
  .md\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .md\:-mr-5 {
    margin-right: -2rem !important;
  }
  .md\:-mr-6 {
    margin-right: -3rem !important;
  }
  .md\:-mr-7 {
    margin-right: -4rem !important;
  }
  .md\:-mr-8 {
    margin-right: -5rem !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:ml-0 {
    margin-left: 0rem !important;
  }
  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-3 {
    margin-left: 1rem !important;
  }
  .md\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .md\:ml-5 {
    margin-left: 2rem !important;
  }
  .md\:ml-6 {
    margin-left: 3rem !important;
  }
  .md\:ml-7 {
    margin-left: 4rem !important;
  }
  .md\:ml-8 {
    margin-left: 5rem !important;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .md\:-ml-3 {
    margin-left: -1rem !important;
  }
  .md\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .md\:-ml-5 {
    margin-left: -2rem !important;
  }
  .md\:-ml-6 {
    margin-left: -3rem !important;
  }
  .md\:-ml-7 {
    margin-left: -4rem !important;
  }
  .md\:-ml-8 {
    margin-left: -5rem !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .md\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .md\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .md\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .md\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .md\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .md\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .md\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .md\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .md\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .md\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .md\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .md\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .md\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .md\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .md\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .md\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .md\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .md\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .md\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .md\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .md\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .md\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:m-0 {
    margin: 0rem !important;
  }
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  .lg\:m-3 {
    margin: 1rem !important;
  }
  .lg\:m-4 {
    margin: 1.5rem !important;
  }
  .lg\:m-5 {
    margin: 2rem !important;
  }
  .lg\:m-6 {
    margin: 3rem !important;
  }
  .lg\:m-7 {
    margin: 4rem !important;
  }
  .lg\:m-8 {
    margin: 5rem !important;
  }
  .lg\:-m-1 {
    margin: -0.25rem !important;
  }
  .lg\:-m-2 {
    margin: -0.5rem !important;
  }
  .lg\:-m-3 {
    margin: -1rem !important;
  }
  .lg\:-m-4 {
    margin: -1.5rem !important;
  }
  .lg\:-m-5 {
    margin: -2rem !important;
  }
  .lg\:-m-6 {
    margin: -3rem !important;
  }
  .lg\:-m-7 {
    margin: -4rem !important;
  }
  .lg\:-m-8 {
    margin: -5rem !important;
  }
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mt-0 {
    margin-top: 0rem !important;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-3 {
    margin-top: 1rem !important;
  }
  .lg\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .lg\:mt-5 {
    margin-top: 2rem !important;
  }
  .lg\:mt-6 {
    margin-top: 3rem !important;
  }
  .lg\:mt-7 {
    margin-top: 4rem !important;
  }
  .lg\:mt-8 {
    margin-top: 5rem !important;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .lg\:-mt-3 {
    margin-top: -1rem !important;
  }
  .lg\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .lg\:-mt-5 {
    margin-top: -2rem !important;
  }
  .lg\:-mt-6 {
    margin-top: -3rem !important;
  }
  .lg\:-mt-7 {
    margin-top: -4rem !important;
  }
  .lg\:-mt-8 {
    margin-top: -5rem !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mr-0 {
    margin-right: 0rem !important;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .lg\:mr-3 {
    margin-right: 1rem !important;
  }
  .lg\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .lg\:mr-5 {
    margin-right: 2rem !important;
  }
  .lg\:mr-6 {
    margin-right: 3rem !important;
  }
  .lg\:mr-7 {
    margin-right: 4rem !important;
  }
  .lg\:mr-8 {
    margin-right: 5rem !important;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .lg\:-mr-3 {
    margin-right: -1rem !important;
  }
  .lg\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .lg\:-mr-5 {
    margin-right: -2rem !important;
  }
  .lg\:-mr-6 {
    margin-right: -3rem !important;
  }
  .lg\:-mr-7 {
    margin-right: -4rem !important;
  }
  .lg\:-mr-8 {
    margin-right: -5rem !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:ml-0 {
    margin-left: 0rem !important;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-3 {
    margin-left: 1rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .lg\:ml-5 {
    margin-left: 2rem !important;
  }
  .lg\:ml-6 {
    margin-left: 3rem !important;
  }
  .lg\:ml-7 {
    margin-left: 4rem !important;
  }
  .lg\:ml-8 {
    margin-left: 5rem !important;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .lg\:-ml-3 {
    margin-left: -1rem !important;
  }
  .lg\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .lg\:-ml-5 {
    margin-left: -2rem !important;
  }
  .lg\:-ml-6 {
    margin-left: -3rem !important;
  }
  .lg\:-ml-7 {
    margin-left: -4rem !important;
  }
  .lg\:-ml-8 {
    margin-left: -5rem !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .lg\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .lg\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .lg\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .lg\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .lg\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .lg\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .lg\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .lg\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .lg\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .lg\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .lg\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .lg\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .lg\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .lg\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .lg\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .lg\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .lg\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .lg\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .lg\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .lg\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .lg\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .lg\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0rem !important;
  }
  .xl\:m-1 {
    margin: 0.25rem !important;
  }
  .xl\:m-2 {
    margin: 0.5rem !important;
  }
  .xl\:m-3 {
    margin: 1rem !important;
  }
  .xl\:m-4 {
    margin: 1.5rem !important;
  }
  .xl\:m-5 {
    margin: 2rem !important;
  }
  .xl\:m-6 {
    margin: 3rem !important;
  }
  .xl\:m-7 {
    margin: 4rem !important;
  }
  .xl\:m-8 {
    margin: 5rem !important;
  }
  .xl\:-m-1 {
    margin: -0.25rem !important;
  }
  .xl\:-m-2 {
    margin: -0.5rem !important;
  }
  .xl\:-m-3 {
    margin: -1rem !important;
  }
  .xl\:-m-4 {
    margin: -1.5rem !important;
  }
  .xl\:-m-5 {
    margin: -2rem !important;
  }
  .xl\:-m-6 {
    margin: -3rem !important;
  }
  .xl\:-m-7 {
    margin: -4rem !important;
  }
  .xl\:-m-8 {
    margin: -5rem !important;
  }
  .xl\:m-auto {
    margin: auto !important;
  }
  .xl\:mt-0 {
    margin-top: 0rem !important;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-3 {
    margin-top: 1rem !important;
  }
  .xl\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .xl\:mt-5 {
    margin-top: 2rem !important;
  }
  .xl\:mt-6 {
    margin-top: 3rem !important;
  }
  .xl\:mt-7 {
    margin-top: 4rem !important;
  }
  .xl\:mt-8 {
    margin-top: 5rem !important;
  }
  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .xl\:-mt-3 {
    margin-top: -1rem !important;
  }
  .xl\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .xl\:-mt-5 {
    margin-top: -2rem !important;
  }
  .xl\:-mt-6 {
    margin-top: -3rem !important;
  }
  .xl\:-mt-7 {
    margin-top: -4rem !important;
  }
  .xl\:-mt-8 {
    margin-top: -5rem !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .xl\:mr-0 {
    margin-right: 0rem !important;
  }
  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .xl\:mr-3 {
    margin-right: 1rem !important;
  }
  .xl\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .xl\:mr-5 {
    margin-right: 2rem !important;
  }
  .xl\:mr-6 {
    margin-right: 3rem !important;
  }
  .xl\:mr-7 {
    margin-right: 4rem !important;
  }
  .xl\:mr-8 {
    margin-right: 5rem !important;
  }
  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .xl\:-mr-3 {
    margin-right: -1rem !important;
  }
  .xl\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .xl\:-mr-5 {
    margin-right: -2rem !important;
  }
  .xl\:-mr-6 {
    margin-right: -3rem !important;
  }
  .xl\:-mr-7 {
    margin-right: -4rem !important;
  }
  .xl\:-mr-8 {
    margin-right: -5rem !important;
  }
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  .xl\:ml-0 {
    margin-left: 0rem !important;
  }
  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .xl\:ml-3 {
    margin-left: 1rem !important;
  }
  .xl\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .xl\:ml-5 {
    margin-left: 2rem !important;
  }
  .xl\:ml-6 {
    margin-left: 3rem !important;
  }
  .xl\:ml-7 {
    margin-left: 4rem !important;
  }
  .xl\:ml-8 {
    margin-left: 5rem !important;
  }
  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .xl\:-ml-3 {
    margin-left: -1rem !important;
  }
  .xl\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .xl\:-ml-5 {
    margin-left: -2rem !important;
  }
  .xl\:-ml-6 {
    margin-left: -3rem !important;
  }
  .xl\:-ml-7 {
    margin-left: -4rem !important;
  }
  .xl\:-ml-8 {
    margin-left: -5rem !important;
  }
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .xl\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .xl\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .xl\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .xl\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .xl\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .xl\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .xl\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  .xl\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xl\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xl\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xl\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xl\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xl\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xl\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .xl\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .xl\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .xl\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .xl\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .xl\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .xl\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xl\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xl\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xl\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xl\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xl\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xl\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .xl\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .xl\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .xl\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .xl\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .xl\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .xl\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-1 {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.shadow-2 {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.shadow-3 {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.shadow-4 {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.shadow-5 {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.shadow-6 {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.shadow-7 {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.shadow-8 {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-none:focus {
  box-shadow: none !important;
}
.hover\:shadow-none:hover {
  box-shadow: none !important;
}
.active\:shadow-none:active {
  box-shadow: none !important;
}
.focus\:shadow-1:focus {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.hover\:shadow-1:hover {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.active\:shadow-1:active {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.focus\:shadow-2:focus {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.hover\:shadow-2:hover {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.active\:shadow-2:active {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.focus\:shadow-3:focus {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.hover\:shadow-3:hover {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.active\:shadow-3:active {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.focus\:shadow-4:focus {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-4:hover {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-4:active {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-5:focus {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-5:hover {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-5:active {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-6:focus {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.hover\:shadow-6:hover {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.active\:shadow-6:active {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.focus\:shadow-7:focus {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.hover\:shadow-7:hover {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.active\:shadow-7:active {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.focus\:shadow-8:focus {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-8:hover {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-8:active {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
@media screen and (min-width: 576px) {
  .sm\:shadow-none {
    box-shadow: none !important;
  }
  .sm\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .sm\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .sm\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .sm\:focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:shadow-none {
    box-shadow: none !important;
  }
  .md\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .md\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .md\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .md\:focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:shadow-none {
    box-shadow: none !important;
  }
  .lg\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .lg\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .lg\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .lg\:focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:shadow-none {
    box-shadow: none !important;
  }
  .xl\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .xl\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .xl\:focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
.border-none {
  border-width: 0px !important;
  border-style: none;
}
.border-1 {
  border-width: 1px !important;
  border-style: solid;
}
.border-2 {
  border-width: 2px !important;
  border-style: solid;
}
.border-3 {
  border-width: 3px !important;
  border-style: solid;
}
.border-top-none {
  border-top-width: 0px !important;
  border-top-style: none;
}
.border-top-1 {
  border-top-width: 1px !important;
  border-top-style: solid;
}
.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid;
}
.border-top-3 {
  border-top-width: 3px !important;
  border-top-style: solid;
}
.border-right-none {
  border-right-width: 0px !important;
  border-right-style: none;
}
.border-right-1 {
  border-right-width: 1px !important;
  border-right-style: solid;
}
.border-right-2 {
  border-right-width: 2px !important;
  border-right-style: solid;
}
.border-right-3 {
  border-right-width: 3px !important;
  border-right-style: solid;
}
.border-left-none {
  border-left-width: 0px !important;
  border-left-style: none;
}
.border-left-1 {
  border-left-width: 1px !important;
  border-left-style: solid;
}
.border-left-2 {
  border-left-width: 2px !important;
  border-left-style: solid;
}
.border-left-3 {
  border-left-width: 3px !important;
  border-left-style: solid;
}
.border-bottom-none {
  border-bottom-width: 0px !important;
  border-bottom-style: none;
}
.border-bottom-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}
.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
}
.border-bottom-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid;
}
.border-x-none {
  border-left-width: 0px !important;
  border-left-style: none;
  border-right-width: 0px !important;
  border-right-style: none;
}
.border-x-1 {
  border-left-width: 1px !important;
  border-left-style: solid;
  border-right-width: 1px !important;
  border-right-style: solid;
}
.border-x-2 {
  border-left-width: 2px !important;
  border-left-style: solid;
  border-right-width: 2px !important;
  border-right-style: solid;
}
.border-x-3 {
  border-left-width: 3px !important;
  border-left-style: solid;
  border-right-width: 3px !important;
  border-right-style: solid;
}
.border-y-none {
  border-top-width: 0px !important;
  border-top-style: none;
  border-bottom-width: 0px !important;
  border-bottom-style: none;
}
.border-y-1 {
  border-top-width: 1px !important;
  border-top-style: solid;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-top-style: solid;
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
}
.border-y-3 {
  border-top-width: 3px !important;
  border-top-style: solid;
  border-bottom-width: 3px !important;
  border-bottom-style: solid;
}
@media screen and (min-width: 576px) {
  .sm\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .sm\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .sm\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .sm\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .sm\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .sm\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .sm\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .sm\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .sm\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .sm\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .sm\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .sm\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .sm\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .sm\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .sm\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .sm\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .sm\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .sm\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .sm\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .sm\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .sm\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .sm\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .sm\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .sm\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .sm\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .sm\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .sm\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .sm\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .md\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .md\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .md\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .md\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .md\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .md\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .md\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .md\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .md\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .md\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .md\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .md\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .md\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .md\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .md\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .md\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .md\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .md\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .md\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .md\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .md\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .md\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .md\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .md\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .md\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .md\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .md\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .lg\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .lg\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .lg\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .lg\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .lg\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .lg\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .lg\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .lg\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .lg\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .lg\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .lg\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .lg\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .lg\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .lg\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .lg\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .lg\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .lg\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .lg\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .lg\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .lg\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .lg\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .lg\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .lg\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .lg\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .lg\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .lg\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .lg\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .xl\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .xl\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .xl\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .xl\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .xl\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .xl\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .xl\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .xl\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .xl\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .xl\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .xl\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .xl\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .xl\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .xl\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .xl\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .xl\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .xl\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .xl\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .xl\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .xl\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .xl\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .xl\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .xl\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .xl\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .xl\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .xl\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .xl\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-double {
  border-style: double !important;
}
@media screen and (min-width: 576px) {
  .sm\:border-solid {
    border-style: solid !important;
  }
  .sm\:border-dashed {
    border-style: dashed !important;
  }
  .sm\:border-dotted {
    border-style: dotted !important;
  }
  .sm\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-solid {
    border-style: solid !important;
  }
  .md\:border-dashed {
    border-style: dashed !important;
  }
  .md\:border-dotted {
    border-style: dotted !important;
  }
  .md\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-solid {
    border-style: solid !important;
  }
  .lg\:border-dashed {
    border-style: dashed !important;
  }
  .lg\:border-dotted {
    border-style: dotted !important;
  }
  .lg\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-solid {
    border-style: solid !important;
  }
  .xl\:border-dashed {
    border-style: dashed !important;
  }
  .xl\:border-dotted {
    border-style: dotted !important;
  }
  .xl\:border-double {
    border-style: double !important;
  }
}
.border-noround {
  border-radius: 0 !important;
}
.border-round {
  border-radius: var(--border-radius) !important;
}
.border-round-xs {
  border-radius: 0.125rem !important;
}
.border-round-sm {
  border-radius: 0.25rem !important;
}
.border-round-md {
  border-radius: 0.375rem !important;
}
.border-round-lg {
  border-radius: 0.5rem !important;
}
.border-round-xl {
  border-radius: 0.75rem !important;
}
.border-round-2xl {
  border-radius: 1rem !important;
}
.border-round-3xl {
  border-radius: 1.5rem !important;
}
.border-circle {
  border-radius: 50% !important;
}
@media screen and (min-width: 576px) {
  .sm\:border-noround {
    border-radius: 0 !important;
  }
  .sm\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .sm\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .sm\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .sm\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .sm\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .sm\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .sm\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .sm\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-noround {
    border-radius: 0 !important;
  }
  .md\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .md\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .md\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .md\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .md\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .md\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .md\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .md\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .md\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-noround {
    border-radius: 0 !important;
  }
  .lg\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .lg\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .lg\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .lg\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .lg\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .lg\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .lg\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .lg\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .lg\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-noround {
    border-radius: 0 !important;
  }
  .xl\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .xl\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .xl\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .xl\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .xl\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .xl\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .xl\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .xl\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .xl\:border-circle {
    border-radius: 50% !important;
  }
}
.border-noround-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.border-noround-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.border-noround-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-noround-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-round-left {
  border-top-left-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}
.border-round-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}
.border-round-right {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}
.border-round-bottom {
  border-bottom-left-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}
.border-round-left-xs {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}
.border-round-top-xs {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}
.border-round-right-xs {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.border-round-bottom-xs {
  border-bottom-left-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.border-round-left-sm {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.border-round-top-sm {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.border-round-right-sm {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.border-round-bottom-sm {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.border-round-left-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.border-round-top-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.border-round-right-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.border-round-bottom-md {
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.border-round-left-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.border-round-top-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.border-round-right-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.border-round-bottom-lg {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.border-round-left-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.border-round-top-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.border-round-right-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.border-round-bottom-xl {
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.border-round-left-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.border-round-top-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.border-round-right-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.border-round-bottom-2xl {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.border-round-left-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.border-round-top-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}
.border-round-right-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.border-round-bottom-3xl {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.border-circle-left {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.border-circle-top {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.border-circle-right {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.border-circle-bottom {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
@media screen and (min-width: 576px) {
  .sm\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .sm\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .sm\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .sm\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .sm\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .sm\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .sm\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .sm\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .sm\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .sm\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .sm\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .sm\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .sm\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .sm\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .sm\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .sm\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .sm\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .sm\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .sm\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .sm\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .sm\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .sm\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .sm\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .sm\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .sm\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .sm\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .sm\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .sm\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .sm\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .sm\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .sm\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .sm\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .sm\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .sm\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .sm\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .sm\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .sm\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .sm\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .md\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .md\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .md\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .md\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .md\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .md\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .md\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .md\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .md\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .md\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .md\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .md\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .md\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .md\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .md\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .md\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .md\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .md\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .md\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .md\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .md\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .md\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .md\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .md\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .md\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .md\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .md\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .md\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .md\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .md\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .md\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .md\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .md\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .md\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .md\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .md\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .md\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .lg\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .lg\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .lg\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .lg\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .lg\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .lg\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .lg\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .lg\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .lg\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .lg\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .lg\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .lg\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .lg\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .lg\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .lg\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .lg\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .lg\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .lg\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .lg\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .lg\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .lg\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .lg\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .lg\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .lg\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .lg\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .lg\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .lg\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .lg\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .lg\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .lg\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .lg\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .lg\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .lg\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .lg\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .lg\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .lg\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .lg\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .xl\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .xl\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .xl\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .xl\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .xl\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .xl\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .xl\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .xl\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .xl\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .xl\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .xl\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .xl\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .xl\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .xl\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .xl\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .xl\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .xl\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .xl\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .xl\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .xl\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .xl\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .xl\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .xl\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .xl\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .xl\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .xl\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .xl\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .xl\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .xl\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .xl\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .xl\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .xl\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .xl\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .xl\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .xl\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .xl\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .xl\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.w-auto {
  width: auto !important;
}
.w-1 {
  width: 8.3333% !important;
}
.w-2 {
  width: 16.6667% !important;
}
.w-3 {
  width: 25% !important;
}
.w-4 {
  width: 33.3333% !important;
}
.w-5 {
  width: 41.6667% !important;
}
.w-6 {
  width: 50% !important;
}
.w-7 {
  width: 58.3333% !important;
}
.w-8 {
  width: 66.6667% !important;
}
.w-9 {
  width: 75% !important;
}
.w-10 {
  width: 83.3333% !important;
}
.w-11 {
  width: 91.6667% !important;
}
.w-12 {
  width: 100% !important;
}
.w-min {
  width: min-content !important;
}
.w-max {
  width: max-content !important;
}
.w-fit {
  width: fit-content !important;
}
.w-1rem {
  width: 1rem !important;
}
.w-2rem {
  width: 2rem !important;
}
.w-3rem {
  width: 3rem !important;
}
.w-4rem {
  width: 4rem !important;
}
.w-5rem {
  width: 5rem !important;
}
.w-6rem {
  width: 6rem !important;
}
.w-7rem {
  width: 7rem !important;
}
.w-8rem {
  width: 8rem !important;
}
.w-9rem {
  width: 9rem !important;
}
.w-10rem {
  width: 10rem !important;
}
.w-11rem {
  width: 11rem !important;
}
.w-12rem {
  width: 12rem !important;
}
.w-13rem {
  width: 13rem !important;
}
.w-14rem {
  width: 14rem !important;
}
.w-15rem {
  width: 15rem !important;
}
.w-16rem {
  width: 16rem !important;
}
.w-17rem {
  width: 17rem !important;
}
.w-18rem {
  width: 18rem !important;
}
.w-19rem {
  width: 19rem !important;
}
.w-20rem {
  width: 20rem !important;
}
.w-21rem {
  width: 21rem !important;
}
.w-22rem {
  width: 22rem !important;
}
.w-23rem {
  width: 23rem !important;
}
.w-24rem {
  width: 24rem !important;
}
.w-25rem {
  width: 25rem !important;
}
.w-26rem {
  width: 26rem !important;
}
.w-27rem {
  width: 27rem !important;
}
.w-28rem {
  width: 28rem !important;
}
.w-29rem {
  width: 29rem !important;
}
.w-30rem {
  width: 30rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:w-screen {
    width: 100vw !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-1 {
    width: 8.3333% !important;
  }
  .sm\:w-2 {
    width: 16.6667% !important;
  }
  .sm\:w-3 {
    width: 25% !important;
  }
  .sm\:w-4 {
    width: 33.3333% !important;
  }
  .sm\:w-5 {
    width: 41.6667% !important;
  }
  .sm\:w-6 {
    width: 50% !important;
  }
  .sm\:w-7 {
    width: 58.3333% !important;
  }
  .sm\:w-8 {
    width: 66.6667% !important;
  }
  .sm\:w-9 {
    width: 75% !important;
  }
  .sm\:w-10 {
    width: 83.3333% !important;
  }
  .sm\:w-11 {
    width: 91.6667% !important;
  }
  .sm\:w-12 {
    width: 100% !important;
  }
  .sm\:w-min {
    width: min-content !important;
  }
  .sm\:w-max {
    width: max-content !important;
  }
  .sm\:w-fit {
    width: fit-content !important;
  }
  .sm\:w-1rem {
    width: 1rem !important;
  }
  .sm\:w-2rem {
    width: 2rem !important;
  }
  .sm\:w-3rem {
    width: 3rem !important;
  }
  .sm\:w-4rem {
    width: 4rem !important;
  }
  .sm\:w-5rem {
    width: 5rem !important;
  }
  .sm\:w-6rem {
    width: 6rem !important;
  }
  .sm\:w-7rem {
    width: 7rem !important;
  }
  .sm\:w-8rem {
    width: 8rem !important;
  }
  .sm\:w-9rem {
    width: 9rem !important;
  }
  .sm\:w-10rem {
    width: 10rem !important;
  }
  .sm\:w-11rem {
    width: 11rem !important;
  }
  .sm\:w-12rem {
    width: 12rem !important;
  }
  .sm\:w-13rem {
    width: 13rem !important;
  }
  .sm\:w-14rem {
    width: 14rem !important;
  }
  .sm\:w-15rem {
    width: 15rem !important;
  }
  .sm\:w-16rem {
    width: 16rem !important;
  }
  .sm\:w-17rem {
    width: 17rem !important;
  }
  .sm\:w-18rem {
    width: 18rem !important;
  }
  .sm\:w-19rem {
    width: 19rem !important;
  }
  .sm\:w-20rem {
    width: 20rem !important;
  }
  .sm\:w-21rem {
    width: 21rem !important;
  }
  .sm\:w-22rem {
    width: 22rem !important;
  }
  .sm\:w-23rem {
    width: 23rem !important;
  }
  .sm\:w-24rem {
    width: 24rem !important;
  }
  .sm\:w-25rem {
    width: 25rem !important;
  }
  .sm\:w-26rem {
    width: 26rem !important;
  }
  .sm\:w-27rem {
    width: 27rem !important;
  }
  .sm\:w-28rem {
    width: 28rem !important;
  }
  .sm\:w-29rem {
    width: 29rem !important;
  }
  .sm\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-screen {
    width: 100vw !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-1 {
    width: 8.3333% !important;
  }
  .md\:w-2 {
    width: 16.6667% !important;
  }
  .md\:w-3 {
    width: 25% !important;
  }
  .md\:w-4 {
    width: 33.3333% !important;
  }
  .md\:w-5 {
    width: 41.6667% !important;
  }
  .md\:w-6 {
    width: 50% !important;
  }
  .md\:w-7 {
    width: 58.3333% !important;
  }
  .md\:w-8 {
    width: 66.6667% !important;
  }
  .md\:w-9 {
    width: 75% !important;
  }
  .md\:w-10 {
    width: 83.3333% !important;
  }
  .md\:w-11 {
    width: 91.6667% !important;
  }
  .md\:w-12 {
    width: 100% !important;
  }
  .md\:w-min {
    width: min-content !important;
  }
  .md\:w-max {
    width: max-content !important;
  }
  .md\:w-fit {
    width: fit-content !important;
  }
  .md\:w-1rem {
    width: 1rem !important;
  }
  .md\:w-2rem {
    width: 2rem !important;
  }
  .md\:w-3rem {
    width: 3rem !important;
  }
  .md\:w-4rem {
    width: 4rem !important;
  }
  .md\:w-5rem {
    width: 5rem !important;
  }
  .md\:w-6rem {
    width: 6rem !important;
  }
  .md\:w-7rem {
    width: 7rem !important;
  }
  .md\:w-8rem {
    width: 8rem !important;
  }
  .md\:w-9rem {
    width: 9rem !important;
  }
  .md\:w-10rem {
    width: 10rem !important;
  }
  .md\:w-11rem {
    width: 11rem !important;
  }
  .md\:w-12rem {
    width: 12rem !important;
  }
  .md\:w-13rem {
    width: 13rem !important;
  }
  .md\:w-14rem {
    width: 14rem !important;
  }
  .md\:w-15rem {
    width: 15rem !important;
  }
  .md\:w-16rem {
    width: 16rem !important;
  }
  .md\:w-17rem {
    width: 17rem !important;
  }
  .md\:w-18rem {
    width: 18rem !important;
  }
  .md\:w-19rem {
    width: 19rem !important;
  }
  .md\:w-20rem {
    width: 20rem !important;
  }
  .md\:w-21rem {
    width: 21rem !important;
  }
  .md\:w-22rem {
    width: 22rem !important;
  }
  .md\:w-23rem {
    width: 23rem !important;
  }
  .md\:w-24rem {
    width: 24rem !important;
  }
  .md\:w-25rem {
    width: 25rem !important;
  }
  .md\:w-26rem {
    width: 26rem !important;
  }
  .md\:w-27rem {
    width: 27rem !important;
  }
  .md\:w-28rem {
    width: 28rem !important;
  }
  .md\:w-29rem {
    width: 29rem !important;
  }
  .md\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:w-screen {
    width: 100vw !important;
  }
  .lg\:w-auto {
    width: auto !important;
  }
  .lg\:w-1 {
    width: 8.3333% !important;
  }
  .lg\:w-2 {
    width: 16.6667% !important;
  }
  .lg\:w-3 {
    width: 25% !important;
  }
  .lg\:w-4 {
    width: 33.3333% !important;
  }
  .lg\:w-5 {
    width: 41.6667% !important;
  }
  .lg\:w-6 {
    width: 50% !important;
  }
  .lg\:w-7 {
    width: 58.3333% !important;
  }
  .lg\:w-8 {
    width: 66.6667% !important;
  }
  .lg\:w-9 {
    width: 75% !important;
  }
  .lg\:w-10 {
    width: 83.3333% !important;
  }
  .lg\:w-11 {
    width: 91.6667% !important;
  }
  .lg\:w-12 {
    width: 100% !important;
  }
  .lg\:w-min {
    width: min-content !important;
  }
  .lg\:w-max {
    width: max-content !important;
  }
  .lg\:w-fit {
    width: fit-content !important;
  }
  .lg\:w-1rem {
    width: 1rem !important;
  }
  .lg\:w-2rem {
    width: 2rem !important;
  }
  .lg\:w-3rem {
    width: 3rem !important;
  }
  .lg\:w-4rem {
    width: 4rem !important;
  }
  .lg\:w-5rem {
    width: 5rem !important;
  }
  .lg\:w-6rem {
    width: 6rem !important;
  }
  .lg\:w-7rem {
    width: 7rem !important;
  }
  .lg\:w-8rem {
    width: 8rem !important;
  }
  .lg\:w-9rem {
    width: 9rem !important;
  }
  .lg\:w-10rem {
    width: 10rem !important;
  }
  .lg\:w-11rem {
    width: 11rem !important;
  }
  .lg\:w-12rem {
    width: 12rem !important;
  }
  .lg\:w-13rem {
    width: 13rem !important;
  }
  .lg\:w-14rem {
    width: 14rem !important;
  }
  .lg\:w-15rem {
    width: 15rem !important;
  }
  .lg\:w-16rem {
    width: 16rem !important;
  }
  .lg\:w-17rem {
    width: 17rem !important;
  }
  .lg\:w-18rem {
    width: 18rem !important;
  }
  .lg\:w-19rem {
    width: 19rem !important;
  }
  .lg\:w-20rem {
    width: 20rem !important;
  }
  .lg\:w-21rem {
    width: 21rem !important;
  }
  .lg\:w-22rem {
    width: 22rem !important;
  }
  .lg\:w-23rem {
    width: 23rem !important;
  }
  .lg\:w-24rem {
    width: 24rem !important;
  }
  .lg\:w-25rem {
    width: 25rem !important;
  }
  .lg\:w-26rem {
    width: 26rem !important;
  }
  .lg\:w-27rem {
    width: 27rem !important;
  }
  .lg\:w-28rem {
    width: 28rem !important;
  }
  .lg\:w-29rem {
    width: 29rem !important;
  }
  .lg\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-full {
    width: 100% !important;
  }
  .xl\:w-screen {
    width: 100vw !important;
  }
  .xl\:w-auto {
    width: auto !important;
  }
  .xl\:w-1 {
    width: 8.3333% !important;
  }
  .xl\:w-2 {
    width: 16.6667% !important;
  }
  .xl\:w-3 {
    width: 25% !important;
  }
  .xl\:w-4 {
    width: 33.3333% !important;
  }
  .xl\:w-5 {
    width: 41.6667% !important;
  }
  .xl\:w-6 {
    width: 50% !important;
  }
  .xl\:w-7 {
    width: 58.3333% !important;
  }
  .xl\:w-8 {
    width: 66.6667% !important;
  }
  .xl\:w-9 {
    width: 75% !important;
  }
  .xl\:w-10 {
    width: 83.3333% !important;
  }
  .xl\:w-11 {
    width: 91.6667% !important;
  }
  .xl\:w-12 {
    width: 100% !important;
  }
  .xl\:w-min {
    width: min-content !important;
  }
  .xl\:w-max {
    width: max-content !important;
  }
  .xl\:w-fit {
    width: fit-content !important;
  }
  .xl\:w-1rem {
    width: 1rem !important;
  }
  .xl\:w-2rem {
    width: 2rem !important;
  }
  .xl\:w-3rem {
    width: 3rem !important;
  }
  .xl\:w-4rem {
    width: 4rem !important;
  }
  .xl\:w-5rem {
    width: 5rem !important;
  }
  .xl\:w-6rem {
    width: 6rem !important;
  }
  .xl\:w-7rem {
    width: 7rem !important;
  }
  .xl\:w-8rem {
    width: 8rem !important;
  }
  .xl\:w-9rem {
    width: 9rem !important;
  }
  .xl\:w-10rem {
    width: 10rem !important;
  }
  .xl\:w-11rem {
    width: 11rem !important;
  }
  .xl\:w-12rem {
    width: 12rem !important;
  }
  .xl\:w-13rem {
    width: 13rem !important;
  }
  .xl\:w-14rem {
    width: 14rem !important;
  }
  .xl\:w-15rem {
    width: 15rem !important;
  }
  .xl\:w-16rem {
    width: 16rem !important;
  }
  .xl\:w-17rem {
    width: 17rem !important;
  }
  .xl\:w-18rem {
    width: 18rem !important;
  }
  .xl\:w-19rem {
    width: 19rem !important;
  }
  .xl\:w-20rem {
    width: 20rem !important;
  }
  .xl\:w-21rem {
    width: 21rem !important;
  }
  .xl\:w-22rem {
    width: 22rem !important;
  }
  .xl\:w-23rem {
    width: 23rem !important;
  }
  .xl\:w-24rem {
    width: 24rem !important;
  }
  .xl\:w-25rem {
    width: 25rem !important;
  }
  .xl\:w-26rem {
    width: 26rem !important;
  }
  .xl\:w-27rem {
    width: 27rem !important;
  }
  .xl\:w-28rem {
    width: 28rem !important;
  }
  .xl\:w-29rem {
    width: 29rem !important;
  }
  .xl\:w-30rem {
    width: 30rem !important;
  }
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.h-auto {
  height: auto !important;
}
.h-min {
  height: min-content !important;
}
.h-max {
  height: max-content !important;
}
.h-fit {
  height: fit-content !important;
}
.h-1rem {
  height: 1rem !important;
}
.h-2rem {
  height: 2rem !important;
}
.h-3rem {
  height: 3rem !important;
}
.h-4rem {
  height: 4rem !important;
}
.h-5rem {
  height: 5rem !important;
}
.h-6rem {
  height: 6rem !important;
}
.h-7rem {
  height: 7rem !important;
}
.h-8rem {
  height: 8rem !important;
}
.h-9rem {
  height: 9rem !important;
}
.h-10rem {
  height: 10rem !important;
}
.h-11rem {
  height: 11rem !important;
}
.h-12rem {
  height: 12rem !important;
}
.h-13rem {
  height: 13rem !important;
}
.h-14rem {
  height: 14rem !important;
}
.h-15rem {
  height: 15rem !important;
}
.h-16rem {
  height: 16rem !important;
}
.h-17rem {
  height: 17rem !important;
}
.h-18rem {
  height: 18rem !important;
}
.h-19rem {
  height: 19rem !important;
}
.h-20rem {
  height: 20rem !important;
}
.h-21rem {
  height: 21rem !important;
}
.h-22rem {
  height: 22rem !important;
}
.h-23rem {
  height: 23rem !important;
}
.h-24rem {
  height: 24rem !important;
}
.h-25rem {
  height: 25rem !important;
}
.h-26rem {
  height: 26rem !important;
}
.h-27rem {
  height: 27rem !important;
}
.h-28rem {
  height: 28rem !important;
}
.h-29rem {
  height: 29rem !important;
}
.h-30rem {
  height: 30rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:h-full {
    height: 100% !important;
  }
  .sm\:h-screen {
    height: 100vh !important;
  }
  .sm\:h-auto {
    height: auto !important;
  }
  .sm\:h-min {
    height: min-content !important;
  }
  .sm\:h-max {
    height: max-content !important;
  }
  .sm\:h-fit {
    height: fit-content !important;
  }
  .sm\:h-1rem {
    height: 1rem !important;
  }
  .sm\:h-2rem {
    height: 2rem !important;
  }
  .sm\:h-3rem {
    height: 3rem !important;
  }
  .sm\:h-4rem {
    height: 4rem !important;
  }
  .sm\:h-5rem {
    height: 5rem !important;
  }
  .sm\:h-6rem {
    height: 6rem !important;
  }
  .sm\:h-7rem {
    height: 7rem !important;
  }
  .sm\:h-8rem {
    height: 8rem !important;
  }
  .sm\:h-9rem {
    height: 9rem !important;
  }
  .sm\:h-10rem {
    height: 10rem !important;
  }
  .sm\:h-11rem {
    height: 11rem !important;
  }
  .sm\:h-12rem {
    height: 12rem !important;
  }
  .sm\:h-13rem {
    height: 13rem !important;
  }
  .sm\:h-14rem {
    height: 14rem !important;
  }
  .sm\:h-15rem {
    height: 15rem !important;
  }
  .sm\:h-16rem {
    height: 16rem !important;
  }
  .sm\:h-17rem {
    height: 17rem !important;
  }
  .sm\:h-18rem {
    height: 18rem !important;
  }
  .sm\:h-19rem {
    height: 19rem !important;
  }
  .sm\:h-20rem {
    height: 20rem !important;
  }
  .sm\:h-21rem {
    height: 21rem !important;
  }
  .sm\:h-22rem {
    height: 22rem !important;
  }
  .sm\:h-23rem {
    height: 23rem !important;
  }
  .sm\:h-24rem {
    height: 24rem !important;
  }
  .sm\:h-25rem {
    height: 25rem !important;
  }
  .sm\:h-26rem {
    height: 26rem !important;
  }
  .sm\:h-27rem {
    height: 27rem !important;
  }
  .sm\:h-28rem {
    height: 28rem !important;
  }
  .sm\:h-29rem {
    height: 29rem !important;
  }
  .sm\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-full {
    height: 100% !important;
  }
  .md\:h-screen {
    height: 100vh !important;
  }
  .md\:h-auto {
    height: auto !important;
  }
  .md\:h-min {
    height: min-content !important;
  }
  .md\:h-max {
    height: max-content !important;
  }
  .md\:h-fit {
    height: fit-content !important;
  }
  .md\:h-1rem {
    height: 1rem !important;
  }
  .md\:h-2rem {
    height: 2rem !important;
  }
  .md\:h-3rem {
    height: 3rem !important;
  }
  .md\:h-4rem {
    height: 4rem !important;
  }
  .md\:h-5rem {
    height: 5rem !important;
  }
  .md\:h-6rem {
    height: 6rem !important;
  }
  .md\:h-7rem {
    height: 7rem !important;
  }
  .md\:h-8rem {
    height: 8rem !important;
  }
  .md\:h-9rem {
    height: 9rem !important;
  }
  .md\:h-10rem {
    height: 10rem !important;
  }
  .md\:h-11rem {
    height: 11rem !important;
  }
  .md\:h-12rem {
    height: 12rem !important;
  }
  .md\:h-13rem {
    height: 13rem !important;
  }
  .md\:h-14rem {
    height: 14rem !important;
  }
  .md\:h-15rem {
    height: 15rem !important;
  }
  .md\:h-16rem {
    height: 16rem !important;
  }
  .md\:h-17rem {
    height: 17rem !important;
  }
  .md\:h-18rem {
    height: 18rem !important;
  }
  .md\:h-19rem {
    height: 19rem !important;
  }
  .md\:h-20rem {
    height: 20rem !important;
  }
  .md\:h-21rem {
    height: 21rem !important;
  }
  .md\:h-22rem {
    height: 22rem !important;
  }
  .md\:h-23rem {
    height: 23rem !important;
  }
  .md\:h-24rem {
    height: 24rem !important;
  }
  .md\:h-25rem {
    height: 25rem !important;
  }
  .md\:h-26rem {
    height: 26rem !important;
  }
  .md\:h-27rem {
    height: 27rem !important;
  }
  .md\:h-28rem {
    height: 28rem !important;
  }
  .md\:h-29rem {
    height: 29rem !important;
  }
  .md\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-full {
    height: 100% !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:h-auto {
    height: auto !important;
  }
  .lg\:h-min {
    height: min-content !important;
  }
  .lg\:h-max {
    height: max-content !important;
  }
  .lg\:h-fit {
    height: fit-content !important;
  }
  .lg\:h-1rem {
    height: 1rem !important;
  }
  .lg\:h-2rem {
    height: 2rem !important;
  }
  .lg\:h-3rem {
    height: 3rem !important;
  }
  .lg\:h-4rem {
    height: 4rem !important;
  }
  .lg\:h-5rem {
    height: 5rem !important;
  }
  .lg\:h-6rem {
    height: 6rem !important;
  }
  .lg\:h-7rem {
    height: 7rem !important;
  }
  .lg\:h-8rem {
    height: 8rem !important;
  }
  .lg\:h-9rem {
    height: 9rem !important;
  }
  .lg\:h-10rem {
    height: 10rem !important;
  }
  .lg\:h-11rem {
    height: 11rem !important;
  }
  .lg\:h-12rem {
    height: 12rem !important;
  }
  .lg\:h-13rem {
    height: 13rem !important;
  }
  .lg\:h-14rem {
    height: 14rem !important;
  }
  .lg\:h-15rem {
    height: 15rem !important;
  }
  .lg\:h-16rem {
    height: 16rem !important;
  }
  .lg\:h-17rem {
    height: 17rem !important;
  }
  .lg\:h-18rem {
    height: 18rem !important;
  }
  .lg\:h-19rem {
    height: 19rem !important;
  }
  .lg\:h-20rem {
    height: 20rem !important;
  }
  .lg\:h-21rem {
    height: 21rem !important;
  }
  .lg\:h-22rem {
    height: 22rem !important;
  }
  .lg\:h-23rem {
    height: 23rem !important;
  }
  .lg\:h-24rem {
    height: 24rem !important;
  }
  .lg\:h-25rem {
    height: 25rem !important;
  }
  .lg\:h-26rem {
    height: 26rem !important;
  }
  .lg\:h-27rem {
    height: 27rem !important;
  }
  .lg\:h-28rem {
    height: 28rem !important;
  }
  .lg\:h-29rem {
    height: 29rem !important;
  }
  .lg\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-full {
    height: 100% !important;
  }
  .xl\:h-screen {
    height: 100vh !important;
  }
  .xl\:h-auto {
    height: auto !important;
  }
  .xl\:h-min {
    height: min-content !important;
  }
  .xl\:h-max {
    height: max-content !important;
  }
  .xl\:h-fit {
    height: fit-content !important;
  }
  .xl\:h-1rem {
    height: 1rem !important;
  }
  .xl\:h-2rem {
    height: 2rem !important;
  }
  .xl\:h-3rem {
    height: 3rem !important;
  }
  .xl\:h-4rem {
    height: 4rem !important;
  }
  .xl\:h-5rem {
    height: 5rem !important;
  }
  .xl\:h-6rem {
    height: 6rem !important;
  }
  .xl\:h-7rem {
    height: 7rem !important;
  }
  .xl\:h-8rem {
    height: 8rem !important;
  }
  .xl\:h-9rem {
    height: 9rem !important;
  }
  .xl\:h-10rem {
    height: 10rem !important;
  }
  .xl\:h-11rem {
    height: 11rem !important;
  }
  .xl\:h-12rem {
    height: 12rem !important;
  }
  .xl\:h-13rem {
    height: 13rem !important;
  }
  .xl\:h-14rem {
    height: 14rem !important;
  }
  .xl\:h-15rem {
    height: 15rem !important;
  }
  .xl\:h-16rem {
    height: 16rem !important;
  }
  .xl\:h-17rem {
    height: 17rem !important;
  }
  .xl\:h-18rem {
    height: 18rem !important;
  }
  .xl\:h-19rem {
    height: 19rem !important;
  }
  .xl\:h-20rem {
    height: 20rem !important;
  }
  .xl\:h-21rem {
    height: 21rem !important;
  }
  .xl\:h-22rem {
    height: 22rem !important;
  }
  .xl\:h-23rem {
    height: 23rem !important;
  }
  .xl\:h-24rem {
    height: 24rem !important;
  }
  .xl\:h-25rem {
    height: 25rem !important;
  }
  .xl\:h-26rem {
    height: 26rem !important;
  }
  .xl\:h-27rem {
    height: 27rem !important;
  }
  .xl\:h-28rem {
    height: 28rem !important;
  }
  .xl\:h-29rem {
    height: 29rem !important;
  }
  .xl\:h-30rem {
    height: 30rem !important;
  }
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-screen {
  min-width: 100vw !important;
}
.min-w-min {
  min-width: min-content !important;
}
.min-w-max {
  min-width: max-content !important;
}
@media screen and (min-width: 576px) {
  .sm\:min-w-0 {
    min-width: 0px !important;
  }
  .sm\:min-w-full {
    min-width: 100% !important;
  }
  .sm\:min-w-screen {
    min-width: 100vw !important;
  }
  .sm\:min-w-min {
    min-width: min-content !important;
  }
  .sm\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-0 {
    min-width: 0px !important;
  }
  .md\:min-w-full {
    min-width: 100% !important;
  }
  .md\:min-w-screen {
    min-width: 100vw !important;
  }
  .md\:min-w-min {
    min-width: min-content !important;
  }
  .md\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-0 {
    min-width: 0px !important;
  }
  .lg\:min-w-full {
    min-width: 100% !important;
  }
  .lg\:min-w-screen {
    min-width: 100vw !important;
  }
  .lg\:min-w-min {
    min-width: min-content !important;
  }
  .lg\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-0 {
    min-width: 0px !important;
  }
  .xl\:min-w-full {
    min-width: 100% !important;
  }
  .xl\:min-w-screen {
    min-width: 100vw !important;
  }
  .xl\:min-w-min {
    min-width: min-content !important;
  }
  .xl\:min-w-max {
    min-width: max-content !important;
  }
}
.max-w-0 {
  max-width: 0px !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-screen {
  max-width: 100vw !important;
}
.max-w-min {
  max-width: min-content !important;
}
.max-w-max {
  max-width: max-content !important;
}
.max-w-fit {
  max-width: fit-content !important;
}
.max-w-1rem {
  max-width: 1rem !important;
}
.max-w-2rem {
  max-width: 2rem !important;
}
.max-w-3rem {
  max-width: 3rem !important;
}
.max-w-4rem {
  max-width: 4rem !important;
}
.max-w-5rem {
  max-width: 5rem !important;
}
.max-w-6rem {
  max-width: 6rem !important;
}
.max-w-7rem {
  max-width: 7rem !important;
}
.max-w-8rem {
  max-width: 8rem !important;
}
.max-w-9rem {
  max-width: 9rem !important;
}
.max-w-10rem {
  max-width: 10rem !important;
}
.max-w-11rem {
  max-width: 11rem !important;
}
.max-w-12rem {
  max-width: 12rem !important;
}
.max-w-13rem {
  max-width: 13rem !important;
}
.max-w-14rem {
  max-width: 14rem !important;
}
.max-w-15rem {
  max-width: 15rem !important;
}
.max-w-16rem {
  max-width: 16rem !important;
}
.max-w-17rem {
  max-width: 17rem !important;
}
.max-w-18rem {
  max-width: 18rem !important;
}
.max-w-19rem {
  max-width: 19rem !important;
}
.max-w-20rem {
  max-width: 20rem !important;
}
.max-w-21rem {
  max-width: 21rem !important;
}
.max-w-22rem {
  max-width: 22rem !important;
}
.max-w-23rem {
  max-width: 23rem !important;
}
.max-w-24rem {
  max-width: 24rem !important;
}
.max-w-25rem {
  max-width: 25rem !important;
}
.max-w-26rem {
  max-width: 26rem !important;
}
.max-w-27rem {
  max-width: 27rem !important;
}
.max-w-28rem {
  max-width: 28rem !important;
}
.max-w-29rem {
  max-width: 29rem !important;
}
.max-w-30rem {
  max-width: 30rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:max-w-0 {
    max-width: 0px !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  .sm\:max-w-screen {
    max-width: 100vw !important;
  }
  .sm\:max-w-min {
    max-width: min-content !important;
  }
  .sm\:max-w-max {
    max-width: max-content !important;
  }
  .sm\:max-w-fit {
    max-width: fit-content !important;
  }
  .sm\:max-w-1rem {
    max-width: 1rem !important;
  }
  .sm\:max-w-2rem {
    max-width: 2rem !important;
  }
  .sm\:max-w-3rem {
    max-width: 3rem !important;
  }
  .sm\:max-w-4rem {
    max-width: 4rem !important;
  }
  .sm\:max-w-5rem {
    max-width: 5rem !important;
  }
  .sm\:max-w-6rem {
    max-width: 6rem !important;
  }
  .sm\:max-w-7rem {
    max-width: 7rem !important;
  }
  .sm\:max-w-8rem {
    max-width: 8rem !important;
  }
  .sm\:max-w-9rem {
    max-width: 9rem !important;
  }
  .sm\:max-w-10rem {
    max-width: 10rem !important;
  }
  .sm\:max-w-11rem {
    max-width: 11rem !important;
  }
  .sm\:max-w-12rem {
    max-width: 12rem !important;
  }
  .sm\:max-w-13rem {
    max-width: 13rem !important;
  }
  .sm\:max-w-14rem {
    max-width: 14rem !important;
  }
  .sm\:max-w-15rem {
    max-width: 15rem !important;
  }
  .sm\:max-w-16rem {
    max-width: 16rem !important;
  }
  .sm\:max-w-17rem {
    max-width: 17rem !important;
  }
  .sm\:max-w-18rem {
    max-width: 18rem !important;
  }
  .sm\:max-w-19rem {
    max-width: 19rem !important;
  }
  .sm\:max-w-20rem {
    max-width: 20rem !important;
  }
  .sm\:max-w-21rem {
    max-width: 21rem !important;
  }
  .sm\:max-w-22rem {
    max-width: 22rem !important;
  }
  .sm\:max-w-23rem {
    max-width: 23rem !important;
  }
  .sm\:max-w-24rem {
    max-width: 24rem !important;
  }
  .sm\:max-w-25rem {
    max-width: 25rem !important;
  }
  .sm\:max-w-26rem {
    max-width: 26rem !important;
  }
  .sm\:max-w-27rem {
    max-width: 27rem !important;
  }
  .sm\:max-w-28rem {
    max-width: 28rem !important;
  }
  .sm\:max-w-29rem {
    max-width: 29rem !important;
  }
  .sm\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-0 {
    max-width: 0px !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:max-w-screen {
    max-width: 100vw !important;
  }
  .md\:max-w-min {
    max-width: min-content !important;
  }
  .md\:max-w-max {
    max-width: max-content !important;
  }
  .md\:max-w-fit {
    max-width: fit-content !important;
  }
  .md\:max-w-1rem {
    max-width: 1rem !important;
  }
  .md\:max-w-2rem {
    max-width: 2rem !important;
  }
  .md\:max-w-3rem {
    max-width: 3rem !important;
  }
  .md\:max-w-4rem {
    max-width: 4rem !important;
  }
  .md\:max-w-5rem {
    max-width: 5rem !important;
  }
  .md\:max-w-6rem {
    max-width: 6rem !important;
  }
  .md\:max-w-7rem {
    max-width: 7rem !important;
  }
  .md\:max-w-8rem {
    max-width: 8rem !important;
  }
  .md\:max-w-9rem {
    max-width: 9rem !important;
  }
  .md\:max-w-10rem {
    max-width: 10rem !important;
  }
  .md\:max-w-11rem {
    max-width: 11rem !important;
  }
  .md\:max-w-12rem {
    max-width: 12rem !important;
  }
  .md\:max-w-13rem {
    max-width: 13rem !important;
  }
  .md\:max-w-14rem {
    max-width: 14rem !important;
  }
  .md\:max-w-15rem {
    max-width: 15rem !important;
  }
  .md\:max-w-16rem {
    max-width: 16rem !important;
  }
  .md\:max-w-17rem {
    max-width: 17rem !important;
  }
  .md\:max-w-18rem {
    max-width: 18rem !important;
  }
  .md\:max-w-19rem {
    max-width: 19rem !important;
  }
  .md\:max-w-20rem {
    max-width: 20rem !important;
  }
  .md\:max-w-21rem {
    max-width: 21rem !important;
  }
  .md\:max-w-22rem {
    max-width: 22rem !important;
  }
  .md\:max-w-23rem {
    max-width: 23rem !important;
  }
  .md\:max-w-24rem {
    max-width: 24rem !important;
  }
  .md\:max-w-25rem {
    max-width: 25rem !important;
  }
  .md\:max-w-26rem {
    max-width: 26rem !important;
  }
  .md\:max-w-27rem {
    max-width: 27rem !important;
  }
  .md\:max-w-28rem {
    max-width: 28rem !important;
  }
  .md\:max-w-29rem {
    max-width: 29rem !important;
  }
  .md\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-0 {
    max-width: 0px !important;
  }
  .lg\:max-w-full {
    max-width: 100% !important;
  }
  .lg\:max-w-screen {
    max-width: 100vw !important;
  }
  .lg\:max-w-min {
    max-width: min-content !important;
  }
  .lg\:max-w-max {
    max-width: max-content !important;
  }
  .lg\:max-w-fit {
    max-width: fit-content !important;
  }
  .lg\:max-w-1rem {
    max-width: 1rem !important;
  }
  .lg\:max-w-2rem {
    max-width: 2rem !important;
  }
  .lg\:max-w-3rem {
    max-width: 3rem !important;
  }
  .lg\:max-w-4rem {
    max-width: 4rem !important;
  }
  .lg\:max-w-5rem {
    max-width: 5rem !important;
  }
  .lg\:max-w-6rem {
    max-width: 6rem !important;
  }
  .lg\:max-w-7rem {
    max-width: 7rem !important;
  }
  .lg\:max-w-8rem {
    max-width: 8rem !important;
  }
  .lg\:max-w-9rem {
    max-width: 9rem !important;
  }
  .lg\:max-w-10rem {
    max-width: 10rem !important;
  }
  .lg\:max-w-11rem {
    max-width: 11rem !important;
  }
  .lg\:max-w-12rem {
    max-width: 12rem !important;
  }
  .lg\:max-w-13rem {
    max-width: 13rem !important;
  }
  .lg\:max-w-14rem {
    max-width: 14rem !important;
  }
  .lg\:max-w-15rem {
    max-width: 15rem !important;
  }
  .lg\:max-w-16rem {
    max-width: 16rem !important;
  }
  .lg\:max-w-17rem {
    max-width: 17rem !important;
  }
  .lg\:max-w-18rem {
    max-width: 18rem !important;
  }
  .lg\:max-w-19rem {
    max-width: 19rem !important;
  }
  .lg\:max-w-20rem {
    max-width: 20rem !important;
  }
  .lg\:max-w-21rem {
    max-width: 21rem !important;
  }
  .lg\:max-w-22rem {
    max-width: 22rem !important;
  }
  .lg\:max-w-23rem {
    max-width: 23rem !important;
  }
  .lg\:max-w-24rem {
    max-width: 24rem !important;
  }
  .lg\:max-w-25rem {
    max-width: 25rem !important;
  }
  .lg\:max-w-26rem {
    max-width: 26rem !important;
  }
  .lg\:max-w-27rem {
    max-width: 27rem !important;
  }
  .lg\:max-w-28rem {
    max-width: 28rem !important;
  }
  .lg\:max-w-29rem {
    max-width: 29rem !important;
  }
  .lg\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-0 {
    max-width: 0px !important;
  }
  .xl\:max-w-full {
    max-width: 100% !important;
  }
  .xl\:max-w-screen {
    max-width: 100vw !important;
  }
  .xl\:max-w-min {
    max-width: min-content !important;
  }
  .xl\:max-w-max {
    max-width: max-content !important;
  }
  .xl\:max-w-fit {
    max-width: fit-content !important;
  }
  .xl\:max-w-1rem {
    max-width: 1rem !important;
  }
  .xl\:max-w-2rem {
    max-width: 2rem !important;
  }
  .xl\:max-w-3rem {
    max-width: 3rem !important;
  }
  .xl\:max-w-4rem {
    max-width: 4rem !important;
  }
  .xl\:max-w-5rem {
    max-width: 5rem !important;
  }
  .xl\:max-w-6rem {
    max-width: 6rem !important;
  }
  .xl\:max-w-7rem {
    max-width: 7rem !important;
  }
  .xl\:max-w-8rem {
    max-width: 8rem !important;
  }
  .xl\:max-w-9rem {
    max-width: 9rem !important;
  }
  .xl\:max-w-10rem {
    max-width: 10rem !important;
  }
  .xl\:max-w-11rem {
    max-width: 11rem !important;
  }
  .xl\:max-w-12rem {
    max-width: 12rem !important;
  }
  .xl\:max-w-13rem {
    max-width: 13rem !important;
  }
  .xl\:max-w-14rem {
    max-width: 14rem !important;
  }
  .xl\:max-w-15rem {
    max-width: 15rem !important;
  }
  .xl\:max-w-16rem {
    max-width: 16rem !important;
  }
  .xl\:max-w-17rem {
    max-width: 17rem !important;
  }
  .xl\:max-w-18rem {
    max-width: 18rem !important;
  }
  .xl\:max-w-19rem {
    max-width: 19rem !important;
  }
  .xl\:max-w-20rem {
    max-width: 20rem !important;
  }
  .xl\:max-w-21rem {
    max-width: 21rem !important;
  }
  .xl\:max-w-22rem {
    max-width: 22rem !important;
  }
  .xl\:max-w-23rem {
    max-width: 23rem !important;
  }
  .xl\:max-w-24rem {
    max-width: 24rem !important;
  }
  .xl\:max-w-25rem {
    max-width: 25rem !important;
  }
  .xl\:max-w-26rem {
    max-width: 26rem !important;
  }
  .xl\:max-w-27rem {
    max-width: 27rem !important;
  }
  .xl\:max-w-28rem {
    max-width: 28rem !important;
  }
  .xl\:max-w-29rem {
    max-width: 29rem !important;
  }
  .xl\:max-w-30rem {
    max-width: 30rem !important;
  }
}
.min-h-0 {
  min-height: 0px !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
@media screen and (min-width: 576px) {
  .sm\:min-h-0 {
    min-height: 0px !important;
  }
  .sm\:min-h-full {
    min-height: 100% !important;
  }
  .sm\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-0 {
    min-height: 0px !important;
  }
  .md\:min-h-full {
    min-height: 100% !important;
  }
  .md\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-0 {
    min-height: 0px !important;
  }
  .lg\:min-h-full {
    min-height: 100% !important;
  }
  .lg\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-0 {
    min-height: 0px !important;
  }
  .xl\:min-h-full {
    min-height: 100% !important;
  }
  .xl\:min-h-screen {
    min-height: 100vh !important;
  }
}
.max-h-0 {
  max-height: 0px !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.max-h-min {
  max-height: min-content !important;
}
.max-h-max {
  max-height: max-content !important;
}
.max-h-fit {
  max-height: fit-content !important;
}
.max-h-1rem {
  max-height: 1rem !important;
}
.max-h-2rem {
  max-height: 2rem !important;
}
.max-h-3rem {
  max-height: 3rem !important;
}
.max-h-4rem {
  max-height: 4rem !important;
}
.max-h-5rem {
  max-height: 5rem !important;
}
.max-h-6rem {
  max-height: 6rem !important;
}
.max-h-7rem {
  max-height: 7rem !important;
}
.max-h-8rem {
  max-height: 8rem !important;
}
.max-h-9rem {
  max-height: 9rem !important;
}
.max-h-10rem {
  max-height: 10rem !important;
}
.max-h-11rem {
  max-height: 11rem !important;
}
.max-h-12rem {
  max-height: 12rem !important;
}
.max-h-13rem {
  max-height: 13rem !important;
}
.max-h-14rem {
  max-height: 14rem !important;
}
.max-h-15rem {
  max-height: 15rem !important;
}
.max-h-16rem {
  max-height: 16rem !important;
}
.max-h-17rem {
  max-height: 17rem !important;
}
.max-h-18rem {
  max-height: 18rem !important;
}
.max-h-19rem {
  max-height: 19rem !important;
}
.max-h-20rem {
  max-height: 20rem !important;
}
.max-h-21rem {
  max-height: 21rem !important;
}
.max-h-22rem {
  max-height: 22rem !important;
}
.max-h-23rem {
  max-height: 23rem !important;
}
.max-h-24rem {
  max-height: 24rem !important;
}
.max-h-25rem {
  max-height: 25rem !important;
}
.max-h-26rem {
  max-height: 26rem !important;
}
.max-h-27rem {
  max-height: 27rem !important;
}
.max-h-28rem {
  max-height: 28rem !important;
}
.max-h-29rem {
  max-height: 29rem !important;
}
.max-h-30rem {
  max-height: 30rem !important;
}
@media screen and (min-width: 576px) {
  .sm\:max-h-0 {
    max-height: 0px !important;
  }
  .sm\:max-h-full {
    max-height: 100% !important;
  }
  .sm\:max-h-screen {
    max-height: 100vh !important;
  }
  .sm\:max-h-min {
    max-height: min-content !important;
  }
  .sm\:max-h-max {
    max-height: max-content !important;
  }
  .sm\:max-h-fit {
    max-height: fit-content !important;
  }
  .sm\:max-h-1rem {
    max-height: 1rem !important;
  }
  .sm\:max-h-2rem {
    max-height: 2rem !important;
  }
  .sm\:max-h-3rem {
    max-height: 3rem !important;
  }
  .sm\:max-h-4rem {
    max-height: 4rem !important;
  }
  .sm\:max-h-5rem {
    max-height: 5rem !important;
  }
  .sm\:max-h-6rem {
    max-height: 6rem !important;
  }
  .sm\:max-h-7rem {
    max-height: 7rem !important;
  }
  .sm\:max-h-8rem {
    max-height: 8rem !important;
  }
  .sm\:max-h-9rem {
    max-height: 9rem !important;
  }
  .sm\:max-h-10rem {
    max-height: 10rem !important;
  }
  .sm\:max-h-11rem {
    max-height: 11rem !important;
  }
  .sm\:max-h-12rem {
    max-height: 12rem !important;
  }
  .sm\:max-h-13rem {
    max-height: 13rem !important;
  }
  .sm\:max-h-14rem {
    max-height: 14rem !important;
  }
  .sm\:max-h-15rem {
    max-height: 15rem !important;
  }
  .sm\:max-h-16rem {
    max-height: 16rem !important;
  }
  .sm\:max-h-17rem {
    max-height: 17rem !important;
  }
  .sm\:max-h-18rem {
    max-height: 18rem !important;
  }
  .sm\:max-h-19rem {
    max-height: 19rem !important;
  }
  .sm\:max-h-20rem {
    max-height: 20rem !important;
  }
  .sm\:max-h-21rem {
    max-height: 21rem !important;
  }
  .sm\:max-h-22rem {
    max-height: 22rem !important;
  }
  .sm\:max-h-23rem {
    max-height: 23rem !important;
  }
  .sm\:max-h-24rem {
    max-height: 24rem !important;
  }
  .sm\:max-h-25rem {
    max-height: 25rem !important;
  }
  .sm\:max-h-26rem {
    max-height: 26rem !important;
  }
  .sm\:max-h-27rem {
    max-height: 27rem !important;
  }
  .sm\:max-h-28rem {
    max-height: 28rem !important;
  }
  .sm\:max-h-29rem {
    max-height: 29rem !important;
  }
  .sm\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-0 {
    max-height: 0px !important;
  }
  .md\:max-h-full {
    max-height: 100% !important;
  }
  .md\:max-h-screen {
    max-height: 100vh !important;
  }
  .md\:max-h-min {
    max-height: min-content !important;
  }
  .md\:max-h-max {
    max-height: max-content !important;
  }
  .md\:max-h-fit {
    max-height: fit-content !important;
  }
  .md\:max-h-1rem {
    max-height: 1rem !important;
  }
  .md\:max-h-2rem {
    max-height: 2rem !important;
  }
  .md\:max-h-3rem {
    max-height: 3rem !important;
  }
  .md\:max-h-4rem {
    max-height: 4rem !important;
  }
  .md\:max-h-5rem {
    max-height: 5rem !important;
  }
  .md\:max-h-6rem {
    max-height: 6rem !important;
  }
  .md\:max-h-7rem {
    max-height: 7rem !important;
  }
  .md\:max-h-8rem {
    max-height: 8rem !important;
  }
  .md\:max-h-9rem {
    max-height: 9rem !important;
  }
  .md\:max-h-10rem {
    max-height: 10rem !important;
  }
  .md\:max-h-11rem {
    max-height: 11rem !important;
  }
  .md\:max-h-12rem {
    max-height: 12rem !important;
  }
  .md\:max-h-13rem {
    max-height: 13rem !important;
  }
  .md\:max-h-14rem {
    max-height: 14rem !important;
  }
  .md\:max-h-15rem {
    max-height: 15rem !important;
  }
  .md\:max-h-16rem {
    max-height: 16rem !important;
  }
  .md\:max-h-17rem {
    max-height: 17rem !important;
  }
  .md\:max-h-18rem {
    max-height: 18rem !important;
  }
  .md\:max-h-19rem {
    max-height: 19rem !important;
  }
  .md\:max-h-20rem {
    max-height: 20rem !important;
  }
  .md\:max-h-21rem {
    max-height: 21rem !important;
  }
  .md\:max-h-22rem {
    max-height: 22rem !important;
  }
  .md\:max-h-23rem {
    max-height: 23rem !important;
  }
  .md\:max-h-24rem {
    max-height: 24rem !important;
  }
  .md\:max-h-25rem {
    max-height: 25rem !important;
  }
  .md\:max-h-26rem {
    max-height: 26rem !important;
  }
  .md\:max-h-27rem {
    max-height: 27rem !important;
  }
  .md\:max-h-28rem {
    max-height: 28rem !important;
  }
  .md\:max-h-29rem {
    max-height: 29rem !important;
  }
  .md\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-0 {
    max-height: 0px !important;
  }
  .lg\:max-h-full {
    max-height: 100% !important;
  }
  .lg\:max-h-screen {
    max-height: 100vh !important;
  }
  .lg\:max-h-min {
    max-height: min-content !important;
  }
  .lg\:max-h-max {
    max-height: max-content !important;
  }
  .lg\:max-h-fit {
    max-height: fit-content !important;
  }
  .lg\:max-h-1rem {
    max-height: 1rem !important;
  }
  .lg\:max-h-2rem {
    max-height: 2rem !important;
  }
  .lg\:max-h-3rem {
    max-height: 3rem !important;
  }
  .lg\:max-h-4rem {
    max-height: 4rem !important;
  }
  .lg\:max-h-5rem {
    max-height: 5rem !important;
  }
  .lg\:max-h-6rem {
    max-height: 6rem !important;
  }
  .lg\:max-h-7rem {
    max-height: 7rem !important;
  }
  .lg\:max-h-8rem {
    max-height: 8rem !important;
  }
  .lg\:max-h-9rem {
    max-height: 9rem !important;
  }
  .lg\:max-h-10rem {
    max-height: 10rem !important;
  }
  .lg\:max-h-11rem {
    max-height: 11rem !important;
  }
  .lg\:max-h-12rem {
    max-height: 12rem !important;
  }
  .lg\:max-h-13rem {
    max-height: 13rem !important;
  }
  .lg\:max-h-14rem {
    max-height: 14rem !important;
  }
  .lg\:max-h-15rem {
    max-height: 15rem !important;
  }
  .lg\:max-h-16rem {
    max-height: 16rem !important;
  }
  .lg\:max-h-17rem {
    max-height: 17rem !important;
  }
  .lg\:max-h-18rem {
    max-height: 18rem !important;
  }
  .lg\:max-h-19rem {
    max-height: 19rem !important;
  }
  .lg\:max-h-20rem {
    max-height: 20rem !important;
  }
  .lg\:max-h-21rem {
    max-height: 21rem !important;
  }
  .lg\:max-h-22rem {
    max-height: 22rem !important;
  }
  .lg\:max-h-23rem {
    max-height: 23rem !important;
  }
  .lg\:max-h-24rem {
    max-height: 24rem !important;
  }
  .lg\:max-h-25rem {
    max-height: 25rem !important;
  }
  .lg\:max-h-26rem {
    max-height: 26rem !important;
  }
  .lg\:max-h-27rem {
    max-height: 27rem !important;
  }
  .lg\:max-h-28rem {
    max-height: 28rem !important;
  }
  .lg\:max-h-29rem {
    max-height: 29rem !important;
  }
  .lg\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-0 {
    max-height: 0px !important;
  }
  .xl\:max-h-full {
    max-height: 100% !important;
  }
  .xl\:max-h-screen {
    max-height: 100vh !important;
  }
  .xl\:max-h-min {
    max-height: min-content !important;
  }
  .xl\:max-h-max {
    max-height: max-content !important;
  }
  .xl\:max-h-fit {
    max-height: fit-content !important;
  }
  .xl\:max-h-1rem {
    max-height: 1rem !important;
  }
  .xl\:max-h-2rem {
    max-height: 2rem !important;
  }
  .xl\:max-h-3rem {
    max-height: 3rem !important;
  }
  .xl\:max-h-4rem {
    max-height: 4rem !important;
  }
  .xl\:max-h-5rem {
    max-height: 5rem !important;
  }
  .xl\:max-h-6rem {
    max-height: 6rem !important;
  }
  .xl\:max-h-7rem {
    max-height: 7rem !important;
  }
  .xl\:max-h-8rem {
    max-height: 8rem !important;
  }
  .xl\:max-h-9rem {
    max-height: 9rem !important;
  }
  .xl\:max-h-10rem {
    max-height: 10rem !important;
  }
  .xl\:max-h-11rem {
    max-height: 11rem !important;
  }
  .xl\:max-h-12rem {
    max-height: 12rem !important;
  }
  .xl\:max-h-13rem {
    max-height: 13rem !important;
  }
  .xl\:max-h-14rem {
    max-height: 14rem !important;
  }
  .xl\:max-h-15rem {
    max-height: 15rem !important;
  }
  .xl\:max-h-16rem {
    max-height: 16rem !important;
  }
  .xl\:max-h-17rem {
    max-height: 17rem !important;
  }
  .xl\:max-h-18rem {
    max-height: 18rem !important;
  }
  .xl\:max-h-19rem {
    max-height: 19rem !important;
  }
  .xl\:max-h-20rem {
    max-height: 20rem !important;
  }
  .xl\:max-h-21rem {
    max-height: 21rem !important;
  }
  .xl\:max-h-22rem {
    max-height: 22rem !important;
  }
  .xl\:max-h-23rem {
    max-height: 23rem !important;
  }
  .xl\:max-h-24rem {
    max-height: 24rem !important;
  }
  .xl\:max-h-25rem {
    max-height: 25rem !important;
  }
  .xl\:max-h-26rem {
    max-height: 26rem !important;
  }
  .xl\:max-h-27rem {
    max-height: 27rem !important;
  }
  .xl\:max-h-28rem {
    max-height: 28rem !important;
  }
  .xl\:max-h-29rem {
    max-height: 29rem !important;
  }
  .xl\:max-h-30rem {
    max-height: 30rem !important;
  }
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
@media screen and (min-width: 576px) {
  .sm\:static {
    position: static !important;
  }
  .sm\:fixed {
    position: fixed !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:relative {
    position: relative !important;
  }
  .sm\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:static {
    position: static !important;
  }
  .md\:fixed {
    position: fixed !important;
  }
  .md\:absolute {
    position: absolute !important;
  }
  .md\:relative {
    position: relative !important;
  }
  .md\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:static {
    position: static !important;
  }
  .lg\:fixed {
    position: fixed !important;
  }
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:relative {
    position: relative !important;
  }
  .lg\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:static {
    position: static !important;
  }
  .xl\:fixed {
    position: fixed !important;
  }
  .xl\:absolute {
    position: absolute !important;
  }
  .xl\:relative {
    position: relative !important;
  }
  .xl\:sticky {
    position: sticky !important;
  }
}
.top-auto {
  top: auto !important;
}
.top-0 {
  top: 0px !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:top-auto {
    top: auto !important;
  }
  .sm\:top-0 {
    top: 0px !important;
  }
  .sm\:top-50 {
    top: 50% !important;
  }
  .sm\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-auto {
    top: auto !important;
  }
  .md\:top-0 {
    top: 0px !important;
  }
  .md\:top-50 {
    top: 50% !important;
  }
  .md\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-auto {
    top: auto !important;
  }
  .lg\:top-0 {
    top: 0px !important;
  }
  .lg\:top-50 {
    top: 50% !important;
  }
  .lg\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-auto {
    top: auto !important;
  }
  .xl\:top-0 {
    top: 0px !important;
  }
  .xl\:top-50 {
    top: 50% !important;
  }
  .xl\:top-100 {
    top: 100% !important;
  }
}
.left-auto {
  left: auto !important;
}
.left-0 {
  left: 0px !important;
}
.left-50 {
  left: 50% !important;
}
.left-100 {
  left: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:left-auto {
    left: auto !important;
  }
  .sm\:left-0 {
    left: 0px !important;
  }
  .sm\:left-50 {
    left: 50% !important;
  }
  .sm\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-auto {
    left: auto !important;
  }
  .md\:left-0 {
    left: 0px !important;
  }
  .md\:left-50 {
    left: 50% !important;
  }
  .md\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-auto {
    left: auto !important;
  }
  .lg\:left-0 {
    left: 0px !important;
  }
  .lg\:left-50 {
    left: 50% !important;
  }
  .lg\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-auto {
    left: auto !important;
  }
  .xl\:left-0 {
    left: 0px !important;
  }
  .xl\:left-50 {
    left: 50% !important;
  }
  .xl\:left-100 {
    left: 100% !important;
  }
}
.right-auto {
  right: auto !important;
}
.right-0 {
  right: 0px !important;
}
.right-50 {
  right: 50% !important;
}
.right-100 {
  right: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:right-auto {
    right: auto !important;
  }
  .sm\:right-0 {
    right: 0px !important;
  }
  .sm\:right-50 {
    right: 50% !important;
  }
  .sm\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-auto {
    right: auto !important;
  }
  .md\:right-0 {
    right: 0px !important;
  }
  .md\:right-50 {
    right: 50% !important;
  }
  .md\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-auto {
    right: auto !important;
  }
  .lg\:right-0 {
    right: 0px !important;
  }
  .lg\:right-50 {
    right: 50% !important;
  }
  .lg\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-auto {
    right: auto !important;
  }
  .xl\:right-0 {
    right: 0px !important;
  }
  .xl\:right-50 {
    right: 50% !important;
  }
  .xl\:right-100 {
    right: 100% !important;
  }
}
.bottom-auto {
  bottom: auto !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
@media screen and (min-width: 576px) {
  .sm\:bottom-auto {
    bottom: auto !important;
  }
  .sm\:bottom-0 {
    bottom: 0px !important;
  }
  .sm\:bottom-50 {
    bottom: 50% !important;
  }
  .sm\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-auto {
    bottom: auto !important;
  }
  .md\:bottom-0 {
    bottom: 0px !important;
  }
  .md\:bottom-50 {
    bottom: 50% !important;
  }
  .md\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-auto {
    bottom: auto !important;
  }
  .lg\:bottom-0 {
    bottom: 0px !important;
  }
  .lg\:bottom-50 {
    bottom: 50% !important;
  }
  .lg\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-auto {
    bottom: auto !important;
  }
  .xl\:bottom-0 {
    bottom: 0px !important;
  }
  .xl\:bottom-50 {
    bottom: 50% !important;
  }
  .xl\:bottom-100 {
    bottom: 100% !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
@media screen and (min-width: 576px) {
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overflow-visible {
    overflow: visible !important;
  }
  .sm\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-auto {
    overflow: auto !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:overflow-visible {
    overflow: visible !important;
  }
  .md\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-auto {
    overflow: auto !important;
  }
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:overflow-visible {
    overflow: visible !important;
  }
  .lg\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-auto {
    overflow: auto !important;
  }
  .xl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xl\:overflow-visible {
    overflow: visible !important;
  }
  .xl\:overflow-scroll {
    overflow: scroll !important;
  }
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
@media screen and (min-width: 576px) {
  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
@media screen and (min-width: 576px) {
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
.z-auto {
  z-index: auto !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
@media screen and (min-width: 576px) {
  .sm\:z-auto {
    z-index: auto !important;
  }
  .sm\:z-0 {
    z-index: 0 !important;
  }
  .sm\:z-1 {
    z-index: 1 !important;
  }
  .sm\:z-2 {
    z-index: 2 !important;
  }
  .sm\:z-3 {
    z-index: 3 !important;
  }
  .sm\:z-4 {
    z-index: 4 !important;
  }
  .sm\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:z-auto {
    z-index: auto !important;
  }
  .md\:z-0 {
    z-index: 0 !important;
  }
  .md\:z-1 {
    z-index: 1 !important;
  }
  .md\:z-2 {
    z-index: 2 !important;
  }
  .md\:z-3 {
    z-index: 3 !important;
  }
  .md\:z-4 {
    z-index: 4 !important;
  }
  .md\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:z-auto {
    z-index: auto !important;
  }
  .lg\:z-0 {
    z-index: 0 !important;
  }
  .lg\:z-1 {
    z-index: 1 !important;
  }
  .lg\:z-2 {
    z-index: 2 !important;
  }
  .lg\:z-3 {
    z-index: 3 !important;
  }
  .lg\:z-4 {
    z-index: 4 !important;
  }
  .lg\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:z-auto {
    z-index: auto !important;
  }
  .xl\:z-0 {
    z-index: 0 !important;
  }
  .xl\:z-1 {
    z-index: 1 !important;
  }
  .xl\:z-2 {
    z-index: 2 !important;
  }
  .xl\:z-3 {
    z-index: 3 !important;
  }
  .xl\:z-4 {
    z-index: 4 !important;
  }
  .xl\:z-5 {
    z-index: 5 !important;
  }
}
.bg-repeat {
  background-repeat: repeat !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-repeat-round {
  background-repeat: round !important;
}
.bg-repeat-space {
  background-repeat: space !important;
}
@media screen and (min-width: 576px) {
  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }
  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }
  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-repeat {
    background-repeat: repeat !important;
  }
  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .md\:bg-repeat-round {
    background-repeat: round !important;
  }
  .md\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }
  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }
  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }
  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }
  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }
}
.bg-auto {
  background-size: auto !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}
@media screen and (min-width: 576px) {
  .sm\:bg-auto {
    background-size: auto !important;
  }
  .sm\:bg-cover {
    background-size: cover !important;
  }
  .sm\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-auto {
    background-size: auto !important;
  }
  .md\:bg-cover {
    background-size: cover !important;
  }
  .md\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-auto {
    background-size: auto !important;
  }
  .lg\:bg-cover {
    background-size: cover !important;
  }
  .lg\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-auto {
    background-size: auto !important;
  }
  .xl\:bg-cover {
    background-size: cover !important;
  }
  .xl\:bg-contain {
    background-size: contain !important;
  }
}
.bg-bottom {
  background-position: bottom !important;
}
.bg-center {
  background-position: center !important;
}
.bg-left {
  background-position: left !important;
}
.bg-left-bottom {
  background-position: left bottom !important;
}
.bg-left-top {
  background-position: left top !important;
}
.bg-right {
  background-position: right !important;
}
.bg-right-bottom {
  background-position: right bottom !important;
}
.bg-right-top {
  background-position: right top !important;
}
.bg-top {
  background-position: top !important;
}
@media screen and (min-width: 576px) {
  .sm\:bg-bottom {
    background-position: bottom !important;
  }
  .sm\:bg-center {
    background-position: center !important;
  }
  .sm\:bg-left {
    background-position: left !important;
  }
  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .sm\:bg-left-top {
    background-position: left top !important;
  }
  .sm\:bg-right {
    background-position: right !important;
  }
  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .sm\:bg-right-top {
    background-position: right top !important;
  }
  .sm\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-bottom {
    background-position: bottom !important;
  }
  .md\:bg-center {
    background-position: center !important;
  }
  .md\:bg-left {
    background-position: left !important;
  }
  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .md\:bg-left-top {
    background-position: left top !important;
  }
  .md\:bg-right {
    background-position: right !important;
  }
  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .md\:bg-right-top {
    background-position: right top !important;
  }
  .md\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-bottom {
    background-position: bottom !important;
  }
  .lg\:bg-center {
    background-position: center !important;
  }
  .lg\:bg-left {
    background-position: left !important;
  }
  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .lg\:bg-left-top {
    background-position: left top !important;
  }
  .lg\:bg-right {
    background-position: right !important;
  }
  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .lg\:bg-right-top {
    background-position: right top !important;
  }
  .lg\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-bottom {
    background-position: bottom !important;
  }
  .xl\:bg-center {
    background-position: center !important;
  }
  .xl\:bg-left {
    background-position: left !important;
  }
  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .xl\:bg-left-top {
    background-position: left top !important;
  }
  .xl\:bg-right {
    background-position: right !important;
  }
  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .xl\:bg-right-top {
    background-position: right top !important;
  }
  .xl\:bg-top {
    background-position: top !important;
  }
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.list-none {
  list-style: none !important;
}
.list-disc {
  list-style: disc !important;
}
.list-decimal {
  list-style: decimal !important;
}
.appearance-none {
  appearance: none !important;
}
.outline-none {
  outline: none !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.cursor-auto {
  cursor: auto !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-wait {
  cursor: wait !important;
}
.cursor-move {
  cursor: move !important;
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-10 {
  opacity: .1 !important;
}
.opacity-20 {
  opacity: .2 !important;
}
.opacity-30 {
  opacity: .3 !important;
}
.opacity-40 {
  opacity: .4 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-60 {
  opacity: .6 !important;
}
.opacity-70 {
  opacity: .7 !important;
}
.opacity-80 {
  opacity: .8 !important;
}
.opacity-90 {
  opacity: .9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.reset {
  all: unset;
}
.transition-none {
  transition-property: none !important;
}
.transition-all {
  transition-property: all !important;
}
.transition-colors {
  transition-property:
    background-color,
    border-color,
    color !important;
}
.transition-transform {
  transition-property: transform !important;
}
.transition-duration-100 {
  transition-duration: 100ms !important;
}
.transition-duration-150 {
  transition-duration: 150ms !important;
}
.transition-duration-200 {
  transition-duration: 200ms !important;
}
.transition-duration-300 {
  transition-duration: 300ms !important;
}
.transition-duration-400 {
  transition-duration: 400ms !important;
}
.transition-duration-500 {
  transition-duration: 500ms !important;
}
.transition-duration-1000 {
  transition-duration: 1000ms !important;
}
.transition-duration-2000 {
  transition-duration: 2000ms !important;
}
.transition-duration-3000 {
  transition-duration: 3000ms !important;
}
.transition-linear {
  transition-timing-function: linear !important;
}
.transition-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.transition-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.transition-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.transition-delay-100 {
  transition-delay: 100ms !important;
}
.transition-delay-150 {
  transition-delay: 150ms !important;
}
.transition-delay-200 {
  transition-delay: 200ms !important;
}
.transition-delay-300 {
  transition-delay: 300ms !important;
}
.transition-delay-400 {
  transition-delay: 400ms !important;
}
.transition-delay-500 {
  transition-delay: 500ms !important;
}
.transition-delay-1000 {
  transition-delay: 1000ms !important;
}
.translate-x-0 {
  transform: translateX(0%) !important;
}
.translate-x-100 {
  transform: translateX(100%) !important;
}
.-translate-x-100 {
  transform: translateX(-100%) !important;
}
.translate-y-0 {
  transform: translateY(0%) !important;
}
.translate-y-100 {
  transform: translateY(100%) !important;
}
.-translate-y-100 {
  transform: translateY(-100%) !important;
}
@media screen and (min-width: 576px) {
  .sm\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .sm\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .sm\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .sm\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .sm\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .sm\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .md\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .md\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .md\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .md\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .md\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .lg\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .lg\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .lg\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .lg\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .lg\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .xl\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .xl\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .xl\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .xl\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .xl\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
.rotate-45 {
  transform: rotate(45deg) !important;
}
.-rotate-45 {
  transform: rotate(-45deg) !important;
}
.rotate-90 {
  transform: rotate(90deg) !important;
}
.-rotate-90 {
  transform: rotate(-90deg) !important;
}
.rotate-180 {
  transform: rotate(180deg) !important;
}
.-rotate-180 {
  transform: rotate(-180deg) !important;
}
@media screen and (min-width: 576px) {
  .sm\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .sm\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .sm\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .sm\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .sm\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .sm\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .md\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .md\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .md\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .md\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .md\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .lg\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .lg\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .lg\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .lg\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .lg\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .xl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .xl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .xl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .xl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .xl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
.origin-center {
  transform-origin: center !important;
}
.origin-top {
  transform-origin: top !important;
}
.origin-top-right {
  transform-origin: top right !important;
}
.origin-right {
  transform-origin: right !important;
}
.origin-bottom-right {
  transform-origin: bottom right !important;
}
.origin-bottom {
  transform-origin: bottom !important;
}
.origin-bottom-left {
  transform-origin: bottom left !important;
}
.origin-left {
  transform-origin: left !important;
}
.origin-top-left {
  transform-origin: top-left !important;
}
@media screen and (min-width: 576px) {
  .sm\:origin-center {
    transform-origin: center !important;
  }
  .sm\:origin-top {
    transform-origin: top !important;
  }
  .sm\:origin-top-right {
    transform-origin: top right !important;
  }
  .sm\:origin-right {
    transform-origin: right !important;
  }
  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }
  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .sm\:origin-left {
    transform-origin: left !important;
  }
  .sm\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:origin-center {
    transform-origin: center !important;
  }
  .md\:origin-top {
    transform-origin: top !important;
  }
  .md\:origin-top-right {
    transform-origin: top right !important;
  }
  .md\:origin-right {
    transform-origin: right !important;
  }
  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .md\:origin-bottom {
    transform-origin: bottom !important;
  }
  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .md\:origin-left {
    transform-origin: left !important;
  }
  .md\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:origin-center {
    transform-origin: center !important;
  }
  .lg\:origin-top {
    transform-origin: top !important;
  }
  .lg\:origin-top-right {
    transform-origin: top right !important;
  }
  .lg\:origin-right {
    transform-origin: right !important;
  }
  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }
  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .lg\:origin-left {
    transform-origin: left !important;
  }
  .lg\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:origin-center {
    transform-origin: center !important;
  }
  .xl\:origin-top {
    transform-origin: top !important;
  }
  .xl\:origin-top-right {
    transform-origin: top right !important;
  }
  .xl\:origin-right {
    transform-origin: right !important;
  }
  .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .xl\:origin-bottom {
    transform-origin: bottom !important;
  }
  .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .xl\:origin-left {
    transform-origin: left !important;
  }
  .xl\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slidedown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: auto;
  }
}
@keyframes slideup {
  0% {
    max-height: 1000px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutup {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes flip {
  from {
    transform: perspective(2000px) rotateX(-100deg);
  }
  to {
    transform: perspective(2000px) rotateX(0);
  }
}
@keyframes flipleft {
  from {
    transform: perspective(2000px) rotateY(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipright {
  from {
    transform: perspective(2000px) rotateY(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipup {
  from {
    transform: perspective(2000px) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@keyframes zoomin {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomindown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoominleft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoominright {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoominup {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.fadein {
  animation: fadein 0.15s linear;
}
.fadeout {
  animation: fadeout 0.15s linear;
}
.slidedown {
  animation: slidedown 0.45s ease-in-out;
}
.slideup {
  animation: slideup 0.45s cubic-bezier(0, 1, 0, 1);
}
.scalein {
  animation: scalein 0.15s linear;
}
.fadeinleft {
  animation: fadeinleft 0.15s linear;
}
.fadeoutleft {
  animation: fadeoutleft 0.15s linear;
}
.fadeinright {
  animation: fadeinright 0.15s linear;
}
.fadeoutright {
  animation: fadeoutright 0.15s linear;
}
.fadeinup {
  animation: fadeinup 0.15s linear;
}
.fadeoutup {
  animation: fadeoutup 0.15s linear;
}
.fadeindown {
  animation: fadeindown 0.15s linear;
}
.fadeoutdown {
  animation: fadeoutdown 0.15s linear;
}
.animate-width {
  animation: animate-width 1000ms linear;
}
.flip {
  backface-visibility: visible;
  animation: flip 0.15s linear;
}
.flipup {
  backface-visibility: visible;
  animation: flipup 0.15s linear;
}
.flipleft {
  backface-visibility: visible;
  animation: flipleft 0.15s linear;
}
.flipright {
  backface-visibility: visible;
  animation: flipright 0.15s linear;
}
.zoomin {
  animation: zoomin 0.15s linear;
}
.zoomindown {
  animation: zoomindown 0.15s linear;
}
.zoominleft {
  animation: zoominleft 0.15s linear;
}
.zoominright {
  animation: zoominright 0.15s linear;
}
.zoominup {
  animation: zoominup 0.15s linear;
}
.animation-duration-100 {
  animation-duration: 100ms !important;
}
.animation-duration-150 {
  animation-duration: 150ms !important;
}
.animation-duration-200 {
  animation-duration: 200ms !important;
}
.animation-duration-300 {
  animation-duration: 300ms !important;
}
.animation-duration-400 {
  animation-duration: 400ms !important;
}
.animation-duration-500 {
  animation-duration: 500ms !important;
}
.animation-duration-1000 {
  animation-duration: 1000ms !important;
}
.animation-duration-2000 {
  animation-duration: 2000ms !important;
}
.animation-duration-3000 {
  animation-duration: 3000ms !important;
}
.animation-delay-100 {
  animation-delay: 100ms !important;
}
.animation-delay-150 {
  animation-delay: 150ms !important;
}
.animation-delay-200 {
  animation-delay: 200ms !important;
}
.animation-delay-300 {
  animation-delay: 300ms !important;
}
.animation-delay-400 {
  animation-delay: 400ms !important;
}
.animation-delay-500 {
  animation-delay: 500ms !important;
}
.animation-delay-1000 {
  animation-delay: 1000ms !important;
}
.animation-iteration-1 {
  animation-iteration-count: 1 !important;
}
.animation-iteration-2 {
  animation-iteration-count: 2 !important;
}
.animation-iteration-infinite {
  animation-iteration-count: infinite !important;
}
.animation-linear {
  animation-timing-function: linear !important;
}
.animation-ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.animation-ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.animation-ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.animation-fill-none {
  animation-fill-mode: none !important;
}
.animation-fill-forwards {
  animation-fill-mode: forwards !important;
}
.animation-fill-backwards {
  animation-fill-mode: backwards !important;
}
.animation-fill-both {
  animation-fill-mode: both !important;
}
.dynamic-label {
  display: block;
  width: 100%;
  position: relative;
}
.dynamic-label .p-component:not(.p-inputswitch),
.dynamic-label .p-chips-multiple-container,
.dynamic-label .p-calendar {
  width: 100%;
}
.dynamic-label .p-component:not(.p-inputswitch) .p-datepicker-trigger,
.dynamic-label .p-chips-multiple-container .p-datepicker-trigger,
.dynamic-label .p-calendar .p-datepicker-trigger {
  width: 2.357rem;
}
.dynamic-label .p-checkbox {
  width: 20px !important;
}
.dynamic-label .p-datepicker {
  width: auto;
  min-width: 320px !important;
}
.dynamic-label .editor-enabled .mce-content-body {
  outline-width: 0;
  padding: 7px;
  border: 1px solid var(--surface-d);
  border-radius: 3px;
}
.dynamic-label .editor-enabled .mce-content-body:hover {
  border-color: var(--primary-color);
}
.dynamic-label .editor-enabled .mce-content-body:focus {
  outline-width: 0;
  border: 1px solid var(--surface-d);
  border-radius: 3px;
}
.layout-sidebar-darkgray .dynamic-label .editor-enabled .mce-content-body {
  background-color: #fff;
}
.dynamic-label-text {
  max-width: 90%;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s;
  pointer-events: none;
}
.dynamic-label:not(:last-child) {
  margin-bottom: 20px;
}
.p-inputgroup .dynamic-label {
  margin-bottom: 0;
}
.p-inputgroup:not(:last-child) {
  margin-bottom: 20px;
}
.dynamic-float-label .dynamic-label .p-filled ~ .dynamic-label-text,
.dynamic-float-label .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.dynamic-float-label .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.dynamic-float-label .dynamic-label .p-chips-filled ~ .dynamic-label-text,
.dynamic-float-label .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: -18px;
  font-size: 12px;
}
.dynamic-static-label .dynamic-label .dynamic-label-text {
  top: -18px;
  font-size: 12px;
}
.dynamic-static-label .dynamic-label .p-filled ~ .dynamic-label-text,
.dynamic-static-label .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.dynamic-static-label .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.dynamic-static-label .dynamic-label .p-chips-filled ~ .dynamic-label-text,
.dynamic-static-label .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: -18px;
  font-size: 12px;
}
.dynamic-placeholder-label .dynamic-label .dynamic-label-text {
  color: #5a5959;
}
.dynamic-placeholder-label .dynamic-label .p-filled ~ .dynamic-label-text,
.dynamic-placeholder-label .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.dynamic-placeholder-label .dynamic-label .p-chips-filled ~ .dynamic-label-text {
  display: none;
}
.dynamic-placeholder-label .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.dynamic-placeholder-label .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: 8px;
  color: #5a5959;
}
.dynamic-inline-label .dynamic-label {
  padding-left: 20%;
}
.dynamic-inline-label .dynamic-label .dynamic-label-text {
  width: 100%;
  max-width: 20%;
  padding-right: 5px;
  left: 0;
}
.dynamic-inline-label .dynamic-label .p-filled ~ .dynamic-label-text,
.dynamic-inline-label .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.dynamic-inline-label .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.dynamic-inline-label .dynamic-label .p-chips-filled ~ .dynamic-label-text,
.dynamic-inline-label .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: 8px;
}
.dynamic-inline-label .p-inputgroup {
  position: relative;
  padding-left: 20%;
}
.dynamic-inline-label .p-inputgroup .dynamic-label {
  position: static;
  padding-left: 0;
}
.dynamic-inline-label-right .dynamic-label .dynamic-label-text {
  text-align: right;
}
.dynamic-inline-label-left .dynamic-label .dynamic-label-text {
  text-align: left;
}
.dynamic-radiobutton,
.dynamic-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.dynamic-radiobutton .dynamic-label-text,
.dynamic-checkbox .dynamic-label-text {
  color: inherit;
  top: -18px;
  font-size: 12px;
}
.dynamic-inline-label .dynamic-radiobutton .dynamic-label-text,
.dynamic-inline-label .dynamic-checkbox .dynamic-label-text {
  color: inherit;
  top: 8px;
  font-size: 14px;
}
.dynamic-radiobutton-box,
.dynamic-checkbox-box {
  display: flex;
  margin-right: 15px;
  margin-top: 8px;
}
.dynamic-radiobutton-box > label,
.dynamic-checkbox-box > label {
  margin-left: 3px;
  cursor: pointer;
}
.artifact-widget-label {
  --horizontal-align: -webkit-left;
  --vertical-align: 0;
  --padding-top: 25px;
  --padding-left: calc(20% + 10px);
  --padding-right: calc (10px + 20%);
  --padding-bottom: 25px;
  --placeholder-color: #aeaeae;
}
.artifact-widget-label .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  cursor: text;
}
.artifact-widget-label .p-placeholder,
.artifact-widget-label ::placeholder {
  color: var(--placeholder-color) !important;
}
.artifact-widget-label .p-slider {
  margin-bottom: 10px;
}
.artifact-widget-label .form-mandatory-field::after {
  position: absolute;
  left: -10px;
  top: -3px;
  font-size: 12px;
  color: red;
  content: "*";
}
.artifact-widget-label .dynamic-label,
.artifact-widget-label .readonly-attribute-wrapper {
  display: block;
  width: 100%;
  position: relative;
  word-break: break-word;
  padding-left: 0;
}
.artifact-widget-label .dynamic-label .dynamic-label-text,
.artifact-widget-label .readonly-attribute-wrapper .dynamic-label-text {
  font-size: 14px;
}
.artifact-widget-label .dynamic-label .p-component:not(.p-inputswitch),
.artifact-widget-label .dynamic-label .p-chips-multiple-container,
.artifact-widget-label .dynamic-label .p-calendar,
.artifact-widget-label .readonly-attribute-wrapper .p-component:not(.p-inputswitch),
.artifact-widget-label .readonly-attribute-wrapper .p-chips-multiple-container,
.artifact-widget-label .readonly-attribute-wrapper .p-calendar {
  width: 100%;
}
.artifact-widget-label .dynamic-label .p-component:not(.p-inputswitch) .p-datepicker-trigger,
.artifact-widget-label .dynamic-label .p-chips-multiple-container .p-datepicker-trigger,
.artifact-widget-label .dynamic-label .p-calendar .p-datepicker-trigger,
.artifact-widget-label .readonly-attribute-wrapper .p-component:not(.p-inputswitch) .p-datepicker-trigger,
.artifact-widget-label .readonly-attribute-wrapper .p-chips-multiple-container .p-datepicker-trigger,
.artifact-widget-label .readonly-attribute-wrapper .p-calendar .p-datepicker-trigger {
  width: 2.357rem;
}
.artifact-widget-label .dynamic-label .p-checkbox,
.artifact-widget-label .readonly-attribute-wrapper .p-checkbox {
  width: 20px !important;
}
.artifact-widget-label .dynamic-label .p-datepicker,
.artifact-widget-label .readonly-attribute-wrapper .p-datepicker {
  width: auto;
  min-width: 320px !important;
}
.artifact-widget-label .dynamic-label .editor-enabled .mce-content-body,
.artifact-widget-label .readonly-attribute-wrapper .editor-enabled .mce-content-body {
  outline-width: 0;
  padding: 7px;
  border: 1px solid var(--surface-d);
  border-radius: 3px;
}
.artifact-widget-label .dynamic-label .editor-enabled .mce-content-body:hover,
.artifact-widget-label .readonly-attribute-wrapper .editor-enabled .mce-content-body:hover {
  border-color: var(--primary-color);
}
.artifact-widget-label .dynamic-label .editor-enabled .mce-content-body:focus,
.artifact-widget-label .readonly-attribute-wrapper .editor-enabled .mce-content-body:focus {
  outline-width: 0;
  border: 1px solid var(--surface-d);
  border-radius: 3px;
}
.artifact-widget-label .dynamic-label:not(:last-child) {
  margin: 0;
}
.artifact-widget-label .p-inputgroup {
  margin: 0;
}
.artifact-widget-label .p-inputgroup .dynamic-label {
  margin: 0;
}
.artifact-widget-label .dynamic-float-label .dynamic-label .p-filled ~ .dynamic-label-text,
.artifact-widget-label .dynamic-float-label .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .dynamic-float-label .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .dynamic-float-label .dynamic-label .p-chips-filled ~ .dynamic-label-text,
.artifact-widget-label .dynamic-float-label .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: inherit;
  font-size: inherit;
}
.artifact-widget-label .dynamic-static-label .dynamic-label .dynamic-label-text {
  top: inherit;
  font-size: inherit;
}
.artifact-widget-label .dynamic-static-label .dynamic-label .p-filled ~ .dynamic-label-text,
.artifact-widget-label .dynamic-static-label .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .dynamic-static-label .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .dynamic-static-label .dynamic-label .p-chips-filled ~ .dynamic-label-text,
.artifact-widget-label .dynamic-static-label .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: inherit;
  font-size: inherit;
}
.artifact-widget-label .dynamic-placeholder-label .dynamic-label .dynamic-label-text {
  color: inherit;
}
.artifact-widget-label .dynamic-placeholder-label .dynamic-label .p-filled ~ .dynamic-label-text,
.artifact-widget-label .dynamic-placeholder-label .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .dynamic-placeholder-label .dynamic-label .p-chips-filled ~ .dynamic-label-text {
  display: none;
}
.artifact-widget-label .dynamic-placeholder-label .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .dynamic-placeholder-label .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: inherit;
  color: inherit;
}
.artifact-widget-label .dynamic-label-text {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  max-width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s;
  pointer-events: none;
}
.artifact-widget-label .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  position: absolute;
  color: var(--placeholder-color);
}
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) {
  padding-top: var(--padding-top) !important;
}
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .form-mandatory-field::after {
  top: 15px;
}
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .dynamic-file-upload .form-mandatory-field::after {
  top: -3px;
}
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .p-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .p-chips-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .p-component:focus ~ .dynamic-label-text {
  top: 0 !important;
  left: 0;
  text-align: var(--horizontal-align) !important;
  width: 100% !important;
}
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text {
  top: 34px !important;
  left: 8px;
  text-align: left !important;
}
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .dynamic-slider .dynamic-label-text {
  top: 0 !important;
  text-align: var(--horizontal-align);
}
.artifact-widget-label .float-label .label-top .dynamic-label:not(.dynamic-checkbox) .dynamic-file-upload .dynamic-label-text {
  top: 0 !important;
  left: 0;
  text-align: var(--horizontal-align);
}
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) {
  padding-right: var(--padding-right) !important;
}
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) .p-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) .p-chips-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) .p-component:focus ~ .dynamic-label-text {
  top: var(--vertical-align) !important;
  left: 80% !important;
  text-align: var(--horizontal-align) !important;
  width: 100% !important;
  max-width: 20% !important;
  padding-left: 5px !important;
}
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text {
  top: 7px !important;
  left: 7px !important;
  text-align: left !important;
}
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) .dynamic-slider .dynamic-label-text {
  top: var(--vertical-align) !important;
  left: calc(80% + 7px) !important;
  text-align: var(--horizontal-align);
}
.artifact-widget-label .float-label .label-right .dynamic-label:not(.dynamic-checkbox) .dynamic-file-upload .dynamic-label-text {
  top: var(--vertical-align) !important;
  left: 80% !important;
  text-align: var(--horizontal-align);
}
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) {
  padding-bottom: var(--padding-bottom) !important;
}
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .p-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .p-chips-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .p-component:focus ~ .dynamic-label-text {
  top: calc(100% - 20px) !important;
  left: 0;
  text-align: var(--horizontal-align) !important;
  width: 100% !important;
}
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text {
  top: 7px !important;
  left: 8px;
  text-align: left !important;
}
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .dynamic-slider .dynamic-label-text {
  top: 45px !important;
  text-align: var(--horizontal-align);
}
.artifact-widget-label .float-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .dynamic-file-upload .dynamic-label-text {
  top: calc(100% - 20px) !important;
  text-align: var(--horizontal-align);
}
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) {
  padding-left: var(--padding-left) !important;
}
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) .p-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) .p-chips-filled ~ .dynamic-label-text,
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) .p-component:focus ~ .dynamic-label-text {
  top: var(--vertical-align) !important;
  left: 0 !important;
  text-align: var(--horizontal-align) !important;
  width: 100% !important;
  max-width: 20% !important;
  padding-left: 5px !important;
}
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text {
  top: 7px !important;
  left: calc(20% + 7px) !important;
  text-align: left !important;
}
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) .dynamic-slider .dynamic-label-text {
  top: var(--vertical-align) !important;
  left: 0 !important;
}
.artifact-widget-label .float-label .label-left .dynamic-label:not(.dynamic-checkbox) .dynamic-file-upload .dynamic-label-text {
  top: var(--vertical-align) !important;
  left: 0 !important;
  text-align: var(--horizontal-align);
}
.artifact-widget-label .placeholder-label .dynamic-label {
  padding: 10px 0 0 !important;
}
.artifact-widget-label .placeholder-label .dynamic-label .dynamic-label-text {
  top: 18px !important;
  left: 10px !important;
  text-align: left !important;
  color: var(--placeholder-color) !important;
  font-size: 14px;
  padding-left: 0;
}
.artifact-widget-label .placeholder-label .dynamic-label .p-chips,
.artifact-widget-label .placeholder-label .dynamic-label .p-chips-multiple {
  color: var(--placeholder-color) !important;
}
.artifact-widget-label .placeholder-label .dynamic-label .p-filled ~ .dynamic-label-text,
.artifact-widget-label .placeholder-label .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .placeholder-label .dynamic-label .p-chips-filled ~ .dynamic-label-text {
  display: none !important;
}
.artifact-widget-label .placeholder-label .dynamic-label .dynamic-slider .dynamic-label-text,
.artifact-widget-label .placeholder-label .dynamic-label .dynamic-file-upload .dynamic-label-text {
  top: -8px !important;
  min-width: 100%;
  color: #495057 !important;
}
.artifact-widget-label .placeholder-label .dynamic-label.dynamic-checkbox .dynamic-label-text {
  left: 30px !important;
  color: #495057 !important;
}
.artifact-widget-label .placeholder-label .dynamic-label .dynamic-file-upload .dynamic-label-text {
  left: 0;
}
.artifact-widget-label .placeholder-label .dynamic-label .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  top: 20px !important;
  left: 8px !important;
}
.artifact-widget-label .label-top .dynamic-label:not(.dynamic-checkbox) {
  padding-top: var(--padding-top);
}
.artifact-widget-label .label-top .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text {
  top: -18px;
  margin-left: 0px;
}
.artifact-widget-label .label-top .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text + .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  top: 34px;
  cursor: text;
}
.artifact-widget-label .label-top .dynamic-label:not(.dynamic-checkbox) .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  top: 10px;
  left: 8px;
  cursor: text;
}
.artifact-widget-label .label-right .dynamic-label:not(.dynamic-checkbox) {
  padding-right: var(--padding-right);
}
.artifact-widget-label .label-right .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text {
  left: 80%;
  width: 100%;
  max-width: 20% !important;
  padding-left: 5px;
}
.artifact-widget-label .label-right .dynamic-label:not(.dynamic-checkbox) .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  top: 8px;
  left: 8px;
}
.artifact-widget-label .label-right .dynamic-label .p-filled ~ .dynamic-label-text,
.artifact-widget-label .label-right .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .label-right .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .label-right .dynamic-label .p-chips-filled ~ .dynamic-label-text,
.artifact-widget-label .label-right .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: 8px;
}
.artifact-widget-label .label-bottom .dynamic-label:not(.dynamic-checkbox) {
  padding-bottom: var(--padding-bottom);
}
.artifact-widget-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text {
  bottom: -18px;
}
.artifact-widget-label .label-bottom .dynamic-label:not(.dynamic-checkbox) .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  top: 10px;
  left: 8px;
}
.artifact-widget-label .label-left .dynamic-label:not(.dynamic-checkbox) {
  padding-left: var(--padding-left);
}
.artifact-widget-label .label-left .dynamic-label:not(.dynamic-checkbox) .dynamic-label-text {
  left: 0;
  margin-left: 0px;
  max-width: 20% !important;
  padding-right: 5px;
}
.artifact-widget-label .label-left .dynamic-label:not(.dynamic-checkbox) .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  top: 8px;
  left: calc(20% + 8px);
}
.artifact-widget-label .label-left .dynamic-label .p-filled ~ .dynamic-label-text,
.artifact-widget-label .label-left .dynamic-label .p-inputwrapper-filled ~ .dynamic-label-text,
.artifact-widget-label .label-left .dynamic-label .p-inputwrapper-focus ~ .dynamic-label-text,
.artifact-widget-label .label-left .dynamic-label .p-chips-filled ~ .dynamic-label-text,
.artifact-widget-label .label-left .dynamic-label .p-component:focus ~ .dynamic-label-text {
  top: 8px;
}
.artifact-widget-label .label-horizontal-left {
  --horizontal-align: -webkit-left;
}
.artifact-widget-label .label-horizontal-left .dynamic-label-text {
  text-align: left !important;
}
.artifact-widget-label .label-horizontal-center {
  --horizontal-align: -webkit-center;
}
.artifact-widget-label .label-horizontal-center .dynamic-label-text {
  text-align: center !important;
}
.artifact-widget-label .label-horizontal-right {
  --horizontal-align: -webkit-right;
}
.artifact-widget-label .label-horizontal-right .dynamic-label-text {
  text-align: right !important;
}
.artifact-widget-label .label-vertical-top {
  --vertical-align: 0;
}
.artifact-widget-label .label-vertical-top .dynamic-label-text {
  top: 0 !important;
}
.artifact-widget-label .label-vertical-middle {
  --vertical-align: calc(50% - 10px);
}
.artifact-widget-label .label-vertical-middle .dynamic-label-text {
  top: calc(50% - 10px) !important;
}
.artifact-widget-label .label-vertical-bottom {
  --vertical-align: calc(100% - 20px);
}
.artifact-widget-label .label-vertical-bottom .dynamic-label-text {
  top: calc(100% - 20px) !important;
}
.artifact-widget-label .label-hidden {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
}
*:focus::placeholder,
*:not(:focus)::placeholder {
  opacity: 1 !important;
}
.accordion-no-padding .p-accordion-content {
  padding: 0;
}
.accordion-no-highlight .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  box-shadow: none;
}
.cop-no-padding .p-overlaypanel-content {
  padding: 0;
}
.cop-no-caret.p-overlaypanel::before,
.cop-no-caret.p-overlaypanel::after {
  display: none;
}
.cop-as-flex.p-overlaypanel {
  display: flex;
  flex-direction: column;
}
.cop-with-content-overflow .p-overlaypanel-content {
  overflow: auto;
}
.paginator-transparent.p-paginator {
  background-color: transparent;
}
.paginator-nowrap.p-paginator {
  flex-wrap: nowrap;
}
.paginator-with-narrow-dropdown.p-paginator {
  flex-wrap: nowrap;
}
.paginator-with-narrow-dropdown.p-paginator p-dropdown {
  display: flex;
  width: auto;
}
.paginator-with-narrow-dropdown.p-paginator .p-dropdown {
  margin: 0;
}
.no-padding.p-datatable .p-datatable-tbody > tr > td,
.no-padding.p-datatable .p-datatable-header,
.no-padding.p-datatable .p-datatable-thead > tr > th,
.no-padding.p-datatable .p-datatable-tbody > tr > td,
.no-padding.p-datatable .p-datatable-tfoot > tr > td,
.no-padding.p-datatable .p-datatable-footer {
  padding: 0;
}
.no-highlight-sortable.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: none;
  color: none;
}
.no-header-background.p-datatable .p-datatable-header,
.no-header-background.p-datatable .p-datatable-thead > tr > th {
  background: initial;
}
.no-background.p-datatable .p-datatable-header,
.no-background.p-datatable .p-datatable-thead > tr > th,
.no-background.p-datatable .p-datatable-scrollable-header,
.no-background.p-datatable .p-datatable-scrollable-footer,
.no-background.p-datatable .p-datatable-tbody > tr:not(.p-highlight) {
  background: transparent;
}
.no-background.p-paginator {
  background: transparent;
}
.tri-state-input-switch .p-inputswitch-slider::before {
  content: "+";
  transform: rotate(45deg);
  line-height: 1.25rem;
  font-size: 1.625rem;
  text-align: center;
}
.p-treeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 6px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #3B82F6;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #BFDBFE;
  border-color: #3B82F6;
}
.p-treeselect .p-treeselect-label {
  padding: 0.5rem 0.5rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #6c757d;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.375rem 0.75rem;
  margin-right: 0.5rem;
  background: #dee2e6;
  color: #495057;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 3rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
  border-color: #e24c4c;
}
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.375rem 0.75rem;
}
.p-treeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-treeselect-panel .p-treeselect-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  color: #343a40;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
  margin-right: 0.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
  padding-right: 1.75rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
  right: 0.75rem;
  color: #6c757d;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
  padding-right: 3.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
  right: 2.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #BFDBFE;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.5rem 1.25rem;
  color: #495057;
  background: transparent;
}
.p-input-filled .p-treeselect {
  background: #e9ecef;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #e9ecef;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
  padding-right: 1.75rem;
}
p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
  color: #6c757d;
  right: 3rem;
}
.p-treeselect-close.p-link .p-icon-wrapper {
  justify-content: center;
}
.p-treenode-content {
  padding: 0 !important;
}
.group-node .p-tree-toggler {
  color: var(--primary-color) !important;
}
.tox-tinymce-aux {
  z-index: 3304 !important;
}
.cd-no-padding .p-dialog-content {
  padding: 0;
}
.cd-with-radius-5 {
  border-radius: 5px;
}
.cd-97-vw.p-dialog {
  width: 97vw;
  max-width: 97vw;
}
.cd-95-vh.p-dialog {
  height: 95vh;
  max-height: 95vh;
}
.cd-50-vw.p-dialog {
  width: 50vw;
  max-width: 50vw;
}
.cd-50-vh.p-dialog {
  height: 50vh;
  max-height: 50vh;
}
.cd-60-vw.p-dialog {
  width: 60vw;
  max-width: 60vw;
}
.cd-60-vh.p-dialog {
  height: 60vh;
  max-height: 60vh;
}
.cd-70-vw.p-dialog {
  width: 70vw;
  max-width: 70vw;
}
.cd-70-vh.p-dialog {
  height: 70vh;
  max-height: 70vh;
}
.cd-80-vw.p-dialog {
  width: 80vw;
  max-width: 80vw;
}
.cd-80-vh.p-dialog {
  height: 80vh;
  max-height: 80vh;
}
.cd-90-vw.p-dialog {
  width: 90vw;
  max-width: 90vw;
}
.cd-90-vh.p-dialog {
  height: 90vh;
  max-height: 90vh;
}
.dropdown-no-border.p-dropdown {
  border: 0;
  background-color: transparent;
}
.dropdown-no-border.p-dropdown:not(.p-disabled).p-focus {
  box-shadow: none;
}
.dropdown-label-as-active-link.p-dropdown .p-dropdown-label {
  color: #0553c4;
}
.dropdown-label-as-active-link.p-dropdown .p-dropdown-label:hover {
  text-decoration: underline;
  color: #2196f3;
}
.dropdown-no-caret.p-dropdown .p-dropdown-trigger {
  display: none;
}
.multiselect-no-border.p-multiselect {
  border: 0;
}
.multiselect-no-border.p-multiselect:not(.p-disabled).p-focus {
  box-shadow: none;
}
.multiselect-label-as-active-link.p-multiselect .p-multiselect-label {
  color: #0553c4;
}
.multiselect-label-as-active-link.p-multiselect .p-multiselect-label:hover {
  text-decoration: underline;
  color: #2196f3;
}
.multiselect-no-caret.p-multiselect .p-multiselect-trigger {
  display: none;
}
.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}
@Keyframes p-component-overlay-leave-animation {
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }
  to {
    background-color: transparent;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.4);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.w-100 {
  width: 100%;
}
.e-pc .pc-hide {
  display: none !important;
}
.e-tab .tab-hide {
  display: none !important;
}
.e-mob .mob-hide {
  display: none !important;
}
.mandatory-field {
  display: block;
  width: 100%;
  position: relative;
}
.mandatory-field::after {
  display: block;
  content: "*";
  font-size: 20px;
  position: absolute;
  top: -15px;
  right: 3px;
  color: red;
}
.table-cell:hover .button-add-link {
  visibility: visible;
}
.table_buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -2px 0;
}
.table_buttons > .p-button,
.table_buttons > a {
  margin: 2px 0;
}
.table_buttons > .p-button:not(:last-child),
.table_buttons > a:not(:last-child) {
  margin-right: 8px;
}
.table_buttons.nowrap {
  flex-wrap: nowrap;
}
.table-mandatory-field {
  display: block;
  width: 100%;
}
.table-mandatory-field::after {
  display: block;
  content: "*";
  position: absolute;
  top: -10px;
  right: 0;
  color: red;
}
.table-string-multiple-item,
.table-hyperlink-item {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #75c0f4;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
}
.table-hyperlink-item {
  padding: 0;
  transition: background-color 0.2s;
  border: 1px solid white;
}
.table-hyperlink-item:hover {
  background-color: #2196f3;
}
.table-hyperlink-item a {
  transition: color 0.2s;
  padding: 0.25rem 0.5rem;
  color: white;
  display: block;
}
.table-hyperlink-item[isSingle] {
  background-color: white;
}
.table-hyperlink-item[isSingle]:hover {
  background-color: #2196f3;
}
.table-hyperlink-item[isSingle]:not(:hover) a {
  color: #2196f3;
}
.table-icon-label {
  display: block;
  width: fit-content;
  max-width: 97%;
  padding: 2px 7px;
  margin: 2px;
  border-radius: 16px;
  position: relative;
}
.table-icon-label > .icon {
  font-size: 17px;
  position: absolute;
  top: 3px;
  left: 8px;
}
.table-icon-label > .icon-place {
  display: inline-block;
  width: 16px;
  margin-right: 6px;
}
.p-text-truncate .table-icon-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-column-filter-overlay {
  background-color: inherit;
  box-shadow: 0 0 10px;
  border-radius: 0.25rem;
  padding: 0.3rem;
}
.p-column-filter-buttonbar {
  padding-top: 0.5rem;
}
.p-column-filter-buttonbar > button:not(:last-child) {
  margin-right: 5px;
}
.p-column-filter-menu-button-active {
  color: #2196f3;
}
.sort-icon .pi-sort-amount-up-alt,
.sort-icon .pi-sort-amount-down {
  color: #2196f3 !important;
}
.p-text-wrap {
  word-break: break-word;
}
.p-text-wrap-new-lines {
  white-space: pre-line !important;
}
.sort-parent .p-column-filter-menu-button,
.sort-parent .pi-sort-alt {
  transition: visibility 0.1s;
  visibility: hidden;
}
.sort-parent:hover {
  background: #e9ecef;
  color: #495057 !important;
}
.sort-parent:hover .p-column-filter-menu-button,
.sort-parent:hover .pi-sort-alt {
  visibility: visible;
}
.sort-parent .p-column-filter-menu-button-active {
  visibility: visible;
}
.p-datatable-resizable .p-datatable-tbody > tr > td,
.p-datatable-resizable .p-datatable-tfoot > tr > td,
.p-datatable-resizable .p-datatable-thead > tr > th,
.p-datatable-resizable > .p-datatable-wrapper {
  overflow: inherit !important;
  white-space: inherit !important;
}
.sticky .p-datatable-scrollable .p-datatable-scrollable-wrapper .p-datatable-scrollable-view .p-datatable-scrollable-header {
  position: sticky;
  top: 0;
  z-index: 250;
}
.p-datatable-scrollable-body {
  overflow: hidden !important;
}
.p-datatable-scrollable-body:hover {
  overflow: auto !important;
}
.p-datatable-header,
.p-datatable-footer {
  padding: 0 !important;
  border: none !important;
}
.p-column-title {
  display: none;
}
.p-paginator-bottom {
  display: flex;
  flex-wrap: nowrap;
}
.p-paginator-bottom > p-dropdown {
  width: 80px;
}
.row-deleted {
  border-left: 2px outset red;
}
.deleted-row-color {
  color: red !important;
}
.p-datatable-responsive .p-datatable-tbody > tr > td .p-column-title {
  display: none;
}
.p-datatable-reorderablerow-handle,
[pReorderableColumn] {
  cursor: pointer !important;
}
.p-datatable .p-sortable-column.p-highlight {
  background-color: transparent !important;
  color: #2196f3;
}
@media screen and (max-width: 40rem) {
  .p-datatable-responsive {
    table-layout: unset !important;
  }
  .p-datatable-responsive .p-datatable-thead > tr > th,
  .p-datatable-responsive .p-datatable-tfoot > tr > td {
    display: none !important;
  }
  .p-datatable-responsive .p-datatable-tbody > tr > td {
    text-align: left;
    display: block;
    width: 100%;
    float: left;
    clear: left;
    border: 0 none;
  }
  .p-datatable-responsive .p-datatable-tbody > tr > td .p-column-title {
    padding: 0.4rem;
    min-width: max-content;
    display: inline-block;
    margin: -0.4em 1em -0.4em -0.4rem;
    font-weight: bold;
  }
  .p-datatable-responsive .p-datatable-tbody > tr > td .p-text-truncate {
    overflow: inherit;
  }
  .p-datatable-responsive .p-datatable-tbody > tr > td:last-child {
    border-bottom: 1px solid var(--surface-d);
  }
}
.tox-tinymce {
  z-index: 45 !important;
}
.sidebar-tox-tinymce {
  z-index: 1102 !important;
}
app-row-item,
app-system-user-form,
app-admin-user-form {
  width: 100%;
}
p-dropdown,
.p-dropdown {
  width: 100%;
}
.p-skeleton {
  background-color: #dee2e6;
  border-radius: 6px;
}
.p-skeleton:after {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0));
}
.groups-column {
  display: flex;
  flex-direction: column;
}
.groups-column p-tree {
  flex-grow: 1;
}
.groups-column p-tree .p-tree {
  height: 100% !important;
}
.enum-list_item > .p-float-label {
  margin-right: 10px;
}
.enum-list_item > .p-float-label:last-child {
  flex-grow: 1;
}
.enum-list_item > .p-float-label > input {
  width: 100%;
}
.enum-list_item > .p-float-label .p-dropdown-panel {
  width: max-content;
}
.enum-list_item > .order-field {
  width: 70px;
}
.enum-list_item > .order-field > input {
  max-width: inherit;
}
.enum-list_item > .icon-field {
  min-width: 100px;
}
.enum-list_item > .icon-field p-dropdown,
.enum-list_item > .icon-field .p-dropdown {
  width: 100%;
}
.enum-list_item > .color-field {
  display: flex;
  align-items: center;
}
.enum-list_item > .color-field > input {
  margin-right: 3px;
}
.enum-list_item > .uri-field {
  flex-grow: 1;
  min-width: 150px;
}
@media (max-width: 450px) {
  .enum-list_item {
    flex-wrap: wrap;
  }
  .enum-list_item > .p-float-label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .enum-list_item > .p-button {
    width: 100%;
  }
}
.list_top__filters {
  width: calc(100% - 6px);
  padding: 15px 0 35px 0;
}
.list_top__filters .p-component {
  width: 100% !important;
}
.p-treenode-label {
  width: 100%;
}
.page-builder p-sidebar .p-sidebar {
  overflow-y: auto;
}
.p-sidebar-mask {
  background-color: rgba(0, 0, 0, 0) !important;
}
.p-sidebar.widget-advanced-mode-sidebar {
  width: 40em;
}
@media screen and (max-width: 992px) {
  .p-sidebar.widget-advanced-mode-sidebar {
    z-index: 999 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar.widget-advanced-mode-sidebar {
    width: 100%;
  }
}
.p-sidebar.widget-advanced-mode-sidebar.p-sidebar-full {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .p-sidebar {
    z-index: 999 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar {
    width: 100% !important;
  }
}
.page-settings-button {
  margin-right: 5px;
}
.page-settings-button > span {
  font-size: 20px;
}
p-message .p-inline-message-error {
  justify-content: flex-start;
  width: 100%;
}
.visibility-hidden {
  visibility: hidden;
}
.p-input-icon-right > .p-icon-wrapper,
.p-input-icon-right > i:last-of-type {
  right: 0.75rem;
  color: #6c757d;
}
.p-multiselect .p-multiselect-panel,
.p-dropdown .p-dropdown-panel {
  width: 100%;
  min-width: 200px !important;
}
.p-tooltip {
  max-width: 20rem;
}
.p-tooltip div:nth-child(2) {
  word-break: break-word;
}
ul li.p-text-truncate {
  list-style-position: inside;
  padding-left: 0;
}
ul li.p-text-truncate a {
  position: relative;
  left: -10px;
}
ul li.p-text-wrap {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 14px;
}
ul li.p-text-wrap a {
  position: relative;
  left: -5px;
}
.menu-widget_menu .p-menubar .p-submenu-list {
  z-index: 1001;
}
.display-none {
  display: none;
}
.full-width-container {
  width: 100%;
}
.full-height-container {
  height: 100%;
}
.full-size-container {
  width: 100%;
  height: 100%;
}
.container-with-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-container {
  display: block;
}
.group-paginator .p-paginator {
  justify-content: flex-start;
}
.cursor-pointer,
.clickable {
  cursor: pointer;
}
.settings-checkbox-label {
  margin-left: 7px;
}
.failed-widget {
  animation: failed-widget-animation 8s;
}
.p-divider-solid.p-divider-horizontal:before {
  border-width: thin;
}
.deleted-directive-page-notification {
  color: red;
  font-size: 10px;
}
@keyframes failed-widget-animation {
  65% {
    box-shadow: -2px 0px 13px 7px #f27989;
  }
  100% {
    box-shadow: none;
  }
}
.text-red {
  color: red;
}
.text-bold {
  font-weight: bold;
}
.responsive .sub-menu {
  position: static !important;
}
.directional-link-type {
  position: relative;
  max-width: 90%;
}
.directional-link-type.dropdown-value {
  display: flex;
  align-items: center;
}
.directional-link-type.dropdown-value::after {
  position: static;
  transform: none;
}
.directional-link-type::after,
.directional-link-type::before {
  font-family: "primeicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.directional-link-type--OUTGOING::after {
  content: "\e920";
  color: green;
}
.directional-link-type--INCOMING::after {
  content: "\e91f";
  color: darkgoldenrod;
}
.p-autocomplete {
  width: 100%;
}
.p-autocomplete > ul,
.p-autocomplete input {
  width: 100%;
}
.p-autocomplete > ul > li,
.p-autocomplete input > li {
  margin-bottom: 3px;
}
.place-items-right {
  place-items: end;
  justify-content: end;
}
.place-items-center {
  place-items: center;
  justify-content: center;
}
.self-center {
  align-self: center;
}
.pseudo-opacity {
  position: relative;
  --background-color: transparent;
  --background-repeat: no-repeat;
  --background-size: cover;
  --background-position: center bottom;
  --background-attachment: scroll;
  --background-image: "";
  --opacity: 1;
  --border-top-width: 0;
  --border-right-width: 0;
  --border-bottom-width: 0;
  --border-left-width: 0;
  --border-top-style: none;
  --border-right-style: none;
  --border-bottom-style: none;
  --border-left-style: none;
  --border-top-color: none;
  --border-right-color: none;
  --border-bottom-color: none;
  --border-left-color: none;
  --border-top-left-radius: 0;
  --border-top-right-radius: 0;
  --border-bottom-right-radius: 0;
  --border-bottom-left-radius: 0;
  --border-radius-range: none;
  --box-shadow: none;
}
.pseudo-opacity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background-color);
  background-repeat: var(--background-repeat);
  background-size: var(--background-size);
  background-position: var(--background-position);
  background-attachment: var(--background-attachment);
  background-image: var(--background-image);
  opacity: var(--opacity);
  border-top-width: var(--border-top-width);
  border-right-width: var(--border-right-width);
  border-bottom-width: var(--border-bottom-width);
  border-left-width: var(--border-left-width);
  border-top-style: var(--border-top-style);
  border-right-style: var(--border-right-style);
  border-bottom-style: var(--border-bottom-style);
  border-left-style: var(--border-left-style);
  border-top-color: var(--border-top-color);
  border-right-color: var(--border-right-color);
  border-bottom-color: var(--border-bottom-color);
  border-left-color: var(--border-left-color);
  border-top-left-radius: var(--border-top-left-radius);
  border-top-right-radius: var(--border-top-right-radius);
  border-bottom-right-radius: var(--border-bottom-right-radius);
  border-bottom-left-radius: var(--border-bottom-left-radius);
  border-radius-range: var(--border-radius-range);
  box-shadow: var(--box-shadow);
  pointer-events: none;
  z-index: -1;
}
.box-shadow-generator .p-accordion .p-accordion-header .p-accordion-header-link,
.p-accordion-shared-styles-settings .p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 0.5rem;
}
.field-content {
  margin-top: var(--el--2, 8px);
}
.field-content input,
.field-content textarea,
.field-content .p-dropdown {
  padding: var(--el--1-5, 6px) var(--el--2, 8px);
  align-self: stretch;
  border-radius: var(--el-radius-sm, 4px);
  border: 1px solid var(--el-border-low, #E2E8F0);
  background: var(--el-layer-first-default, #F8FAFC);
  color: var(--el-text-default-secondary, #64748B);
  font-family: var(--el-font-family-body, "Inter"), sans-serif;
  font-size: var(--el-font-size-sm, 12px);
  font-style: normal;
  font-weight: var(--el-font-weight-normal, 400);
  line-height: var(--el-font-line-height-sm, 16px);
}
.field-content input .p-dropdown-label,
.field-content textarea .p-dropdown-label,
.field-content .p-dropdown .p-dropdown-label {
  padding: 0;
  background: var(--el-layer-first-default, #F8FAFC);
  color: var(--el-text-default-secondary, #64748B);
  font-family: var(--el-font-family-body, "Inter"), sans-serif;
  font-size: var(--el-font-size-sm, 12px);
}
.field-content textarea {
  height: 65px;
  resize: none;
}
.field-content .input-switch {
  display: flex;
  align-items: center;
}
.field-content .input-switch label {
  display: block;
  color: var(--el-text-default-secondary, #64748B);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-left: var(--el--3, 12px);
  margin-bottom: 4px;
}

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