@charset "UTF-8";

/* node_modules/@ng-select/ng-select/themes/material.theme.css */
.ng-select {
  padding-bottom: 1.25em;
}
.ng-select.ng-select-disabled .ng-select-container:after {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.42) 33%,
      transparent 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.ng-select.ng-select-disabled .ng-select-container.ng-appearance-fill {
  background-color: rgba(0, 0, 0, .02);
}
.ng-select.ng-select-disabled .ng-select-container.ng-appearance-fill:after {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.42) 33%,
      transparent 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  border-bottom: none;
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-disabled .ng-arrow-wrapper .ng-arrow,
.ng-select.ng-select-disabled .ng-clear-wrapper {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-focused .ng-select-container:after {
  border-color: #3f51b5;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:after,
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:hover:after {
  border-color: #3f51b5;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container.ng-appearance-fill:after {
  border-color: #3f51b5;
  border-width: 0 0 2px;
}
.ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  color: #3f51b5;
}
.ng-select.ng-select-focused .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: #3f51b5;
}
.ng-select .ng-has-value .ng-placeholder,
.ng-select.ng-select-filtered .ng-select-container .ng-placeholder {
  display: initial;
}
.ng-select .ng-has-value .ng-placeholder,
.ng-select.ng-select-opened .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
}
.ng-select .ng-select-container {
  color: rgba(0, 0, 0, .87);
  align-items: baseline;
  min-height: 51.5px;
}
.ng-select .ng-select-container:after {
  border-bottom: thin solid rgba(0, 0, 0, .42);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: border-color .3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.ng-select .ng-select-container.ng-appearance-outline {
  padding: 0 .5em;
  min-height: 60px;
}
.ng-select .ng-select-container.ng-appearance-outline:after {
  border: solid 1px rgba(0, 0, 0, .12);
  border-radius: 5px;
  height: calc(100% - .5em);
  pointer-events: none;
  transition: border-color .3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ng-select .ng-select-container.ng-appearance-outline:hover:after {
  border-color: rgba(0, 0, 0, .87);
  border-width: 2px;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-placeholder {
  padding: 0 .25em;
  background-color: #fff;
  z-index: 1;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-value {
  padding-left: .25em;
}
.ng-select .ng-select-container.ng-appearance-fill {
  background-color: rgba(0, 0, 0, .06);
  border-radius: 4px 4px 0 0;
  padding: 0 .75em;
  min-height: 56px;
}
.ng-select .ng-select-container.ng-appearance-fill:after {
  border-bottom: thin solid rgba(0, 0, 0, .42);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: border-color .3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.ng-select .ng-select-container.ng-appearance-fill:hover:after {
  border-bottom-color: rgba(0, 0, 0, .87);
}
.ng-select .ng-select-container.ng-appearance-fill .ng-placeholder {
  padding: 0 .25em;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.ng-select .ng-select-container.ng-appearance-fill .ng-value-container {
  padding-top: .5625em;
  border-top-width: 1.09375em;
}
.ng-select .ng-select-container.ng-appearance-fill .ng-value {
  padding-left: .25em;
}
.ng-select .ng-select-container .ng-value-container {
  align-items: stretch;
  padding: .4375em 0;
  border-top: .84375em solid rgba(0, 0, 0, 0);
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
  color: rgba(0, 0, 0, .54);
  transform-origin: left 0;
  transition:
    transform .4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color .4s cubic-bezier(0.25, 0.8, 0.25, 1),
    width .4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  transform-origin: right 0;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  bottom: .4375em;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-fill .ng-arrow-wrapper {
  bottom: 15px;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-fill .ng-clear-wrapper {
  bottom: 12px;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  bottom: 17px;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  bottom: 14px;
}
.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  align-self: flex-end;
  bottom: 9px;
}
.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper {
  align-self: flex-end;
  bottom: 7px;
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  background-color: rgba(0, 0, 0, .12);
  color: rgba(0, 0, 0, .26);
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-fill:after,
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-fill:hover:after {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.42) 33%,
      transparent 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  border-bottom: none;
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:after,
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:hover:after {
  background-image: none;
  border: dotted 1px rgba(0, 0, 0, .12);
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-fill.ng-has-value .ng-arrow-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-fill.ng-has-value .ng-clear-wrapper {
  border-top: none;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-fill .ng-arrow-wrapper {
  top: 2px;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-fill .ng-clear-wrapper {
  top: 6px;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-arrow-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-clear-wrapper {
  border-top: none;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  top: 0;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  top: 4px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #3f51b5;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px;
  margin: 0 .4375em .4375em 0;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin: 0 0 .4375em .4375em;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: rgba(0, 0, 0, .12);
  color: rgba(0, 0, 0, .26);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 14px;
  font-weight: 500;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: hsla(0, 0%, 100%, .54);
  padding-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  color: hsla(0, 0%, 100%, .87);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  line-height: 1.375em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value {
  align-items: center;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
  padding-bottom: 0;
  padding-top: .1875em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper {
  border-top: .84375em solid rgba(0, 0, 0, 0);
}
.ng-select .ng-clear-wrapper {
  color: rgba(0, 0, 0, .54);
}
.ng-select .ng-clear-wrapper:hover {
  color: rgba(0, 0, 0, .87);
}
.ng-select .ng-clear-wrapper:focus {
  color: rgba(0, 0, 0, .87);
  outline: none;
}
.ng-select .ng-arrow-wrapper {
  bottom: 2px;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid;
  margin: 0 4px;
  color: rgba(0, 0, 0, .54);
}
.ng-select .ng-spinner-zone {
  top: 3px;
}
.ng-dropdown-panel {
  background: #fff;
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: calc(100% - .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: calc(0% + .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
  margin-left: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: calc(100% - 1.25em);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, .2),
    0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.ng-select-left {
  left: calc(-100% - 4px);
  top: calc(0% + .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.multiple .ng-option.selected {
  background: #fff;
}
.ng-dropdown-panel.multiple .ng-option.marked {
  background: rgba(0, 0, 0, .04);
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid rgba(0, 0, 0, .12);
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  line-height: 3em;
  height: 3em;
  padding: 0 16px;
  color: rgba(0, 0, 0, .54);
  font-weight: 500;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background: rgba(0, 0, 0, .04);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
  background: rgba(0, 0, 0, .12);
  color: #3f51b5;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 3em;
  min-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
  color: rgba(0, 0, 0, .87);
  text-align: left;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: right;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: rgba(0, 0, 0, .04);
  color: rgba(0, 0, 0, .87);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: rgba(0, 0, 0, .12);
  color: #3f51b5;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: rgba(0, 0, 0, .38);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 32px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 32px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  color: rgba(0, 0, 0, .38);
}

/* src/assets/styles/main.scss */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 10px;
}
[ng-reflect-router-link]:focus {
  outline: none;
}
.bulk-upload-image {
  width: 282px;
  height: 282px;
}
.bulk-upload-success {
  width: 200px;
  height: 200px;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.modal-dialog {
  max-width: 750px !important;
}
app-invoicelist-component,
app-invoice-detail,
app-create-invoice,
app-bulk-upload-invoice,
app-manage-user,
app-my-profile,
app-beneficiaries-component,
app-addvendor-component,
app-bulkbeneficiary-component,
app-addvendor-component,
app-billers-component,
app-biller-detail-modal,
app-gst-payments,
app-gstpayment-detail,
app-utpaymentlist-component,
app-utility-detail-page,
app-create-express-payment-link,
app-dashboard-cards,
app-enkash-cards,
app-card-statement,
app-add-card,
app-expense-management,
app-policy,
app-add-expense-model,
app-expense-report-model,
app-employee-details,
app-linked-accounts,
app-seamless-banking,
app-bulkcollect-component,
app-reward-details,
app-reward,
app-card-holder,
app-card-settings,
app-branch-details,
app-branch-update,
app-bulk-upload,
app-bulk-upload-biller,
app-rentalpayment,
app-rental-detail,
app-manage-owner-detail,
app-manage-owner,
app-add-owner,
app-manage-owner-bulk-upload,
app-system-admin,
app-proxy-list,
app-proxy-bulk-upload,
app-upgrade-card,
app-bulk-upload-utility-payments,
app-kyc,
app-connected-banking-modal,
.theme-manage-user,
.cdk-overlay-container {
  zoom: 1 !important;
  z-index: 100001 !important;
  -moz-transform: scale(1);
  -moz-transform-origin: 0 0;
}
.app-remove-zoom {
  zoom: 1 !important;
  -moz-transform: scale(1) !important;
  -moz-transform-origin: 0 0 !important;
}
.page-title img:focus {
  outline: none;
  border: none;
}
.placeholder--111 {
  font-size: 10px;
}
.freedom-email-dialog .complete-kyc-dialog .failed-dialog .mat-dialog-container {
  padding: 0px;
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
@font-face {
  font-family: "Intersemibold";
  src: url(/assets/fonts/Inter-semibold-webfont.eot);
  src:
    url(/assets/fonts/Inter-semibold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Inter-semibold-webfont.woff2) format("woff2"),
    url(/assets/fonts/Inter-semibold-webfont.woff) format("woff"),
    url(/assets/fonts/Inter-semibold-webfont.ttf) format("truetype"),
    url(/assets/fonts/Inter-semibold-webfont.svg#Intersemibold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interbold";
  src: url(/assets/fonts/Inter-bold-webfont.eot);
  src:
    url(/assets/fonts/Inter-bold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Inter-bold-webfont.woff2) format("woff2"),
    url(/assets/fonts/Inter-bold-webfont.woff) format("woff"),
    url(/assets/fonts/Inter-bold-webfont.ttf) format("truetype"),
    url(/assets/fonts/Inter-bold-webfont.svg#Interbold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interlight";
  src: url(/assets/fonts/Inter-light-webfont.eot);
  src:
    url(/assets/fonts/Inter-light-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Inter-light-webfont.woff2) format("woff2"),
    url(/assets/fonts/Inter-light-webfont.woff) format("woff"),
    url(/assets/fonts/Inter-light-webfont.ttf) format("truetype"),
    url(/assets/fonts/Inter-light-webfont.svg#Interlight) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intermedium";
  src: url(/assets/fonts/Inter-medium-webfont.eot);
  src:
    url(/assets/fonts/Inter-medium-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Inter-medium-webfont.woff2) format("woff2"),
    url(/assets/fonts/Inter-medium-webfont.woff) format("woff"),
    url(/assets/fonts/Inter-medium-webfont.ttf) format("truetype"),
    url(/assets/fonts/Inter-medium-webfont.svg#Intermedium) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter", sans-serif;
  src: url(/assets/fonts/Inter-regular-webfont.eot);
  src:
    url(/assets/fonts/Inter-regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Inter-regular-webfont.woff2) format("woff2"),
    url(/assets/fonts/Inter-regular-webfont.woff) format("woff"),
    url(/assets/fonts/Inter-regular-webfont.ttf) format("truetype"),
    url(/assets/fonts/Inter-regular-webfont.svg#Interregular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotobold";
  src: url(/assets/fonts/roboto-bold-webfont.eot);
  src:
    url(/assets/fonts/roboto-bold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/roboto-bold-webfont.woff2) format("woff2"),
    url(/assets/fonts/roboto-bold-webfont.woff) format("woff"),
    url(/assets/fonts/roboto-bold-webfont.ttf) format("truetype"),
    url(/assets/fonts/roboto-bold-webfont.svg#robotobold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotolight";
  src: url(/assets/fonts/roboto-light-webfont.eot);
  src:
    url(/assets/fonts/roboto-light-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/roboto-light-webfont.woff2) format("woff2"),
    url(/assets/fonts/roboto-light-webfont.woff) format("woff"),
    url(/assets/fonts/roboto-light-webfont.ttf) format("truetype"),
    url(/assets/fonts/roboto-light-webfont.svg#robotolight) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotomedium";
  src: url(/assets/fonts/roboto-medium-webfont.eot);
  src:
    url(/assets/fonts/roboto-medium-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/roboto-medium-webfont.woff2) format("woff2"),
    url(/assets/fonts/roboto-medium-webfont.woff) format("woff"),
    url(/assets/fonts/roboto-medium-webfont.ttf) format("truetype"),
    url(/assets/fonts/roboto-medium-webfont.svg#robotomedium) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotoregular";
  src: url(/assets/fonts/roboto-regular-webfont.eot);
  src:
    url(/assets/fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/roboto-regular-webfont.woff2) format("woff2"),
    url(/assets/fonts/roboto-regular-webfont.woff) format("woff"),
    url(/assets/fonts/roboto-regular-webfont.ttf) format("truetype"),
    url(/assets/fonts/roboto-regular-webfont.svg#robotoregular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotothin";
  src: url(/assets/fonts/roboto-thin-webfont.eot);
  src:
    url(/assets/fonts/roboto-thin-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/roboto-thin-webfont.woff2) format("woff2"),
    url(/assets/fonts/roboto-thin-webfont.woff) format("woff"),
    url(/assets/fonts/roboto-thin-webfont.ttf) format("truetype"),
    url(/assets/fonts/roboto-thin-webfont.svg#robotothin) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
*::-moz-placeholder {
  color: #0f0f0f;
}
*:-ms-input-placeholder {
  color: #999 !important;
}
html {
  width: 100%;
}
.clr {
  clear: both;
}
body {
  width: 100%;
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
}
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
a:active,
select,
a:focus,
a:hover {
  outline: none !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
option {
  padding: 5px;
}
button:focus {
  outline: 0 !important;
}
a:focus {
  outline: 0 !important;
}
textarea,
input:focus {
  outline: 0 !important;
}
:-moz-ui-invalid:not(output) {
  box-shadow: none;
}
.menu-bar {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
}
.menu-bar.no-shadow {
  box-shadow: none;
}
.main-menu {
  margin-bottom: 0;
}
.main-menu li,
.main-menu li a span,
.user-profile {
  display: inline-block;
  margin-bottom: -5px;
}
.main-menu li a {
  font-size: 15px;
  font-family: "Intermedium", sans-serif;
  color: #4f4f4f;
  padding: 18px 20px;
  display: block;
  border-bottom: 4px solid #fff;
}
.main-menu li a.active,
.main-menu li a:hover {
  color: #127cc0;
  border-bottom: 4px solid #127cc0;
  cursor: pointer;
}
.main-menu li a span.caret,
.view-more span.caret {
  display: inline-block;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: middle;
}
.main-menu li a span.name,
.view-more span.name,
.view-more.active::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.content-wrapper {
  min-height: calc(100vh - 105px);
  padding: 0 0 42px !important;
  background-color: #f4f5f7;
  margin-top: 77px;
  position: relative;
}
.logo img {
  width: 150px;
}
.user-profile {
  padding: 7px 0 0;
  vertical-align: middle;
}
.user-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  float: left;
}
.user-img,
.user-img img {
  border-radius: 50%;
}
.user-details {
  margin: 0 0 0 65px;
}
.user-details span {
  font-family: "Intermedium", sans-serif;
  font-size: 13px;
  font-style: italic;
  display: block;
  width: 200px;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-details h5 {
  margin: 2px 0 0;
  font-size: 16px;
  font-family: "Intersemibold", sans-serif;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
}
.power-btn {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #e44b27;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
  cursor: pointer;
  display: block;
  display: inline-block;
}
.profile-wraper {
  float: right;
}
.banner-img-block,
.menu-icon,
.closebtn {
  display: none;
}
.sub-menu {
  position: absolute;
  max-width: 315px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
  border-radius: 0 0 5px 5px;
  display: none;
}
.main-menu .sub-menu li a,
.main-menu .sub-menu li a:hover {
  border: none;
}
.main-menu li a.active span.caret {
  transform: rotate(180deg);
}
.main-menu li a .sub-details span {
  color: #127cc0;
  font-family: "Intersemibold", sans-serif;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
}
.sub-menu-img {
  float: left;
}
.sub-details {
  margin: 0 0 0 40px;
  color: #464545;
  font-size: 13px;
}
.sub-details.utility-payment-link .new-highlight {
  display: inline-block;
  font-size: 12px;
  position: relative;
  bottom: 6px;
  padding-bottom: 0;
}
.sub-menu.manage-menu li {
  float: left;
  width: 50%;
  vertical-align: top;
}
.sub-menu.manage-menu {
  max-width: 640px;
  width: 100%;
}
.sub-menu-img img {
  width: 30px;
  margin: 10px auto;
}
.main-menu .sub-menu li a {
  padding: 20px 15px;
}
.sub-details .sub-desc {
  height: 38px;
  overflow: hidden;
  font-size: 12px;
}
.select-box {
  height: 35px;
  width: 100%;
  background-image: url(/assets/images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #edf0f5;
  border-radius: 5px;
  background-size: 15px;
}
.select-box select {
  width: 100%;
  padding: 0 17px 0 7px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-appearance: none;
  font-size: 12px;
  border: 1px solid #edf0f5;
}
option {
  padding: 5px;
}
.input-boxes .form-group {
  width: 22%;
  margin: 10px;
}
.input-block {
  height: 35px;
  background-color: #edf0f5;
  border: 1px solid #edf0f5;
  border-radius: 5px;
  padding: 0 7px;
  font-size: 13px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  width: 100%;
}
.input-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.green-btn {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #127cc0;
  color: #127cc0;
  font-size: 13px;
  background-color: #fff;
  font-family: "Intermedium", sans-serif;
  display: inline-block;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
}
.green-btn2 {
  cursor: pointer;
}
.green-btn:hover,
.green-btn:focus {
  background-color: #127cc0;
  color: #fff;
  transition: 0.3s;
}
.green-btn2 {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #127cc0;
  color: #fff;
  font-size: 12px;
  background-color: #127cc0;
  font-family: "Intermedium", sans-serif;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.green-btn2.green {
  border: 1px solid #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}
.green-btn2:hover,
.green-btn2:focus {
  background-color: #fff;
  color: #127cc0;
  transition: 0.3s;
}
.green-btn2.green:hover,
.green-btn2.green:focus {
  background-color: #fff;
  color: #5cb85c;
  transition: 0.3s;
}
.green-btn2 .download-icon-new {
  width: 25px;
  height: 25px;
  background-image: url(/assets/images/bg-stripe.png);
  background-position: -5px -5px;
}
.table-responsive.invoice-tables {
  overflow: visible;
}
.invoice-tables table tr {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 10px 0 0;
}
.invoice-tables .check-box {
  float: left;
  margin: 28px 0 0;
}
.invoice-tables .details {
  display: block;
  margin-left: 30px;
  width: 87%;
}
.check-box {
  display: inline-block;
}
.invoice-tables label {
  font-size: 12px;
  font-weight: normal;
  color: #8c8989;
  margin: 0;
  font-family: "Intermedium", sans-serif;
}
.invoice-tables p {
  color: #111;
  font-size: 13px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Intermedium", sans-serif;
  margin-bottom: 5px;
}
.invoice-tables p.no-truncate {
  height: auto;
  overflow: auto;
  text-overflow: unset;
  white-space: initial;
}
.invoice-tables p:last-child {
  margin: 0;
}
.invoice-tables .status-pending,
.invoice-tables .status-inprogress {
  color: #fd8c0f;
  font-style: italic;
}
.invoice-tables .status-approved {
  color: #127cc0;
  font-style: italic;
}
.invoice-tables .status-new {
  color: #1fb8f1;
}
.invoice-tables .status-rejected {
  color: #e44b27;
  font-style: italic;
}
.table-top-strip {
  padding: 10px 5px 0 5px;
}
.table-top-strip label {
  font-weight: normal;
  font-family: "Intermedium", sans-serif;
  font-size: 14px;
  color: #555;
  margin: 0 5px 0 0;
}
.table-top-strip input {
  margin: 0 10px 0 0;
}
.table-top-strip .input-block {
  display: inline-block;
  width: 150px;
  height: 40px;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}
.table-top-strip .green-btn,
.table-top-strip .green-btn2 {
  display: inline-block;
  width: auto;
  padding: 9px 0;
  vertical-align: middle;
  width: 110px;
  margin: 0 5px 5px 0;
}
.table-top-strip .select-box {
  width: 120px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.invoice-tables .check-box p {
  height: 25px;
}
.invoice-tables table {
  border-collapse: unset;
  border-spacing: 0 10px;
  margin-top: -5px;
}
.invoice-tables .table > tbody > tr > td {
  border: none;
  background-color: #fff;
  padding: 15px 20px;
}
.invoice-tables .table > tbody > tr > td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.invoice-tables .table > tbody > tr > td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.invoice-tables .table > tbody tr td:first-child {
  max-width: 370px;
}
.view-more {
  width: 150px;
  cursor: pointer;
  background-color: #fff;
  color: #127cc0;
  padding: 8px 0 6px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -36px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.view-more span.caret {
  vertical-align: middle;
  margin: 9px;
}
.view-more.active::before {
  display: inline-block;
  vertical-align: middle;
}
.view-more.active span.caret {
  transform: rotate(180deg);
}
input.filled-in[type=checkbox]:not(:checked),
input.filled-in[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.custom_checkbox[type=checkbox]:not(:checked),
.custom_checkbox[type=checkbox]:checked {
  position: static;
  left: 0;
  visibility: visible;
}
.custom_checkbox#chk[type=checkbox]:not(:checked),
.custom_checkbox#chk[type=checkbox]:checked {
  margin-right: 5px;
  vertical-align: text-bottom;
}
input.filled-in[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 29px;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  color: #555;
  font-family: "Intermedium", sans-serif;
}
[type=checkbox].filled-in + label:after {
  border-radius: 0px;
}
[type=checkbox].filled-in + label:before,
[type=checkbox].filled-in + label:after {
  content: "";
  left: 0;
  position: absolute;
  transition:
    border 0.25s,
    background-color 0.25s,
    width 0.2s 0.1s,
    height 0.2s 0.1s,
    top 0.2s 0.1s,
    left 0.2s 0.1s;
  z-index: 1;
}
[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:not(:checked) + label:after {
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #5a5a5a;
  top: 4px;
  z-index: 0;
  border-radius: 4px;
}
[type=checkbox].filled-in:checked + label:before {
  top: 5px;
  left: 0px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:checked + label:after {
  top: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid #127cc0;
  background-color: #127cc0;
  z-index: 0;
  border-radius: 4px;
}
[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #bdbdbd;
}
[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.content-wrapper.welcome-wrapper {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.welcome-wrapper h1 {
  color: #aeaeae;
  font-size: 30px;
  font-family: "Intersemibold", sans-serif;
  margin: 0;
  margin: 0 0 50px;
}
.welcome-block {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #edf0f5;
  padding: 75px 0;
  margin: 0 auto 30px;
}
.wel-block-img img {
  margin: 0 auto;
  width: 80px;
}
.welcome-block h5 {
  color: #127cc0;
  font-size: 18px;
  font-family: "Intersemibold", sans-serif;
  margin: 15px 0;
}
.welcome-block p {
  font-size: 14px;
  width: 65%;
  margin: 0 auto;
  height: 38px;
  overflow: hidden;
}
.float-right {
  float: right;
}
.logo-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.logo-bg img {
  max-width: 220px;
  width: 100%;
}
.container.small {
  max-width: 1024px;
}
.import-invoice-wrapper,
.reports-block,
.bulk-details {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 35px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 15px;
}
.bulk-upload-block {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}
.up-icon img {
  margin: 0 auto;
}
.bulk-upload-block h5 {
  color: #127cc0;
  font-size: 16px;
  font-family: "Interbold", sans-serif;
  margin: 20px 0 15px;
}
.bulk-upload-block.full h5 {
  color: #4f4f4f;
  font-size: 46px;
  font-family: "Interlight", sans-serif;
  margin: 20px 0 0px;
}
.bulk-upload-block h6 {
  font-size: 12px;
  font-style: italic;
  color: #858585;
  font-family: "Intermedium", sans-serif;
  margin: 15px 0;
  min-height: 13px;
}
.bulk-upload-block.full h6 {
  font-size: 17px;
  font-style: normal;
  color: #4f4f4f;
  font-family: "Intermedium", sans-serif;
  margin: 0px 0 15px;
  min-height: 13px;
}
.bulk-upload-block .up-btn {
  height: 40px;
  width: 135px;
  position: relative;
  margin: 0 auto;
}
.up-btn .input-file {
  height: 40px;
  width: 135px;
  position: absolute;
  opacity: 0;
}
.up-btn .green-btn {
  height: 40px;
  width: 135px;
  font-size: 15px;
  font-family: "Intersemibold", sans-serif;
}
.import-invoice-wrapper h3 {
  font-size: 20px;
  margin: 0 0 20px;
  font-family: "Intersemibold", sans-serif;
  color: #4f4f4f;
}
.upload-wrapper {
  padding: 0 20px 0 65px;
}
.download-wrapper {
  padding: 0 65px 0 20px;
}
.uploaded-reports .count-block,
.failed-reports .count-block {
  height: 133px;
  width: 133px;
  border-radius: 50%;
  text-align: center;
  background-color: #3abf9f;
  margin: 0 auto;
  font-size: 46px;
  color: #fff;
  font-family: "Interlight";
  padding: 36px 0;
}
.failed-reports .count-block {
  background-color: #e5908f;
}
.uploaded-reports p,
.failed-reports p {
  font-size: 16px;
  font-family: "Interbold";
  color: #3abf9f;
  margin: 20px 0 25px;
}
.failed-reports p {
  color: #e5908f;
}
.uploaded-reports .green-btn {
  height: 40px;
  width: 135px;
  border: 1px solid #3abf9f;
  color: #3abf9f;
  font-size: 15px;
  font-family: "Intersemibold", sans-serif;
}
.uploaded-reports .green-btn:hover {
  background-color: #3abf9f;
  color: #fff;
  transition: 0.3s;
}
.failed-reports .green-btn {
  height: 40px;
  width: 135px;
  border: 1px solid #e5908f;
  color: #e5908f;
  font-size: 15px;
  font-family: "Intersemibold", sans-serif;
}
.failed-reports .green-btn:hover {
  background-color: #e5908f;
  color: #fff;
  transition: 0.3s;
}
.uploaded-reports {
  width: 100%;
  max-width: 380px;
  float: right;
}
.failed-reports {
  width: 100%;
  max-width: 380px;
  float: left;
}
.bulk-details li {
  padding: 30px 0;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  color: #4e4e4e;
}
.bulk-details li:last-child {
  border-bottom: 0px;
}
.bulk-details li span:last-child {
  font-size: 20px;
  float: right;
  font-family: "Interbold", sans-serif;
  color: #3abf9f;
}
.bulk-details {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.content-wrapper.bulk-wrapper {
  padding: 20px 0 35px;
  position: relative;
}
.uploaded-reports .green-btn span,
.failed-reports .green-btn span {
  display: inline-block;
  vertical-align: middle;
}
.uploaded-reports .green-btn .download-icon,
.failed-reports .green-btn .download-icon {
  width: 25px;
  height: 25px;
  background-image: url(/assets/images/bg-stripe.png);
  background-position: -5px -5px;
}
.uploaded-reports .green-btn:hover .download-icon {
  background-position: -37px -5px;
}
.failed-reports .green-btn .download-icon {
  width: 25px;
  height: 25px;
  background-image: url(/assets/images/bg-stripe.png);
  background-position: -70px -6px;
}
.failed-reports .green-btn:hover .download-icon {
  background-position: -37px -5px;
}
.bulk-bg {
  background: url(/assets/images/bulk-invoice-bg.png) no-repeat left bottom;
  background-size: 100% auto;
}
.modal.error-modal .modal-dialog {
  max-width: 410px;
  width: 100%;
  margin: 100px auto 30px;
  border-radius: 3px;
  text-align: center;
}
.modal.error-modal .modal-body {
  padding: 80px 20px;
}
.error-modal p {
  font-size: 16px;
  font-family: "Interbold", sans-serif;
  color: #e5908f;
  max-width: 210px;
  width: 100%;
  margin: 35px auto 0;
}
.error-icon img {
  margin: 0 auto;
}
.modal.create-invoice .modal-dialog {
  max-width: 785px;
  margin: 30px auto;
  width: 100%;
  padding: 0 10px;
}
.modal.create-invoice .modal-dialog.modal-lg {
  max-width: 1200px;
}
.modal.create-invoice .modal-dialog.small-width {
  max-width: 685px;
}
.modal.create-invoice .modal-body {
  padding: 0;
}
.create-form {
  padding: 25px 45px;
}
.create-form label {
  font-size: 13px;
  font-weight: normal;
  color: #858585;
  margin: 0 0 5px;
  font-family: "Intermedium", sans-serif;
}
.create-form {
  padding: 25px 45px;
}
.fill-block {
  display: inline-flex;
  padding-right: 10px;
}
.fill-block:nth-child(2),
.fill-block:nth-child(3) {
  max-width: 270px;
}
.fill-block p {
  font-family: "Intermedium", sans-serif;
  color: #000;
}
.fill-block label {
  margin-right: 3px;
}
.fill-block span {
  font-family: "Intermedium", sans-serif;
  color: #000;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}
.attach-block {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.attach-block .attachment {
  min-width: 268px;
  border: 2px dashed #3abf9f;
  height: 100%;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  color: #3abf9f;
  font-size: 17px;
  padding: 9px 10px;
}
.attach-block input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.attach-block .file-selected-text {
  color: #0747a6;
  font-size: 13px;
  font-weight: bold;
}
.note {
  font-size: 12px;
  text-align: center;
  margin: 5px 0 0;
}
.form-btns {
  text-align: center;
  margin: 20px 0 0;
}
.form-btns .green-btn2,
.form-btns .green-btn {
  width: 127px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 0;
  font-size: 15px;
  margin: 5px;
}
.form-header {
  background-color: #127cc0;
  padding: 15px 18px;
}
.form-icn {
  background-image: url(/assets/images/bg-stripe.png);
  background-repeat: no-repeat;
  background-position: -105px -3px;
  width: 25px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.submit-btn {
  border-radius: 5px;
  background-color: #46bc43;
  color: white;
  border: 1px solid #46bc43;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
  max-width: 325px;
  margin-top: 40px;
}
.form-header span {
  display: inline-block;
  vertical-align: middle;
}
.form-header .title {
  color: #fff;
  font-size: 16px;
  font-family: "Intersemibold", sans-serif;
}
.close-icn {
  background-image: url(/assets/images/bg-stripe.png);
  background-repeat: no-repeat;
  background-position: -172px -8px;
  width: 20px;
  height: 20px;
  margin-left: 18px;
}
.form-header .close-btn {
  float: right;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Intermedium", sans-serif;
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
}
.form-header .close-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.create-form .select-box select {
  color: #646262;
  font-size: 14px;
  font-family: "Intermedium", sans-serif;
}
.form-group {
  position: relative;
}
.error-msg {
  position: absolute;
  font-size: 12px;
  background-color: #f2dede;
  color: #b94a48;
  font-family: "Intermedium", sans-serif;
  min-width: 451px;
  right: 0;
  padding: 15px 20px;
  border-radius: 3px;
  z-index: 1;
  border: 1px solid #eed3d7;
  width: 100%;
  top: 85px;
}
.error-msg {
  position: absolute;
  font-size: 12px;
  background-color: #f2dede;
  color: #b94a48;
  font-family: "Intermedium", sans-serif;
  min-width: 451px;
  right: 0;
  padding: 15px 20px;
  border-radius: 3px;
  z-index: 1;
  border: 1px solid #eed3d7;
  width: 100%;
  top: 80px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.24);
}
.error-msg::before {
  content: "";
  position: absolute;
  top: -17px;
  right: 92px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 17px solid #f2dede;
  z-index: 1;
}
.error-msg i {
  font-size: 17px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}
.info-icon {
  background-image: url(/assets/images/bg-stripe.png);
  background-repeat: no-repeat;
  background-position: -7px -41px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 39px;
  left: 10px;
  cursor: pointer;
}
.amount-block .input-block {
  text-align: right;
}
.bulk-details.amount-drop {
  width: 442px;
  position: absolute;
  padding: 0 17px;
  right: 75px;
  box-shadow:
    1px 2px 6pxrgba 0,
    0,
    0,
    0.3;
  transition: 0.5s;
  top: 88px;
  transform: translateY(0px);
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.info-wrapper.active .bulk-details.amount-drop {
  transition: 0.5s;
  opacity: 1;
  transform: translateY(-15px);
  visibility: visible;
  height: auto;
}
.bulk-details.amount-drop li {
  color: #858585;
  font-size: 13px;
  font-family: "Intermedium", sans-serif;
  padding: 12px 0;
}
.bulk-details li .percent {
  font-size: 14px;
  font-family: "Intermedium", sans-serif;
  color: #000;
  float: right;
}
.bulk-details li .percent span:last-child {
  float: none;
  color: #000;
  font-size: 14px;
  font-family: "Intermedium", sans-serif;
  padding-right: 40px;
}
.bulk-details.amount-drop::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 92px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}
.bulk-details.amount-drop::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 92px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 15px solid #dbd8d8;
  z-index: 1;
}
.amount-drop li {
  display: none;
}
.info-wrapper.active .amount-drop li {
  display: block;
}
.green-btn2.download {
  position: relative;
  padding: 9px 30px 9px 40px;
  width: auto;
}
.green-btn2.approve {
  position: relative;
  padding: 9px 30px 9px 40px;
  width: 138px;
  margin-right: 10px;
}
.green-btn2.download::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/assets/images/bg-stripe.png);
  background-position: -38px -5px;
  position: absolute;
  top: 5px;
  left: 12px;
  transform: scale(0.85);
}
.green-btn2.download.green:hover::before {
  background-image: url(/assets/images/bg-stripe.png);
  background-position: -8px -5px;
  transform: scale(0.85);
}
.green-btn2.download:hover::before {
  background-position: -38px -40px;
  position: absolute;
  transform: scale(0.85);
}
.date-option {
  background: url(/assets/images/calendar.png) no-repeat right center #edf0f5;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.input-boxes.new .form-group {
  width: 15.4%;
}
.green-bg-row {
  background: #5db75d;
}
.green-bg-row td {
  padding: 16px 22px !important;
}
.light-green-bg-row,
.kyc-status {
  background: #f9fdff;
}
.kyc-status {
  padding: 10px 20px 10px 35px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  color: #858585;
  font-size: 13px;
}
.kyc-status label {
  color: #858585;
  font-size: 15px;
  line-height: 35px;
}
.kyc-status label .pending {
  color: #858585;
  font-style: italic;
  color: #fd9b30;
}
.table > thead > tr.light-green-bg-row > th {
  padding: 15px 10px;
  color: #858585;
  font-size: 13px;
  line-height: 17px;
}
.table > thead > tr.light-green-bg-row.thin > th {
  padding: 10px;
}
.light-green-bg-row [type=checkbox] + label,
.content-main [type=checkbox] + label {
  position: relative;
  padding-left: 17px;
  cursor: pointer;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 4px;
}
.light-green-bg-row [type=checkbox].filled-in:not(:checked) + label:after,
.content-main [type=checkbox].filled-in:not(:checked) + label:after {
  top: 0px;
}
.light-green-bg-row [type=checkbox].filled-in:checked + label:after,
.content-main [type=checkbox].filled-in:checked + label:after {
  top: 0px;
}
.light-green-bg-row [type=checkbox].filled-in:checked + label:before,
.content-main [type=checkbox].filled-in:checked + label:before {
  top: 1px;
}
.table > thead > tr.light-green-bg-row > th,
.table > tbody > tr > td,
.table > tbody > tr.green-bg-row > td {
  vertical-align: middle;
}
.content-main > td {
  padding: 16px 8px !important;
  color: #010101;
  font-size: 13px;
  line-height: 15px !important;
  font-family: "Intermedium";
}
.update-msg,
.dropdown-update,
.right-icon {
  vertical-align: middle;
  display: inline-block;
}
.update-msg {
  margin-right: 16px;
  color: #fff;
  font-size: 14px;
}
.dropdown-update {
  width: 151px;
  margin-right: 22px;
}
.pending {
  color: #fe9118;
}
.not-submitted {
  color: #ec2127;
}
.approved {
  color: #1db495;
}
.active-manage {
  background: #5db75d;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
}
.pagination {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
  width: 29px;
  height: 29px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.pagination li:hover {
  background: #2c9ae5;
  color: #fff;
}
.pagination li:hover a {
  color: #fff;
}
.pagination ul {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
}
.import-vendor {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.vendor-name {
  display: inline-block;
  vertical-align: middle;
}
.bulk-invoice .modal-dialog,
.add-vendor .modal-dialog {
  width: 98%;
  max-width: 1140px;
}
.bulk-invoice .modal-body,
.add-vendor .modal-body {
  padding: 0;
}
.add-vendor .form-icn {
  background-image: url(/assets/images/add-enterprise.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 33px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.bulk-invoice .green-patch {
  position: absolute;
  top: 109px;
  left: 0;
  width: 100%;
  padding: 8px 44px;
  background: #5db75d;
  z-index: 999;
  color: #fff;
  font-size: 13px;
}
.add-vendor .create-form {
  padding: 25px 17px;
}
.bulk-invoice tbody {
  position: relative;
}
.bulk-invoice .create-form {
  padding: 0;
}
.bulk-invoice .light-green-bg-row > th {
  padding: 15px 10px !important;
}
.bulk-invoice .form-group {
  margin-bottom: 0;
  width: 100%;
}
.bulk-invoice .input-block {
  max-width: 100%;
  width: 100%;
}
.bulk-invoice td {
  max-width: 140px;
  width: 140px;
}
.bulk-invoice td:first-child {
  max-width: 38px;
  width: 38px;
}
.bulk-invoice .form-btns {
  margin-top: 0;
}
.green-btn-brdr {
  width: 92px;
  height: 29px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  background-color: transparent;
  padding: 0px 0;
  line-height: 29px;
  margin: 0 4px;
}
.delete-icon {
  background: url(/assets/images/delete-icon.png) no-repeat left center;
  padding: 12px 0 8px 30px;
  margin-right: 25px;
  line-height: 29px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.view-invoice {
  max-width: 783px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.view-invoice .modal-dialog,
.view-invoice .modal-body {
  padding: 0;
}
.view-invoice .modal-dialog {
  width: 100%;
}
.view-invoice .modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px 10px 0 0;
}
.view-invoice .form-header {
  position: relative;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  margin-top: -1px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.view-invoice .form-header .form-icn {
  width: 50px;
  height: 67px;
  float: left;
  background: url(/assets/images/view-invoice.png) no-repeat left top;
}
.view-invoice .form-header .title {
  float: left;
}
.view-invoice .form-header .title h3 {
  font-size: 26px;
  font-family: "Interlight";
  line-height: 28px;
}
.view-invoice .form-header .invoice-name {
  padding: 20px;
}
.view-invoice .form-header .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.view-invoice-content {
  padding: 40px;
}
.sign-in-banner.new-sign-in-banner {
  background-color: #fff;
  width: 100%;
  padding: 0 !important;
}
.sign-in-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-template-rows: 95vh 5vh;
  grid-auto-flow: row;
  align-items: center;
  padding: 0;
  width: 80%;
  height: 100vh;
  margin: 0 auto;
}
.sign-in-container > img#sign-in-img {
  width: clamp(360px, 85%, 600px);
  object-fit: contain;
  margin: 0 auto 0 0;
}
.sign-in-container > #sign-in-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  line-height: 25px;
}
.sign-in-container > #sign-in-form-container > div {
  width: 100%;
  margin: 2rem auto;
  text-align: center;
}
.sign-in-container > #sign-in-form-container > div#welcome-msg {
  color: #001a49;
  letter-spacing: 0.35px;
}
#sign-in-form .form-group {
  margin-bottom: 35px;
}
.sign-in-container > #sign-in-form-container > div#welcome-msg p.mat-headline {
  font-family: "Inter", sans-serif !important;
  font-size: calc(22px + 4 * (100vw - 300px) / 1300) !important;
  font-weight: 500;
  margin: 0 auto;
}
.sign-in-container > #sign-in-form-container > div.form-container .centerd {
  left: 50%;
  transform: translateX(-50%);
}
.sign-in-container > #sign-in-form-container > div.form-container .otp-forgot-password-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 426px;
  margin: 0 auto;
  padding: 0 10px;
}
.small-links,
.small-links:visited {
  color: rgba(0, 0, 0, 0.66);
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}
.small-links:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline !important;
}
.sign-in-container > #sign-in-form-container > div.form-container .submit-container {
  margin-bottom: 0;
}
.sign-in-container > #sign-in-form-container > div.form-container .submit-container .sign-in-btn {
  background-color: #2dcc40;
  color: #fff;
  min-width: 14rem;
  line-height: calc(35px + 4 * (100vw - 300px) / 1300);
  font-size: calc(12px + 4 * (100vw - 300px) / 1300);
  margin: 3rem auto 1rem;
  border: none;
  border-radius: 4px;
}
.sign-in-container > #sign-in-form-container > div.form-container .submit-container .sign-in-btn:hover {
  background-color: #00a213;
}
.sign-in-container > #sign-in-form-container > div.form-container .submit-container .sign-in-btn:disabled {
  background-color: #d6d6d6;
}
.sign-in-container > #sign-in-form-container > div.form-container .submit-container #register-here-link-container {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
}
#go-back-to-sign-in {
  padding: 0px 5px 1rem;
}
#go-back-to-sign-in > a {
  color: rgba(0, 0, 0, 0.4);
  font-size: calc(10px + 2 * (100vw - 300px) / 1300);
  line-height: calc(10px + 2 * (100vw - 300px) / 1300);
}
#go-back-to-sign-in > a:hover {
  color: rgba(0, 0, 0, 0.66);
  cursor: pointer;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.09);
}
.sign-in-container .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: calc(24px + 4 * (100vw - 300px) / 1300);
  overflow: visible;
}
.sign-in-container .mat-form-field-appearance-legacy .mat-form-field-infix {
  line-height: calc(18px + 4 * (100vw - 300px) / 1300);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sign-in-container input.mat-input-sign-in {
  font-family: "Inter", sans-serif !important;
  font-size: calc(12px + 4 * (100vw - 300px) / 1300) !important;
  font-weight: 500;
  padding: 0 1rem;
  color: rgba(0, 0, 0, 0.73);
  line-height: calc(22px + 4 * (100vw - 300px) / 1300) !important;
}
.sign-in-container .mat-form-field.mat-focused .mat-form-field-label,
.sign-in-container .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  font-family: "Inter", sans-serif;
  line-height: calc(24px + 4 * (100vw - 300px) / 1300);
}
.sign-in-container .mat-form-field-appearance-legacy .mat-form-field-ripple {
  height: 1px !important;
}
.sign-in-container .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #2500d7;
}
.sign-in-container .mat-form-field.mat-focused.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #f44336;
}
.sign-in-container .input-right-item > i {
  color: rgba(0, 0, 0, 0.53);
  border-radius: 50%;
}
.sign-in-container .input-right-item > .tooltip.in {
  border-radius: 4px;
  opacity: 1;
  background: transparent;
}
.sign-in-container .input-right-item > .tooltip.in .tooltip-inner {
  background: rgba(97, 97, 97, 0.9);
  border-radius: 4px;
  padding: 6px 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .sign-in-container .input-right-item > .tooltip.in .tooltip-inner {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.sign-in-container .input-right-item > .tooltip.in .tooltip-inner {
  color: #fff !important;
  opacity: 1;
}
.sign-in-container .input-right-item > .tooltip.in .tooltip-arrow {
  display: none !important;
}
.otp-success-container {
  width: 100%;
  max-width: 426px;
  margin: 0 auto 1rem;
  border-radius: 4px;
  padding: 1rem 0;
  background-color: #d8ffe1;
  color: #46c043;
  font-size: calc(10px + 2 * (100vw - 300px) / 1300);
  line-height: calc(13px + 2 * (100vw - 300px) / 1300);
}
.sign-in-form-error {
  width: 100%;
  max-width: 426px;
  margin: 0 auto 1rem;
  border-radius: 4px;
  padding: 1rem 0;
  background-color: #ffe4df;
  color: #f08770;
  font-size: calc(10px + 2 * (100vw - 300px) / 1300);
  line-height: calc(13px + 2 * (100vw - 300px) / 1300);
}
.forgot-password-modal-header-container {
  padding: 0 !important;
  border: none !important;
}
#forgot-password-close {
  margin: 1rem 1rem 0 0;
}
.forgot-password-modal-body-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 35vh;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Inter", sans-serif !important;
}
.forgot-password-modal-body-container > img {
  width: 50px;
}
.forgot-password-modal-body-container > div.mat-title {
  margin: 16px auto;
  text-align: center;
}
.sign-in-footer {
  grid-row: 2/3;
  grid-column: 2/3;
  color: rgba(51, 51, 51, 0.66);
  padding: 2px 10px;
  text-align: center;
  justify-self: center !important;
}
.sign-in-footer a,
.sign-in-footer a:visited {
  color: inherit !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.sign-in-footer a:hover {
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 850px) {
  .sign-in-container {
    grid-template-rows: 91vh 9vh;
  }
  .sign-in-container > #sign-in-form-container {
    grid-column: 1/-1;
  }
  .sign-in-footer {
    grid-column: 1/-1;
  }
  .sign-in-container > img#sign-in-img {
    display: none;
  }
}
.sign-in-banner.password_change {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.password_change.sign-in-banner::before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.welcome-msg {
  max-width: 178px;
  width: 100%;
  text-align: center;
  padding: 0px 0 0;
  display: block;
  float: left;
}
.welcome-msg h4 {
  font-size: 24px;
  font-family: "robotothin", sans-serif;
  max-width: 160px;
  width: 100%;
  margin: 0 auto 10px;
}
.sign-in-block {
  max-width: 330px;
  height: 420px;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 40px 40px 25px;
  margin-left: 205px;
  margin-top: -70px;
  position: relative;
}
.welcome-msg p {
  margin: 0;
  line-height: 16px;
}
.sign-in-block .logo img {
  max-width: 97px;
  width: 100%;
  margin: 10px auto 0;
  padding-bottom: 65px;
}
.sign-in-block .form-group {
  margin-bottom: 25px;
}
.sign-in-block .form-group .bar {
  background-color: #127cc0;
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  bottom: 0;
  margin: 0 auto;
  height: 2px;
  transition: 0.3s;
}
.sign-in-block .form-group input {
  border: none;
  height: 45px;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 0 0 35px;
  font-family: "robotoregular";
}
.sign-in-block .form-group input:focus + .bar {
  width: 100%;
  transition: 0.3s;
}
.sign-in-block .msg-icon {
  background-image: url(/assets/images/bg-stripe1.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  display: inline-block;
  background-position: -43px -43px;
  position: absolute;
  bottom: 16px;
}
.sign-in-block .key-icon {
  background-image: url(/assets/images/bg-stripe1.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-position: -79px -41px;
  position: absolute;
  bottom: 13px;
}
.sign-wrapper {
  height: 425px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 45px;
}
.sign-trans-block {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-family: "robotoregular", sans-serif;
  background: rgba(255, 255, 255, 0.1);
}
.frg-password {
  display: inline-block;
  text-align: right;
  margin-inline-start: 80px;
  color: #9f9f9f;
  font-size: 10px;
  font-family: "robotoregular";
}
.otp-login {
  display: inline-block;
  text-align: right;
  color: #9f9f9f;
  font-size: 10px;
  font-family: "robotoregular";
  cursor: pointer;
}
.sign-btn .green-btn {
  width: 130px;
  height: 35px;
  border-radius: 40px;
  margin: 15px auto 0;
  display: block;
  padding: 8px 0;
  font-size: 12px;
  font-family: "robotoregular";
}
.sign-in-block h5 {
  color: #000;
  font-size: 12px;
  margin: 0;
  padding: 10px 0 0;
  font-family: "robotoregular";
  text-align: center;
}
.sign-in-block h5 a,
.frg-password:hover {
  color: #127cc0;
}
.otp-login:hover {
  color: #127cc0;
}
.sign-in-block .form-group:nth-child(2) {
  margin-bottom: 8px;
}
.sign-in-block .close-btn,
.error-text-wrapper .close-btn {
  background-image: url(/assets/images/bg-stripe1.png);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  display: block;
  background-position: -116px -44px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sign-back {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.sign-in-block form {
  position: relative;
  z-index: 1;
}
.overlay-block {
  background-color: rgba(0, 0, 0, 0.83);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.error-text-wrapper {
  width: 295px;
  height: 90px;
  background-color: #fff;
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
  padding: 22px 20px;
}
.warning-icon {
  font-size: 30px;
  color: #f4aeac;
  float: left;
  padding: 5px 0;
}
.error-text {
  margin-left: 50px;
  font-family: "robotoregular";
}
.error-text h5 {
  margin: 0;
  font-size: 12px;
  color: #000;
}
.error-text p {
  font-size: 10px;
  color: #9f9f9f;
  margin: 5px 0 0;
  line-height: 12px;
}
.error-text p a {
  color: #127cc0;
}
.error-text-wrapper .close-btn {
  top: 8px;
  right: 8px;
}
.error-text-wrapper .email-icon {
  background-image: url(/assets/images/bg-stripe1.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  background-position: -7px -73px;
  margin: 9px 0;
}
.frg-pwd .error-text-wrapper {
  height: 95px;
}
.forget-form .sign-btn .green-btn {
  margin: 40px auto 0;
}
.forget-form .welcome-msg {
  padding: 70px 0 0;
}
.forget-form .sign-in-block .logo img {
  padding-bottom: 90px;
}
.signup-block .sign-in-block .form-group:nth-child(2),
.signup-block .sign-in-block .form-group {
  margin-bottom: 20px;
}
.signup-block .sign-in-block .logo img {
  padding-bottom: 30px;
}
.sign-in-block .eye-icon {
  background-image: url(/assets/images/bg-stripe1.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block;
  background-position: -147px -45px;
  position: absolute;
  bottom: 14px;
  right: 0;
  cursor: pointer;
}
.content-wrapper.terms-cond {
  margin: 0;
  padding: 40px 0 75px;
}
.terms-wrapper {
  background-color: #fff;
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.terms-logo img {
  width: 135px;
  margin: 0 auto 0;
  padding-bottom: 10px;
}
.terms-wrapper h2 {
  font-size: 30px;
  margin: 30px 0;
  font-family: "Intermedium";
  color: #4f4f4f;
}
.terms-cond p {
  font-size: 14px;
  color: #4f4f4f;
  margin: 0 0 20px;
}
.terms-cond h5 {
  margin: 0 0 10px;
  font-family: "Intersemibold";
  color: #4f4f4f;
  font-size: 16px;
}
.terms-list,
.disclaimer-list {
  padding-left: 22px;
}
.terms-list li,
.disclaimer-list li {
  margin: 0 0 20px;
}
.terms-list li i {
  font-size: 9px;
  color: #5cb85c;
  float: left;
  padding: 4px 0 0;
}
.terms-list li span {
  display: block;
  margin-left: 20px;
}
.terms-cond p:last-child {
  margin: 0;
}
.small-956 {
  max-width: 956px;
}
.form-icn.my-user {
  background-image: url(/assets/images/my-user.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 30px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.form-icn.add-user {
  background-image: url(/assets/images/add-user.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 30px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.form-icn.add-enterprise {
  background-image: url(/assets/images/add-enterprise.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 30px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.form-icn.payment-summary {
  background-image: url(/assets/images/payment-summary.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 25px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.form-header.page-full {
  border-radius: 5px 5px 0 0;
}
.my-user-table {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.my-user-table table {
  margin-bottom: 0;
}
.my-user-table .light-green-bg-row > th {
  padding: 10px 10px !important;
}
.my-user-table .active {
  color: #5cb85c;
}
.add-new-user-icon {
  width: 66px;
  height: 66px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.add-user-popup .modal-body {
  padding: 0;
}
.add-user-popup .form-header {
  border-radius: 4px 4px 0 0;
}
.create-payment-link .modal-body {
  padding: 0;
}
.create-payment-link .form-header {
  border-radius: 4px 4px 0 0;
}
.collapse-pannel,
.onboarding-data {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
}
.collapse-pannel .collapse-link,
.onboarding-data h3 {
  color: #127cc0;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 0px 0;
  display: block;
  font-size: 16px;
  line-height: 21px;
}
.onboarding-data h3 {
  margin: 0 0 14px;
}
.onboarding-data .bordr-right {
  border-right: solid 1px #e9e9e9;
}
.collapse-pannel .collapse-link i {
  margin-top: 0px;
  font-size: 18px;
}
.collapse-pannel .collapse-link:hover,
.collapse-pannel .collapse-link:active,
.collapse-pannel .collapse-link:focus {
  text-decoration: none !important;
}
.collapse-pannel .collapse {
  background: transparent;
  border: none 0;
}
.collapse-link .arrow-down {
  display: none;
}
.collapse-link .arrow-up {
  display: block;
}
.collapse-link.collapsed .arrow-up {
  display: none;
}
.collapse-link.collapsed .arrow-down {
  display: block;
}
.small-form {
  max-width: 532px;
  margin: 0 auto;
}
.terms {
  color: #127cc0;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.contract-doc {
  padding: 33px 31px;
}
.business-doc {
  padding: 20px 31px;
  border-bottom: solid 1px #d9d9d9;
}
.file-upload {
  position: relative;
  padding-left: 53px;
  margin-bottom: 10px;
}
.file-upload input[type=file] {
  opacity: 0;
  width: 30px;
  height: 30px;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.file-upload .label-name {
  padding: 5px 0;
  font-size: 14px;
  display: block;
  color: #484848;
}
.file-upload .label-name i.green-color {
  color: #10b895;
  font-size: 16px;
}
.file-upload .label-name:hover {
  text-decoration: none;
}
.file-upload label {
  font-weight: normal;
  color: #8f8f8f;
}
.file-upload:before {
  opacity: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #486d82;
  content: "\f0c6";
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "fontawesome";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all ease 0.3s;
}
.file-upload:hover:before {
  background: #484848;
}
.file-doc {
  position: relative;
  padding-left: 53px;
}
.file-doc input[type=file] {
  opacity: 0;
  width: 30px;
  height: 30px;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.file-doc .label-name {
  padding: 5px 8px 0 0;
  font-size: 14px;
  display: block;
  color: #484848;
}
.file-doc .label-name i.green-color {
  color: #10b895;
  font-size: 14px;
}
.file-doc .label-name:hover {
  text-decoration: none;
}
.file-doc label {
  font-weight: normal;
  color: #8f8f8f;
}
.file-doc:before {
  opacity: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #127cc0;
  content: "\f0f6";
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "fontawesome";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all ease 0.3s;
}
.file-doc:hover:before {
  background: #484848;
}
.full-width {
  max-width: 426px;
  width: 100%;
  padding: 10px;
  height: 40px;
  z-index: 10;
  position: relative;
}
.half-width {
  max-width: 213px;
  width: 50%;
  padding: 10px;
  height: 40px;
  z-index: 10;
  position: relative;
}
.blue-color-icon {
  width: 20px;
  height: 20px;
  background: #00afef;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 18px;
  margin: 0 4px;
  z-index: 10;
  position: relative;
}
.green-color-icon {
  width: 20px;
  height: 20px;
  background: #10b895;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 18px;
  margin: 0 4px;
  z-index: 10;
  position: relative;
}
.green-color-icon i,
.blue-color-icon i {
  color: #fff;
  font-size: 11px;
}
.blue-color-link {
  text-decoration: underline;
  color: #127cc0;
  margin: 0 8px;
  font-size: 15px;
}
.right-tick,
.wrong-tick {
  background: #10b895;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}
.right-tick {
  background: #10b895;
}
.wrong-tick {
  background: #ff3c3c;
}
.right-tick i,
.wrong-tick i {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
label.red-color-message {
  color: #ff3c3c;
}
.blue-color-link.lessmargin {
  margin: 0px;
}
.terms-condition {
  padding: 20px 0;
}
.terms-condition label {
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
}
.payment-screen .modal-body,
.payment-screen .create-form {
  padding: 0;
}
.payment-screen .modal-dialog {
  max-width: 1131px;
  margin: 30px auto;
  width: 100%;
  padding: 0 10px;
}
.payment-screen .form-header {
  border-radius: 4px 4px 0 0;
}
.payment-screen .light-green-bg-row > th {
  padding: 15px 10px !important;
}
.payment-screen table {
  margin-bottom: 0;
}
.payment-screen .form-btns {
  margin-top: 0;
}
.payment-screen .content-main > td.particular-name {
  color: #858585 !important;
}
.payment-screen .content-main > td,
.payment-screen .light-green-bg-row > th {
  padding: 16px !important;
}
@media all and (max-width: 1199px) {
  .invoice-tables p,
  .invoice-tables label {
    font-size: 13px;
  }
  .input-boxes .form-group {
    margin: 0 4px 10px;
  }
  .logo-bg img {
    max-width: 160px;
  }
  .content-wrapper.welcome-wrapper {
    padding: 100px 0 150px;
  }
  .bulk-upload-block.full h5 {
    color: #4f4f4f;
    font-size: 30px;
    font-family: "Interlight", sans-serif;
    margin: 20px 0 0px;
  }
  .bulk-upload-block.full h6 {
    font-size: 15px;
    font-style: normal;
    color: #4f4f4f;
    font-family: "Intermedium", sans-serif;
    margin: 0px 0 15px;
    min-height: 13px;
  }
}
@media all and (max-width: 991px) {
  .input-boxes .form-group,
  .input-boxes.new .form-group {
    width: 23.8%;
  }
  .content-wrapper {
    padding: 20px 0;
  }
  .main-menu li a {
    padding: 20px 16px 18px;
  }
  .logo img {
    margin: 15px 0 0;
  }
  .table-top-strip {
    padding: 0 8px;
  }
  .invoice-tables .table > tbody > tr > td {
    padding: 15px 8px;
  }
  .invoice-tables .table > tbody tr td:first-child {
    max-width: 290px;
  }
  .sub-menu.manage-menu {
    max-width: 380px;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll !important;
  }
  .sub-menu.manage-menu li {
    float: none;
    width: 100%;
  }
  .upload-wrapper,
  .download-wrapper,
  .bulk-details-block .pl10,
  .bulk-details-block .pr10 {
    padding: 0 15px;
  }
  .container.small {
    max-width: 100%;
    width: 100%;
  }
  .onboarding-data .bordr-right {
    border-right: none 0;
  }
}
@media all and (max-width: 1140px) {
  .sub-menu.manage-menu {
    max-width: 540px;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .banner-img-block,
  .menu-icon,
  .closebtn {
    display: block;
  }
  .menu-icon {
    cursor: pointer;
    font-size: 20px;
    color: #000;
  }
  .banner-img-block {
    background-color: #b3b4b4;
    height: 150px;
    width: 100%;
    margin-bottom: 2px;
    text-align: center;
    padding-top: 50px;
    display: block;
  }
  .main-menu {
    text-align: left;
    padding: 0;
  }
  .main-menu li {
    display: block;
  }
  .main-menu li a {
    padding: 12px 20px;
    display: block;
    height: auto;
    color: #127cc0;
    margin-left: 0;
    white-space: nowrap;
    border-bottom: 2px solid #127cc0;
  }
  .menu-bar {
    padding: 5px 0;
  }
  .logo img {
    margin: 0;
  }
  .power-btn {
    margin: 4px 0 0;
  }
  .main-menu li a.active,
  .main-menu li a:hover {
    color: #127cc0;
    border-bottom: 2px solid #127cc0;
  }
  .sub-menu {
    position: relative;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
  .sub-menu-img img {
    width: 25px;
  }
  .sub-details {
    margin: 0 0 0 40px;
    font-size: 13px;
    color: #464545;
  }
  .main-menu li a .sub-details span {
    font-size: 14px;
    font-family: "Inter", sans-serif;
  }
  .profile-wraper.resp-profile {
    float: none;
    text-align: left;
    padding: 0 15px;
    margin: 20px 0 0;
  }
  .sub-menu.manage-menu {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    overflow-y: visible !important;
  }
  .sub-menu-img img {
    margin: 0 auto;
  }
  .user-details span,
  .user-details h5 {
    width: 150px;
  }
  .onboarding-data {
    padding: 25px !important;
  }
  .invoice-tables .check-box,
  .invoice-tables {
    margin-top: 0;
  }
  .table-top-strip {
    padding: 0;
  }
  .invoice-tables .details {
    margin-top: 30px;
    margin-left: 0;
  }
  .invoice-tables {
    padding: 0;
    border: none;
    border-radius: 5px;
    margin: 0px 0 0;
  }
  .invoice-tables p {
    height: auto;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    margin: 0 0 5px;
  }
  .input-boxes .form-group,
  .input-boxes.new .form-group {
    width: 47%;
    margin: 0 3px 10px;
  }
  .table-top-strip .green-btn {
    width: 121px;
  }
  .content-wrapper {
    margin-top: 60px;
  }
  .invoice-tables table tr {
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #e0dddd;
    display: block;
  }
  .invoice-tables .table > tbody > tr > td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: block;
    width: 100%;
  }
  .input-block-section {
    padding: 10px;
  }
  .invoice-tables .table > tbody tr td:first-child {
    max-width: 100%;
    width: 100%;
  }
  .float-right {
    float: none;
  }
  .content-wrapper.welcome-wrapper {
    padding: 50px 0;
  }
  .table-top-strip .green-btn,
  .table-top-strip .green-btn2 {
    width: 125px;
  }
  .bulk-upload-block,
  .uploaded-reports {
    margin: 0 0 20px;
  }
  .uploaded-reports,
  .failed-reports {
    margin: 0 auto 20px;
    float: none;
  }
  .bulk-details li {
    padding: 10px 0;
  }
  .bulk-details li span:last-child {
    font-size: 17px;
    float: none;
    display: block;
    margin: 10px 0 0;
  }
  .modal.error-modal .modal-dialog {
    margin: 30px auto;
    max-width: 280px;
  }
  .modal.error-modal .modal-body {
    padding: 50px 20px;
  }
  .create-form {
    padding: 10px 18px;
  }
  .error-msg {
    left: 0;
    min-width: auto;
  }
  .error-msg::before {
    left: 20px;
    right: auto;
  }
  .bulk-details.amount-drop {
    left: 0;
    right: auto;
    width: 100%;
    top: 65px;
  }
  .bulk-details li .percent {
    font-size: 13px;
    float: none;
    padding: 5px 0 0;
  }
  .bulk-details li .percent span:last-child {
    float: right;
    padding-right: 0;
    margin: 0;
  }
  .bulk-details.amount-drop::before,
  .bulk-details.amount-drop::after {
    left: 7px;
    right: auto;
  }
  .sign-in-banner,
  .sign-in-banner::before {
    min-height: 700px;
    height: auto;
    padding: 50px 0;
  }
  .sign-wrapper {
    height: auto;
    position: relative;
    margin: auto;
    padding-top: 0;
  }
  .sign-trans-block {
    height: auto;
    padding: 15px;
  }
  .welcome-msg {
    max-width: 100%;
    padding-bottom: 20px;
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .welcome-msg h4 {
    max-width: 100%;
  }
  .sign-in-block {
    max-width: 100%;
    height: auto;
    padding: 40px 20px 25px;
    margin-left: 0;
    margin-top: 0;
  }
  .sign-in-block .logo img {
    margin: 0 auto 0;
    padding-bottom: 20px;
  }
  .forget-form .welcome-msg {
    padding: 0 0 20px;
  }
  .forget-form .sign-in-block .logo img {
    padding-bottom: 40px;
  }
  .sign-in-banner.forget-form {
    padding: 100px 0;
  }
  .content-wrapper.terms-cond {
    padding: 15px 0;
  }
  .terms-wrapper h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .terms-list li span,
  .terms-cond p,
  .disclaimer-list li {
    font-size: 13px;
  }
  .terms-list,
  .disclaimer-list {
    padding-left: 0;
  }
  .add-new-user-icon {
    width: 46px;
    height: 46px;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}
@media all and (max-width: 620px) {
  .delete-icon {
    width: 100%;
    margin: 0 0 10px;
    padding: 2px 0 2px 30px;
    margin-right: 25px;
    line-height: 19px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
  }
  .kyc-status label {
    width: 100%;
    text-align: center;
  }
  .kyc-status .green-btn2.download {
    position: relative;
    padding: 9px 30px 9px 40px;
    width: 138px;
    float: none !important;
    display: block;
    margin: 0 auto 10px;
  }
  .kyc-status .green-btn2.approve {
    position: relative;
    padding: 9px 30px 9px 40px;
    width: 138px;
    float: none !important;
    display: block;
    margin: 0 auto 10px;
  }
}
@media all and (max-width: 450px) {
  .welcome-wrapper h1 {
    font-size: 22px;
  }
  .welcome-block {
    width: 250px;
    height: 250px;
    padding: 50px 0;
  }
  .wel-block-img img {
    width: 60px;
  }
}
@media all and (min-width: 1536px) {
  .file-upload .label-name {
    padding: 5px 0;
    font-size: 14px;
    display: block;
    color: #484848;
  }
  .table tr td {
    vertical-align: middle !important;
    font-size: 15px;
  }
}
@media all and (max-width: 1535px) {
  .filter-sign {
    display: table-cell;
    min-width: 70px;
  }
  .action {
    min-width: 110px;
    display: table-cell;
  }
  .form-inline .form-group {
    margin-left: 8px;
  }
  .file-upload .label-name {
    padding: 5px 0;
    font-size: 12px;
    display: block;
    color: #484848;
  }
}
@media all and (max-width: 1199px) {
  .table-content .table-cell {
    min-width: 49%;
    max-width: 49%;
    padding: 5px;
    vertical-align: top;
  }
  .table-content .table-cell.width30 {
    min-width: 49%;
    max-width: 49%;
  }
  .table-cell.select-input {
    top: 5px;
    transform: translateY(0%);
  }
  .filters .form-group {
    width: 31%;
    margin: 5px;
  }
}
.addUser {
  color: #fff;
  font-size: 15px;
  margin-top: 3px;
  line-height: 15px;
  cursor: hand;
  cursor: pointer;
  cursor: default;
}
.addUser:hover {
  text-decoration: underline !important;
}
.proceed-btn-div {
  width: 100%;
  padding-top: 15px;
}
.create-form label.pd_0 {
  padding-left: 0;
}
.expresspaymentpopup {
  padding: 0;
  max-width: 685px;
  width: 100%;
  margin: 30px auto;
}
.light-green-bg-row.table_pd th {
  padding: 15px 0 15px 15px !important;
}
.light-green-bg-row.table_pd th:last-child {
  padding: 15px 15px 15px 10px !important;
}
.content-main.table_pd td {
  padding: 15px 0px 15px 15px !important;
}
.content-main.table_pd td:last-child {
  padding: 15px 15px 15px 10px !important;
}
.loader_space {
  padding: 70px 0 !important;
}
.is-sticky > div {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}
.cursor-pointer {
  cursor: pointer;
}
.ek-modal .modal-content {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-backdrop.in {
  opacity: 0.7;
}
.ek-modal.modal-dialog {
  margin: 30px auto;
  width: 100%;
  padding: 0 10px;
}
.ek-modal .ek-modal-container {
  background: transparent;
}
.ek-modal .invoice-tables table tr {
  border-radius: 0;
  box-shadow: none;
}
.border-bottom {
  border-bottom: solid 1px #e9e9e9;
}
.border-left {
  border-left: solid 1px #e9e9e9;
}
.success-message {
  color: #127cc0;
}
.error-message {
  color: red;
  font-size: 12px;
}
.warning-message {
  color: #fe9118;
}
.kyc-status .green-btn2.approve {
  padding: 1rem;
}
.ng-select-box .ng-select.ng-select-single .ng-select-container {
  height: 35px;
  background-color: #edf0f5;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  font-size: 12px;
  border: 1px solid #edf0f5;
}
.ng-select-box .ng-select.ng-select-multiple .ng-select-container {
  background-color: #edf0f5;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  font-size: 12px;
  border: 1px solid #edf0f5;
}
.ng-select-box .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 11px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: rgb(51, 51, 51);
}
.convfee-help {
  line-height: 28px;
}
.dull-text {
  color: #8c8989;
  font-size: 1.1rem;
}
.balance-sufficient {
  padding: 5px 0;
  color: #127cc0;
}
.balance-insufficient {
  padding: 5px 0;
  color: #fd8c0f;
  font-weight: bold;
}
table.prepaid-balance {
  table-layout: fixed;
}
table.prepaid-balance td {
  padding: 5px 0;
}
table.prepaid-balance tr td:first-child {
  width: 40%;
}
table.prepaid-balance tr td:last-child {
  width: 60%;
  padding-right: 8rem;
}
.select-customer-dd {
  display: flex;
}
.select-customer-dd ng-select {
  flex-grow: 1;
  margin-right: 1rem;
}
.select-customer-dd span.or-separator {
  color: #999;
  line-height: 4rem;
}
.select-customer-dd > div {
  padding-left: 1rem;
}
.select-customer-dd button.green-btn2 {
  padding: 10px;
  height: 95%;
}
.new-highlight {
  padding: 0px 5px 1px 5px;
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid #f16565 !important;
  color: #f16565 !important;
  -moz-border-radius: 90px;
  border-radius: 90px;
  font-weight: 900;
  margin: 0px 0px 0px 5px;
  font-size: 10px;
}
.ek-bg-primary {
  background: #127cc0;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ek-file-input {
  height: 0;
  overflow: hidden;
  width: 0;
}
.ek-file-input + label {
  color: #fff;
  background-color: #5cb85c;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding: 0 1rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  font-family: "Intermedium", sans-serif;
}
.ek-file-input + label i {
  margin-right: 5px;
}
.ek-file-input + label:hover {
  background-color: #5cb85c;
}
.ek-modal-backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}
.relative {
  position: relative;
}
.application-detail-modal {
  max-width: 100% !important;
  width: 900px !important;
}
.application-detail-modal .document-main-container {
  background-color: #fff;
  border-radius: 15px;
}
.application-detail-modal .document-upload-items {
  width: 280px !important;
}
.application-detail-modal .document-upload-items ul li.active {
  width: 292px !important;
}
.application-detail-modal .content-wrapper {
  margin-top: 45px !important;
}
.application-detail-modal .ng-select .ng-select-container:after {
  border-bottom: 0 !important;
}
.application-detail-modal .ng-select.ng-select-single .ng-select-container {
  height: 40px !important;
  font-size: 12px;
  font-weight: 400;
}
.application-detail-modal .mat-form-field {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.application-detail-modal .mat-form-field-subscript-wrapper {
  font-size: 100% !important;
  margin-top: 0 !important;
}
.application-detail-modal .ng-select {
  padding-bottom: 1.25em;
}
.application-detail-modal .mat-form-field-infix {
  position: relative;
  top: -5px;
}
.application-detail-modal .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  margin-top: -7px;
}
.application-detail-modal .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  margin-top: -10px;
}
.card-application-Update .inline-error,
.card-application-Update mat-error {
  font-size: 10px !important;
}
.card-application-Update .mat-hint {
  font-size: 10px !important;
}
.card-application-Update .input.mat-input-element {
  font-weight: 500;
}
.card-application-Update .mat-form-field-appearance-outline .mat-form-field-flex {
  padding: 0 0.75em 0 1.75em !important;
}
.card-application-Update .mat-form-field-infix {
  font-size: 12px;
  font-weight: 400;
}
.card-application-Update .mat-placeholder {
  font-size: 11px;
  font-weight: 400;
}
.card-application-Update .mat-select {
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/svg/form-down-arrow.svg) 98%/20px no-repeat #fff;
  position: relative;
  top: -5px;
}
.card-application-Update .mat-select .mat-select-arrow {
  border: none;
}
.application-card-modal-form .approve-dropdown-card .mat-error {
  margin-top: 10px;
  font-size: 10px;
  margin-left: -5px;
}
.application-card-modal-form .approve-dropdown-card extended {
  margin-top: 13px;
}
.application-card-modal-form .mat-hint {
  font-size: 10px !important;
}
.application-card-modal-form .input.mat-input-element {
  font-weight: 500;
}
.application-card-modal-form .mat-form-field-appearance-outline .mat-form-field-flex {
  padding: 0 0.75em 0 1.75em !important;
}
.application-card-modal-form .mat-form-field-infix {
  font-size: 12px;
  font-weight: 400;
}
.application-card-modal-form .mat-placeholder {
  font-size: 12px;
  font-weight: 400;
}
.application-card-modal-form .mat-select {
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/svg/form-down-arrow.svg) 98%/20px no-repeat #fff;
  position: relative;
  top: -5px;
}
.application-card-modal-form .mat-select .mat-select-arrow {
  border: none;
}
.over-lay-panel-left-panel {
  margin: 51px 29%;
}
.over-lay-panel-right-panel {
  margin: 51px 42%;
}
.over-lay-master-panel {
  margin: 70px 43%;
}
.over-lay-qulification-panel {
  margin: 80px 42%;
}
.top-more-action .dropdown-menu {
  min-width: 33px !important;
  left: -5px !important;
}
.application-card-modal-form .approve-form .mat-form-field-wrapper {
  padding-bottom: 0.34375em;
}
.application-card-modal-form .select-down-arrow {
  top: 2px !important;
}
.application-card-modal-form .mat-option {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}
.table {
  table-layout: fixed;
}
.bulk-upload-btn {
  background-color: #2500d7;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 25px;
  border-radius: 100px;
  outline: none;
  border: 0;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  margin-left: 15px;
}
.filter-round-btn {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  outline: none;
  position: relative;
  margin-right: 15px;
}
.filter-round-btn i {
  font-size: 16px;
  color: #000000;
}
.approval-btn {
  color: #2500d7;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  border: 0;
  background: transparent;
  display: flex;
  margin-right: 15px;
}
.approval-btn i {
  margin-left: 5px;
  display: none;
  font-size: 18px;
}
.approval-btn .fa-angle-down {
  display: block;
}
.approval-btn .fa-angle-up {
  display: none;
}
#dropdown-triggers-manual {
  background-color: #f5f6fa;
  color: #1a1a1a;
  font-weight: 400;
  padding: 15px 20px;
  line-height: 22px;
  font-size: 13px;
  align-items: center;
  box-shadow: 0px 5px 11px rgba(51, 51, 51, 0.1215686275);
  border: 1px solid #d7dae2;
  border-radius: 15px;
}
.approval-btn[aria-expanded=true] .fa-angle-down {
  display: none;
}
.approval-btn[aria-expanded=true] .fa-angle-up {
  display: block;
}
.approval-btn[aria-expanded=false] .fa-angle-down {
  display: block;
}
.approval-btn[aria-expanded=false] .fa-angle-up {
  display: none;
}
.table-top-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top-menu-right {
  display: flex;
  align-items: center;
}
.edit-card-application {
  width: 50px;
  padding: 15px 0 0 !important;
  text-align: center;
}
.card-application-row:nth-child(2) {
  width: 94%;
  margin: auto;
  padding: 15px 10px 0 10px;
}
.card-application-list {
  display: flex;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1490196078);
}
.card-application-list + .card-application-list {
  margin-top: 15px;
}
.card-application-item {
  width: 25%;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px;
}
.invoice-tables {
  background: #fff;
  padding: 15px;
}
.invoice-tables .check-box {
  margin: 15px 0 0 !important;
}
.singleoption .top-more-action {
  margin-top: 75px;
}
.top-more-action {
  margin-top: 0;
}
.filter-error .error-placeholder {
  position: absolute;
}
.input-boxes {
  margin-bottom: 20px;
}
.model-container-modal {
  margin: 20px;
}
.model-container-modal .mat-form-field {
  width: 100%;
}
.no-found-error-page app-error-message {
  display: flex;
  justify-content: center;
  height: 75vh;
  align-items: center;
}
.card-application-filter .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 10px;
}
.ek-mat-ui-form .mat-form-field {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.ek-mat-ui-form :host .error-placeholder {
  height: 0;
}
.ek-mat-ui-form .mat-form-field-infix {
  width: 100%;
}
.ek-mat-ui-form .mat-form-field-label {
  padding-left: 1rem;
}
.ek-mat-ui-form .no-padding-label .mat-form-field-label {
  padding-left: 0;
}
.ek-mat-ui-form .mat-form-field-invalid .mat-form-field-label,
.ek-mat-ui-form .mat-form-field-invalid .mat-placeholder-required {
  color: rgba(0, 0, 0, 0.4);
}
.ek-mat-ui-form .mat-form-field-should-float .mat-form-field-label {
  padding-left: 0;
}
.mat-ui-primary-button {
  background-color: #2dcc40 !important;
  color: #fff !important;
  min-width: 14rem;
  line-height: calc(35px + 4 * (100vw - 300px) / 1300);
  font-size: calc(12px + 4 * (100vw - 300px) / 1300);
  margin: 3rem auto 1rem;
}
.mat-ui-primary-button:hover {
  background-color: #00a213;
}
.mat-ui-primary-button:disabled {
  background-color: #d6d6d6;
}
.home-profile-menu-panel {
  color: #192744;
}
.home-profile-menu-panel .home-username {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .home-profile-menu-panel .home-username {
    font-size: calc(1.5rem - 3 * (100vw - 1440px) / 1440);
  }
}
.home-profile-menu-panel .home-username {
  padding: 1rem;
  text-align: center;
}
.home-profile-menu-panel .mat-menu-item {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .home-profile-menu-panel .mat-menu-item {
    font-size: calc(1.4rem - 3 * (100vw - 1440px) / 1440);
  }
}
.home-profile-menu-panel .mat-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-profile-menu-panel .mat-menu-item .mat-icon {
  margin: 0 1rem 0 0;
  max-width: 1.75rem;
  display: flex;
  align-items: center;
}
.home-profile-menu-panel .mat-menu-item .mat-icon .home-profile-menu-item-icons {
  width: 100%;
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.site-container {
  display: flex;
  height: 93vh;
}
@media (min-width: 768px) {
  .site-container {
    flex-direction: row;
  }
}
.site-container.site-container--full-height {
  height: 100vh;
}
.enkash-content-container {
  height: 93vh;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .enkash-content-container {
    width: 80%;
  }
}
.enkash-content-container.enkash-content-container--full-height {
  height: 100vh;
}
.full-height-page .enkash-content-container {
  height: 100vh !important;
}
.enkash-list-view-container {
  background: #fff;
  margin-bottom: 60px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 992px) {
  .enkash-list-view-container {
    background: #f5f6fa;
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: none;
    margin-left: 5px;
  }
}
.top-bar-header {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .top-bar-header {
    margin-top: 2rem;
  }
}
.top-bar-header .top-bar-action-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .top-bar-header .top-bar-action-wrapper {
    text-align: right;
  }
}
.top-bar-header .top-bar-action-wrapper .primary-action-button {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .top-bar-header .top-bar-action-wrapper .primary-action-button {
    margin-right: 1.5rem;
  }
}
.description {
  word-wrap: break-word;
}
.description:hover {
  white-space: normal !important;
}
.slim-error-message {
  min-height: 1.2rem;
  height: auto;
  color: red;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .slim-error-message {
    font-size: calc(1.3rem - 3 * (100vw - 1440px) / 1440);
  }
}
.dropdown-menu.show {
  white-space: nowrap;
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.slim-ui-btn-primary {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding: 9px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  min-width: 180px;
}
.slim-ui-btn-primary i {
  font-size: 18px;
}
.slim-ui-btn-primary.width-small {
  width: 180px;
}
.slim-ui-btn-primary.width-l {
  width: 220px;
}
.slim-ui-btn-primary.width-xl {
  width: 280px;
}
.slim-ui-btn-primary {
  background-color: #2dcc40;
  border: 1px solid #2dcc40;
  color: #fff;
}
.slim-ui-btn-primary:hover {
  background-color: #00a213;
}
.slim-ui-btn-primary:disabled {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
}
a.slim-ui-btn-primary:hover,
a.slim-ui-btn-primary:focus {
  text-decoration: none;
  color: #fff;
  transition: none;
}
.slim-ui-btn-secondary {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding: 9px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  min-width: 180px;
}
.slim-ui-btn-secondary i {
  font-size: 18px;
}
.slim-ui-btn-secondary.width-small {
  width: 180px;
}
.slim-ui-btn-secondary.width-l {
  width: 220px;
}
.slim-ui-btn-secondary.width-xl {
  width: 280px;
}
.slim-ui-btn-secondary {
  background-color: #fff;
  border: 1px solid #2dcc40;
  color: #2dcc40;
}
.slim-ui-btn-secondary:hover {
  border: 1px solid #00a213;
  color: #00a213;
}
.slim-ui-btn-secondary:disabled {
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
}
.color-primary-green {
  color: #2dcc40 !important;
}
.slim-ui-heading {
  font-family: "Inter", sans-serif;
  color: #001a49;
  font-size: 28px;
  font-weight: normal;
}
.slim-ui-sub-heading {
  font-family: "Inter", sans-serif;
  color: #001a49;
  font-size: 22px;
}
.slim-ui-bold-text {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.slim-ui-normal-text {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 14px;
}
.slim-ui-small-text {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 11px;
}
.slim-ui-link-text {
  font-family: "Inter", sans-serif;
  color: #00aeef;
  font-size: 14px;
}
.slim-ui-dull-text {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.66);
  font-size: 12px;
}
.green-check-icon-img {
  width: 50px;
}
app-slim-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}
app-enkash-logo {
  height: 100%;
}
app-download-button {
  display: inline-block;
}
.ek-page-container.slim-ui-page {
  width: 100%;
  padding-top: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
.slim-ui-page .ng-select.ng-select-single .ng-select-container {
  height: 49px;
}
.slim-ui-page .ng-select .ng-select-container .form-group {
  padding: 14px 15px 14px 25px;
}
.slim-ui-page .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 12px;
}
.slim-ui-page .page-top-bar {
  padding: 1.2rem 3rem;
  height: 10vh;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000847;
  z-index: 9;
}
.slim-ui-page .page-top-bar.white-bg {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.37);
}
.slim-ui-page .form-group {
  margin-bottom: 10px;
}
.slim-ui-page .content-area {
  padding-top: 12vh;
}
@media (min-width: 992px) {
  .slim-ui-page .content-area {
    padding-top: 15vh;
  }
}
.slim-ui-page .ek-input-slim {
  width: 100%;
  padding: 14px 15px 14px 25px;
}
.kyc-docs-page-container {
  width: 95%;
}
@media only screen and (min-width: 900px) {
  .kyc-docs-page-container {
    width: 90%;
  }
}
div#tnc-wrapper {
  padding: 4rem 2rem;
  counter-reset: Serial;
}
div#tnc-wrapper div#tnc-container {
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  div#tnc-wrapper div#tnc-container {
    font-size: calc(1.3rem - 3 * (100vw - 1440px) / 1440);
  }
}
div#tnc-wrapper div#tnc-container {
  line-height: calc(1.5 * (1.3rem - 3 * (100vw - 1440px) / 1440));
}
div#tnc-wrapper div#tnc-container .tnc-heading {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  div#tnc-wrapper div#tnc-container .tnc-heading {
    font-size: calc(1.8rem - 3 * (100vw - 1440px) / 1440);
  }
}
div#tnc-wrapper div#tnc-container .tnc-heading {
  line-height: calc(1.5 * (1.8rem - 3 * (100vw - 1440px) / 1440));
}
div#tnc-wrapper div#tnc-container .tnc-section-heading {
  margin: 4rem 0 2rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  div#tnc-wrapper div#tnc-container .tnc-section-heading {
    font-size: calc(1.5rem - 3 * (100vw - 1440px) / 1440);
  }
}
div#tnc-wrapper div#tnc-container .tnc-section-heading {
  line-height: calc(1.5 * (1.5rem - 3 * (100vw - 1440px) / 1440));
}
div#tnc-wrapper div#tnc-container .tnc-sublist-heading,
div#tnc-wrapper div#tnc-container .term-condtion-span {
  margin: 1rem 0 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  div#tnc-wrapper div#tnc-container .tnc-sublist-heading,
  div#tnc-wrapper div#tnc-container .term-condtion-span {
    font-size: calc(1.5rem - 3 * (100vw - 1440px) / 1440);
  }
}
div#tnc-wrapper div#tnc-container .tnc-sublist-heading,
div#tnc-wrapper div#tnc-container .term-condtion-span {
  line-height: calc(1.5 * (1.5rem - 3 * (100vw - 1440px) / 1440));
}
div#tnc-wrapper div#tnc-container .underline {
  text-decoration: underline;
}
div#tnc-wrapper div#tnc-container .tnc-form {
  margin: 4rem 0 0;
}
div#tnc-wrapper table.cards-tnc-table thead {
  background-color: #efefef;
}
div#tnc-wrapper table.cards-tnc-table.numbered-table tbody {
  counter-reset: Serial;
}
div#tnc-wrapper table.cards-tnc-table.numbered-table tr td:first-child:before {
  counter-increment: Serial;
  content: counter(Serial) ".";
}
.comman-button,
.unfill-gray-button,
.gst-white-solid-button,
.white-solid-button,
.gst-primary-outline-button,
.primary-outline-button,
.reset-primary-button,
.update-outline-button,
.negative-outline-button,
.positive-outline-button,
.gst-primary-solid-button,
.primary-solid-button,
.search-button-expense,
.search-button,
.unfill-download-button,
.unfill-create-button,
.unfill-reject-button,
.new-download-icon,
.unfill-onhold-button,
.unfill-approve-button,
.filter-button {
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: 0.65px;
  width: auto;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .comman-button,
  .unfill-gray-button,
  .gst-white-solid-button,
  .white-solid-button,
  .gst-primary-outline-button,
  .primary-outline-button,
  .reset-primary-button,
  .update-outline-button,
  .negative-outline-button,
  .positive-outline-button,
  .gst-primary-solid-button,
  .primary-solid-button,
  .search-button-expense,
  .search-button,
  .unfill-download-button,
  .unfill-create-button,
  .unfill-reject-button,
  .new-download-icon,
  .unfill-onhold-button,
  .unfill-approve-button,
  .filter-button {
    font-size: calc(10px - 3 * (100vw - 1440px) / 1440);
  }
}
.comman-button,
.unfill-gray-button,
.gst-white-solid-button,
.white-solid-button,
.gst-primary-outline-button,
.primary-outline-button,
.reset-primary-button,
.update-outline-button,
.negative-outline-button,
.positive-outline-button,
.gst-primary-solid-button,
.primary-solid-button,
.search-button-expense,
.search-button,
.unfill-download-button,
.unfill-create-button,
.unfill-reject-button,
.new-download-icon,
.unfill-onhold-button,
.unfill-approve-button,
.filter-button {
  position: relative;
  transition: all 0.4s ease 0s;
}
@media (min-width: 375px) {
  .comman-button,
  .unfill-gray-button,
  .gst-white-solid-button,
  .white-solid-button,
  .gst-primary-outline-button,
  .primary-outline-button,
  .reset-primary-button,
  .update-outline-button,
  .negative-outline-button,
  .positive-outline-button,
  .gst-primary-solid-button,
  .primary-solid-button,
  .search-button-expense,
  .search-button,
  .unfill-download-button,
  .unfill-create-button,
  .unfill-reject-button,
  .new-download-icon,
  .unfill-onhold-button,
  .unfill-approve-button,
  .filter-button {
    padding: 5px 15px;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
  }
}
@media (min-width: 375px) and (min-width: 576px) {
  .comman-button,
  .unfill-gray-button,
  .gst-white-solid-button,
  .white-solid-button,
  .gst-primary-outline-button,
  .primary-outline-button,
  .reset-primary-button,
  .update-outline-button,
  .negative-outline-button,
  .positive-outline-button,
  .gst-primary-solid-button,
  .primary-solid-button,
  .search-button-expense,
  .search-button,
  .unfill-download-button,
  .unfill-create-button,
  .unfill-reject-button,
  .new-download-icon,
  .unfill-onhold-button,
  .unfill-approve-button,
  .filter-button {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.enkash-btn {
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: 0.65px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .enkash-btn {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.enkash-btn {
  position: relative;
  transition: all 0.4s ease 0s;
  display: inline-block;
}
.reinitiate {
  border: 1px solid #7a869a;
  color: #7a869a;
  background-color: #fff;
}
.filter-button {
  background: #fff;
  color: #6554c0;
  outline: none;
  border: 1px solid #6554c0;
}
.primary-submit.primary-reject {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
}
.unfill-approve-button {
  border: 1px solid #36B37E;
  color: #21ba45;
  background: transparent;
  font-weight: 600;
}
.unfill-approve-button:hover {
  color: #ffffff;
  background-color: #36B37E;
}
.unfill-approve-button:hover i {
  color: #ffffff;
}
.unfill-onhold-button {
  border: 1px solid #131D33;
  color: #192744;
  background: transparent;
  font-weight: 600;
}
.unfill-onhold-button:hover {
  color: #ffffff;
  background-color: #131D33;
}
.unfill-onhold-button:hover i {
  color: #ffffff;
}
.assigned-to-me-slide-toggle.mat-slide-toggle .mat-slide-toggle-content {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .assigned-to-me-slide-toggle.mat-slide-toggle .mat-slide-toggle-content {
    font-size: calc(1.1rem - 3 * (100vw - 1440px) / 1440);
  }
}
.delete img {
  background: transparent;
  border: none;
}
.unfill-approve-button i {
  color: #36b37e;
}
.unfill-approve-button i,
.primary-action-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.unfill-approve-button[aria-expanded=true] i,
.primary-action-button[aria-expanded=true] i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.unfill-reject-button {
  border: 1px solid #ED7E71;
  color: #ED7E71;
  background: transparent;
  font-weight: 600;
}
.unfill-reject-button:hover {
  color: #ffffff;
  background-color: #ED7E71;
}
.unfill-reject-button:hover i {
  color: #ffffff;
}
.unfill-reject-button i {
  color: #fc8370;
}
.unfill-reject-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.unfill-reject-button[aria-expanded=true] i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.unfill-create-button {
  border: 1px solid #2500D7;
  color: #2500D7;
  background: transparent;
  font-weight: 600;
}
.unfill-create-button:hover {
  color: #ffffff;
  background-color: #2500D7;
}
.unfill-create-button:hover i {
  color: #ffffff;
}
.unfill-create-button i {
  color: #2500D7;
}
.unfill-create-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.unfill-create-button[aria-expanded=true] i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.unfill-download-button {
  border: 1px solid #2500d7;
  color: #2500d7;
  background: #fff;
}
.unfill-download-button-menu-item .mat-menu-item {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .unfill-download-button-menu-item .mat-menu-item {
    font-size: calc(1.1rem - 3 * (100vw - 1440px) / 1440);
  }
}
.unfill-download-button-menu-item .mat-menu-item:hover {
  color: #2500d7 !important;
  font-weight: 500;
}
.unfill-download-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.gst-primary-outline-button[aria-expanded=true] i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.gst-primary-outline-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.unfill-download-button[aria-expanded=true] i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.update-outline-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.update-outline-button[aria-expanded=true] i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.search-button {
  background: #fff;
  border: 1px solid #ebecf0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .search-button {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.search-button {
  width: 100%;
  padding-right: 30px;
}
.search-button-expense {
  background: #fff;
  border: 1px solid #ebecf0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .search-button-expense {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.search-button-expense {
  width: 206px;
  min-width: 206px;
  height: 36px;
}
.search-box input:focus::-webkit-input-placeholder {
  color: transparent;
}
button:disabled,
input[type=submit]:disabled {
  background: #ebecf0 !important;
  color: #c1c7d0 !important;
  cursor: default;
  pointer-events: none;
  border: 1px solid #ebecf0;
}
.sign-in-form-submit-button-container button:disabled,
.sign-in-form-submit-button-container input[type=submit]:disabled {
  color: #fff !important;
}
.invoice-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .invoice-title {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.invoice-title {
  letter-spacing: 1.25px;
  color: #0052cc;
  margin-bottom: 10px;
}
@media (min-width: 375px) {
  .invoice-title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
}
@media (min-width: 375px) and (min-width: 576px) {
  .invoice-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
@media (min-width: 768px) {
  .invoice-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .invoice-title {
    font-size: calc(18px - 3 * (100vw - 1440px) / 1440);
  }
}
.delete {
  outline: none;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.delete img {
  width: 25px;
}
.delete.in-row img {
  width: 20px;
}
button .fa-angle-down {
  font-size: 18px;
  vertical-align: middle;
}
.primary-submit {
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .primary-submit {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.primary-submit {
  letter-spacing: 0.8px;
  padding: 10px 20px;
}
@media (min-width: 576px) {
  .primary-submit {
    padding: 10px 25px;
  }
}
.primary-submit {
  outline: none;
  border: none;
  transition: all 0.5s ease 0s;
}
.gst-primary-submit {
  background: #2500d7 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .gst-primary-submit {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.gst-primary-submit {
  letter-spacing: 0.8px;
  color: #fcfdfe;
  padding: 10px 25px;
  outline: none;
  border: none;
  transition: all 0.5s ease 0s;
}
.gst-primary-submit:disabled {
  opacity: 0.5;
}
.expense-plain-secondary-button {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .expense-plain-secondary-button {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.expense-plain-secondary-button {
  letter-spacing: 0.8px;
  color: #297e7c;
  padding: 10px 25px;
  outline: none;
  border: 1px solid #297e7c;
  transition: all 0.5s ease 0s;
}
.expense-plain-secondary-button:disabled {
  opacity: 0.5;
}
.allocate-funds:hover,
.primary-submit:disabled {
  opacity: 0.5;
}
.primary-reject:disabled {
  opacity: 0.5;
}
.primary-reject {
  background: #db2828;
}
.primary-reject:hover {
  background: #ff0000;
}
.plain-secondary-button {
  background: #ebeaff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .plain-secondary-button {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.plain-secondary-button {
  letter-spacing: 0.8px;
  color: #2500d7;
  padding: 9px 20px;
}
@media (min-width: 576px) {
  .plain-secondary-button {
    padding: 9px 25px;
  }
}
.plain-secondary-button {
  outline: none;
  border: 1px solid #2500d7;
  transition: all 0.5s ease 0s;
}
.plain-primary-button {
  background: transparent;
  color: #2dcc40;
}
.plain-primary-button:hover {
  background: transparent;
}
.primary-solid-button {
  background: #0052cc;
  color: #fff;
  outline: none;
  border: 1px solid #0052cc;
}
.gst-primary-solid-button {
  background: #ebeaff;
  color: #2500d7;
  outline: none;
  border: 1px solid #ebeaff;
}
.positive-outline-button {
  border: 1px solid rgba(55, 179, 126, 0.1);
  color: #21ba45;
  background: rgba(55, 179, 126, 0.1);
}
.negative-outline-button {
  border: 1px solid rgba(252, 131, 112, 0.1);
  color: #db2828;
  background: rgba(252, 131, 112, 0.1);
}
.update-outline-button {
  border: 1px solid #2500d7;
  color: #2500d7;
  background: #ebeaff;
}
.reset-primary-button {
  border: 1px solid #6554c0;
  color: #6554c0;
  background: #fff;
}
.primary-outline-button {
  border: 1px solid #0052cc;
  color: #0052cc;
  background: #fff;
}
.gst-primary-outline-button {
  border: 1px solid #6554c0;
  color: #6554c0;
  background: #fff;
}
.white-solid-button {
  background: #fff;
  color: #0052cc;
  outline: none;
  border: 1px solid #fff;
}
.gst-white-solid-button {
  background: #fff;
  color: #6554c0;
  outline: none;
  border: 1px solid #fff;
}
.gst-reset-button {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .gst-reset-button {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.gst-reset-button {
  letter-spacing: 0.8px;
  color: #6554c0;
  padding: 9px 25px;
  outline: none;
  border: 1px solid #6554c0;
  transition: all 0.5s ease 0s;
}
.link-white-solid-button {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .link-white-solid-button {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.link-white-solid-button {
  letter-spacing: 0.6px;
  color: #000;
  padding: 8px 15px;
}
.link-white-solid-button:hover {
  transform: translateY(-0.15em);
}
.gst-cancel-button {
  letter-spacing: 0.8px;
  color: #7a869a;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .gst-cancel-button {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.gst-cancel-button {
  border: none;
  outline: none;
  background: no-repeat;
  padding: 10px 15px;
}
.action-button-dropdown ul li a:hover {
  color: #2500d7 !important;
  font-weight: 800;
}
label.expense-primary-submit-button-theme {
  background-color: #2500d7 !important;
  color: #fcfdfe;
  border: 1px solid #2500d7 !important;
}
.mat-search .mat-form-field-wrapper {
  margin: 0 !important;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 0;
}
.mat-search .mat-form-field-wrapper:focus {
  outline: none !important;
}
.mat-search .mat-form-field-flex {
  padding: 0;
  margin: 0;
}
.mat-search .mat-form-field-flex:hover {
  outline: none !important;
}
.mat-search .mat-form-field-infix {
  padding: 0 !important;
  display: flex;
  margin: 0;
  border-top: 0;
  height: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .mat-search .mat-form-field-infix {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .mat-search .mat-form-field-infix {
    width: 100%;
  }
}
.mat-search .mat-form-field-infix input {
  margin: 0;
}
.mat-search .mat-form-field-infix img {
  height: 20px;
  position: relative;
  top: 7px;
}
.mat-search .mat-form-field-outline {
  display: none !important;
}
.mat-search:focus {
  outline: none !important;
}
.link-mat-search .mat-form-field-wrapper {
  margin: 0 !important;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 0;
}
.link-mat-search .mat-form-field-wrapper:focus {
  outline: none !important;
}
.link-mat-search .mat-form-field-flex {
  padding: 0;
  margin: 0;
}
.link-mat-search .mat-form-field-flex:hover {
  outline: none !important;
}
.link-mat-search .mat-form-field-infix {
  padding: 0 !important;
  display: flex;
  margin: 0;
  border-top: 0;
  height: 30px;
  width: 250px;
}
.link-mat-search .mat-form-field-infix input {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .link-mat-search .mat-form-field-infix input {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.link-mat-search .mat-form-field-infix img {
  height: 20px;
  position: relative;
  top: 7px;
}
.link-mat-search .mat-form-field-outline {
  display: none !important;
}
.link-mat-search:focus {
  outline: none !important;
}
.search-section .mat-search .mat-form-field-wrapper {
  margin: 0 !important;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 0;
}
.search-section .mat-search .mat-form-field-wrapper:focus {
  outline: none !important;
}
.search-section .mat-search .mat-form-field-flex {
  padding: 0;
  margin: 0;
}
.search-section .mat-search .mat-form-field-flex:hover {
  outline: none !important;
}
.search-section .mat-search .mat-form-field-infix {
  padding: 0 15px !important;
  display: flex;
  margin: 0;
  border-top: 0;
  height: 30px;
  width: 290px;
}
.search-section .mat-search .mat-form-field-infix input {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .search-section .mat-search .mat-form-field-infix input {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.search-section .mat-search .mat-form-field-infix img {
  height: 20px;
  position: relative;
  top: 5px;
}
.search-section .mat-search .mat-form-field-outline {
  display: none !important;
}
.search-section .mat-search:focus {
  outline: none !important;
}
app-beneficiaries-component .slim-ui-btn-primary.manage-vendors-get-started-button {
  background-color: #336440 !important;
  border-color: #336440 !important;
}
app-gst-payments .slim-ui-btn-primary.gst-payments-get-started-button {
  background-color: #48434a !important;
  border-color: #48434a !important;
}
app-rentalpayment .slim-ui-btn-primary.rental-payments-get-started-button {
  background-color: #19bca1 !important;
  border-color: #19bca1 !important;
}
app-expense-management .slim-ui-btn-primary.expense-management-get-started-button {
  background-color: #297e7c !important;
  border-color: #297e7c !important;
  color: #fcfdfe !important;
}
.unfill-gray-button {
  border: 1px solid #C3C7D0;
  color: #858EA2;
  background: #fff;
}
.unfill-gray-button i {
  color: #858EA2;
}
.unfill-gray-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.unfill-gray-button[aria-expanded=true] i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.quick-filter-radio .mat-radio-label {
  margin-bottom: 0;
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.nav-items-invisible {
  display: none;
}
.enkash-side-nav-container {
  transition: all 0.3s ease !important;
}
.footer-logo {
  width: 62px;
}
.small-menu {
  transition: all 0.3s ease;
}
.small-menu .small-footer-logo {
  float: right;
}
.small-menu .enkash-side-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.small-menu .user-profile-nav {
  padding: 10px 0 10px 0;
}
.small-menu .enkash-side-nav-sub-container {
  width: 100% !important;
  box-shadow: none;
}
.small-menu .hidden-in-collapsed {
  display: none !important;
}
.small-menu .user-profile-nav {
  border-bottom: 1px solid transparent;
}
.small-menu .nav-item-label {
  display: none;
}
.small-menu .nav-item.is-active .nav-item-link,
.small-menu .nav-item.is-active-child .nav-item-link {
  border-radius: 22px;
}
.small-menu .default-ui-opt-collapsed {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0 0 10px 11px;
}
.small-menu .nav-items {
  padding-right: 1rem;
}
.enkash-side-nav-container {
  background: none;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  box-shadow: 2px 0px 12px rgba(25, 39, 68, 0.0784313725);
  background: #fff;
}
@media (min-width: 768px) {
  .enkash-side-nav-container {
    display: block;
    position: static;
    z-index: 999;
    height: 100%;
  }
}
.enkash-side-nav {
  background-color: #fff;
  height: calc(100vh - 60px);
  width: 100%;
  position: relative;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .enkash-side-nav {
    z-index: initial;
  }
}
.enkash-side-nav-mobile {
  transition: all 0.3s ease;
  height: calc(100vh - 50px);
  display: none;
  overflow-y: auto;
}
.enkash-side-nav-mobile.mobile-menu-visible {
  display: block;
}
.user-profile-nav {
  display: flex;
  padding: 25px 0 25px 0;
}
@media (min-width: 768px) {
  .user-profile-nav {
    padding: 15px 0 15px 0;
  }
}
.user-profile-nav {
  align-items: flex-start;
  position: relative;
  margin-bottom: 5px;
}
.user-profile-nav:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 10px;
  border-bottom: 1px solid #dfe1e6;
  width: 100%;
  bottom: 0;
}
@media (min-width: 768px) {
  .user-profile-nav:after {
    width: calc(100% - 30px);
  }
}
.small-menu .user-profile-nav:before,
.small-menu .user-profile-nav:after {
  left: 4px;
  height: 10px;
  width: 46px;
  content: "";
}
.dashboard-footer {
  display: none;
  padding: 0 14px;
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 15%;
}
@media (min-width: 768px) {
  .dashboard-footer {
    display: block;
    z-index: initial;
  }
}
.small-menu .dashboard-footer {
  width: 5vw;
}
.user-profile-email {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .user-profile-email {
    font-size: calc(1.1rem - 3 * (100vw - 1440px) / 1440);
  }
}
.user-profile-email {
  color: #3a4b68;
  letter-spacing: 0.6px;
}
.user-details {
  padding: 0 1.8rem;
  margin: 0 !important;
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.user-details div#user-details-container {
  width: auto;
  max-width: 93%;
  flex: 1 1 auto;
}
.user-details div#user-details-container div.user-profile-email {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.user-details div#user-details-container div.user-profile-email:hover {
  white-space: normal;
}
.small-menu .user-details {
  padding: 0;
}
.small-menu .user-details .menu-profile {
  top: -4px;
  position: relative;
  left: 2px;
}
.small-menu .dashboard-app-header {
  border-bottom: 0;
}
.small-menu .dashboard-app-footer {
  border-top: 0;
}
.small-menu .dashboard-app-footer:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 46px;
  border-top: 1px solid #dfe1e6;
  bottom: 0;
  top: 0;
  right: 0px;
  left: 0;
}
.user-profile-company {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .user-profile-company {
    font-size: calc(0.9rem - 3 * (100vw - 1440px) / 1440);
  }
}
.user-profile-company {
  color: #939598;
  text-align: left;
  letter-spacing: 0.5px;
}
.side-nav-section {
  padding-left: 0;
}
@media (min-width: 768px) {
  .side-nav-section {
    height: calc(100% - 80px);
    padding-left: 0;
  }
}
.dashboard-app-header {
  height: 50px;
  min-height: 50px;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfe1e6;
  margin: 0;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .dashboard-app-header {
    z-index: initial;
    margin: 0 15px;
    padding: 0;
  }
}
.side-nav-user-logo {
  max-width: 8rem;
  max-height: 3.2rem;
}
.user-profile-pic {
  width: 45px;
  height: 45px;
  background: #172b4d;
  border-radius: 100%;
  display: grid;
  align-items: center;
}
.powered-by-label {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .powered-by-label {
    font-size: calc(0.8rem - 3 * (100vw - 1440px) / 1440);
  }
}
.powered-by-label {
  letter-spacing: 0.5px;
  color: #091e42;
}
.enkash-side-nav-sub-container {
  transition: all 0.3s ease !important;
  box-shadow: none;
  background: none;
  position: relative;
  z-index: auto;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .enkash-side-nav-sub-container {
    z-index: 999;
    height: 100vh;
    width: 15vw;
  }
}
.enkash-side-nav-sub-container.small-menu {
  width: 5rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(25, 39, 68, 0.231372549);
  opacity: 1;
}
.dashboard-app-footer {
  background: #fff;
  border-top: 1px solid #dfe1e6;
  height: 50px;
  min-height: 52px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .dashboard-app-footer {
    height: 40px;
    min-height: 44px;
  }
}
.enkash-content-container {
  position: relative;
}
@media (min-width: 768px) {
  .enkash-content-container {
    margin-top: 0;
  }
}
.profile-down-button {
  width: 14px !important;
}
.min-menu {
  display: block;
}
.max-menu {
  display: none;
}
.center-icon {
  right: 0 !important;
}
.center-icon .min-menu {
  display: none;
}
.center-icon .max-menu {
  display: block;
  margin-top: 5px;
}
.ui-popup {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 11px rgba(51, 51, 51, 0.1215686275);
  border: 1px solid #d7dae2;
  border-radius: 4px;
  padding: 30px 0px;
  z-index: 999;
  margin: auto;
  top: 30px;
}
@media (min-width: 1300px) {
  .ui-popup {
    width: 90%;
  }
}
.ui-popup span {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .ui-popup span {
    font-size: calc(1rem - 3 * (100vw - 1440px) / 1440);
  }
}
@media (min-width: 1300px) {
  .ui-popup span {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media (min-width: 1300px) and (min-width: 576px) {
  .ui-popup span {
    font-size: calc(1rem - 3 * (100vw - 1440px) / 1440);
  }
}
.ui-popup span {
  color: #091e42;
  opacity: 0.93;
}
.ui-popup span.ui-active {
  color: #fdb101;
  opacity: 1;
}
.small-menu .ui-popup {
  width: 212px;
  left: 32px;
  padding: 20px 10px;
  top: 35px;
}
.small-menu .ui-popup img {
  margin: 0 !important;
}
.side-nav-section .nav-item:hover .nav-item-link .nav-normal,
.side-nav-section .nav-item.is-active .nav-item-link .nav-normal,
.side-nav-section .nav-item.is-active-child .nav-item-link .nav-normal {
  display: none;
}
.side-nav-section .nav-item:hover .nav-item-link .nav-active,
.side-nav-section .nav-item.is-active .nav-item-link .nav-active,
.side-nav-section .nav-item.is-active-child .nav-item-link .nav-active {
  display: inline-block;
}
.side-nav-section .mat-button-wrapper {
  margin-left: 20px;
}
.side-nav-section .nav-item {
  display: flex;
  padding: 0;
  border-left: 4px solid white;
  margin-bottom: 0.8rem;
}
.side-nav-section .nav-item.is-active,
.side-nav-section .nav-item.is-active-child {
  background: #E3E8FD;
  border-left: 4px solid #475BE3;
}
.side-nav-section .nav-item.is-active .nav-item-link,
.side-nav-section .nav-item.is-active-child .nav-item-link {
  color: #192744;
}
.side-nav-section .nav-item:hover .nav-item-link {
  color: #192744;
}
.side-nav-section .nav-item-link {
  color: #858EA2;
  font-size: 14px;
  width: 100%;
  padding: 0.5rem 0 0.4rem 1.6rem;
}
.side-nav-section .nav-item-link img {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.side-nav-section .nav-item-link img.nav-active {
  display: none;
}
.side-nav-tool-tip {
  z-index: 999;
  height: 33px;
  background: #ffffff;
  box-shadow: 0px 5px 11px rgba(51, 51, 51, 0.1215686275);
  border: 1px solid #d7dae2;
  border-radius: 4px;
  letter-spacing: 0.6px;
  line-height: 11px;
}
.side-nav-tool-tip .tooltip-inner {
  margin-top: 5px;
  color: #7a869a;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .side-nav-tool-tip .tooltip-inner {
    font-size: calc(1rem - 3 * (100vw - 1440px) / 1440);
  }
}
.side-nav-tool-tip .tooltip-arrow.arrow {
  display: none;
}
.side-nav-section .nav-item {
  position: relative;
}
.small-menu .side-nav-section {
  height: calc(100% - 170px);
}
.nav-normal {
  width: 20px;
  height: 20px;
}
@media (min-width: 1300px) {
  .nav-normal {
    width: 20px;
    height: 20px;
  }
}
.nav-active {
  width: 20px;
  height: 20px;
}
@media (min-width: 1300px) {
  .nav-active {
    width: 20px;
    height: 20px;
  }
}
.user-profile-company {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-profile-company:hover {
  white-space: normal !important;
  width: 100%;
}
.logout-spin-anim {
  font-size: 1.65rem !important;
  padding: 0.3rem 1.1rem;
}
.admin-role {
  font-size: 0.9rem;
  font-weight: 500;
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.hiw-container {
  padding: 2rem;
}
.hiw-container-white-bg {
  background-color: white;
  border-radius: 6px;
  box-shadow: #E8F1FF 0 0 6px;
}
.hiw-screen-label {
  color: #0052cc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .hiw-screen-label {
    font-size: calc(18px - 3 * (100vw - 1440px) / 1440);
  }
}
.hiw-screen-label {
  padding: 1rem 0 2rem;
}
.hiw-heading {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .hiw-heading {
    font-size: calc(1.5rem - 3 * (100vw - 1440px) / 1440);
  }
}
.hiw-banner-img {
  display: flex;
  padding: 3rem 0;
}
.hiw-banner-img img {
  width: 100%;
}
.hiw-banner-img img.zoomed {
  transform: scale(1.13);
}
.hiw-content {
  display: flex;
  align-items: center;
}
.hiw-content .hiw-card-description {
  letter-spacing: 0.12px;
  color: #838FAE;
  opacity: 1;
  font-size: 11px;
  font-weight: 500;
  border-left: 1px solid #DFE1E6;
  padding-left: 15px;
}
.hiw-content .img-section {
  padding-right: 13px;
}
.how-it-work {
  padding-top: 10px;
}
.start-btn {
  width: 163px;
  height: 44px;
  background: #2DCC40 0% 0% no-repeat padding-box;
  border-radius: 4px;
  letter-spacing: 0.65px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  display: inline-block;
}
.enkash-title-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.65px;
  color: #333333;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 22px;
}
.enkash-title-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #0050FF 0% 0% no-repeat padding-box;
  width: 165px;
  margin: auto;
}
.enkash-title-text.how-work-text:after {
  width: 200px;
}
.middle-layer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .middle-layer {
    flex-direction: row;
  }
}
.middle-layer {
  align-items: center;
  margin: 25px 0px;
}
.middle-layer .col-md-4 {
  width: 100% !important;
}
@media (min-width: 768px) {
  .middle-layer .col-md-4 {
    width: 33.33333% !important;
  }
}
.middle-layer .col-md-4.py-8 {
  padding-left: 10px;
  padding-right: 10px;
}
.coming-soon-text {
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
}
.site-container .lt-sm .middle-layer {
  display: inline-grid;
}
.site-container .lt-sm .middle-layer > .col-md-3 {
  width: 100%;
  display: inline-block;
}
.site-container .lt-sm .middle-layer > .col-md-3 img {
  margin: auto;
  height: 280px;
}
.site-container .lt-sm .middle-layer .col-md-4.py-8 {
  padding-left: 0px;
  padding-right: 0px;
}
.btn-radio-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 10px auto 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.btn-radio-group label:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.btn-radio-group input.active-btn {
  border: 1px solid #46bc43;
}
.ek-button-label {
  border: 1px solid #d4e2d4;
  color: grey;
  border-radius: 5px;
  font-weight: 400;
  padding: 7px 20px;
  font-size: 14px;
}
.ek-button-label.active {
  border: 1px solid #46bc43;
  color: #46bc43;
}
.enkash-app .bs-datepicker-container {
  padding: 0;
}
.enkash-app .bs-datepicker-head {
  height: 36px;
  padding: 3px 18px;
}
.enkash-app .bs-datepicker-body {
  padding: 5px;
  min-height: auto;
}
.enkash-app .bs-datepicker-body table.months td {
  height: 40px;
}
.enkash-app .bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 0;
}
.enkash-app .bs-datepicker-body table.years td span {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.enkash-app .bs-datepicker-body table td span {
  font-size: 12px;
}
.enkash-app .bs-datepicker-body table.days span {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.checkbox [type=checkbox]:checked,
.checkbox [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkbox [type=checkbox]:checked + label,
.checkbox [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 10px;
  display: inline-block;
}
.checkbox [type=checkbox]:checked + label:before,
.checkbox [type=checkbox]:not(:checked) + label:before {
  background: url(/assets/svg/check-box-rect.svg) no-repeat;
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  width: 16px;
  height: 16px;
  background-size: 100%;
  transform: none;
}
.checkbox.rounded-checkbox [type=checkbox]:checked + label:before,
.checkbox.rounded-checkbox [type=checkbox]:not(:checked) + label:before {
  background: url(/assets/svg/round-checkbox.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.checkbox.rounded-blue-checkbox [type=checkbox]:checked + label:before,
.checkbox.rounded-blue-checkbox [type=checkbox]:not(:checked) + label:before {
  background: url(/assets/svg/round-checkbox.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.checkbox [type=checkbox]:checked + label:after,
.checkbox [type=checkbox]:not(:checked) + label:after {
  background: url(/assets/svg/update-check-tick.svg) no-repeat;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: -7px;
  left: -2px;
  transition: all 0.2s ease;
  background-size: 100%;
  border: none;
  z-index: 8;
}
.checkbox.rounded-checkbox [type=checkbox]:checked + label:after,
.checkbox.rounded-checkbox [type=checkbox]:not(:checked) + label:after {
  background: url(/assets/svg/round-checkbox-tickmark.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  top: 0;
}
.checkbox.rounded-blue-checkbox [type=checkbox]:checked + label:after,
.checkbox.rounded-blue-checkbox [type=checkbox]:not(:checked) + label:after {
  background: url(/assets/svg/select-blue-tickmar.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  top: 0;
}
.checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rounded-blue-checkbox {
  padding: 10px 15px;
  border: 1px solid #dfe1e6;
  border-radius: 5px;
  height: 38px;
  letter-spacing: 0.6px;
  color: #0052cc;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .rounded-blue-checkbox {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.rounded-blue-checkbox {
  text-transform: uppercase;
}
.rounded-blue-checkbox.active {
  border: 1px solid #0052cc;
}
.checkbox.rounded-blue-checkbox [type=checkbox]:checked + label:before,
.checkbox.rounded-blue-checkbox [type=checkbox]:not(:checked) + label:before {
  top: -4px;
}
.checkbox.rounded-blue-checkbox [type=checkbox]:checked + label,
.checkbox.rounded-blue-checkbox [type=checkbox]:not(:checked) + label {
  line-height: 18px;
}
.checkbox.rounded-blue-checkbox [type=checkbox]:checked + label:after,
.checkbox.rounded-blue-checkbox [type=checkbox]:not(:checked) + label:after {
  top: -4px;
}
.checkbox [type=radio]:checked,
.checkbox [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkbox [type=radio]:checked + label,
.checkbox [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.checkbox [type=radio]:checked + label:before,
.checkbox [type=radio]:not(:checked) + label:before {
  background: url(/svg/check-box-rect.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 16px;
  height: 16px;
  background-size: 100%;
  transform: none;
}
.checkbox.checkbox-parent [type=radio]:checked + label:after,
.checkbox.checkbox-parent [type=radio]:not(:checked) + label:after {
  background: url(/svg/parent-checkbox.svg) no-repeat;
  left: -4px;
  right: -4px;
}
.checkbox.rounded-checkbox [type=radio]:checked + label:before,
.checkbox.rounded-checkbox [type=radio]:not(:checked) + label:before {
  background: url(/svg/round-checkbox.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.checkbox.rounded-blue-checkbox [type=radio]:checked + label:before,
.checkbox.rounded-blue-checkbox [type=radio]:not(:checked) + label:before {
  background: url(/svg/round-checkbox.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.checkbox [type=radio]:checked + label:after,
.checkbox [type=radio]:not(:checked) + label:after {
  background: url(/svg/update-check-tick.svg) no-repeat;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: -7px;
  left: -2px;
  transition: all 0.2s ease;
  background-size: 100%;
  border: none;
  z-index: 99;
}
.checkbox.rounded-checkbox [type=radio]:checked + label:after,
.checkbox.rounded-checkbox [type=radio]:not(:checked) + label:after {
  background: url(/svg/round-checkbox-tickmark.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  top: 0;
}
.checkbox.rounded-blue-checkbox [type=radio]:checked + label:after,
.checkbox.rounded-blue-checkbox [type=radio]:not(:checked) + label:after {
  background: url(/svg/select-blue-tickmar.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  top: 0;
}
.checkbox [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.checkbox [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rounded-blue-checkbox {
  padding: 10px 15px;
  border: 1px solid #dfe1e6;
  border-radius: 5px;
  height: 38px;
  letter-spacing: 0.6px;
  color: #0052cc;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .rounded-blue-checkbox {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.rounded-blue-checkbox {
  text-transform: uppercase;
}
.rounded-blue-checkbox.active {
  border: 1px solid #0052cc;
}
.checkbox.rounded-blue-checkbox [type=radio]:checked + label:before,
.checkbox.rounded-blue-checkbox [type=radio]:not(:checked) + label:before {
  top: -4px;
}
.checkbox.rounded-blue-checkbox [type=radio]:checked + label,
.checkbox.rounded-blue-checkbox [type=radio]:not(:checked) + label {
  line-height: 18px;
}
.checkbox.rounded-blue-checkbox [type=radio]:checked + label:after,
.checkbox.rounded-blue-checkbox [type=radio]:not(:checked) + label:after {
  top: -4px;
}
.mat-control-box .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: transparent;
  background: url(/assets/svg/round-checkbox-tickmark.svg) no-repeat;
  width: 58px;
  height: 58px;
  background-size: 100%;
  padding: 0;
  margin: 0;
  background-position: 100% 100%;
  position: relative;
  top: -20px;
  left: -20px;
}
.mat-control-box .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: transparent;
}
.mat-control-box .mat-radio-label-content {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .mat-control-box .mat-radio-label-content {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.mat-control-box .mat-radio-label-content {
  letter-spacing: 0px;
  color: #172b4d;
  margin-right: 20px;
  padding-left: 12px;
}
.checkbox [type=checkbox]:checked + label.signup-page-whatsapp-agree-label:before {
  top: 5px;
}
.checkbox [type=checkbox]:checked + label.signup-page-whatsapp-agree-label:after {
  top: 2px;
}
.checkbox [type=checkbox]:not(:checked) + label.signup-page-whatsapp-agree-label:before {
  top: 5px;
}
.checkbox [type=checkbox]:not(:checked) + label.signup-page-whatsapp-agree-label:after {
  top: 2px;
}
input.input-file[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.custom-file-upload {
  cursor: pointer;
  background-color: #fff;
  padding: 8px 20px;
  height: 45px;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  background: url(/svg/file-pin.svg) 98%/20px no-repeat #fff;
}
.custom-file-upload.has-error {
  border-bottom: 1px solid #f44336;
}
.custom-file-upload.icon-upload-t2 {
  background: url(/svg/icon-upload.svg) 98%/20px no-repeat #fff;
}
.file-upload-in-progress {
  background: url(/svg/file-loader.gif) 98%/20px no-repeat #fff !important;
}
.file-label {
  position: relative;
  top: -35px;
  margin: 0;
  display: block;
  letter-spacing: 0;
  color: #172b4d;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .file-label {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.file-label {
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 25px;
  cursor: pointer;
  line-height: 24px;
  padding-left: 0;
}
app-add-expense-model .file-label {
  top: 0;
}
.search-box {
  position: relative;
  width: 81%;
}
@media (min-width: 768px) {
  .search-box {
    width: 82%;
  }
}
@media (min-width: 1300px) {
  .search-box {
    width: 87%;
  }
}
.search-box .search-icon {
  position: absolute;
  left: auto;
  right: 10px;
  top: 4px;
}
.search-box-expense {
  position: relative;
  width: max-content;
}
@media (min-width: 768px) {
  .search-box-expense {
    width: max-content;
  }
}
@media (min-width: 1300px) {
  .search-box-expense {
    width: max-content;
  }
}
.search-box-expense .search-icon {
  position: absolute;
  left: auto;
  right: 10px;
  top: 4px;
}
.mat-file-input-error label {
  border-bottom-color: #f44336;
}
.mat-file-input-error .mat-placeholder-required {
  color: #f44336;
}
.select-placeholder-container {
  display: flex;
  align-items: center;
}
.select-placeholder-container > span {
  flex: 1;
}
.small-inputbox {
  width: 32px;
  height: 32px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .small-inputbox {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.small-inputbox {
  text-align: center;
}
.text-area {
  width: 100%;
  height: 127px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
  border-radius: 5px;
  resize: none;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .text-area {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.text-area {
  padding: 10px;
}
@media (min-width: 768px) {
  .text-area {
    width: 360px;
  }
}
.transparent-inputbox {
  font-weight: 500;
  color: #172B4D;
  border: none;
}
.transparent-inputbox::placeholder {
  color: #172B4D;
}
.input-file.ng-invalid + .custom-file-upload {
  border-bottom: 1px solid #f44336;
}
.ek-ui2-input {
  border: 1px solid #C3C7D0;
  border-radius: 2rem;
  padding: 0.8rem 1.5rem;
}
.selectbox select {
  width: 100%;
  padding: 5px 35px 5px 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .selectbox select {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.selectbox select {
  border: none;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #c9c9c9;
  background: url(/svg/form-down-arrow.svg) 98%/20px no-repeat #fff;
}
.selectbox.custom-material {
  position: relative;
  top: -9px;
}
.selectbox.custom-material .mat-form-field {
  display: block !important;
  font-family: "Inter", sans-serif;
}
.selectbox.custom-material .mat-form-field .mat-select-panel .mat-optgroup-label,
.selectbox.custom-material .mat-form-field .mat-select-panel .mat-option {
  color: #172b4d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .selectbox.custom-material .mat-form-field .mat-select-panel .mat-optgroup-label,
  .selectbox.custom-material .mat-form-field .mat-select-panel .mat-option {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.selectbox.custom-material .mat-form-field .mat-form-field-infix {
  margin-left: 15px;
  font-size: 14px;
  margin-bottom: 5px;
}
.selectbox.custom-material .mat-form-field .mat-select-arrow {
  background: url(/svg/form-down-arrow.svg) 98%/20px no-repeat #fff;
  background-repeat: no-repeat;
  border: none;
  height: 20px;
  width: 16px;
  background-position: top;
}
.selectbox.custom-material .mat-form-field .mat-form-field-underline {
  background-color: #c9c9c9;
  background-image: none !important;
}
.selectbox.custom-material .mat-form-field .mat-form-field {
  color: #172b4d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .selectbox.custom-material .mat-form-field .mat-form-field {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.mat-select-panel .mat-optgroup-label {
  color: #192744;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .mat-select-panel .mat-optgroup-label {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.mat-optgroup .mat-option {
  padding-left: 3rem;
}
.white-solid-selectbox {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  background: #fff;
  width: 204px;
  margin-bottom: 20px;
  height: 32px;
  position: relative;
}
.white-solid-selectbox select {
  padding: 0 13px 0 13px;
  font-size: 11px;
  letter-spacing: 0.65px;
  color: #091E42;
  font-weight: 600;
  background: #fff;
  border: none;
  box-shadow: none;
  margin-top: 15px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.white-solid-selectbox .select:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.white-solid-selectbox img {
  position: relative;
  top: -36px;
  right: 10px;
}
.white-solid-selectbox .lable-dropdown {
  padding-left: 13px;
  padding-top: 10px;
  position: absolute;
  letter-spacing: 0.55px;
  color: #7A869A;
  opacity: 0.35;
  font-weight: 500;
  font-size: 11px;
}
.app-search-vendor {
  max-width: 100% !important;
  padding-top: 15px;
}
.app-search-vendor .modal-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .app-search-vendor .modal-title {
    font-size: calc(18px - 3 * (100vw - 1440px) / 1440);
  }
}
.app-search-vendor .modal-title {
  letter-spacing: 0.4px;
  color: #001a49;
}
@media (min-width: 768px) {
  .app-search-vendor .modal-title {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .app-search-vendor .modal-title {
    font-size: calc(22px - 3 * (100vw - 1440px) / 1440);
  }
}
.app-search-vendor .search-box {
  width: 90%;
}
@media (min-width: 768px) {
  .app-search-vendor .search-box {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .app-search-vendor .search-box {
    width: 40%;
  }
}
.app-search-vendor .search-button {
  background: #ebeaff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1019607843);
  border: 0.5px solid #dfe1e6;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .app-search-vendor .search-button {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.app-search-vendor .search-button {
  color: #091e42;
  height: 45px;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-search-vendor .plain-search-box {
  color: #0052cc;
  border: 0.5px solid #0052cc;
  padding: 10px 50px 10px 15px;
}
@media (min-width: 768px) {
  .app-search-vendor .plain-search-box {
    padding: 12px 50px 12px 15px;
  }
}
.app-search-vendor .before-search ::placeholder {
  color: #0052cc;
  opacity: 0.5;
}
.app-search-vendor .before-search :-ms-input-placeholder {
  color: #0052cc;
  opacity: 0.5;
}
.app-search-vendor .before-search ::-ms-input-placeholder {
  color: #0052cc;
  opacity: 0.5;
}
.app-search-vendor .search-clear {
  font-size: 15px;
  right: 25px;
}
.app-search-vendor .search-icon {
  cursor: pointer;
  right: 16px;
  top: 10px;
}
.app-search-vendor .search-icon img {
  width: 24px;
}
.app-search-vendor .modal-content {
  width: 320px;
}
@media (min-width: 375px) {
  .app-search-vendor .modal-content {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .app-search-vendor .modal-content {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .app-search-vendor .modal-content {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .app-search-vendor .modal-content {
    width: 1200px;
  }
}
.app-search-vendor .model-container {
  margin: 0;
  padding: 25px 0 0 0;
}
@media (min-width: 768px) {
  .app-search-vendor .model-container {
    padding: 25px 0 25px 0;
  }
}
.app-search-vendor .modal-body {
  padding: 1rem 0;
  margin-top: 10px;
}
.app-search-vendor .list-item-list.active {
  background: #ebeaff;
}
.app-search-vendor .list-item-list {
  margin-bottom: 0;
  margin: 15px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #dfe1e6;
  border-radius: 10px;
  height: 110px;
}
@media (min-width: 992px) {
  .app-search-vendor .list-item-list {
    box-shadow: none;
    min-height: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #dfe1e6;
    border-radius: 0;
  }
}
.add-vendor-container {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .add-vendor-container {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.add-vendor-container span {
  letter-spacing: 0;
  color: #091e42;
}
.add-vendor-container a {
  letter-spacing: 0.65px;
  color: #0052cc;
}
.show-search {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .show-search {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.show-search {
  letter-spacing: 0;
  color: #172b4d;
}
.search-model.lt-md .mobile-round,
.search-model.lt-sm .mobile-round {
  position: absolute;
  top: 10px;
}
.search-model.lt-md .mobile-date,
.search-model.lt-sm .mobile-date {
  position: absolute;
  top: 21px;
  left: 45px;
}
.search-model.lt-md .mobile-checkstatus,
.search-model.lt-sm .mobile-checkstatus {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
}
.search-model.lt-md .mobile-payment-status,
.search-model.lt-sm .mobile-payment-status {
  position: absolute;
  top: 45px;
  right: 15px;
  text-align: right;
}
.search-model.lt-md .mobile-payment-status .list-item-content,
.search-model.lt-sm .mobile-payment-status .list-item-content {
  background: none;
  padding: 0;
}
.search-model.lt-md .mobile-amount,
.search-model.lt-sm .mobile-amount {
  position: absolute;
  top: 45px;
  left: 15px;
  text-align: left;
}
.search-model.lt-md .mobile-amount .list-item-content,
.search-model.lt-sm .mobile-amount .list-item-content {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .search-model.lt-md .mobile-amount .list-item-content,
  .search-model.lt-sm .mobile-amount .list-item-content {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.search-model.lt-md .mobile-amount .list-item-content,
.search-model.lt-sm .mobile-amount .list-item-content {
  color: #091e42;
}
@media (min-width: 768px) {
  .search-model.lt-md .mobile-amount .list-item-content,
  .search-model.lt-sm .mobile-amount .list-item-content {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .search-model.lt-md .mobile-amount .list-item-content,
  .search-model.lt-sm .mobile-amount .list-item-content {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.search-model.lt-md .mobile-vendor,
.search-model.lt-sm .mobile-vendor {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.search-model.lt-md .search-footer,
.search-model.lt-sm .search-footer {
  align-content: center;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.search-model.lt-md .list-item .list-item-content,
.search-model.lt-sm .list-item .list-item-content {
  max-width: 100%;
}
.search-model.lt-md .search-footer,
.search-model.lt-sm .search-footer {
  position: fixed;
  bottom: 0;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px -2px 6px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  left: 0;
  padding: 15px;
  z-index: 9999;
  margin: auto;
  text-align: center;
}
.search-model.lt-md .search-footer .filter-footer,
.search-model.lt-sm .search-footer .filter-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 15px;
}
.search-model.lt-md .search-footer .add-vendor-container,
.search-model.lt-sm .search-footer .add-vendor-container {
  text-align: left !important;
}
.model-close {
  position: absolute;
  top: 35px;
  right: 35px;
}
.rounded-3 {
  border-radius: 3px;
}
.gst-color {
  color: #6554c0;
}
.search-vendor-image {
  height: 75%;
}
@media (min-width: 768px) {
  .search-vendor-image {
    height: 100%;
  }
}
.info-card {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 5px;
  display: inline-grid;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .info-card {
    margin-bottom: 15px;
  }
}
.info-card + .info-card {
  margin-left: 4%;
}
@media (min-width: 992px) {
  .info-card + .info-card {
    margin-left: 1.3%;
  }
}
@media (max-width: 767px) {
  .info-card + .info-card {
    min-width: max-content;
  }
}
.info-card-container,
.admin-info-card {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  overflow-x: auto;
  width: auto;
}
@media (min-width: 1024px) {
  .info-card-container,
  .admin-info-card {
    overflow-x: hidden;
    width: 100%;
  }
}
.info-card-body {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.info-card-section {
  width: 100%;
}
.custom-flex-bottom-align {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.middle-manageuser-card .info-card-title {
  margin-top: 0;
  margin-bottom: 0;
  height: 0px;
}
.vertical-rows {
  display: flex;
}
.vertical-rows .info-card-label {
  width: 70%;
}
.vertical-rows .info-card-value {
  width: 30%;
}
.vertical-rows .info-card-label,
.vertical-rows .info-card-value {
  padding: 5px;
  color: #091e42;
}
.vertical-rows .info-card-value {
  text-align: right;
}
.info-card-main-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .info-card-main-title {
    font-size: calc(18px - 3 * (100vw - 1440px) / 1440);
  }
}
.info-card-main-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .info-card-main-title {
    margin: auto;
  }
}
.info-card-title {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .info-card-title {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.info-card-title {
  letter-spacing: 0.7px;
  color: #2500d7;
  margin-bottom: 1rem;
}
.info-card-small-title {
  letter-spacing: 0.55px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .info-card-small-title {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.info-card-small-title {
  color: #091e42;
  margin-bottom: 1rem;
}
.underline-bar {
  display: block;
  background: transparent;
  height: 1px;
  width: 60%;
  margin-top: 2px;
}
.info-card-label {
  letter-spacing: 0.55px;
  line-height: 1.8rem;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .info-card-label {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.info-card-label {
  color: #7a869a;
}
.info-card-value {
  letter-spacing: 0.55px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .info-card-value {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.info-card-value {
  color: #7a869a;
}
.info-card-amount {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .info-card-amount {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.info-card-amount {
  letter-spacing: 0.8px;
  color: #091e42;
  margin-bottom: 8px;
}
.info-card-number {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .info-card-number {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.info-card-number {
  letter-spacing: 0.65px;
  color: #091e42;
}
.site-container.lt-md .info-card-container,
.site-container.lt-sm .info-card-container,
.site-container.lt-md .admin-info-card,
.site-container.lt-sm .admin-info-card {
  margin-bottom: 10px;
}
.site-container.lt-md .expense-card-container,
.site-container.lt-sm .expense-card-container {
  margin-bottom: 20px;
}
.site-container.lt-md .info-card-container .info-card:first-child,
.site-container.lt-sm .info-card-container .info-card:first-child,
.site-container.lt-md .admin-info-card .info-card:first-child,
.site-container.lt-sm .admin-info-card .info-card:first-child {
  width: 160px;
  flex: 1 0 auto;
}
.site-container.lt-md .info-card-container .info-card:nth-child(2),
.site-container.lt-sm .info-card-container .info-card:nth-child(2),
.site-container.lt-md .admin-info-card .info-card:nth-child(2),
.site-container.lt-sm .admin-info-card .info-card:nth-child(2) {
  width: 330px;
  flex: 2 0 auto;
}
.site-container.lt-md .info-card-container .info-card:last-child,
.site-container.lt-sm .info-card-container .info-card:last-child,
.site-container.lt-md .admin-info-card .info-card:last-child,
.site-container.lt-sm .admin-info-card .info-card:last-child {
  width: 450px;
  flex: 3 0 auto;
}
.site-container.lt-md .admin-info-card .info-card:first-child,
.site-container.lt-sm .admin-info-card .info-card:first-child {
  width: 290px;
  flex: 1 0 auto;
}
.site-container.lt-md .admin-info-card .info-card:nth-child(2),
.site-container.lt-sm .admin-info-card .info-card:nth-child(2) {
  width: 330px;
  flex: 2 0 auto;
}
.site-container.lt-md .admin-info-card .info-card:nth-child(3),
.site-container.lt-sm .admin-info-card .info-card:nth-child(3) {
  width: 290px;
  flex: 3 0 auto;
}
.site-container.lt-md .admin-info-card .info-card:last-child,
.site-container.lt-sm .admin-info-card .info-card:last-child {
  width: 330px;
  flex: 4 0 auto;
}
.site-container.lt-md .manager-user .info-card,
.site-container.lt-sm .manager-user .info-card {
  width: 280px !important;
}
.manager-user .info-card:nth-child(2),
.manager-user .info-card:last-child {
  width: 130px;
}
app-manage-user-card .info-card-container,
app-manage-user-card .admin-info-card {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  app-manage-user-card .info-card-container,
  app-manage-user-card .admin-info-card {
    margin-bottom: 0px !important;
  }
}
app-manage-user-card .info-card-container .info-card,
app-manage-user-card .admin-info-card .info-card {
  width: 350px !important;
}
@media (min-width: 992px) {
  app-manage-user-card .info-card-container .info-card,
  app-manage-user-card .admin-info-card .info-card {
    flex-grow: 1;
    width: auto !important;
  }
}
app-manage-vendor-cards .info-card-container .info-card,
app-manage-vendor-cards .admin-info-card .info-card {
  width: 290px !important;
}
@media (min-width: 992px) {
  app-manage-vendor-cards .info-card-container .info-card,
  app-manage-vendor-cards .admin-info-card .info-card {
    flex-grow: 1;
    width: auto !important;
  }
}
app-biller-cards .info-card-container .info-card:first-child,
app-biller-cards .admin-info-card .info-card:first-child {
  width: 450px !important;
}
@media (min-width: 992px) {
  app-biller-cards .info-card-container .info-card:first-child,
  app-biller-cards .admin-info-card .info-card:first-child {
    flex-grow: 1;
    width: auto !important;
  }
}
app-biller-cards .info-card-container .info-card:nth-child(2),
app-biller-cards .admin-info-card .info-card:nth-child(2),
app-biller-cards .info-card-container .info-card:last-child,
app-biller-cards .admin-info-card .info-card:last-child {
  width: 350px !important;
}
@media (min-width: 992px) {
  app-biller-cards .info-card-container .info-card:nth-child(2),
  app-biller-cards .admin-info-card .info-card:nth-child(2),
  app-biller-cards .info-card-container .info-card:last-child,
  app-biller-cards .admin-info-card .info-card:last-child {
    flex-grow: 1;
    width: auto !important;
  }
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.expense-info-card-title {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .expense-info-card-title {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.expense-info-card-title {
  letter-spacing: 0.7px;
  color: #2500d7;
  margin-bottom: 1rem;
  position: relative;
}
.expense-info-card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.expense-info-card-section {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 5px;
}
.expense-info-card-section.advance .expense-info-card-label {
  width: auto !important;
}
.expense-info-card-label {
  letter-spacing: 0.6px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .expense-info-card-label {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.expense-info-card-label {
  color: #091e42;
}
.expense-report-count {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .expense-report-count {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.expense-report-count {
  letter-spacing: 0.65px;
  color: #091e42;
}
.expense-horizontal-bar {
  width: 100px;
  height: 15px;
  position: relative;
  flex: 1;
}
.expense-fill {
  background: #dfdfdf 0% 0% no-repeat padding-box;
  position: absolute;
  height: 100%;
  animation: changeWidth 1s ease-in;
  max-width: 100%;
}
@keyframes changeWidth {
  from {
    width: 0;
  }
}
.expense-percentage {
  letter-spacing: 0.6px;
  color: #091e42;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .expense-percentage {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.expense-percentage {
  margin: 0 0 0 0.75rem;
}
.expense-card-container,
.finance-card-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  overflow-x: auto;
  width: auto;
}
@media (min-width: 768px) {
  .expense-card-container,
  .finance-card-container {
    overflow-x: hidden;
    width: 100%;
  }
}
.expense-card-container .info-card .expense-info-card-label {
  width: 100%;
}
.expense-card-container .info-card .expense-report-count {
  width: 140px;
}
.site-container.lt-sm .expense-card-container .info-card:first-child,
.site-container.lt-md .expense-card-container .info-card:first-child {
  width: 200px;
  flex: 1 0 auto;
}
.site-container.lt-sm .expense-card-container .info-card:nth-child(2),
.site-container.lt-md .expense-card-container .info-card:nth-child(2) {
  width: 470px;
  flex: 2 0 auto;
}
.site-container.lt-sm .expense-card-container .info-card:last-child,
.site-container.lt-md .expense-card-container .info-card:last-child {
  width: 470px;
  flex: 3 0 auto;
}
.finance-card-container .info-card {
  flex: 1 0 0;
}
.finance-card-container.employee-cards .info-card {
  flex: auto;
}
.finance-card-container.employee-cards .info-card:nth-child(1) {
  min-width: 25%;
}
.finance-card-container.employee-cards .info-card:nth-child(2) {
  min-width: 25%;
}
.finance-card-container.employee-cards .info-card {
  flex: auto;
  min-height: 240px;
  display: inline-block;
}
.finance-card-container.employee-cards .info-card .expense-info-card-title {
  margin-bottom: 2rem;
}
.finance-card-container.employee-cards .info-card .expense-info-card-section {
  margin-bottom: 15px !important;
}
.finance-card-container.employee-detail-card-container .info-card {
  flex: 1 0 auto;
  padding: 15px 25px;
}
.finance-card-container.employee-detail-card-container .info-card:nth-of-type(2) {
  flex: 2 0 0;
}
.finance-card-container.employee-detail-card-container .info-card .expense-info-card-label {
  width: 110px;
}
.finance-card-container.employee-detail-card-container .info-card .expense-percentage {
  width: 80px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.middle-manageuser-card .info-card-title {
  margin-top: 0;
  margin-bottom: 0;
  height: 0px;
}
.middle-manageuser-card .expense-info-card-title {
  margin-top: 0;
  margin-bottom: 0;
  height: 0px;
}
.mat-tooltip.custom-tooltip-class {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .mat-tooltip.custom-tooltip-class {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
@media screen and (max-width: 768px) {
  .finance-card-container.employee-cards .info-card {
    flex: 1 0.2 auto !important;
    height: 240px;
  }
  .overflow-auto {
    margin-bottom: 10px;
  }
}
.message-title {
  letter-spacing: 0.8px;
  color: #253858;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .message-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.model-top-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .model-top-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.model-top-title {
  letter-spacing: 1.25px;
  color: #2500d7;
}
.model-new-header {
  color: #2500d7;
  border-bottom: none !important;
  margin-bottom: 10px;
}
.model-container {
  padding: 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .model-container {
    padding: 25px;
  }
}
.model-container .filter-footer {
  align-content: center;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.model-container .mat-form-field {
  display: block !important;
  line-height: 45px !important;
}
.model-container .mat-form-field-infix {
  border-top: 0 !important;
  padding: 0 !important;
}
.model-close {
  margin-top: -10px;
  margin-right: -10px;
  cursor: pointer;
  z-index: 2;
}
.mat-control-box .mat-button-wrapper {
  background-image: url("./media/calender-JKZQV6GZ.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  background-size: 100%;
  left: -5px;
  top: 3px;
}
.mat-control-box .mat-button-wrapper svg {
  display: none;
}
.last-select-option {
  cursor: default !important;
}
.mat-control-box .mat-select {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .mat-control-box .mat-select {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.mat-control-box .mat-select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("./media/form-down-arrow-SPVTPXF7.svg") 98%/20px no-repeat;
  position: relative;
  top: 1px;
}
.mat-control-box .mat-select .mat-select-arrow {
  border: none;
}
.mat-control-box .mat-form-field-underline {
  background-color: #c9c9c9 !important;
  background-image: none !important;
}
.link-account-container .mat-control-box .mat-form-field-label-wrapper .mat-form-field-label {
  top: 15px !important;
}
.mat-control-box .mat-form-field-label-wrapper .mat-form-field-label {
  letter-spacing: 0;
  color: #172b4d !important;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .mat-control-box .mat-form-field-label-wrapper .mat-form-field-label {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.mat-control-box .mat-form-field-label-wrapper .mat-form-field-label {
  top: 12px !important;
}
.mat-form-field {
  line-height: 1.9;
}
.mat-control-box .mat-input-element {
  letter-spacing: 0;
  color: #172b4d !important;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .mat-control-box .mat-input-element {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.mat-control-box .mat-input-element {
  padding-left: 10px;
}
.mat-control-box .mat-select-value-text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .mat-control-box .mat-select-value-text {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.mat-control-box .mat-select-value-text {
  padding: 0 15px;
}
.advance-filter {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .advance-filter {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.advance-filter {
  letter-spacing: 0.8px;
  color: #2500d7 !important;
  cursor: pointer;
  margin-left: 0;
}
@media (min-width: 768px) {
  .advance-filter {
    margin-left: 0px;
  }
}
.app-filter-model {
  max-width: 320px !important;
}
@media (min-width: 375px) {
  .app-filter-model {
    max-width: 350px !important;
  }
}
@media (min-width: 576px) {
  .app-filter-model {
    max-width: 500px !important;
  }
}
@media (min-width: 768px) {
  .app-filter-model {
    max-width: 800px !important;
  }
}
.app-filter-model .roated {
  transform: rotate(180deg);
}
.app-filter-key-model {
  max-width: 320px !important;
}
@media (min-width: 375px) {
  .app-filter-key-model {
    max-width: 350px !important;
  }
}
@media (min-width: 576px) {
  .app-filter-key-model {
    max-width: 500px !important;
  }
}
@media (min-width: 768px) {
  .app-filter-key-model {
    max-width: 1100px !important;
  }
}
.app-md-model {
  max-width: 320px !important;
  width: 320px !important;
}
@media (min-width: 375px) {
  .app-md-model {
    max-width: 350px !important;
    width: 350px !important;
  }
}
@media (min-width: 576px) {
  .app-md-model {
    max-width: 500px !important;
    width: 500px !important;
  }
}
@media (min-width: 768px) {
  .app-md-model {
    max-width: 800px !important;
    width: 800px !important;
  }
}
.app-md-model .roated {
  transform: rotate(180deg);
}
.app-lg-model {
  max-width: 400px !important;
  width: 400px !important;
}
@media (min-width: 375px) {
  .app-lg-model {
    max-width: 350px !important;
    width: 350px !important;
  }
}
@media (min-width: 576px) {
  .app-lg-model {
    max-width: 500px !important;
    width: 500px !important;
  }
}
@media (min-width: 768px) {
  .app-lg-model {
    max-width: 800px !important;
    width: 800px !important;
  }
}
@media (min-width: 992px) {
  .app-lg-model {
    max-width: 1000px !important;
    width: 1000px !important;
  }
}
.app-lg-model .roated {
  transform: rotate(180deg);
}
.app-connected-banking-model {
  max-width: 480px !important;
  width: 480px !important;
}
@media (min-width: 768px) {
  .app-connected-banking-model {
    max-width: 540px !important;
    width: 540px !important;
  }
}
.app-connected-banking-model .roated {
  transform: rotate(180deg);
}
.ventor-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .ventor-title {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.ventor-title {
  letter-spacing: 0;
  color: #172b4d;
  margin-left: 0;
}
@media (min-width: 768px) {
  .ventor-title {
    margin-left: -40px;
  }
}
.app-confirmation-model {
  width: 320px !important;
}
@media (min-width: 375px) {
  .app-confirmation-model {
    width: 350px !important;
  }
}
@media (min-width: 576px) {
  .app-confirmation-model {
    width: 500px !important;
  }
}
.app-confirmation-model .model-container {
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .app-confirmation-model .model-container {
    padding-top: 0px !important;
  }
}
.result-flash-modal {
  height: 320px !important;
  width: 320px !important;
}
.biller-confirmation-modal {
  height: 350px !important;
  width: 650px !important;
}
.app-uploadchalan-model {
  max-width: 320px !important;
}
@media (min-width: 375px) {
  .app-uploadchalan-model {
    max-width: 350px !important;
  }
}
@media (min-width: 576px) {
  .app-uploadchalan-model {
    max-width: 500px !important;
  }
}
@media (min-width: 768px) {
  .app-uploadchalan-model {
    max-width: 600px !important;
  }
}
.app-uploadchalan-model .modal-content {
  padding: 2rem;
}
.app-payment-model {
  max-width: 600px !important;
}
@media (min-width: 375px) {
  .app-payment-model {
    max-width: 600px !important;
  }
}
@media (min-width: 576px) {
  .app-payment-model {
    max-width: 600px !important;
  }
}
@media (min-width: 768px) {
  .app-payment-model {
    width: auto !important;
  }
}
.app-payment-model .model-container {
  margin: 20px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .app-payment-model .model-container {
    margin: 20px;
  }
}
.app-payment-model .model-container .rounded-blue-checkbox {
  padding: 10px 7px;
}
@media (min-width: 768px) {
  .app-payment-model .model-container .rounded-blue-checkbox {
    padding: 10px 20px;
  }
}
.app-payment-model .model-container .modal-body {
  padding: 0;
}
@media (min-width: 768px) {
  .app-payment-model .model-container .modal-body {
    padding: 1rem;
  }
}
.app-payment-model .file-count-number {
  color: #172b4d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .app-payment-model .file-count-number {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.app-payment-model .file-count-number {
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .app-payment-model .file-count-number {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .app-payment-model .file-count-number {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.app-payment-model .model-container .filter-footer {
  display: block;
}
.app-payment-model .model-container .filter-footer button:first-child {
  margin-bottom: 15px;
  margin-right: 0;
}
@media (min-width: 576px) {
  .app-payment-model .model-container .filter-footer button:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.app-payment-model .upload-box {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .app-payment-model .upload-box {
    margin-bottom: 15px;
  }
}
.app-payment-model .upload-document-list {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .app-payment-model .upload-document-list {
    padding-bottom: 3rem;
  }
}
.payment-summary-note {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .payment-summary-note {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.payment-summary-note {
  letter-spacing: 0.6px;
  color: #333;
}
.line-text-line:before,
.line-text-line:after {
  border-bottom: 1px solid #dfe1e6;
  height: 10px;
  width: 38%;
}
@media (min-width: 768px) {
  .line-text-line:before,
  .line-text-line:after {
    width: 43%;
  }
}
.line-text-line:before,
.line-text-line:after {
  top: 0;
}
.line-text-line {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .line-text-line {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.line-text-line {
  letter-spacing: 0.6px;
  color: #333333;
}
.line-text-line:after {
  position: absolute;
  content: "";
  left: 0;
}
.line-text-line:before {
  position: absolute;
  content: "";
  right: 0;
}
.create-invoice-form .form-container {
  width: 100%;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 25px;
}
.create-invoice-form .form-container form {
  width: 100%;
}
@media (min-width: 992px) {
  .create-invoice-form .form-container form {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .create-invoice-form .form-container form {
    width: 60%;
  }
}
.approval-flow-form .form-container {
  width: 100%;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 25px;
}
.approval-flow-form .form-container form {
  width: 100%;
}
@media (min-width: 992px) {
  .approval-flow-form .form-container form {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 1200px) {
  .approval-flow-form .form-container form {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.app-opt-model {
  max-width: 330px !important;
}
@media (min-width: 768px) {
  .app-opt-model {
    max-width: 390px !important;
  }
}
.app-opt-model .model-container {
  padding: 0;
  margin: 20px 0 0 0;
}
.app-opt-model .instrucation-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .app-opt-model .instrucation-text {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.app-opt-model .instrucation-text {
  color: #7b8199;
  margin-left: 0;
  text-align: left;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .app-opt-model .instrucation-text {
    padding: 10px 25px;
  }
}
.delete-instruction {
  letter-spacing: 0.8px;
  color: #253858;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .delete-instruction {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.delete-model-title {
  color: #172b4d;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .delete-model-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.confirmation-modal-sm {
  width: 75% !important;
  left: 0%;
}
.modal-dialog {
  margin-bottom: 0px !important;
  margin-top: 65px !important;
}
@media (min-width: 992px) {
  .modal-dialog {
    margin-bottom: inherit !important;
    margin-top: inherit !important;
  }
}
.modal-dialog .modal-content {
  border-radius: 1.5rem;
}
.app-filter-model,
.modal-dialog.app-md-model {
  margin-top: 85px !important;
}
@media (min-width: 992px) {
  .app-filter-model,
  .modal-dialog.app-md-model {
    margin-top: inherit !important;
  }
}
.modal-dialog.app-lg-model {
  margin-top: 85px !important;
}
@media (min-width: 992px) {
  .modal-dialog.app-lg-model {
    margin-top: inherit !important;
  }
}
.modal-logo {
  position: relative;
  top: 10px;
  right: 0;
  margin-left: auto;
}
.model-filter-close {
  cursor: pointer;
  position: relative;
  top: 10px;
  right: 0;
  margin-left: auto;
}
.model-close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.app-enkashcard-model {
  max-width: 100% !important;
}
.app-enkashcard-model .modal-content {
  width: 320px;
}
@media (min-width: 375px) {
  .app-enkashcard-model .modal-content {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .app-enkashcard-model .modal-content {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .app-enkashcard-model .modal-content {
    width: 1000px;
  }
}
.app-enkashcard-model .page-title {
  color: #2500d7 !important;
}
.app-enkashcard-model .model-close {
  position: relative;
  z-index: 99;
  top: 20px;
}
.modal-header.model-new-header .model-close,
.modal-header .model-close {
  position: absolute;
  top: 35px;
  right: 35px;
}
.modal-sm .modal-header.model-new-header .model-close,
.modal-sm .modal-header .model-close {
  top: 25px;
  right: 25px;
}
.app-gst-confirmation-model {
  max-width: 320px !important;
}
@media (min-width: 375px) {
  .app-gst-confirmation-model {
    max-width: 350px !important;
  }
}
@media (min-width: 576px) {
  .app-gst-confirmation-model {
    max-width: 400px !important;
  }
}
.inline-error,
mat-error {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .inline-error,
  mat-error {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
.gst-payments-theme .upload-instruction {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .gst-payments-theme .upload-instruction {
    font-size: calc(1.25rem - 3 * (100vw - 1440px) / 1440);
  }
}
.gst-payments-theme .upload-instruction {
  color: rgba(0, 0, 0, 0.54);
  line-height: 20px;
}
.gst-payments-theme .upload-instruction-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .gst-payments-theme .upload-instruction-subtitle {
    font-size: calc(1.1rem - 3 * (100vw - 1440px) / 1440);
  }
}
.gst-payments-theme .upload-instruction-subtitle {
  color: rgba(0, 0, 0, 0.54);
  line-height: 1.5rem;
  text-align: center;
}
.gst-payments-theme .mat-form-field-subscript-wrapper {
  line-height: 1.5rem;
}
.failure-message {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .failure-message {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.over-lay-panel-bottom {
  margin: 50px 0px;
}
.over-lay-panel-bottom-doc {
  margin: 33px 0px;
}
.alternate-smaller-over-lay-panel-bottom {
  margin: 35px 0px;
}
.over-lay-panel-card-bottom {
  margin: 24px 0px;
}
app-create-invoice .mat-form-field-hint-wrapper .optional-instruction {
  margin-top: 0;
}
app-edit-invoice .mat-form-field-hint-wrapper .optional-instruction {
  margin-top: 0;
}
app-payment-model .model-top-title {
  color: #2500d7;
}
app-add-fund .mat-form-field-appearance-legacy .mat-form-field-label {
  line-height: 45px;
  top: 12px !important;
  left: 5px !important;
}
app-add-fund .mat-form-field-infix input {
  padding: 10px 5px !important;
}
app-add-fund .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
app-add-fund .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  top: 10px !important;
}
app-add-fund .rupee-payment {
  top: -9px;
  display: inline-block;
  position: relative;
}
#select-account-dropdown .mat-form-field {
  max-width: 180px !important;
  margin-right: 10px !important;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 576px) {
  #select-account-dropdown .mat-form-field {
    font-size: calc(10px - 3 * (100vw - 1440px) / 1440);
  }
}
#select-account-dropdown .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
#select-account-dropdown .mat-form-field .mat-select-value-text span {
  color: #fff !important;
}
#select-account-dropdown .mat-form-field .mat-form-field-infix {
  padding-top: 0.5px !important;
}
#select-account-dropdown .mat-select-value {
  color: #fff !important;
  font-weight: 500;
}
#select-account-dropdown .mat-form-field-label {
  color: #fff !important;
}
#select-account-dropdown .mat-form-field-flex {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-left: -5px;
}
#select-account-dropdown .mat-select-arrow {
  border-left: 3px solid transparent !important;
  border-right: none !important;
  border-top: 10px solid transparent !important;
  border-image-repeat: stretch !important;
  position: relative;
}
#select-account-dropdown .mat-select-arrow:before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
  position: relative;
  top: -13px;
  left: -8px;
  font-size: 15px;
}
app-add-fund .virtual-account .outer-container {
  padding: 30px !important;
  height: auto !important;
}
app-add-fund .model-top-title {
  color: #2500d7 !important;
}
app-add-fund .error-placeholder {
  left: 0;
  text-align: left;
  width: 50%;
  margin: auto;
  padding-left: 18px;
  margin-top: -10px;
}
app-add-fund .note-virtual-account {
  margin-bottom: 15px;
}
app-add-fund .vertual-account-wrapper .inner-box:first-child {
  margin-bottom: 10px;
}
app-add-fund .vertual-account-wrapper .inner-box div {
  color: #7b8199;
  font-size: 12px;
}
mat-pseudo-checkbox {
  background-image: url("./media/checkbox-new-BHEY2XQV.svg") !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  border: none !important;
  width: 24px !important;
  height: 24px !important;
}
.merchant-category-section .mat-pseudo-checkbox {
  background-image: url("./media/checkbox_green_uncheck-52LTAFZL.svg") !important;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  border: none !important;
  width: 16px !important;
  height: 16px !important;
}
.mat-primary .mat-pseudo-checkbox-checked {
  background: url("./media/checkbox-active-new-PMDWXXBQ.svg") no-repeat !important;
  background-size: 24px 24px !important;
  width: 24px !important;
  height: 24px !important;
}
mat-pseudo-checkbox::after {
  border: none !important;
  background-size: 24px 24px !important;
}
.merchant-category-section .mat-pseudo-checkbox-checked {
  background-image: url("./media/checkbox_green-FNPY5T5S.svg") !important;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  border: none !important;
  width: 16px !important;
  height: 16px !important;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #000 !important;
}
#select-account-dropdown .over-lay-panel-bottom {
  margin: 18px 0px !important;
}
#summary-container .mat-select-trigger {
  margin-top: 6px;
  justify-content: center;
}
.set-pin-popup .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.set-pin-popup .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  top: 10px !important;
  font-size: 12px !important;
}
.set-pin-popup .mat-form-field.mat-focused .mat-form-field-label,
.set-pin-popup .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  font-size: 12px !important;
}
.set-pin-popup .mat-form-field-flex {
  line-height: 30px !important;
}
.set-pin-popup .error-placeholder {
  margin-top: 15px !important;
}
.ek-mat-ui-form .mat-form-field-flex {
  line-height: 25px !important;
}
app-change-password .inline-error,
app-change-password mat-error {
  margin-top: -8px !important;
}
.signup-page .inline-error {
  margin-top: 8px;
}
.slim-ui-page .form-group {
  margin-bottom: 15px;
}
.list-view-component app-slim-spinner {
  height: calc(100vh - 330px);
}
#summary-container .mat-form-field-infix {
  width: 140px !important;
}
@media (min-width: 576px) {
  #summary-container .mat-form-field-infix {
    width: 170px !important;
  }
}
#summary-container .mat-form-field-infix .mat-control-box .mat-select-value-text {
  font-size: 12px !important;
}
@media (min-width: 576px) {
  #summary-container .mat-form-field-infix .mat-control-box .mat-select-value-text {
    font-size: 13px !important;
  }
}
.attach-block .attachment {
  min-width: auto !important;
}
@media (min-width: 768px) {
  .attach-block .attachment {
    min-width: 270px !important;
  }
}
.hiw-banner-img {
  padding: 0 !important;
}
.biller-model-form {
  width: 75%;
}
.physical-card-modal-box .mat-form-field-appearance-legacy .mat-form-field-label {
  line-height: 45px;
  left: 5px !important;
}
.physical-card-modal-box .mat-form-field-infix input,
.physical-card-modal-box .mat-form-field-infix mat-select {
  padding: 10px 5px !important;
  margin-top: 0 !important;
}
.app-success-model {
  max-width: 320px !important;
  width: 320px !important;
}
@media (min-width: 768px) {
  .app-success-model {
    max-width: 440px !important;
    width: 440px !important;
  }
}
.mat-form-modal .mat-form-field {
  display: block !important;
  line-height: 45px !important;
}
.mat-form-modal .mat-form-field-infix {
  border-top: 0 !important;
  padding: 0 !important;
}
.branch-search-box .mat-form-field-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.branch-search-box .mat-form-field-infix {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  height: 28px !important;
  line-height: 31px !important;
}
.branch-search-box .mat-form-field-outline:focus {
  outline: none !important;
}
.branch-search-box .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 100px !important;
  border: 1px solid !important;
}
.branch-search-box .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 100px !important;
}
.branch-search-box .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #ebecf0 !important;
}
.branch-search-box .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border: 0 !important;
  min-width: auto !important;
}
.branch-search-box .mat-form-field-appearance-outline .mat-form-field-suffix {
  top: -3px !important;
  position: absolute !important;
  right: 3px !important;
}
.utility-bill-model {
  width: 600px;
  text-align: center;
}
.utility-bill-model .mat-form-field {
  display: block !important;
  line-height: 45px !important;
}
.utility-bill-model .mat-form-field-infix {
  border-top: 0 !important;
  padding: 0 !important;
}
.modal.show.vertically-centered-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
.modal-backdrop,
.modal {
  z-index: 100000 !important;
}
.document-uploaded-model {
  z-index: 1024 !important;
}
.ek-slim-modal {
  z-index: 1024 !important;
}
.payment-summary-details {
  width: 360px;
  text-align: left;
  margin: auto;
}
.custom-placeholder + .mat-form-field-label-wrapper label {
  display: flex !important;
}
.custom-placeholder + .mat-form-field-label-wrapper label .mat-placeholder-required {
  font-size: 18px;
}
.bulk-upload-container .mat-form-field-infix {
  padding: 0 !important;
  border: 1px solid rgba(51, 51, 51, 0.4) !important;
  border-radius: 6px;
  line-height: 45px;
}
.bulk-upload-container .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.bulk-upload-container .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  top: -5px !important;
}
.bulk-upload-container .mat-form-field-appearance-legacy .mat-form-field-underline {
  border: 0 !important;
  height: 0 !important;
  bottom: 0 !important;
}
.bulk-upload-container .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: transparent !important;
  display: none;
}
.bulk-upload-container .mat-form-field-underline {
  display: none;
}
.bulk-upload-container .mat-control-box .mat-form-field-underline {
  background-color: transparent !important;
}
.cdk-overlay-connected-position-bounding-box .mat-menu-content {
  padding: 0 !important;
}
.custom-mat-file .mat-form-field {
  width: 100%;
}
.custom-mat-file .mat-form-field-infix {
  height: 45px;
  border-radius: 6px;
  line-height: 30px;
  border: 1px solid rgba(51, 51, 51, 0.4) !important;
  margin-bottom: 15px;
}
.custom-mat-file .ngx-mat-file-input {
  height: 35px;
}
.custom-mat-file .mat-form-field-suffix {
  color: #172b4d !important;
  font-size: 20px;
  padding-right: 15px;
}
.custom-mat-file .mat-form-field-appearance-legacy .mat-form-field-label {
  padding-left: 15px;
  color: #172b4d !important;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.custom-mat-file .mat-form-field-appearance-legacy .mat-form-field-underline {
  height: 0 !important;
}
.custom-mat-file .mat-form-field-appearance-legacy .mat-form-field-underline .mat-form-field-ripple {
  height: 0 !important;
}
app-payouts .list-actions-left-section,
app-branches .list-actions-left-section {
  display: flex;
  width: 35% !important;
}
@media (min-width: 1200px) {
  app-payouts .list-actions-left-section,
  app-branches .list-actions-left-section {
    width: 24% !important;
  }
}
app-payouts .list-actions-left-section,
app-branches .list-actions-left-section {
  align-items: center;
}
app-payouts .list-actions-left-section .search-box,
app-branches .list-actions-left-section .search-box {
  width: 100% !important;
}
@media (max-width: 470px) {
  app-payouts .list-actions-middle-section,
  app-branches .list-actions-middle-section {
    width: 100% !important;
  }
}
@media (min-width: 470px) {
  app-payouts .list-actions-middle-section,
  app-branches .list-actions-middle-section {
    width: 68% !important;
  }
}
@media (max-width: 1024px) {
  app-payouts .unfill-download-button:after,
  app-branches .unfill-download-button:after {
    display: none !important;
  }
}
.admin-settings-dialog-panelClass .mat-dialog-container,
.adjustment-transactions-dialog-panelClass .mat-dialog-container {
  border-radius: 1rem;
}
.admin-settings-dialog-panelClass .mat-radio-button,
.adjustment-transactions-dialog-panelClass .mat-radio-button {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .admin-settings-dialog-panelClass .mat-radio-button,
  .adjustment-transactions-dialog-panelClass .mat-radio-button {
    font-size: calc(1.5rem - 3 * (100vw - 1440px) / 1440);
  }
}
.admin-settings-dialog-panelClass .mat-radio-button,
.adjustment-transactions-dialog-panelClass .mat-radio-button {
  margin-left: 1.75rem;
}
.admin-settings-dialog-panelClass .mat-select,
.adjustment-transactions-dialog-panelClass .mat-select {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .admin-settings-dialog-panelClass .mat-select,
  .adjustment-transactions-dialog-panelClass .mat-select {
    font-size: calc(1.5rem - 3 * (100vw - 1440px) / 1440);
  }
}
.admin-settings-dialog-panelClass .mat-select .mat-select-value,
.adjustment-transactions-dialog-panelClass .mat-select .mat-select-value {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .admin-settings-dialog-panelClass .mat-select .mat-select-value,
  .adjustment-transactions-dialog-panelClass .mat-select .mat-select-value {
    font-size: calc(1.5rem - 3 * (100vw - 1440px) / 1440);
  }
}
.admin-settings-dialog-panelClass mat-error.mat-error,
.adjustment-transactions-dialog-panelClass mat-error.mat-error {
  font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440) !important;
}
.admin-settings-dialog-panelClass .mat-form-field {
  text-align: right;
}
.admin-settings-dialog-panelClass .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
  padding: 0;
  max-width: 20rem;
}
.admin-settings-dialog-panelClass .mat-control-box .mat-form-field {
  text-align: initial;
}
.admin-settings-dialog-panelClass .mat-control-box .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
  padding: 0;
  max-width: unset !important;
}
.admin-settings-dialog-panelClass .mat-control-box .mat-select {
  top: -3px !important;
}
.admin-settings-dialog-panelClass .mat-control-box .mat-select-value-text {
  padding: 0px !important;
}
.admin-settings-snackbar-panelClass.mat-snack-bar-container {
  text-align: center;
}
.card-filter-modal .mat-form-field {
  display: block !important;
  line-height: 30px !important;
}
.card-filter-modal .mat-control-box {
  margin-bottom: 2rem;
}
.card-filter-modal .mat-control-box .row .col-sm-12 {
  margin-bottom: 0 !important;
}
.card-filter-modal app-date-pair {
  margin-bottom: 0 !important;
}
.confirm-dailog .mat-form-field-underline {
  height: 0 !important;
}
.confirm-dailog .mat-form-field-infix {
  border: 1px solid rgba(0, 0, 0, 0.2588235294) !important;
  border-radius: 5px;
}
.confirm-dailog .mat-form-field-ripple {
  background-color: transparent !important;
}
.confirm-dailog .mat-dialog-content {
  margin: 25px auto !important;
  width: 80% !important;
}
.link-cards-modal .mat-radio-container {
  width: 30px;
  height: 30px;
}
.link-cards-modal .mat-radio-container .mat-radio-outer-circle {
  height: 30px;
  width: 30px;
  border-color: #fff;
}
.link-cards-modal .mat-radio-container .mat-radio-inner-circle {
  background: url(/assets/svg/green-right.svg) no-repeat;
  width: 80px;
  height: 80px;
  background-size: 100%;
  background-position: 100%;
  top: -25px;
  left: -25px;
}
.mat-tooltip.custom-tooltip-for-link-bank-cards {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .mat-tooltip.custom-tooltip-for-link-bank-cards {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
.link-card-feild {
  width: 100% !important;
}
.link-card-feild .card-link-tooltip {
  position: absolute;
  right: -20px;
  top: -15px;
  width: 16px;
  height: 16px;
}
.link-card-feild .card-link-tooltip .mat-button-wrapper {
  background-image: none;
}
.bulk-upload-dailog {
  width: 100%;
}
@media (min-width: 1200px) {
  .bulk-upload-dailog {
    width: 65%;
  }
}
.new-right-sidebar {
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  max-width: 40vw !important;
}
@media (max-width: 576px) {
  .new-right-sidebar {
    max-width: 80vw !important;
    overflow-y: scroll;
  }
}
.new-right-sidebar .modal-content {
  height: 100vh !important;
  border-radius: 0 !important;
}
.new-right-sidebar .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.right-sidebar {
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  max-width: 50vw !important;
}
@media (max-width: 576px) {
  .right-sidebar {
    max-width: 80vw !important;
    overflow-y: scroll;
  }
}
.right-sidebar .modal-content {
  height: 100vh !important;
  border-radius: 0 !important;
}
.right-sidebar .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.right-sidebar .mdc-button__label {
  width: 100%;
}
.payment-sidebar {
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  max-width: 50vw !important;
  width: 50vw !important;
}
@media (max-width: 576px) {
  .payment-sidebar {
    max-width: 80vw !important;
    overflow-y: scroll !important;
  }
}
.payment-sidebar .modal-content {
  height: 100vh !important;
  border-radius: 0 !important;
}
.payment-sidebar .modal-body {
  overflow-y: auto !important;
  overflow-x: hidden;
}
.biller-sidebar {
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  max-width: 40vw !important;
  width: 40vw !important;
}
@media (max-width: 576px) {
  .biller-sidebar {
    max-width: 80vw !important;
    overflow-y: scroll !important;
  }
}
.biller-sidebar .modal-content {
  height: 100vh !important;
  border-radius: 0 !important;
}
.biller-sidebar .modal-body {
  overflow-y: auto !important;
  overflow-x: hidden;
}
.fund-sidebar {
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  max-width: 35vw !important;
  width: 35vw !important;
}
@media (max-width: 576px) {
  .fund-sidebar {
    max-width: 80vw !important;
    overflow-y: scroll !important;
  }
}
.fund-sidebar .modal-content {
  height: 100vh !important;
  border-radius: 0 !important;
}
.fund-sidebar .modal-body {
  overflow-y: scroll !important;
  overflow-x: hidden;
}
.data-not-found {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 768px) {
  .data-not-found {
    padding: 50px 20px;
  }
}
@media (min-width: 992px) {
  .data-not-found {
    padding: 100px 20px;
  }
}
.data-not-found-title {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .data-not-found-title {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.data-not-found-title {
  letter-spacing: 0.7px;
  color: #333333;
}
.file-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}
.file-button .plain-upload-button {
  background: #2dcc40 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .file-button .plain-upload-button {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.file-button .plain-upload-button {
  letter-spacing: 0.8px;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.file-button .plain-upload-button:hover {
  background: #00a213;
}
.file-button input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: auto;
  display: inline-block;
  cursor: pointer;
}
.upload-invoice-title {
  color: #091e42;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .upload-invoice-title {
    font-size: calc(18px - 3 * (100vw - 1440px) / 1440);
  }
}
.upload-invoice-title {
  letter-spacing: 0;
}
.upload-invoice-subtitle {
  color: #7a869a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .upload-invoice-subtitle {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.upload-invoice-subtitle {
  letter-spacing: 0;
}
.download-files {
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .download-files {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.download-files {
  color: #0052cc;
  text-decoration: none;
  width: auto;
}
.upload-box {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #dfe1e6;
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
}
@media (min-width: 992px) {
  .upload-box {
    padding: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .upload-box {
    padding: 20px;
  }
}
.upload-box .file-name {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .upload-box .file-name {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.upload-box .file-name {
  letter-spacing: 0.6px;
  color: #7a869a;
  margin-bottom: 10px;
}
.upload-box .file-count {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .upload-box .file-count {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.upload-box .file-count {
  letter-spacing: 1.25px;
  color: #172b4d;
}
.upload-box span {
  height: 10px;
  width: 25%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 38px;
  border-top: 1px solid #7a869a;
}
.challan-file[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 40px;
  width: 100%;
  display: inline-block;
}
.challan-uploadfile-btn {
  height: 40px;
  line-height: 40px;
  letter-spacing: 0;
  color: #172b4d;
  opacity: 1;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .challan-uploadfile-btn {
    font-size: calc(1.3rem - 3 * (100vw - 1440px) / 1440);
  }
}
.challan-uploadfile-btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
}
.challan-uploadfile-border {
  height: 1px;
  background: #333333 0% 0% no-repeat padding-box;
  opacity: 0.4;
}
.file-selected-text {
  color: #ffc400 !important;
  font-weight: bold !important;
}
.horizontal-bar {
  display: inline-block;
  border-right: 1px solid #dfe1e6;
  height: 30px;
  position: relative;
  top: 0;
}
@media (min-width: 576px) {
  .horizontal-bar {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .horizontal-bar {
    top: 10px;
  }
}
.duplicate-bill-banner-outer + .invoice-details-inner-wrapper {
  border-top: none !important;
}
.invoice-details-action-wrapper {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px 4px 0px 0px;
  padding: 5px 20px 0px;
}
@media (min-width: 768px) {
  .invoice-details-action-wrapper {
    padding: 5px 20px 15px;
  }
}
.invoice-details-inner-wrapper {
  padding: 25px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
}
.invoice-details-inner-wrapper.invoice-details-border-radius {
  border-radius: 4px 4px 0 0;
}
.supplier-buyer-information {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.supplier-buyer-info-box {
  display: inline-grid;
  flex-grow: 1;
}
.supplier-buyer {
  padding: 20px;
  border: 1px solid #dfe1e6;
  border-radius: 10px;
  height: 100%;
}
.supplier-buyer-info-box .top-lable {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .supplier-buyer-info-box .top-lable {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.supplier-buyer-info-box .top-lable {
  letter-spacing: 0.6px;
  color: #7a869a;
}
.supplier-buyer-info-box .bottom-lable {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .supplier-buyer-info-box .bottom-lable {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.supplier-buyer-info-box .bottom-lable {
  letter-spacing: 0.7px;
  color: #091e42;
}
.supplier-buyer-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .supplier-buyer-title {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.supplier-buyer-title {
  letter-spacing: 0.8px;
  color: #2500d7;
  margin-bottom: 5px;
}
.supplier-buyer-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .supplier-buyer-subtitle {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.supplier-buyer-subtitle {
  letter-spacing: 0.8px;
  color: #091e42;
  margin-bottom: 10px;
}
.invoice-details-title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .invoice-details-title {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.invoice-details-title {
  letter-spacing: 0.8px;
  color: #2500d7;
  opacity: 1;
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.invoice-description {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.invoice-description-title {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .invoice-description-title {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.invoice-description-title {
  letter-spacing: 0.6px;
  color: #7a869a;
}
.invoice-description-content {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .invoice-description-content {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.invoice-description-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.7px;
  color: #091e42;
}
.invoice-description-content:hover {
  white-space: normal;
  word-break: break-word;
}
.invoice-details-section:first-child,
.invoice-details-section:last-child {
  border: none;
}
.invoice-details-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
}
.invoice-row {
  margin: 0 15px;
  padding: 5px 3px;
}
.invoice-row.bordered-row {
  border-bottom: 1px solid #e8e9ec;
}
.load-more {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .load-more {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.load-more {
  display: inline-block;
  width: 88px;
  letter-spacing: 0.55px;
  color: #2500d7;
  opacity: 1;
  border: 1px solid #2500d7;
  border-radius: 100px;
  padding: 5px 10px;
  cursor: pointer;
}
.copylink {
  position: relative;
  right: 8%;
  top: -16px;
  height: 15px;
  background: #2500d7 0% 0% no-repeat padding-box;
  border-radius: 100px;
  opacity: 1;
  letter-spacing: 0.5px;
  color: #fcfdfe;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .copylink {
    font-size: calc(8px - 3 * (100vw - 1440px) / 1440);
  }
}
.copylink {
  padding: 5px;
  line-height: 4px;
  cursor: pointer;
}
.invoice-details-top-header {
  padding-bottom: 20px;
}
.invoice-details-section {
  border: none;
}
.direction-img {
  max-width: 20px;
  vertical-align: middle;
}
.invoice-title-border {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .invoice-title-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    padding-bottom: 20px;
  }
}
.invoice-down-btn {
  max-width: 2.5rem;
  transition: transform 0.3s ease-in-out;
}
.invoice-down-btn.rotated {
  transform: rotate(180deg);
}
.invoice-roated {
  max-width: 2.5rem;
}
.invoice-roated-btn {
  max-width: 2.5rem;
  transition: transform 0.3s ease-in-out;
}
.invoice-roated-btn.rotated {
  transform: rotate(180deg);
}
.site-container .lt-sm .custom-col-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.site-container .lt-sm .invoice-down-btn {
  width: 4rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.site-container .lt-sm .invoice-down-btn.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.site-container .lt-sm .invoice-delete-wrapper {
  width: 60%;
  float: right;
  text-align: right;
  position: relative;
  right: -4%;
}
.site-container .lt-sm .invoice-details-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 15px;
  cursor: pointer;
}
.site-container .lt-sm .invoice-details-section:last-child .invoice-details-title {
  border-bottom: none;
  padding-bottom: 0;
}
.site-container .lt-sm .invoice-details-section:first-child {
  margin-bottom: 40px;
}
.site-container .lt-sm .invoice-details-title {
  margin-top: 1.5rem !important;
}
.site-container .lt-sm .supplier-buyer-information {
  display: flex;
  flex-flow: row wrap;
}
.site-container .lt-sm .supplier-buyer-information .supplier-buyer-info-box:first-child {
  order: 3;
  width: 100%;
}
.site-container .lt-sm .supplier-buyer-information .supplier-buyer-info-box:nth-child(2) {
  order: 2;
  text-align: right;
  margin-bottom: 10px;
}
.site-container .lt-sm .supplier-buyer-information .supplier-buyer-info-box:nth-child(3) {
  margin-bottom: 10px;
}
.site-container .lt-sm .supplier-buyer-info-box + .supplier-buyer-info-box {
  margin-left: 0;
}
.site-container .lt-sm .invoice-action-panel-top .unfill-download-button {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .site-container .lt-sm .invoice-action-panel-top .unfill-download-button {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.site-container .lt-sm .invoice-action-panel-top .unfill-download-button {
  text-align: left;
  padding-left: 0;
}
.site-container .lt-sm .invoice-details-inner-wrapper {
  padding: 15px;
  margin-bottom: 50px;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}
.site-container .lt-sm .supplier-buyer {
  padding: 15px;
  height: auto;
}
.site-container .lt-sm .invoice-details-section .col-md-6:nth-child(2) .supplier-buyer {
  margin-top: 15px;
}
.site-container .lt-sm .copylink {
  right: 0;
  top: 0;
}
.site-container .lt-sm .col-align {
  text-align: right;
}
.site-container .lt-sm .copylink {
  top: -16px;
}
.site-container .lt-sm .invoice-details-description {
  display: none;
}
.site-container .lt-sm .invoice-details-description.opened {
  display: block !important;
  transition: ease-in-out 600ms display;
}
.site-container .lt-sm .invoice-details-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 15px;
  cursor: pointer;
}
.site-container.lt-md .invoice-details-description {
  display: none;
}
.site-container.lt-md .invoice-details-description.opened {
  display: block !important;
  transition: ease-in-out 600ms display;
}
.site-container.lt-md .invoice-details-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 15px;
  cursor: pointer;
}
.site-container.lt-lg .supplier-buyer-information {
  display: flex;
  flex-flow: row wrap;
}
.site-container.lt-lg .supplier-buyer-info-box + .supplier-buyer-info-box {
  margin-left: 0;
}
.site-container.lt-lg .supplier-buyer-info-box:first-child {
  order: 3;
  width: 100%;
}
.site-container.lt-lg .supplier-buyer-info-box:nth-child(2) {
  order: 2;
  text-align: right;
  margin-bottom: 10px;
}
.site-container.lt-lg .supplier-buyer-info-box:nth-child(3) {
  margin-bottom: 10px;
}
.invoice-top-box .row .col-6:nth-child(even) {
  text-align: right;
}
@media (min-width: 768px) {
  .invoice-top-box .row .col-6:nth-child(even) {
    text-align: initial;
  }
}
.invoice-top-box .row .col-12:nth-child(even) {
  text-align: initial;
}
@media (min-width: 576px) {
  .invoice-top-box .row .col-12:nth-child(even) {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .invoice-top-box .row .col-12:nth-child(even) {
    text-align: initial;
  }
}
.site-container .lt-sm .invoice-action-panel,
.site-container.lt-md .invoice-action-panel {
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  padding: 15px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px -2px 6px rgba(0, 0, 0, 0.1490196078);
  align-content: center;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.site-container .lt-sm .invoice-action-panel-top,
.site-container.lt-md .invoice-action-panel-top {
  align-content: center;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}
.site-container .lt-sm .invoice-delete-wrapper,
.site-container.lt-md .invoice-delete-wrapper {
  width: 100%;
  float: right;
  text-align: right;
  position: relative;
}
.site-container .lt-sm .invoice-details-action-wrapper .invoice-action-panel-top .unfill-download-button,
.site-container.lt-md .invoice-details-action-wrapper .invoice-action-panel-top .unfill-download-button {
  border: none;
}
.site-container .lt-sm .invoice-details-inner-wrapper,
.site-container.lt-md .invoice-details-inner-wrapper {
  padding: 15px;
  margin-bottom: 50px;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}
.site-container.lt-md .invoice-details-description.payout-details .invoice-row,
.site-container.lt-sm .invoice-details-description.payout-details .invoice-row,
.site-container.lt-md .invoice-details-description.payment-details .invoice-row,
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 3px;
  padding: 15px;
  position: relative;
  margin: 0;
}
.site-container.lt-md .invoice-details-description.approvals .invoice-row,
.site-container.lt-sm .invoice-details-description.approvals .invoice-row {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 3px;
  padding: 15px;
  position: relative;
  margin: 0;
}
@media (min-width: 992px) {
  .site-container.lt-md .invoice-details-description.approvals .invoice-row,
  .site-container.lt-sm .invoice-details-description.approvals .invoice-row {
    border-bottom: 1px solid #e8e9ec;
    margin: 0 15px;
    padding: 5px 3px;
    box-shadow: none;
  }
}
.site-container.lt-md .invoice-details-description.approvals .invoice-row .col-6:last-child,
.site-container.lt-sm .invoice-details-description.approvals .invoice-row .col-6:last-child {
  position: absolute;
  right: 0;
  text-align: right;
}
@media (min-width: 992px) {
  .site-container.lt-md .invoice-details-description.approvals .invoice-row .col-6:last-child,
  .site-container.lt-sm .invoice-details-description.approvals .invoice-row .col-6:last-child {
    position: relative;
    text-align: initial;
  }
}
.site-container.lt-md .invoice-details-description.approvals .invoice-row .col-6:nth-child(4),
.site-container.lt-sm .invoice-details-description.approvals .invoice-row .col-6:nth-child(4) {
  text-align: right;
}
.site-container.lt-md .invoice-details-description.approvals .invoice-row + .invoice-row,
.site-container.lt-sm .invoice-details-description.approvals .invoice-row + .invoice-row {
  margin-top: 15px !important;
}
.site-container.lt-md .invoice-details-description.payment-details .invoice-row + .invoice-row,
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row + .invoice-row {
  margin-top: 15px !important;
}
.site-container.lt-md .invoice-details-description.payment-details .invoice-row,
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row {
  min-height: 190px;
}
.site-container.lt-md .invoice-details-description.payment-details .invoice-row .row > div:nth-child(2),
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row .row > div:nth-child(2) {
  position: absolute;
  left: 0;
  top: 38%;
  text-align: left;
}
.site-container.lt-md .invoice-details-description.payment-details .invoice-row .row > div:nth-child(3),
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row .row > div:nth-child(3) {
  text-align: right;
}
.site-container.lt-md .invoice-details-description.payment-details .invoice-row .row > div:nth-child(4),
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row .row > div:nth-child(4) {
  position: absolute;
  right: 0;
  top: 38%;
  text-align: right;
}
.site-container.lt-md .invoice-details-description.payment-details .invoice-row .row > div:nth-child(5),
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row .row > div:nth-child(5) {
  position: absolute;
  top: 22%;
  max-width: 100%;
}
.site-container.lt-md .invoice-details-description.payment-details .invoice-row .row > div:nth-child(6),
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row .row > div:nth-child(6) {
  position: absolute;
  bottom: 15px;
  text-align: left;
}
.site-container.lt-md .invoice-details-description.payment-details .invoice-row + .invoice-row,
.site-container.lt-sm .invoice-details-description.payment-details .invoice-row + .invoice-row {
  margin-top: 15px !important;
}
.site-container.lt-md .invoice-details-description.payout-details .invoice-row,
.site-container.lt-sm .invoice-details-description.payout-details .invoice-row {
  position: relative;
}
.site-container.lt-md .invoice-details-description.payout-details .invoice-row .row > div:nth-child(3),
.site-container.lt-sm .invoice-details-description.payout-details .invoice-row .row > div:nth-child(3) {
  position: absolute;
  right: 0;
  text-align: right;
}
.site-container.lt-md .invoice-details-description.payout-details .invoice-row .row > div:nth-child(2),
.site-container.lt-sm .invoice-details-description.payout-details .invoice-row .row > div:nth-child(2) {
  text-align: left;
}
.site-container.lt-md .invoice-details-description.payout-details .invoice-row .row > div:nth-child(4),
.site-container.lt-sm .invoice-details-description.payout-details .invoice-row .row > div:nth-child(4) {
  text-align: right;
}
.invoice-payment-link {
  max-width: 100px;
}
@media (min-width: 576px) {
  .invoice-payment-link {
    max-width: 165px;
  }
}
app-utility-detail-page .invoice-details-title {
  padding-top: 0;
  padding-bottom: 0;
}
.supplier-buyer-info-box .bottom-lable {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supplier-buyer-info-box:first-child {
  width: 46%;
}
.supplier-buyer-info-box:nth-child(2) {
  width: 22%;
  margin: 0 15px;
}
.supplier-buyer-info-box:last-child {
  width: 30%;
}
#supplier-buyer-information-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 1rem;
  align-items: center;
  grid-auto-flow: column;
}
@media (max-width: 767px) {
  #supplier-buyer-information-container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0;
  }
}
#supplier-buyer-information-container div.supplier-buyer-information {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  justify-items: start;
  align-items: center;
  grid-column-gap: 15px;
}
@media (max-width: 767px) {
  #supplier-buyer-information-container div.supplier-buyer-information {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
  }
}
#supplier-buyer-information-container div.supplier-buyer-information div.supplier-buyer-info-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  width: auto;
}
@media (max-width: 767px) {
  #supplier-buyer-information-container div.supplier-buyer-information div.supplier-buyer-info-box {
    margin-top: 10px;
  }
}
#supplier-buyer-information-container div.supplier-buyer-information:nth-of-type(2) > div.supplier-buyer-info-box:first-of-type {
  grid-column: 1/2;
}
#supplier-buyer-information-container div.supplier-buyer-information:nth-of-type(2) > div.supplier-buyer-info-box:last-of-type {
  grid-column: 2/-1;
}
#supplier-buyer-information-container div.supplier-buyer-information:last-of-type > div.supplier-buyer-info-box {
  grid-column: 1/-1;
}
.action-button-dropdown ul {
  background: #fff;
  box-shadow: 0px 5px 11px rgba(51, 51, 51, 0.1215686275);
  border: 1px solid #d7dae2;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 10px;
}
.action-button-dropdown ul li {
  padding: 5px !important;
}
.action-button-dropdown ul li a {
  letter-spacing: 0.6px;
  color: #7a869a !important;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .action-button-dropdown ul li a {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.action-button-dropdown .dropdown-toggle::after {
  display: none;
}
.opt-box input {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #a5adba;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .opt-box input {
    font-size: calc(18px - 3 * (100vw - 1440px) / 1440);
  }
}
.opt-box input {
  color: #172b4d;
  height: 30px;
  width: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .opt-box input {
    height: 40px;
    width: 40px;
  }
}
.opt-box + .opt-box {
  margin-left: 15px;
}
.status-update,
.status-pending,
.status-abandoned,
.status-cancelled,
.status-success {
  display: inline-block;
}
@media (min-width: 992px) {
  .status-update,
  .status-pending,
  .status-abandoned,
  .status-cancelled,
  .status-success {
    display: block;
  }
}
.status-success {
  color: #36b37e !important;
}
.status-cancelled {
  color: #f44336 !important;
}
.status-abandoned {
  color: #858EA2;
}
.status-pending {
  color: #ffab00 !important;
}
.status-update {
  color: #0052cc !important;
}
.mat-form-field-appearance-legacy .mat-hint.optional-instruction,
.mat-hint.optional-instruction,
.optional-instruction {
  letter-spacing: 0;
  color: #7b8199;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .mat-form-field-appearance-legacy .mat-hint.optional-instruction,
  .mat-hint.optional-instruction,
  .optional-instruction {
    font-size: calc(10px - 3 * (100vw - 1440px) / 1440);
  }
}
.mat-form-field-appearance-legacy .mat-hint.optional-instruction,
.mat-hint.optional-instruction,
.optional-instruction {
  font-style: italic;
}
.dividor-left-side {
  width: 15px;
  border-left: 1px solid #2500d7;
  height: 25px;
  opacity: 0.5;
}
.dividor-right-side {
  width: 15px;
  border-left: 1px solid #2500d7;
  height: 25px;
  opacity: 0.5;
}
.dividor-middle {
  width: 1px;
  border-left: 1px solid #2500d7;
  height: 30px;
  opacity: 0.5;
}
.dividor-middle-space {
  width: 2px;
  border-left: 2px solid #C2C7D1;
  height: 30px;
  opacity: 0.5;
  margin: 0 3px;
}
.rupee-sign {
  margin-right: 1px;
  height: 10px;
  width: 10px;
  margin-top: -1px;
}
.white-border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.opacity-5 {
  opacity: 0.5;
}
app-dashboard-cards {
  padding-top: 65px;
}
.label-approval-status {
  border: 1px solid #C2C7D1;
  border-radius: 4px;
  opacity: 1;
  letter-spacing: 0px;
  color: #192744;
  padding: 3px 11px;
  font-size: 10px;
  display: table-caption;
}
.horozontal-tab-shell {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: none;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .horozontal-tab-shell {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  }
}
.horozontal-tab-shell ul {
  border-bottom: 1.5px solid #e8e9ec;
}
.horozontal-tab-shell ul li {
  border-bottom: 1.5px solid transparent;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .horozontal-tab-shell ul li {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.horozontal-tab-shell ul li {
  letter-spacing: 0.65px;
  padding: 25px 20px 10px 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .horozontal-tab-shell ul li {
    padding: 20px;
  }
}
.horozontal-tab-shell ul li.active {
  border-bottom: 1.5px solid #2500d7;
  color: #2500d7;
}
.report-header {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px 4px 0px 0px;
  padding: 15px 25px;
  position: relative;
}
.report-sub-container {
  padding: 15px;
}
@media (min-width: 768px) {
  .report-sub-container {
    padding: 15px 25px;
  }
}
.report-sub-container {
  background: #fff;
}
.report-title {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .report-title {
    font-size: calc(10px - 3 * (100vw - 1440px) / 1440);
  }
}
.report-title {
  letter-spacing: 0.6px;
  color: #7a869a;
}
.report-content {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .report-content {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.report-content {
  letter-spacing: 0.75px;
  color: #333333;
}
.report-generate-date {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .report-generate-date {
    font-size: calc(10px - 3 * (100vw - 1440px) / 1440);
  }
}
.report-generate-date {
  letter-spacing: 0.7px;
  color: #7a869a;
}
.report-sub-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .report-sub-title {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.report-sub-title {
  letter-spacing: 0.8px;
  color: #2500d7;
}
.report-details {
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 10px;
  padding: 20px;
}
.report-detail-parent .report-details:last-child {
  margin-bottom: 60px !important;
}
.report-detail-parent .report-details {
  display: block !important;
}
.report-activity {
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 10px;
  padding: 20px;
}
.report-activity + .report-activity {
  margin-top: 15px;
}
.remove-truncate {
  white-space: normal;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-16 {
  font-size: 16px;
}
@media (-webkit-device-pixel-ratio: 1.5) {
  .font-size-16 {
    font-size: 15px;
  }
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.report-details-title {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .report-details-title {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.report-details-title {
  letter-spacing: 0.65px;
  color: #6554c0;
  cursor: pointer;
}
.report-attachment {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .report-attachment {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.report-attachment {
  letter-spacing: 0.7px;
  color: rgba(51, 51, 51, 0.5);
}
.report-top-border {
  border-top: 1px solid #dfe1e6;
}
.roated {
  transform: rotate(180deg);
}
.site-container.lt-md .expense-included-list .report-activity-item,
.site-container.lt-sm .expense-included-list .report-activity-item {
  display: inline-grid;
  width: 50%;
  align-items: center;
  margin-bottom: 15px;
}
.site-container.lt-md .expense-included-list .report-activity-item:nth-child(even),
.site-container.lt-sm .expense-included-list .report-activity-item:nth-child(even) {
  text-align: right;
}
.site-container.lt-md .expense-included-list .report-activity-item:nth-child(odd),
.site-container.lt-sm .expense-included-list .report-activity-item:nth-child(odd) {
  text-align: left;
}
.list-view-component {
  background: #fff;
  float: left;
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .list-view-component {
    box-shadow: none;
    border-radius: 0px;
  }
}
.list-view-component .active-filter {
  color: #ec2127;
}
.list-view-component .list-actions-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 15px 0;
  margin-bottom: 10px;
  height: 45px;
}
@media (min-width: 768px) {
  .list-view-component .list-actions-container {
    padding: 10px 15px 0px 15px;
  }
}
.list-view-component .list-actions-container .list-action-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.list-view-component .list-actions-container .list-actions-left-section {
  display: flex;
  align-items: center;
  width: 23%;
}
@media (min-width: 576px) {
  .list-view-component .list-actions-container .list-actions-left-section {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .list-view-component .list-actions-container .list-actions-left-section {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .list-view-component .list-actions-container .list-actions-left-section {
    width: 32%;
  }
}
.list-view-component .list-actions-container .list-actions-middle-section {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.14);
  padding: 15px;
  left: 0;
  z-index: 999;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (min-width: 1024px) {
  .list-view-component .list-actions-container .list-actions-middle-section {
    z-index: 99;
    position: relative;
    background: transparent;
    box-shadow: none;
    display: inline-block;
    left: auto;
    padding: 0;
  }
}
.list-view-component .list-actions-container .list-actions-right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
  width: auto;
}
@media (min-width: 768px) {
  .list-view-component .list-actions-container .list-actions-right-section {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .list-view-component .list-actions-container .list-actions-right-section {
    width: 34%;
  }
}
.list-view-component .list-actions-container .select-all-cb {
  width: 2rem;
}
.list-view-component .list-item-list {
  padding: 15px;
  display: block;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1490196078);
  height: 110px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .list-view-component .list-item-list {
    height: auto;
    box-shadow: none;
    border-radius: 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 15px;
  }
}
.list-view-component .list-item-list.active {
  background: #ebeaff;
}
.list-view-component .list-item-list {
  border-bottom: 1px solid #e8e9ec;
}
.list-view-component .list-item-list .list-item {
  flex-grow: 1;
  margin-bottom: 0;
  align-items: center;
}
.list-view-component .list-item-list .checkbox label {
  top: 0;
}
@media (min-width: 768px) {
  .list-view-component .list-item-list .checkbox label {
    top: -8px;
  }
}
.list-view-component .list-record-result {
  position: absolute;
  background: #fff;
  top: -15px;
  border-radius: 100px;
  left: 0;
  text-align: center !important;
  padding: 6px;
  margin-left: 5px;
  margin-right: 5px;
  right: 0;
  display: flex;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .list-view-component .list-record-result {
    font-size: calc(10px - 3 * (100vw - 1440px) / 1440);
  }
}
@media (min-width: 768px) {
  .list-view-component .list-record-result {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .list-view-component .list-record-result {
    position: relative;
    border-radius: 0px;
    background: transparent;
    top: initial;
    padding: 0;
  }
}
.list-view-component .list-record-result .list-record-label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 5px;
  color: #8c8989;
}
.list-view-component .list-record-result .list-record-no {
  display: inline-block;
  letter-spacing: 0.6px;
  color: #333333;
  padding: 15px;
  font-weight: 600;
}
.list-view-component .list-dividor {
  height: 25px;
  left: 14px;
  position: relative;
  width: 16px;
  top: 1px;
  border-left: 1px solid #cecece;
}
@media (min-width: 768px) {
  .list-view-component .list-dividor {
    left: auto;
    position: absolute;
  }
}
.list-view-component.border-b-grey {
  border-bottom: 1px solid #E8E9EC;
}
.list-view-component .list-actions-container .checkbox [type=checkbox]:checked + label,
.list-view-component .list-actions-container .checkbox [type=checkbox]:not(:checked) + label {
  top: -8px;
}
.list-view-component .action-icon {
  cursor: pointer;
}
@media (min-width: 992px) {
  .list-view-component button.unfill-download-button {
    padding: 5px 12px;
  }
}
.list-view-component button.unfill-download-button:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 10px;
  border-right: 1.5px solid #e8e9ec;
  right: -8%;
  top: -6px;
}
@media (min-width: 768px) {
  .list-view-component button.unfill-download-button:after {
    content: none;
    right: -13%;
  }
}
.list-item-label {
  color: #7a869a;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .list-item-label {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
@media (min-width: 992px) {
  .list-item-label {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .list-item-label {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.list-item-content {
  color: #091e42;
  max-width: 100%;
  -moz-transition: white-space 0.3s;
  -webkit-transition: white-space 0.3s;
  transition: white-space 0.3s;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .list-item-content {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
@media (min-width: 375px) {
  .list-item-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
  }
}
@media (min-width: 375px) and (min-width: 576px) {
  .list-item-content {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
@media (min-width: 576px) {
  .list-item-content {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .list-item-content {
    max-width: 100%;
  }
}
.list-item-content:hover {
  white-space: normal !important;
  word-wrap: break-word;
}
.site-container.lt-md .list-record-result,
.site-container.lt-sm .list-record-result {
  display: block;
  width: 40%;
  margin: auto;
}
.site-container.lt-md .list-middle-top,
.site-container.lt-sm .list-middle-top {
  width: 44% !important;
  position: relative !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.site-container.lt-md .exp-mgt-record,
.site-container.lt-sm .exp-mgt-record {
  top: -72px;
}
.site-container.lt-md app-expense-admin-report .positive-outline-button,
.site-container.lt-sm app-expense-admin-report .positive-outline-button,
.site-container.lt-md app-enterpise-admin-report .positive-outline-button,
.site-container.lt-sm app-enterpise-admin-report .positive-outline-button {
  padding: 5px 10px;
  margin-left: 20px !important;
}
.site-container.lt-md app-expense-admin-report .negative-outline-button,
.site-container.lt-sm app-expense-admin-report .negative-outline-button,
.site-container.lt-md app-enterpise-admin-report .negative-outline-button,
.site-container.lt-sm app-enterpise-admin-report .negative-outline-button {
  padding: 5px 10px;
  margin-left: 8px !important;
}
.site-container.lt-md .list-item-content,
.site-container.lt-sm .list-item-content {
  line-height: 15px;
}
.site-container.lt-md .checkbox-mobile,
.site-container.lt-sm .checkbox-mobile {
  position: absolute;
  top: 15px;
  left: 15px;
}
.site-container.lt-md .mobile-date,
.site-container.lt-sm .mobile-date {
  position: absolute;
  top: 21px;
  left: 45px;
}
.site-container.lt-md .mobile-checkstatus,
.site-container.lt-sm .mobile-checkstatus {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
}
.site-container.lt-md .mobile-payment-status,
.site-container.lt-sm .mobile-payment-status {
  position: absolute;
  top: 45px;
  right: 15px;
  text-align: right;
}
.site-container.lt-md .mobile-payment-status .list-item-content,
.site-container.lt-sm .mobile-payment-status .list-item-content {
  background: none;
  padding: 0;
}
.site-container.lt-md .mobile-amount,
.site-container.lt-sm .mobile-amount {
  position: absolute;
  top: 45px;
  left: 15px;
  text-align: left;
}
.site-container.lt-md .mobile-amount .list-item-content,
.site-container.lt-sm .mobile-amount .list-item-content {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .site-container.lt-md .mobile-amount .list-item-content,
  .site-container.lt-sm .mobile-amount .list-item-content {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.site-container.lt-md .mobile-amount .list-item-content,
.site-container.lt-sm .mobile-amount .list-item-content {
  color: #091e42;
}
@media (min-width: 768px) {
  .site-container.lt-md .mobile-amount .list-item-content,
  .site-container.lt-sm .mobile-amount .list-item-content {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .site-container.lt-md .mobile-amount .list-item-content,
  .site-container.lt-sm .mobile-amount .list-item-content {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.site-container.lt-md .mobile-vendor,
.site-container.lt-sm .mobile-vendor {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.site-container.lt-md .mobile-more,
.site-container.lt-sm .mobile-more {
  position: absolute;
  right: 10px;
  top: 15px;
}
.site-container.lt-md .expense-management-middle,
.site-container.lt-sm .expense-management-middle {
  position: relative;
  box-shadow: none;
  width: 44%;
  padding: 0;
  z-index: 0;
}
.site-container.lt-md .admin-list-result,
.site-container.lt-sm .admin-list-result {
  top: -15px !important;
}
.site-container.lt-md .expense-management-right .list-record-result,
.site-container.lt-sm .expense-management-right .list-record-result {
  top: -72px;
}
.site-container.lt-md .enkash-list-view-container,
.site-container.lt-sm .enkash-list-view-container {
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-row-item {
  border-radius: 12px;
  padding: 15px;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.0901960784);
  margin: 0 0 15px 0;
  height: 130px;
  display: flex;
  align-content: space-between;
}
@media (min-width: 992px) {
  .list-row-item {
    margin: 15px;
    height: auto;
  }
}
.list-row-item.list-row-without-shadow {
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid #e8e9ec;
}
.list-row-item.list-row-with-border {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 6px;
  border-bottom: 1px solid transparent;
  margin: 15px;
}
@media (min-width: 992px) {
  .list-row-item.list-row-with-border {
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #e8e9ec;
    margin: 0 15px;
  }
}
.list-row-item.list-row-with-border:first-child {
  border-bottom: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
}
.list-row-section {
  display: inline-block;
  position: relative;
}
.list-row-section:nth-child(even) {
  width: 94%;
  outline: none;
  margin: auto;
}
.list-row-section:hover {
  outline: none;
}
.invoice-list-rom {
  width: 100%;
}
.invoice-list-rom + .invoice-list-rom {
  padding-top: 1.2rem;
}
.list-row-item .dropdown ul {
  left: -480% !important;
  width: 113px;
}
@media (min-width: 576px) {
  .list-row-item .dropdown ul {
    left: -600% !important;
  }
}
@media (min-width: 768px) {
  .list-row-item .dropdown ul {
    left: -50% !important;
  }
}
.right-space {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .right-space {
    padding-right: 15px;
  }
}
.list-row-item.highlighted-row-item {
  background: #ebeaff;
}
.list-row-item.disabled {
  background: #F5F6FA 0% 0% no-repeat padding-box !important;
}
.list-row-item[highlight=active] {
  background: #ebeaff;
}
.list-row-item:hover {
  background: #ebeaff;
}
.view-more-button {
  max-width: 20px;
  max-height: 20px;
}
.list-text-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .list-text-label {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.list-text-label {
  letter-spacing: 0;
  color: #515978;
}
.list-action-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .list-action-label {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.list-action-label {
  letter-spacing: 0.65px;
  color: #2500d7;
  cursor: pointer;
}
.close-button {
  position: absolute;
  top: -18px;
  bottom: 0;
  right: 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .close-button {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.close-button {
  letter-spacing: 0.6px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-icon-invoice {
  width: 18px;
  height: 20px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .filter-icon-invoice {
    width: 15px;
    height: 13px;
    margin-top: auto;
  }
}
.theree-dots {
  height: 15px;
  margin: 0 auto;
}
.enkash-main-container .list-row-item {
  margin: 0;
  margin-bottom: 15px;
}
.expense-management-right .delete {
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .expense-management-right .delete {
    padding-left: 12rem;
  }
}
.list-actions-right-section .unfill-download-button {
  border: 1px solid #2500d7;
  color: #2500d7;
}
.list-actions-right-section .update-outline-button,
.list-actions-right-section .gst-primary-outline-button {
  border: 1px solid #2500d7;
  color: #2500d7;
}
.expense-management-container .list-actions-container {
  padding: 20px 0 15px 0;
}
@media (min-width: 768px) {
  .expense-management-container .list-actions-container {
    padding: 15px 0 5px 0;
  }
}
.policy-list-container .list-actions-container {
  padding: 20px 0 15px 0;
}
@media (min-width: 768px) {
  .policy-list-container .list-actions-container {
    padding: 15px 0 5px 0;
  }
}
@media (min-width: 470px) {
  app-users .list-actions-middle-section {
    width: 70% !important;
  }
}
@media (min-width: 470px) and (min-width: 1200px) {
  app-users .list-actions-middle-section {
    width: 75% !important;
  }
}
@media (max-width: 1024px) {
  app-users .list-view-component button.unfill-download-button:after {
    display: none !important;
  }
}
app-users .list-actions-left-section {
  width: 30% !important;
}
@media (min-width: 1200px) {
  app-users .list-actions-left-section {
    width: 25% !important;
  }
}
app-rent .list-actions-middle-section {
  width: 70% !important;
}
@media (min-width: 1200px) {
  app-rent .list-actions-middle-section {
    width: 75% !important;
  }
}
app-rent .list-actions-left-section {
  width: 30% !important;
}
@media (min-width: 1200px) {
  app-rent .list-actions-left-section {
    width: 25% !important;
  }
}
app-rent .filter-button {
  margin-left: 1.5rem;
}
.virtual-transactions-container .list-actions-container .list-actions-middle-section {
  flex: 1 0 0;
}
.inv-ref-no-block {
  padding: 5px 10px;
  background: #EAEBFD 0% 0% no-repeat padding-box;
  border-radius: 18px;
  opacity: 1;
  text-align: left;
  font: normal normal 600 12px/15px Inter;
  letter-spacing: 0.71px;
  color: #2500D7;
}
.top-bar-header-wrap .form-container {
  float: left;
  width: 100%;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 15px;
}
@media (min-width: 768px) {
  .top-bar-header-wrap .form-container {
    padding: 25px;
  }
}
.profile-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .profile-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.profile-title {
  letter-spacing: 1.25px;
  color: #2500d7;
}
@media (min-width: 768px) {
  .profile-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .profile-title {
    font-size: calc(18px - 3 * (100vw - 1440px) / 1440);
  }
}
.change-password-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .change-password-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.change-password-title {
  letter-spacing: 0.04px;
  color: #7a869a;
}
.change-password-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .change-password-subtitle {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.change-password-subtitle {
  letter-spacing: 0.02px;
  color: #091e42;
}
ul.square li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #2500d7;
}
ul.square li {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  ul.square li {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
ul.square li {
  letter-spacing: 0.02px;
  color: #091e42;
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 5px;
}
.mat-control-box {
  position: relative;
}
.input-password-eyes {
  font-size: 15px;
  position: absolute;
  top: 13px;
  right: 15px;
}
.input-password-eyes .fa-eye {
  color: #172B4D;
}
.input-password-eyes .fa-eye-slash {
  color: #d7d8dd;
}
.chnage-password-instruction {
  padding-left: 8rem !important;
}
@media (min-width: 1200px) {
  .chnage-password-instruction {
    padding-left: 8.5rem !important;
  }
}
.chnage-password-instruction {
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-top: -10%;
}
.my-profile-section {
  background: #fff 0% 0% no-repeat padding-box;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1019607843);
  padding: 25px;
  position: relative;
}
.my-profile-pic {
  background: rgba(61, 154, 226, 0.2);
  width: 150px;
  height: 150px;
  border-radius: 100px;
  padding: 25px;
}
.my-profile-middle-section {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1019607843);
  padding: 25px;
  border-radius: 10px;
}
.my-profile-edit {
  position: absolute;
  right: 40px;
  top: 40px;
}
.my-profile-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .my-profile-title {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.my-profile-title {
  letter-spacing: 0.8px;
  color: #091e42;
}
.my-profile-bottom-section {
  width: 100%;
}
.horizontal-tab-menu {
  width: 25%;
}
.horizontal-tab-menu ul li {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .horizontal-tab-menu ul li {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.horizontal-tab-menu ul li {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #777777;
  padding: 10px 12px;
  border-bottom: 1px solid #dfe1e6;
  margin-right: 25px;
  border-left: 5px solid transparent;
  position: relative;
}
.horizontal-tab-menu ul li.active {
  border-left: 5px solid #2500d7;
  color: #2500d7;
}
.horizontal-tab-menu ul li.active:after {
  position: absolute;
  right: -26px;
  top: -1px;
  content: "";
  height: 39.6px;
  background: #fff;
  width: 27px;
  border-top: 1px solid #dfe1e6;
  border-bottom: 1px solid #dfe1e6;
}
.horizontal-tab-menu ul li:first-child.active {
  border-top: 1px solid #dfe1e6;
}
.horizontal-tab-content {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #dfe1e6;
  border-radius: 4px;
  width: 75%;
  border-top-left-radius: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .horizontal-tab-content {
    padding: 25px;
  }
}
.link-to-gstin {
  background: #fdb101;
  padding: 20px;
  color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
}
.gstin-text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .gstin-text {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.gstin-text {
  letter-spacing: 0.7px;
  color: #fff;
  width: 75%;
}
.my-profile-transaction-report {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .my-profile-transaction-report {
    font-size: calc(15px - 3 * (100vw - 1440px) / 1440);
  }
}
.my-profile-transaction-report {
  letter-spacing: 0.8px;
  color: #0050ff;
}
.my-profile-download-option {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 11px rgba(51, 51, 51, 0.1215686275);
  border: 1px solid #d7dae2;
  border-radius: 4px;
  padding: 15px;
  position: absolute;
  top: 40px;
  width: 97%;
  z-index: 9;
}
.format-text {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .format-text {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.format-text {
  color: #091e42;
  opacity: 0.93;
}
.horizontal-tab-content-item {
  position: relative;
}
.site-container.lt-md .my-profile-download-option,
.site-container.lt-sm .my-profile-download-option {
  flex-direction: column;
  align-items: flex-start !important;
}
.site-container.lt-md .my-profile-middle-section,
.site-container.lt-sm .my-profile-middle-section {
  flex-direction: column;
}
.site-container.lt-md .my-profile-top-section,
.site-container.lt-sm .my-profile-top-section {
  padding-left: 0px !important;
  margin-bottom: 10px;
}
.site-container.lt-md .my-profile-info,
.site-container.lt-sm .my-profile-info {
  flex-direction: column;
  align-items: flex-start !important;
}
.site-container.lt-md .my-profile-info .my-profile-list + .my-profile-list,
.site-container.lt-sm .my-profile-info .my-profile-list + .my-profile-list {
  margin-top: 10px;
}
.site-container.lt-md .horizontal-tab-accordian,
.site-container.lt-sm .horizontal-tab-accordian {
  flex-direction: column;
}
.site-container.lt-md .horizontal-tab-accordian .horizontal-tab-menu,
.site-container.lt-sm .horizontal-tab-accordian .horizontal-tab-menu {
  width: 100%;
}
.site-container.lt-md .horizontal-tab-accordian .horizontal-tab-content,
.site-container.lt-sm .horizontal-tab-accordian .horizontal-tab-content {
  width: 100%;
  margin-top: 20px;
}
.site-container.lt-md .link-to-gstin,
.site-container.lt-sm .link-to-gstin {
  flex-direction: column;
}
.site-container.lt-md .gstin-text,
.site-container.lt-sm .gstin-text {
  width: 100%;
  margin-bottom: 20px;
}
.site-container.lt-md .horizontal-tab-menu ul li,
.site-container.lt-sm .horizontal-tab-menu ul li {
  margin-right: 0;
}
.site-container.lt-md .horizontal-tab-menu ul li.active:after,
.site-container.lt-sm .horizontal-tab-menu ul li.active:after {
  content: none;
}
.site-container.lt-md .my-profile-title,
.site-container.lt-sm .my-profile-title {
  text-align: center;
  margin-bottom: 10px;
}
.model-upload {
  width: 600px;
}
.document-upload-items {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .document-upload-items {
    width: 250px;
    margin-bottom: 0;
  }
}
.document-upload-items ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.document-upload-items ul::-webkit-scrollbar {
  display: none;
}
.document-upload-items ul li {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .document-upload-items ul li {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.document-upload-items ul li {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #777777;
  padding: 10px 10px 10px 25px;
  position: relative;
  background: #f5f5f5;
  margin-bottom: 25px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 20px;
}
.document-upload-items ul li .list-content {
  display: flex;
}
.document-upload-items ul li .list-content .title {
  width: 85%;
  display: inline-flex;
  margin-bottom: 0px !important;
}
.document-upload-items ul li .list-content .icon {
  width: 15%;
  display: inline-flex;
}
.document-upload-items ul li.active {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: -2px 1px 6px 1px rgba(0, 0, 0, 0.1019607843);
  color: #0052cc;
  width: 250px;
  margin-left: 5px;
}
.document-upload-items ul li.active:after {
  content: "";
  height: 38px;
  width: 16px;
  background: #fff;
  position: absolute;
  right: -8px;
  top: 0px;
}
.document-upload-items ul li img {
  margin-top: -3px;
  width: 20px;
}
.document-upload-items .document-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .document-upload-items .document-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.document-upload-items .document-title {
  color: #2500d7;
  letter-spacing: 1.25px;
}
.document-upload-content {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .document-upload-content {
    width: 325px;
  }
}
.document-upload-content .plain-upload-button {
  background: #fff;
}
.document-outline {
  background: #fff 0% 0% no-repeat padding-box;
  border: 2px dashed #dfe1e6;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.upload-drag-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .upload-drag-title {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.upload-drag-title {
  letter-spacing: 0.7px;
  color: #091e42;
}
.upload-drag-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .upload-drag-subtitle {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.upload-drag-subtitle {
  letter-spacing: 0.6px;
  color: #091e42;
}
.upload-main-container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .upload-main-container {
    flex-direction: row;
  }
}
.max-width-80 {
  max-width: 80px;
}
.document-main-container {
  margin: 0;
}
@media (min-width: 768px) {
  .document-main-container {
    margin: 20px 30px 20px 30px;
  }
}
.my-profile-list:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .my-profile-list:first-child {
    width: 30%;
  }
}
.my-profile-list:nth-child(2) {
  width: 100%;
  margin: 20px 0 !important;
}
@media (min-width: 768px) {
  .my-profile-list:nth-child(2) {
    width: 12%;
    margin: auto 30px !important;
  }
}
.my-profile-list:last-child {
  width: 100%;
  margin-top: 0px !important;
}
@media (min-width: 768px) {
  .my-profile-list:last-child {
    width: 55%;
  }
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.card-list-view-container {
  margin-top: 2rem;
}
.enkash-card-container {
  width: 342px;
  height: 188px;
  background-color: #4a6582;
  border-radius: 10px;
  opacity: 1;
  padding: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.enkash-card-container .pill-button-primary {
  background-color: #2500d7 !important;
  color: #fcfdfe !important;
  border: none !important;
}
.enkash-card-container .pill-button-secondary {
  background-color: rgba(44, 76, 109, 0.2) !important;
  color: #091e42 !important;
  border: none !important;
}
.enkash-card-container .setting-icon {
  display: none;
}
.enkash-card-container.active {
  background-color: #fff;
  z-index: 99;
  position: relative;
  margin-top: -10px;
  box-shadow: 1px 4px 13px rgba(44, 76, 109, 0.1607843137);
}
.enkash-card-container.active .card-holder-name,
.enkash-card-container.active .card-holder-number,
.enkash-card-container.active .card-holder-amount,
.enkash-card-container.active .card-holder-validity-cvv {
  color: #091e42;
  opacity: 1;
}
.enkash-card-container.active .setting-icon {
  display: block;
}
.card-holder-name {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .card-holder-name {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.card-holder-name {
  letter-spacing: 0.65px;
  color: #fff;
  max-width: 240px;
}
.card-holder-number {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .card-holder-number {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.card-holder-number {
  letter-spacing: 1px;
  word-spacing: 0.8rem;
  color: #fff;
}
.card-holder-amount {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .card-holder-amount {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
.card-holder-amount {
  color: #fff;
}
.card-holder-validity-cvv {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .card-holder-validity-cvv {
    font-size: calc(1.1rem - 3 * (100vw - 1440px) / 1440);
  }
}
.card-holder-validity-cvv {
  letter-spacing: 0.65px;
  color: #fff;
}
.card-holder-validity-cvv .card-validity {
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .card-holder-validity-cvv .card-validity {
    font-size: calc(1.3rem - 3 * (100vw - 1440px) / 1440);
  }
}
.card-holder-validity-cvv .cvv-number {
  width: 3rem;
  color: inherit;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .card-holder-validity-cvv .cvv-number {
    font-size: calc(1.3rem - 3 * (100vw - 1440px) / 1440);
  }
}
.card-holder-validity-cvv .cvv-number {
  overflow: visible;
  padding-left: 3px;
  text-transform: uppercase;
}
.card-holder-container {
  display: flex;
  overflow-x: scroll;
  width: auto;
  padding: 10px 10px 17px;
  box-sizing: content-box;
}
.enkash-card-holder-container {
  display: flex;
  width: auto;
}
.enkash-card-container {
  flex: 1 0 auto;
}
.view-transactions {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .view-transactions {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.view-transactions {
  letter-spacing: 0.7px;
  color: #2500d7;
  width: 185px;
}
.enkash-bottom-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.168627451);
  border-radius: 4px;
  opacity: 1;
  padding: 30px 20px 20px 20px;
  z-index: 9;
  position: relative;
}
.enkash-bottom-container.main-card-holder {
  min-height: calc(100vh - 110px);
}
.filter-button.cards-theme,
.unfill-download-button {
  color: #2500d7 !important;
  border: 1px solid #2500d7;
}
.card-balance-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .card-balance-section {
    flex-direction: row;
  }
}
.balance-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(44, 76, 109, 0.07);
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  cursor: pointer;
  margin-right: 5px;
}
.balance-card.disabled {
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .balance-card {
    width: 32%;
  }
}
.balance-title {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .balance-title {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.balance-title {
  letter-spacing: 0.65px;
  color: #7A869A;
}
.setting-balance-title {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .setting-balance-title {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
.setting-balance-title {
  letter-spacing: 0;
  color: #172B4D;
}
.balance-amount {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .balance-amount {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.balance-amount {
  letter-spacing: 0.7px;
  color: #091e42;
}
.transaction-toggle .mat-form-field-infix {
  width: 288px !important;
}
@media (min-width: 768px) {
  .transaction-toggle .mat-form-field-infix {
    width: 300px !important;
  }
}
.transaction-toggle .mat-form-field-infix {
  padding: 7px 10px !important;
  border: 1px solid #DCDDE0;
  border-radius: 5px;
  height: 42px;
}
.transaction-toggle .mat-form-field-appearance-legacy .mat-form-field-underline {
  height: 0;
}
.transaction-toggle .mat-select-value-text span {
  background: rgba(44, 76, 109, 0.09);
  border-radius: 100px;
  letter-spacing: 0.55px;
  color: #091e42;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
}
.transaction-toggle .mat-select-value-text span div {
  display: inline-block;
  max-width: 146px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.transaction-toggle .mat-control-box .mat-select .mat-select-value {
  height: 25px;
  vertical-align: middle;
}
.contact-admin {
  background: #CED4DB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.168627451);
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .contact-admin {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.contact-admin {
  letter-spacing: 0.7px;
  color: #2C4C6D;
  padding: 15px 50px;
  outline: none;
  border: none;
}
.card-action-button .plain-secondary-button {
  color: #2500d7 !important;
  border: 1px solid #2500d7 !important;
}
.card-action-button .gst-primary-submit {
  background-color: #2500d7 !important;
  color: #fff;
}
.label-caption {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .label-caption {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.label-caption {
  letter-spacing: 0.6px;
  color: #2500D7;
}
mat-slider {
  width: 100%;
}
.book-title {
  letter-spacing: 0.6px;
  color: #091e42;
  opacity: 0.49;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .book-title {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
.book-decription {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .book-decription {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.book-decription {
  letter-spacing: 0.65px;
  color: #091e42;
  opacity: 0.8;
}
.keko-table td {
  padding: 5px 35px;
}
.apply-now {
  background: #2500d7 0% 0% no-repeat padding-box;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .apply-now {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.apply-now {
  padding: 12px 20px;
  letter-spacing: 0.95px;
  color: #fcfdfe;
  text-decoration: none;
}
.apply-now:hover {
  text-decoration: none;
  color: #fcfdfe;
}
.otp-image {
  width: 250px;
  height: 230px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
div.otp-verified {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
div.otp-verified > p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
div.otp-verified > p.multi-line-modal-para {
  font-size: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
div.otp-verified > img {
  max-width: 25px;
  display: block;
  margin-right: 7px;
}
div.resendOTP > p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
.offer-title-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
}
.coupan-desc {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .coupan-desc {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.coupan-desc {
  letter-spacing: 0.65px;
  color: #091e42;
  opacity: 0.8;
}
.cards-theme-link {
  color: #2500d7;
}
app-card {
  margin-right: 2rem;
}
.transaction-currency .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 6px;
}
.corporate-page-over-lay-panel-bottom {
  margin: 0% !important;
  min-width: auto !important;
}
.card-page-over-lay-panel-bottom {
  margin: -18px 0 !important;
  position: relative;
  left: 0;
  min-width: auto !important;
}
@media (min-width: 1320px) {
  .card-page-over-lay-panel-bottom {
    left: -7%;
  }
}
@media (min-width: 1366px) {
  .card-page-over-lay-panel-bottom {
    left: -10%;
  }
}
@media (min-width: 1500px) {
  .card-page-over-lay-panel-bottom {
    left: -33%;
  }
}
@media (min-width: 1600px) {
  .card-page-over-lay-panel-bottom {
    left: -35%;
  }
}
@media (min-width: 1700px) {
  .card-page-over-lay-panel-bottom {
    left: -37%;
  }
}
@media (min-width: 1900px) {
  .card-page-over-lay-panel-bottom {
    left: -40%;
  }
}
.currency-over-lay-panel-bottom {
  margin: -10px 0 !important;
  position: relative;
  min-width: auto !important;
  left: 0;
}
@media (min-width: 1320px) {
  .currency-over-lay-panel-bottom {
    left: -7%;
  }
}
@media (min-width: 1366px) {
  .currency-over-lay-panel-bottom {
    left: -10%;
  }
}
@media (min-width: 1500px) {
  .currency-over-lay-panel-bottom {
    left: -33%;
  }
}
@media (min-width: 1600px) {
  .currency-over-lay-panel-bottom {
    left: -35%;
  }
}
@media (min-width: 1700px) {
  .currency-over-lay-panel-bottom {
    left: -37%;
  }
}
@media (min-width: 1900px) {
  .currency-over-lay-panel-bottom {
    left: -40%;
  }
}
div.currency-over-lay-panel-bottom-margin-adjust {
  margin: 0.5rem 0 0 !important;
}
div.card-page-over-lay-panel-bottom-margin-adjust {
  margin: 0 !important;
}
div.corporate-page-over-lay-panel-bottom-margin-adjust {
  margin-top: -1.2rem !important;
}
.summary-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px 0px;
  gap: 20px;
}
.summary-cards-container .summary-card {
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 1rem;
  flex: 1;
  border-left: 8px solid #5e687d;
}
.summary-cards-container .summary-card-header {
  font-size: 1.2rem;
  font-weight: 600;
  color: #091E42;
  margin-bottom: 10px;
  padding-left: 5px;
}
.summary-cards-container .summary-card-header .success {
  color: #36B37E;
}
.summary-cards-container .summary-card-header .pending {
  color: #FE9118;
}
.summary-cards-container .summary-card-content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.summary-cards-container .vertical-line {
  border-left: 1px solid #E9EAEC;
  height: 35px;
  margin: 0px 20px;
}
.summary-cards-container .card-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  text-align: center;
  position: relative;
}
.summary-cards-container .item-title {
  font-size: 1.2rem;
  color: #192744;
  margin-bottom: 5px;
}
.summary-cards-container .item-value {
  font-size: 1.2rem;
  font-weight: 500;
  color: #091E42;
}
.summary-cards-container .item-value .rupee-icon {
  height: 10px;
  margin-right: 2px;
}
.summary-cards-container .info-btn {
  position: absolute;
  top: 15px;
  right: 12px;
}
@media (max-width: 768px) {
  .summary-cards-container {
    flex-direction: column;
  }
}
.top-bar-action-button {
  cursor: pointer;
  font-weight: 600;
  align-self: center;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #2500d7;
  border: 1px solid #2500D7;
  border-radius: 10rem;
  line-height: 1.75rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
}
.top-bar-action-button.payment-btn {
  background-color: #2500D7;
  color: #ffffff;
}
.top-bar-action-button img {
  height: 11px;
  margin-right: 4px;
}
.utility-icon-btn {
  padding: 1px;
  display: inline-block;
  text-align: center;
  background: none;
  border: none;
}
.utility-icon-btn img {
  background: #F5F6FA;
  border-radius: 8px;
  height: 30px !important;
  width: 30px !important;
  padding: 3px;
}
.utility-icon-btn img:hover {
  background: #fff !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137) !important;
}
.utility-icon-btn .default-image {
  display: block;
}
.utility-icon-btn .hover-image {
  display: none;
}
.utility-icon-btn:hover .default-image {
  display: none;
}
.utility-icon-btn:hover .hover-image {
  display: block;
}
.quick-filter-button {
  color: #021744;
  border-radius: 20px !important;
  border: 1px solid #C3C7D0 !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  background: none;
  padding: 5px 15px;
}
.table-action.dropdown-menu li.details:hover {
  color: #2500D7 !important;
  background-color: #EBEAFF !important;
}
.table-action.dropdown-menu li .default-image {
  display: block;
  height: 20px;
}
.table-action.dropdown-menu li .hover-image {
  display: none;
  height: 20px;
}
.table-action.dropdown-menu li:hover .default-image {
  display: none;
}
.table-action.dropdown-menu li:hover .hover-image {
  display: block;
}
.dropdown-toggle::after {
  display: none;
}
.w-max-content {
  letter-spacing: 0px;
  opacity: 1;
  font-size: 14px;
}
.options-icon {
  padding: 8px;
  background: #F5F6FA;
  border-radius: 6px;
}
.no-wrap-ellipses {
  overflow: visible !important;
  text-overflow: initial !important;
  white-space: break-spaces !important;
}
:root {
  --theme-primary-color: #2500D7;
  --theme-secondary-color: #6c757d;
}
.custom-border-radio .radio-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 22px;
  border: 1px solid #EFEFF1;
  border-radius: 8px;
  opacity: 1;
  padding: 7px 9px 3px 10px;
}
.custom-border-radio .radio-group-minimal {
  border: none;
  background: none;
}
.custom-border-radio .radio-group input[type=radio] {
  display: none;
}
.custom-border-radio .radio-group label {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-size: 11.5px;
  color: #5E687D;
  opacity: 1;
  font-weight: 600;
  -webkit-user-select: none;
  user-select: none;
  letter-spacing: 0px;
}
.custom-border-radio .radio-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  background: white;
}
.custom-border-radio .radio-group input[type=radio]:checked + label::before {
  border: 4px solid var(--theme-primary-color);
}
.custom-border-radio .radio-group input[type=radio]:not(:checked) + label::before {
  border-color: var(--theme-secondary-color);
}
.custom-border-radio .checked {
  background: #F5F6FA 0% 0% no-repeat padding-box;
}
.table-v2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  background: #fff;
}
.table-v2 thead {
  background: #f7f8fa;
}
.table-v2 th {
  font-weight: 600;
  color: #667085;
}
.table-v2 th,
.table-v2 td {
  padding: 14px 16px;
  border-bottom: 1px solid #eef0f3;
  text-align: left;
  vertical-align: middle;
  max-height: 50px;
  overflow: hidden;
}
.table-v2 tbody tr:hover td {
  background: #fafafa;
  cursor: pointer;
  max-height: 50px;
}
.table-v2 td {
  padding: 0px 16px !important;
}
.table-v2 .overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-v2 .overflow:hover {
  white-space: normal;
}
.edit-btn {
  cursor: pointer;
  opacity: 0.7;
}
.edit-btn:hover {
  opacity: 1;
}
.table-v2 tbody tr {
  height: 50px;
}
.table-v2 tbody td {
  height: 50px;
  overflow: hidden;
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.enkash-content-container {
  z-index: 998;
}
@media (min-width: 768px) {
  .enkash-content-container {
    padding-top: 0;
  }
}
app-rental-detail,
app-manage-owner-detail,
app-manage-owner,
app-add-owner,
app-admin-config,
app-manage-owner-bulk-upload,
app-branches,
app-branch-details,
app-bulk-upload,
app-branch-update,
app-reward-details,
app-reward,
app-my-profile .my-profile-My-Profile,
app-apply-card,
app-bank-cards,
app-add-or-edit-card,
app-dashboard-cards,
app-enkash-cards,
app-create-profile-page,
app-add-card,
app-add-user,
app-card-statement,
app-card-holder,
app-change-password,
app-seamless-banking,
app-linked-accounts,
app-utpaymentlist-component,
app-bulk-upload-utility-payments,
app-utility-detail-page,
app-rentalpayment,
#buld-upload-page.Vendor,
app-my-profile .my-profile-View-Details,
app-beneficiaries-component,
app-manage-user,
app-expense-details,
app-employee-details,
app-expense-settlement,
app-external-settlement,
app-bulk-external-settlement,
app-expense-report-model,
app-add-expense-model,
app-policy,
app-expense-management,
app-billers-component,
app-biller-detail-modal,
.add-biller-container,
app-bulk-upload-biller,
app-gstpayment-detail,
app-gst-payments,
.create-invoice-receive,
.bulk-upload-invoice-receive,
.edit-invoice-receive,
.payment-type-receive,
.invoice-details-receive,
.add-vendor-receive,
app-create-invoice,
app-bulk-upload-invoice,
app-edit-invoice,
app-create-express-payment-link,
app-invoicelist-component,
app-invoice-detail,
app-bulkcollect-component,
.add-vendor-pay,
app-create-account,
app-get-started-with-enkash,
app-upgrade-card {
  position: relative;
  width: 100%;
  float: left;
  height: 40%;
  padding-top: 0;
}
@media (min-width: 576px) {
  app-rental-detail,
  app-manage-owner-detail,
  app-manage-owner,
  app-add-owner,
  app-admin-config,
  app-manage-owner-bulk-upload,
  app-branches,
  app-branch-details,
  app-bulk-upload,
  app-branch-update,
  app-reward-details,
  app-reward,
  app-my-profile .my-profile-My-Profile,
  app-apply-card,
  app-bank-cards,
  app-add-or-edit-card,
  app-dashboard-cards,
  app-enkash-cards,
  app-create-profile-page,
  app-add-card,
  app-add-user,
  app-card-statement,
  app-card-holder,
  app-change-password,
  app-seamless-banking,
  app-linked-accounts,
  app-utpaymentlist-component,
  app-bulk-upload-utility-payments,
  app-utility-detail-page,
  app-rentalpayment,
  #buld-upload-page.Vendor,
  app-my-profile .my-profile-View-Details,
  app-beneficiaries-component,
  app-manage-user,
  app-expense-details,
  app-employee-details,
  app-expense-settlement,
  app-external-settlement,
  app-bulk-external-settlement,
  app-expense-report-model,
  app-add-expense-model,
  app-policy,
  app-expense-management,
  app-billers-component,
  app-biller-detail-modal,
  .add-biller-container,
  app-bulk-upload-biller,
  app-gstpayment-detail,
  app-gst-payments,
  .create-invoice-receive,
  .bulk-upload-invoice-receive,
  .edit-invoice-receive,
  .payment-type-receive,
  .invoice-details-receive,
  .add-vendor-receive,
  app-create-invoice,
  app-bulk-upload-invoice,
  app-edit-invoice,
  app-create-express-payment-link,
  app-invoicelist-component,
  app-invoice-detail,
  app-bulkcollect-component,
  .add-vendor-pay,
  app-create-account,
  app-get-started-with-enkash,
  app-upgrade-card {
    height: 70%;
  }
}
@media (min-width: 992px) {
  app-rental-detail,
  app-manage-owner-detail,
  app-manage-owner,
  app-add-owner,
  app-admin-config,
  app-manage-owner-bulk-upload,
  app-branches,
  app-branch-details,
  app-bulk-upload,
  app-branch-update,
  app-reward-details,
  app-reward,
  app-my-profile .my-profile-My-Profile,
  app-apply-card,
  app-bank-cards,
  app-add-or-edit-card,
  app-dashboard-cards,
  app-enkash-cards,
  app-create-profile-page,
  app-add-card,
  app-add-user,
  app-card-statement,
  app-card-holder,
  app-change-password,
  app-seamless-banking,
  app-linked-accounts,
  app-utpaymentlist-component,
  app-bulk-upload-utility-payments,
  app-utility-detail-page,
  app-rentalpayment,
  #buld-upload-page.Vendor,
  app-my-profile .my-profile-View-Details,
  app-beneficiaries-component,
  app-manage-user,
  app-expense-details,
  app-employee-details,
  app-expense-settlement,
  app-external-settlement,
  app-bulk-external-settlement,
  app-expense-report-model,
  app-add-expense-model,
  app-policy,
  app-expense-management,
  app-billers-component,
  app-biller-detail-modal,
  .add-biller-container,
  app-bulk-upload-biller,
  app-gstpayment-detail,
  app-gst-payments,
  .create-invoice-receive,
  .bulk-upload-invoice-receive,
  .edit-invoice-receive,
  .payment-type-receive,
  .invoice-details-receive,
  .add-vendor-receive,
  app-create-invoice,
  app-bulk-upload-invoice,
  app-edit-invoice,
  app-create-express-payment-link,
  app-invoicelist-component,
  app-invoice-detail,
  app-bulkcollect-component,
  .add-vendor-pay,
  app-create-account,
  app-get-started-with-enkash,
  app-upgrade-card {
    height: 23%;
    padding-top: 0;
  }
}
.receive-invoice-theme .primary-submit,
.payment-container-receive .primary-submit,
.invoice-theme-confirm .delete,
.invoice-theme-confirm .approve,
.invoice-theme .primary-submit,
app-search-link-beneficiary .filter-footer .primary-submit,
app-create-invoice .plain-upload-button,
app-create-invoice .primary-submit,
app-bulk-upload-invoice .plain-upload-button,
app-bulk-upload-invoice .primary-submit,
app-edit-invoice .plain-upload-button,
app-edit-invoice .primary-submit,
app-create-express-payment-link .plain-upload-button,
app-create-express-payment-link .primary-submit,
app-invoicelist-component .slim-ui-btn-primary,
app-invoice-detail .slim-ui-btn-primary,
app-bulkcollect-component .slim-ui-btn-primary,
.add-vendor-pay .primary-submit {
  color: #fcfdfe !important;
  background-color: #2500d7 !important;
  border: 1px solid #2500d7 !important;
}
app-search-link-beneficiary .filter-footer .primary-submit:disabled,
app-create-invoice .primary-submit:disabled,
app-create-invoice .plain-upload-button:disabled,
app-create-invoice .plain-secondary-button:disabled,
app-bulk-upload-invoice .primary-submit:disabled,
app-bulk-upload-invoice .plain-upload-button:disabled,
app-bulk-upload-invoice .plain-secondary-button:disabled,
app-edit-invoice .primary-submit:disabled,
app-edit-invoice .plain-upload-button:disabled,
app-edit-invoice .plain-secondary-button:disabled,
app-create-express-payment-link .primary-submit:disabled,
app-create-express-payment-link .plain-upload-button:disabled,
app-create-express-payment-link .plain-secondary-button:disabled {
  opacity: 0.5;
}
.receive-invoice-theme .plain-secondary-button,
.payment-container-receive .plain-secondary-button,
.create-invoice-receive .plain-secondary-button,
.bulk-upload-invoice-receive .plain-secondary-button,
.edit-invoice-receive .plain-secondary-button,
.invoice-theme-confirm .plain-secondary-button,
.invoice-theme .plain-secondary-button,
app-invoice-detail .load-more,
app-invoice-detail .invoice-action-panel-top .unfill-download-button,
app-create-invoice .plain-secondary-button,
app-bulk-upload-invoice .plain-secondary-button,
app-edit-invoice .plain-secondary-button,
app-create-express-payment-link .plain-secondary-button {
  color: #2500d7 !important;
  background-color: #ebeaff !important;
  border: 1px solid #2500d7 !important;
}
app-utpaymentlist-component .list-actions-middle-section .primary-action-button:disabled,
app-bulk-upload-utility-payments .list-actions-middle-section .primary-action-button:disabled,
app-utility-detail-page .list-actions-middle-section .primary-action-button:disabled,
app-gst-payments .list-actions-middle-section .primary-action-button:disabled,
app-rentalpayment .list-actions-middle-section .primary-action-button:disabled,
.payment-type-receive .invoice-details-top-header .primary-action-button:disabled,
.invoice-details-receive .invoice-details-top-header .primary-action-button:disabled,
.payment-type-receive .list-actions-middle-section .primary-action-button:disabled,
.invoice-details-receive .list-actions-middle-section .primary-action-button:disabled,
app-invoicelist-component .invoice-details-top-header .primary-action-button:disabled,
app-invoice-detail .invoice-details-top-header .primary-action-button:disabled,
app-bulkcollect-component .invoice-details-top-header .primary-action-button:disabled,
app-invoicelist-component .list-actions-middle-section .primary-action-button:disabled,
app-invoice-detail .list-actions-middle-section .primary-action-button:disabled,
app-bulkcollect-component .list-actions-middle-section .primary-action-button:disabled,
app-rentalpayment .invoice-action-panel .primary-action-button,
app-rental-detail .list-actions-middle-section .primary-action-button,
app-rental-detail .invoice-action-panel .primary-action-button,
app-manage-owner-detail .list-actions-middle-section .primary-action-button,
app-manage-owner-detail .invoice-action-panel .primary-action-button,
app-manage-owner .list-actions-middle-section .primary-action-button,
app-manage-owner .invoice-action-panel .primary-action-button,
app-add-owner .list-actions-middle-section .primary-action-button,
app-add-owner .invoice-action-panel .primary-action-button,
app-admin-config .list-actions-middle-section .primary-action-button,
app-admin-config .invoice-action-panel .primary-action-button,
app-manage-owner-bulk-upload .list-actions-middle-section .primary-action-button,
app-manage-owner-bulk-upload .invoice-action-panel .primary-action-button,
app-rentalpayment .top-bar-action-wrapper .primary-action-button,
app-rental-detail .top-bar-action-wrapper .primary-action-button,
app-manage-owner-detail .top-bar-action-wrapper .primary-action-button,
app-manage-owner .top-bar-action-wrapper .primary-action-button,
app-add-owner .top-bar-action-wrapper .primary-action-button,
app-admin-config .top-bar-action-wrapper .primary-action-button,
app-manage-owner-bulk-upload .top-bar-action-wrapper .primary-action-button,
.filter-button,
.prepaid-card-summary-section-items .primary-action-button,
app-dashboard-cards .primary-action-button,
app-enkash-cards .primary-action-button,
app-create-profile-page .primary-action-button,
app-add-card .primary-action-button,
app-add-user .primary-action-button,
app-card-statement .primary-action-button,
app-card-holder .primary-action-button,
app-utility-detail-page .primary-action-button,
app-utpaymentlist-component .list-actions-middle-section .primary-action-button,
app-bulk-upload-utility-payments .list-actions-middle-section .primary-action-button,
app-utility-detail-page .list-actions-middle-section .primary-action-button,
app-gst-payments .list-actions-middle-section .primary-action-button,
app-rentalpayment .list-actions-middle-section .primary-action-button,
app-utpaymentlist-component .top-bar-header .primary-action-button,
app-bulk-upload-utility-payments .top-bar-header .primary-action-button,
app-utility-detail-page .top-bar-header .primary-action-button,
app-gst-payments .top-bar-header .primary-action-button,
app-rentalpayment .top-bar-header .primary-action-button,
app-beneficiaries-component .top-bar-action-wrapper .primary-action-button,
.expense-model-container .primary-action-button,
app-expense-details .gst-primary-solid-button,
app-employee-details .gst-primary-solid-button,
app-expense-settlement .gst-primary-solid-button,
app-external-settlement .gst-primary-solid-button,
app-bulk-external-settlement .gst-primary-solid-button,
app-add-report-model .gst-primary-submit,
app-expense-settlement .gst-primary-submit,
app-external-settlement .gst-primary-submit,
.expensemangement .gst-primary-solid-button,
.expensemangement .primary-action-button,
.expensemangement .gst-primary-submit,
.expense-theme-confirm .plain-secondary-button,
.expense-theme .plain-secondary-button,
app-expense-report-model .plain-secondary-button,
app-expense-report-model .gst-primary-outline-button,
app-expense-management .top-bar-header .gst-primary-outline-button,
app-billers-component .top-bar-action-wrapper .gst-primary-solid-button,
app-billers-component .top-bar-action-wrapper .primary-action-button,
app-biller-detail-modal .top-bar-action-wrapper .gst-primary-solid-button,
app-biller-detail-modal .top-bar-action-wrapper .primary-action-button,
.add-biller-container .top-bar-action-wrapper .gst-primary-solid-button,
.add-biller-container .top-bar-action-wrapper .primary-action-button,
app-bulk-upload-biller .top-bar-action-wrapper .gst-primary-solid-button,
app-bulk-upload-biller .top-bar-action-wrapper .primary-action-button,
app-gstpayment-detail .invoice-details-action-wrapper .primary-action-button,
app-gst-payments .list-actions-middle-section .gst-primary-solid-button,
app-gst-payments .top-bar-action-wrapper .gst-primary-solid-button,
app-gst-payments .top-bar-action-wrapper .primary-action-button,
.payment-type-receive .invoice-details-top-header .primary-action-button,
.invoice-details-receive .invoice-details-top-header .primary-action-button,
.payment-type-receive .list-actions-middle-section .primary-action-button,
.invoice-details-receive .list-actions-middle-section .primary-action-button,
app-invoicelist-component .invoice-details-top-header .primary-action-button,
app-invoice-detail .invoice-details-top-header .primary-action-button,
app-bulkcollect-component .invoice-details-top-header .primary-action-button,
app-invoicelist-component .list-actions-middle-section .primary-action-button,
app-invoice-detail .list-actions-middle-section .primary-action-button,
app-bulkcollect-component .list-actions-middle-section .primary-action-button,
app-invoicelist-component .top-bar-action-wrapper .primary-action-button,
app-invoice-detail .top-bar-action-wrapper .primary-action-button,
app-bulkcollect-component .top-bar-action-wrapper .primary-action-button {
  font-weight: 600;
  align-self: center;
  cursor: pointer;
  background-color: #ebeaff;
  color: #2500d7;
  border: 0.1rem solid #ebeaff;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  app-utpaymentlist-component .list-actions-middle-section .primary-action-button:disabled,
  app-bulk-upload-utility-payments .list-actions-middle-section .primary-action-button:disabled,
  app-utility-detail-page .list-actions-middle-section .primary-action-button:disabled,
  app-gst-payments .list-actions-middle-section .primary-action-button:disabled,
  app-rentalpayment .list-actions-middle-section .primary-action-button:disabled,
  .payment-type-receive .invoice-details-top-header .primary-action-button:disabled,
  .invoice-details-receive .invoice-details-top-header .primary-action-button:disabled,
  .payment-type-receive .list-actions-middle-section .primary-action-button:disabled,
  .invoice-details-receive .list-actions-middle-section .primary-action-button:disabled,
  app-invoicelist-component .invoice-details-top-header .primary-action-button:disabled,
  app-invoice-detail .invoice-details-top-header .primary-action-button:disabled,
  app-bulkcollect-component .invoice-details-top-header .primary-action-button:disabled,
  app-invoicelist-component .list-actions-middle-section .primary-action-button:disabled,
  app-invoice-detail .list-actions-middle-section .primary-action-button:disabled,
  app-bulkcollect-component .list-actions-middle-section .primary-action-button:disabled,
  app-rentalpayment .invoice-action-panel .primary-action-button,
  app-rental-detail .list-actions-middle-section .primary-action-button,
  app-rental-detail .invoice-action-panel .primary-action-button,
  app-manage-owner-detail .list-actions-middle-section .primary-action-button,
  app-manage-owner-detail .invoice-action-panel .primary-action-button,
  app-manage-owner .list-actions-middle-section .primary-action-button,
  app-manage-owner .invoice-action-panel .primary-action-button,
  app-add-owner .list-actions-middle-section .primary-action-button,
  app-add-owner .invoice-action-panel .primary-action-button,
  app-admin-config .list-actions-middle-section .primary-action-button,
  app-admin-config .invoice-action-panel .primary-action-button,
  app-manage-owner-bulk-upload .list-actions-middle-section .primary-action-button,
  app-manage-owner-bulk-upload .invoice-action-panel .primary-action-button,
  app-rentalpayment .top-bar-action-wrapper .primary-action-button,
  app-rental-detail .top-bar-action-wrapper .primary-action-button,
  app-manage-owner-detail .top-bar-action-wrapper .primary-action-button,
  app-manage-owner .top-bar-action-wrapper .primary-action-button,
  app-add-owner .top-bar-action-wrapper .primary-action-button,
  app-admin-config .top-bar-action-wrapper .primary-action-button,
  app-manage-owner-bulk-upload .top-bar-action-wrapper .primary-action-button,
  .filter-button,
  .prepaid-card-summary-section-items .primary-action-button,
  app-dashboard-cards .primary-action-button,
  app-enkash-cards .primary-action-button,
  app-create-profile-page .primary-action-button,
  app-add-card .primary-action-button,
  app-add-user .primary-action-button,
  app-card-statement .primary-action-button,
  app-card-holder .primary-action-button,
  app-utility-detail-page .primary-action-button,
  app-utpaymentlist-component .list-actions-middle-section .primary-action-button,
  app-bulk-upload-utility-payments .list-actions-middle-section .primary-action-button,
  app-utility-detail-page .list-actions-middle-section .primary-action-button,
  app-gst-payments .list-actions-middle-section .primary-action-button,
  app-rentalpayment .list-actions-middle-section .primary-action-button,
  app-utpaymentlist-component .top-bar-header .primary-action-button,
  app-bulk-upload-utility-payments .top-bar-header .primary-action-button,
  app-utility-detail-page .top-bar-header .primary-action-button,
  app-gst-payments .top-bar-header .primary-action-button,
  app-rentalpayment .top-bar-header .primary-action-button,
  app-beneficiaries-component .top-bar-action-wrapper .primary-action-button,
  .expense-model-container .primary-action-button,
  app-expense-details .gst-primary-solid-button,
  app-employee-details .gst-primary-solid-button,
  app-expense-settlement .gst-primary-solid-button,
  app-external-settlement .gst-primary-solid-button,
  app-bulk-external-settlement .gst-primary-solid-button,
  app-add-report-model .gst-primary-submit,
  app-expense-settlement .gst-primary-submit,
  app-external-settlement .gst-primary-submit,
  .expensemangement .gst-primary-solid-button,
  .expensemangement .primary-action-button,
  .expensemangement .gst-primary-submit,
  .expense-theme-confirm .plain-secondary-button,
  .expense-theme .plain-secondary-button,
  app-expense-report-model .plain-secondary-button,
  app-expense-report-model .gst-primary-outline-button,
  app-expense-management .top-bar-header .gst-primary-outline-button,
  app-billers-component .top-bar-action-wrapper .gst-primary-solid-button,
  app-billers-component .top-bar-action-wrapper .primary-action-button,
  app-biller-detail-modal .top-bar-action-wrapper .gst-primary-solid-button,
  app-biller-detail-modal .top-bar-action-wrapper .primary-action-button,
  .add-biller-container .top-bar-action-wrapper .gst-primary-solid-button,
  .add-biller-container .top-bar-action-wrapper .primary-action-button,
  app-bulk-upload-biller .top-bar-action-wrapper .gst-primary-solid-button,
  app-bulk-upload-biller .top-bar-action-wrapper .primary-action-button,
  app-gstpayment-detail .invoice-details-action-wrapper .primary-action-button,
  app-gst-payments .list-actions-middle-section .gst-primary-solid-button,
  app-gst-payments .top-bar-action-wrapper .gst-primary-solid-button,
  app-gst-payments .top-bar-action-wrapper .primary-action-button,
  .payment-type-receive .invoice-details-top-header .primary-action-button,
  .invoice-details-receive .invoice-details-top-header .primary-action-button,
  .payment-type-receive .list-actions-middle-section .primary-action-button,
  .invoice-details-receive .list-actions-middle-section .primary-action-button,
  app-invoicelist-component .invoice-details-top-header .primary-action-button,
  app-invoice-detail .invoice-details-top-header .primary-action-button,
  app-bulkcollect-component .invoice-details-top-header .primary-action-button,
  app-invoicelist-component .list-actions-middle-section .primary-action-button,
  app-invoice-detail .list-actions-middle-section .primary-action-button,
  app-bulkcollect-component .list-actions-middle-section .primary-action-button,
  app-invoicelist-component .top-bar-action-wrapper .primary-action-button,
  app-invoice-detail .top-bar-action-wrapper .primary-action-button,
  app-bulkcollect-component .top-bar-action-wrapper .primary-action-button {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
app-utpaymentlist-component .list-actions-middle-section .primary-action-button:disabled,
app-bulk-upload-utility-payments .list-actions-middle-section .primary-action-button:disabled,
app-utility-detail-page .list-actions-middle-section .primary-action-button:disabled,
app-gst-payments .list-actions-middle-section .primary-action-button:disabled,
app-rentalpayment .list-actions-middle-section .primary-action-button:disabled,
.payment-type-receive .invoice-details-top-header .primary-action-button:disabled,
.invoice-details-receive .invoice-details-top-header .primary-action-button:disabled,
.payment-type-receive .list-actions-middle-section .primary-action-button:disabled,
.invoice-details-receive .list-actions-middle-section .primary-action-button:disabled,
app-invoicelist-component .invoice-details-top-header .primary-action-button:disabled,
app-invoice-detail .invoice-details-top-header .primary-action-button:disabled,
app-bulkcollect-component .invoice-details-top-header .primary-action-button:disabled,
app-invoicelist-component .list-actions-middle-section .primary-action-button:disabled,
app-invoice-detail .list-actions-middle-section .primary-action-button:disabled,
app-bulkcollect-component .list-actions-middle-section .primary-action-button:disabled,
app-rentalpayment .invoice-action-panel .primary-action-button,
app-rental-detail .list-actions-middle-section .primary-action-button,
app-rental-detail .invoice-action-panel .primary-action-button,
app-manage-owner-detail .list-actions-middle-section .primary-action-button,
app-manage-owner-detail .invoice-action-panel .primary-action-button,
app-manage-owner .list-actions-middle-section .primary-action-button,
app-manage-owner .invoice-action-panel .primary-action-button,
app-add-owner .list-actions-middle-section .primary-action-button,
app-add-owner .invoice-action-panel .primary-action-button,
app-admin-config .list-actions-middle-section .primary-action-button,
app-admin-config .invoice-action-panel .primary-action-button,
app-manage-owner-bulk-upload .list-actions-middle-section .primary-action-button,
app-manage-owner-bulk-upload .invoice-action-panel .primary-action-button,
app-rentalpayment .top-bar-action-wrapper .primary-action-button,
app-rental-detail .top-bar-action-wrapper .primary-action-button,
app-manage-owner-detail .top-bar-action-wrapper .primary-action-button,
app-manage-owner .top-bar-action-wrapper .primary-action-button,
app-add-owner .top-bar-action-wrapper .primary-action-button,
app-admin-config .top-bar-action-wrapper .primary-action-button,
app-manage-owner-bulk-upload .top-bar-action-wrapper .primary-action-button,
.filter-button,
.prepaid-card-summary-section-items .primary-action-button,
app-dashboard-cards .primary-action-button,
app-enkash-cards .primary-action-button,
app-create-profile-page .primary-action-button,
app-add-card .primary-action-button,
app-add-user .primary-action-button,
app-card-statement .primary-action-button,
app-card-holder .primary-action-button,
app-utility-detail-page .primary-action-button,
app-utpaymentlist-component .list-actions-middle-section .primary-action-button,
app-bulk-upload-utility-payments .list-actions-middle-section .primary-action-button,
app-utility-detail-page .list-actions-middle-section .primary-action-button,
app-gst-payments .list-actions-middle-section .primary-action-button,
app-rentalpayment .list-actions-middle-section .primary-action-button,
app-utpaymentlist-component .top-bar-header .primary-action-button,
app-bulk-upload-utility-payments .top-bar-header .primary-action-button,
app-utility-detail-page .top-bar-header .primary-action-button,
app-gst-payments .top-bar-header .primary-action-button,
app-rentalpayment .top-bar-header .primary-action-button,
app-beneficiaries-component .top-bar-action-wrapper .primary-action-button,
.expense-model-container .primary-action-button,
app-expense-details .gst-primary-solid-button,
app-employee-details .gst-primary-solid-button,
app-expense-settlement .gst-primary-solid-button,
app-external-settlement .gst-primary-solid-button,
app-bulk-external-settlement .gst-primary-solid-button,
app-add-report-model .gst-primary-submit,
app-expense-settlement .gst-primary-submit,
app-external-settlement .gst-primary-submit,
.expensemangement .gst-primary-solid-button,
.expensemangement .primary-action-button,
.expensemangement .gst-primary-submit,
.expense-theme-confirm .plain-secondary-button,
.expense-theme .plain-secondary-button,
app-expense-report-model .plain-secondary-button,
app-expense-report-model .gst-primary-outline-button,
app-expense-management .top-bar-header .gst-primary-outline-button,
app-billers-component .top-bar-action-wrapper .gst-primary-solid-button,
app-billers-component .top-bar-action-wrapper .primary-action-button,
app-biller-detail-modal .top-bar-action-wrapper .gst-primary-solid-button,
app-biller-detail-modal .top-bar-action-wrapper .primary-action-button,
.add-biller-container .top-bar-action-wrapper .gst-primary-solid-button,
.add-biller-container .top-bar-action-wrapper .primary-action-button,
app-bulk-upload-biller .top-bar-action-wrapper .gst-primary-solid-button,
app-bulk-upload-biller .top-bar-action-wrapper .primary-action-button,
app-gstpayment-detail .invoice-details-action-wrapper .primary-action-button,
app-gst-payments .list-actions-middle-section .gst-primary-solid-button,
app-gst-payments .top-bar-action-wrapper .gst-primary-solid-button,
app-gst-payments .top-bar-action-wrapper .primary-action-button,
.payment-type-receive .invoice-details-top-header .primary-action-button,
.invoice-details-receive .invoice-details-top-header .primary-action-button,
.payment-type-receive .list-actions-middle-section .primary-action-button,
.invoice-details-receive .list-actions-middle-section .primary-action-button,
app-invoicelist-component .invoice-details-top-header .primary-action-button,
app-invoice-detail .invoice-details-top-header .primary-action-button,
app-bulkcollect-component .invoice-details-top-header .primary-action-button,
app-invoicelist-component .list-actions-middle-section .primary-action-button,
app-invoice-detail .list-actions-middle-section .primary-action-button,
app-bulkcollect-component .list-actions-middle-section .primary-action-button,
app-invoicelist-component .top-bar-action-wrapper .primary-action-button,
app-invoice-detail .top-bar-action-wrapper .primary-action-button,
app-bulkcollect-component .top-bar-action-wrapper .primary-action-button {
  border-radius: 10rem;
  line-height: 1.75rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  background-color: #ebeaff;
  color: #2500d7;
  border: 0.1rem solid #ebeaff;
  border-radius: 10rem;
  line-height: 1.75rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
}
app-rentalpayment .invoice-action-panel .primary-action-button,
app-rental-detail .list-actions-middle-section .primary-action-button,
app-rental-detail .invoice-action-panel .primary-action-button,
app-manage-owner-detail .list-actions-middle-section .primary-action-button,
app-manage-owner-detail .invoice-action-panel .primary-action-button,
app-manage-owner .list-actions-middle-section .primary-action-button,
app-manage-owner .invoice-action-panel .primary-action-button,
app-add-owner .list-actions-middle-section .primary-action-button,
app-add-owner .invoice-action-panel .primary-action-button,
app-admin-config .list-actions-middle-section .primary-action-button,
app-admin-config .invoice-action-panel .primary-action-button,
app-manage-owner-bulk-upload .list-actions-middle-section .primary-action-button,
app-manage-owner-bulk-upload .invoice-action-panel .primary-action-button,
app-rentalpayment .top-bar-action-wrapper .primary-action-button,
app-rental-detail .top-bar-action-wrapper .primary-action-button,
app-manage-owner-detail .top-bar-action-wrapper .primary-action-button,
app-manage-owner .top-bar-action-wrapper .primary-action-button,
app-add-owner .top-bar-action-wrapper .primary-action-button,
app-admin-config .top-bar-action-wrapper .primary-action-button,
app-manage-owner-bulk-upload .top-bar-action-wrapper .primary-action-button,
.filter-button,
.prepaid-card-summary-section-items .primary-action-button,
app-dashboard-cards .primary-action-button,
app-enkash-cards .primary-action-button,
app-create-profile-page .primary-action-button,
app-add-card .primary-action-button,
app-add-user .primary-action-button,
app-card-statement .primary-action-button,
app-card-holder .primary-action-button,
app-utility-detail-page .primary-action-button,
app-utpaymentlist-component .list-actions-middle-section .primary-action-button,
app-bulk-upload-utility-payments .list-actions-middle-section .primary-action-button,
app-utility-detail-page .list-actions-middle-section .primary-action-button,
app-gst-payments .list-actions-middle-section .primary-action-button,
app-rentalpayment .list-actions-middle-section .primary-action-button,
app-utpaymentlist-component .top-bar-header .primary-action-button,
app-bulk-upload-utility-payments .top-bar-header .primary-action-button,
app-utility-detail-page .top-bar-header .primary-action-button,
app-gst-payments .top-bar-header .primary-action-button,
app-rentalpayment .top-bar-header .primary-action-button,
app-beneficiaries-component .top-bar-action-wrapper .primary-action-button,
.expense-model-container .primary-action-button,
app-expense-details .gst-primary-solid-button,
app-employee-details .gst-primary-solid-button,
app-expense-settlement .gst-primary-solid-button,
app-external-settlement .gst-primary-solid-button,
app-bulk-external-settlement .gst-primary-solid-button,
app-add-report-model .gst-primary-submit,
app-expense-settlement .gst-primary-submit,
app-external-settlement .gst-primary-submit,
.expensemangement .gst-primary-solid-button,
.expensemangement .primary-action-button,
.expensemangement .gst-primary-submit,
.expense-theme-confirm .plain-secondary-button,
.expense-theme .plain-secondary-button,
app-expense-report-model .plain-secondary-button,
app-expense-report-model .gst-primary-outline-button,
app-expense-management .top-bar-header .gst-primary-outline-button,
app-billers-component .top-bar-action-wrapper .gst-primary-solid-button,
app-billers-component .top-bar-action-wrapper .primary-action-button,
app-biller-detail-modal .top-bar-action-wrapper .gst-primary-solid-button,
app-biller-detail-modal .top-bar-action-wrapper .primary-action-button,
.add-biller-container .top-bar-action-wrapper .gst-primary-solid-button,
.add-biller-container .top-bar-action-wrapper .primary-action-button,
app-bulk-upload-biller .top-bar-action-wrapper .gst-primary-solid-button,
app-bulk-upload-biller .top-bar-action-wrapper .primary-action-button,
app-gstpayment-detail .invoice-details-action-wrapper .primary-action-button,
app-gst-payments .list-actions-middle-section .gst-primary-solid-button,
app-gst-payments .top-bar-action-wrapper .gst-primary-solid-button,
app-gst-payments .top-bar-action-wrapper .primary-action-button,
.payment-type-receive .invoice-details-top-header .primary-action-button,
.invoice-details-receive .invoice-details-top-header .primary-action-button,
.payment-type-receive .list-actions-middle-section .primary-action-button,
.invoice-details-receive .list-actions-middle-section .primary-action-button,
app-invoicelist-component .invoice-details-top-header .primary-action-button,
app-invoice-detail .invoice-details-top-header .primary-action-button,
app-bulkcollect-component .invoice-details-top-header .primary-action-button,
app-invoicelist-component .list-actions-middle-section .primary-action-button,
app-invoice-detail .list-actions-middle-section .primary-action-button,
app-bulkcollect-component .list-actions-middle-section .primary-action-button,
app-invoicelist-component .top-bar-action-wrapper .primary-action-button,
app-invoice-detail .top-bar-action-wrapper .primary-action-button,
app-bulkcollect-component .top-bar-action-wrapper .primary-action-button {
  cursor: pointer;
}
app-utpaymentlist-component .list-actions-middle-section .primary-action-button:disabled,
app-bulk-upload-utility-payments .list-actions-middle-section .primary-action-button:disabled,
app-utility-detail-page .list-actions-middle-section .primary-action-button:disabled,
app-gst-payments .list-actions-middle-section .primary-action-button:disabled,
app-rentalpayment .list-actions-middle-section .primary-action-button:disabled,
.payment-type-receive .invoice-details-top-header .primary-action-button:disabled,
.invoice-details-receive .invoice-details-top-header .primary-action-button:disabled,
.payment-type-receive .list-actions-middle-section .primary-action-button:disabled,
.invoice-details-receive .list-actions-middle-section .primary-action-button:disabled,
app-invoicelist-component .invoice-details-top-header .primary-action-button:disabled,
app-invoice-detail .invoice-details-top-header .primary-action-button:disabled,
app-bulkcollect-component .invoice-details-top-header .primary-action-button:disabled,
app-invoicelist-component .list-actions-middle-section .primary-action-button:disabled,
app-invoice-detail .list-actions-middle-section .primary-action-button:disabled,
app-bulkcollect-component .list-actions-middle-section .primary-action-button:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
app-upgrade-card .primary-submit {
  background: #2500d7;
}
app-invoicelist-component .action-button-dropdown ul li a:hover,
app-invoice-detail .action-button-dropdown ul li a:hover,
app-bulkcollect-component .action-button-dropdown ul li a:hover {
  color: #2500d7 !important;
  font-weight: 500;
}
app-create-invoice .create-invoice-form,
app-bulk-upload-invoice .create-invoice-form,
app-edit-invoice .create-invoice-form,
app-create-express-payment-link .create-invoice-form {
  position: relative;
}
app-invoice-detail .invoice-details-top-header {
  position: relative;
}
app-invoice-detail .copylink {
  background: #2500d7;
}
.invoice-theme .primary-submit.primary-reject {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
}
.receive-invoice-theme-confirm .delete,
.receive-invoice-theme-confirm .approve,
.search-link-beneficiary-receive .filter-footer .primary-submit,
.create-invoice-receive .plain-upload-button,
.create-invoice-receive .primary-submit,
.bulk-upload-invoice-receive .plain-upload-button,
.bulk-upload-invoice-receive .primary-submit,
.edit-invoice-receive .plain-upload-button,
.edit-invoice-receive .primary-submit,
.payment-type-receive .slim-ui-btn-primary,
.invoice-details-receive .slim-ui-btn-primary,
.add-vendor-receive .primary-submit {
  color: #fff !important;
  background: #5d7444 !important;
  border: 1px solid #5d7444 !important;
}
.search-link-beneficiary-receive .filter-footer .primary-submit:disabled,
.create-invoice-receive .primary-submit:disabled,
.create-invoice-receive .plain-upload-button:disabled,
.create-invoice-receive .plain-secondary-button:disabled,
.bulk-upload-invoice-receive .primary-submit:disabled,
.bulk-upload-invoice-receive .plain-upload-button:disabled,
.bulk-upload-invoice-receive .plain-secondary-button:disabled,
.edit-invoice-receive .primary-submit:disabled,
.edit-invoice-receive .plain-upload-button:disabled,
.edit-invoice-receive .plain-secondary-button:disabled {
  opacity: 0.5;
}
.receive-invoice-theme-confirm .plain-secondary-button,
.invoice-details-receive .load-more,
.invoice-details-receive .invoice-action-panel-top .unfill-download-button {
  color: #2500d7 !important;
  background: #ebeaff !important;
  border: 1px solid #2500d7 !important;
}
.payment-type-receive .top-bar-action-wrapper .primary-action-button,
.invoice-details-receive .top-bar-action-wrapper .primary-action-button {
  background: #ebeaff !important;
  color: #2500d7 !important;
  border: 1px solid #ebeaff !important;
}
.payment-type-receive .action-button-dropdown ul li a:hover,
.invoice-details-receive .action-button-dropdown ul li a:hover {
  color: #2500d7 !important;
  font-weight: 500;
}
.create-invoice-receive .create-invoice-form,
.bulk-upload-invoice-receive .create-invoice-form,
.edit-invoice-receive .create-invoice-form {
  position: relative;
}
.invoice-details-receive .invoice-details-top-header {
  position: relative;
}
.invoice-details-receive .copylink {
  background: #2500d7;
}
.receive-invoice-theme .primary-submit.primary-reject,
.payment-container-receive .primary-submit.primary-reject {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
}
.gst-theme-confirm .delete,
.gst-theme-confirm .approve,
.gst-theme .primary-submit,
app-gst-payments .slim-ui-btn-primary,
app-gst-payments .primary-submit {
  color: #fcfdfe !important;
  background: #2500d7 !important;
  border: 1px solid #2500d7 !important;
}
.gst-theme-confirm .plain-secondary-button,
.gst-theme .plain-secondary-button,
app-gstpayment-detail .load-more,
app-gstpayment-detail .invoice-details-action-wrapper .unfill-download-button {
  color: #2500d7 !important;
  background-color: #fff !important;
  border: 1px solid #2500d7 !important;
}
app-gst-payments .action-button-dropdown ul li a:hover,
app-gstpayment-detail .action-button-dropdown ul li a:hover {
  color: #2500d7 !important;
  font-weight: 500;
}
app-gst-payments .top-bar-action-wrapper .gst-primary-solid-button,
app-gstpayment-detail .top-bar-action-wrapper .gst-primary-solid-button {
  font-weight: 600;
}
app-gstpayment-detail .invoice-details-top-header {
  position: relative;
}
app-gstpayment-detail .copylink {
  background: #2500d7;
}
.gst-theme:disabled {
  background-color: #becee4 !important;
  border: 1px solid #becee4 !important;
}
.gst-theme-confirm .primary-submit.primary-reject {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
}
.biller-theme-confirm .delete,
.biller-theme-confirm .approve,
.biller-theme .primary-submit,
app-billers-component .primary-submit,
app-biller-detail-modal .primary-submit,
.add-biller-container .primary-submit,
app-bulk-upload-biller .primary-submit,
app-billers-component .list-actions-middle-section .gst-primary-solid-button,
app-biller-detail-modal .list-actions-middle-section .gst-primary-solid-button,
.add-biller-container .list-actions-middle-section .gst-primary-solid-button,
app-bulk-upload-biller .list-actions-middle-section .gst-primary-solid-button,
app-billers-component .slim-ui-btn-primary,
app-biller-detail-modal .slim-ui-btn-primary,
.add-biller-container .slim-ui-btn-primary,
app-bulk-upload-biller .slim-ui-btn-primary,
app-addbiller-component .primary-submit,
app-biller-attachment-upload .primary-submit {
  color: #fcfdfe !important;
  background: #2500d7 !important;
  border: 1px solid #2500d7 !important;
}
.biller-theme-confirm .plain-secondary-button,
.biller-theme .plain-secondary-button,
app-billers-component .list-actions-middle-section .unfill-download-button {
  color: #2500d7 !important;
  background: #fff !important;
  border: 1px solid #2500d7 !important;
}
app-billers-component .top-bar-action-wrapper .primary-action-button {
  font-weight: 600;
}
app-billers-component .action-button-dropdown ul li a:hover {
  color: #2500d7 !important;
  font-weight: 500;
}
app-billers-component .list-actions-middle-section .action-button-dropdown ul {
  min-width: 10rem !important;
}
.biller-theme-confirm .primary-submit.primary-reject {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
}
.expense-theme-confirm .delete,
.expense-theme-confirm .approve,
.expense-theme .primary-submit,
app-expense-report-model .gst-primary-solid-button,
app-add-expense-model .gst-primary-submit,
app-expense-management .list-actions-middle-section .gst-primary-solid-button,
app-expense-management .slim-ui-btn-primary,
.expense-theme .gst-primary-submit {
  color: #2500d7 !important;
  background: #ebeaff !important;
  border: 1px solid #ebeaff !important;
}
app-expense-management .list-actions-middle-section .gst-primary-solid-button:disabled {
  opacity: 0.5;
}
.expense-theme .plain-secondary-button {
  border: 1px solid #2500d7 !important;
}
app-expense-management .top-bar-header .gst-primary-outline-button {
  font-weight: 600;
  align-self: center;
  padding: 7px 16px;
}
app-expense-management .list-actions-middle-section .gst-primary-solid-button {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  app-expense-management .list-actions-middle-section .gst-primary-solid-button {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
app-expense-management .action-button-dropdown ul li a:hover {
  color: #2500d7 !important;
  font-weight: 500;
}
app-expense-management .model-filter-close {
  top: 0;
  display: inline-block;
}
app-expense-management .modal-title {
  flex: 1 1 0;
  text-align: center;
}
app-add-expense-model .create-invoice-form {
  position: relative;
}
app-expense-report-model .gst-primary-solid-button {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  app-expense-report-model .gst-primary-solid-button {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
app-expense-report-model .gst-primary-outline-button {
  border: 1px solid #2500d7 !important;
}
app-expense-report-model .primary-submit {
  background: #2500d7;
}
app-expense-report-model .plain-secondary-button {
  border: 1px solid #2500d7 !important;
}
.expensemangement .gst-primary-solid-button,
.expensemangement .primary-action-button,
.expensemangement .gst-primary-submit {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .expensemangement .gst-primary-solid-button,
  .expensemangement .primary-action-button,
  .expensemangement .gst-primary-submit {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
.expensemangement .model-filter-close {
  top: 0;
}
.expense-theme {
  height: 100vh;
  overflow-y: auto;
}
.expense-theme-confirm .primary-submit.primary-reject {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
}
app-expense-details .gst-primary-solid-button,
app-employee-details .gst-primary-solid-button,
app-expense-settlement .gst-primary-solid-button,
app-external-settlement .gst-primary-solid-button,
app-bulk-external-settlement .gst-primary-solid-button {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  app-expense-details .gst-primary-solid-button,
  app-employee-details .gst-primary-solid-button,
  app-expense-settlement .gst-primary-solid-button,
  app-external-settlement .gst-primary-solid-button,
  app-bulk-external-settlement .gst-primary-solid-button {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
app-beneficiaries-component .gst-primary-solid-button,
app-manage-user .gst-primary-solid-button {
  background: #fff !important;
  color: #c86400 !important;
  border: 1px solid #fff !important;
}
.manage-user-theme .gst-primary-submit,
.manage-user-form .gst-primary-submit,
app-manage-user .slim-ui-btn-primary {
  color: #fff !important;
  background: #c86400 !important;
  border: 1px solid #c86400 !important;
}
.manage-user-theme .gst-reset-button {
  color: #c86400 !important;
  background: #fff !important;
  border: 1px solid #c86400 !important;
}
app-manage-user .gst-primary-solid-button {
  font-weight: 600;
}
app-my-profile .my-profile-View-Details .link-white-solid-button {
  background: #fff !important;
  color: #2500d7 !important;
  border: 1px solid #fff !important;
}
.upload-popup-View-Details .plain-secondary-button,
.document-main-container .gst-primary-submit,
#buld-upload-page.Vendor .plain-upload-button,
app-admin-config .primary-submit,
app-addvendor-component .primary-submit,
app-addcompany-component .primary-submit,
app-company-profile-page .primary-submit,
.manage-vendor-theme .primary-submit,
app-beneficiaries-component .slim-ui-btn-primary {
  color: #fff !important;
  background: #2500d7 !important;
  border: 1px solid #2500d7 !important;
}
.manage-vendor-theme .plain-secondary-button {
  color: #2500d7 !important;
  background: #fff !important;
  border: 1px solid #2500d7 !important;
}
app-beneficiaries-component .top-bar-action-wrapper .primary-action-button {
  font-weight: 600;
}
app-beneficiaries-component .action-button-dropdown ul li a:hover {
  color: #2500d7 !important;
  font-weight: 500;
}
app-admin-config .primary-submit:disabled,
app-addvendor-component .primary-submit:disabled,
app-addcompany-component .primary-submit:disabled,
app-company-profile-page .primary-submit:disabled {
  opacity: 0.5;
}
app-my-profile .my-profile-View-Details .horizontal-tab-menu li.active {
  color: #2500d7 !important;
  border-left: 5px solid #2500d7 !important;
  font-weight: 600 !important;
}
app-my-profile .my-profile-View-Details .horizontal-tab-menu li:hover {
  color: #2500d7 !important;
  font-weight: 600 !important;
}
.utility-theme-confirm .delete,
.utility-theme-confirm .approve,
.utility-theme .primary-submit,
app-utility-bill-upload .primary-submit,
app-utilitypayment-component .primary-submit,
app-utpaymentlist-component .slim-ui-btn-primary,
app-bulk-upload-utility-payments .slim-ui-btn-primary,
app-utility-detail-page .slim-ui-btn-primary,
app-gst-payments .slim-ui-btn-primary,
app-rentalpayment .slim-ui-btn-primary {
  background: #2500d7 !important;
  border: 1px solid #2500d7 !important;
}
app-utility-detail-page .load-more,
.utility-theme-confirm .plain-secondary-button,
.utility-theme .plain-secondary-button {
  color: #2500d7 !important;
  background: #ebeaff !important;
  border: 1px solid #2500d7 !important;
}
app-utpaymentlist-component .top-bar-header .top-bar-action-wrapper .primary-action-button,
app-bulk-upload-utility-payments .top-bar-header .top-bar-action-wrapper .primary-action-button,
app-utility-detail-page .top-bar-header .top-bar-action-wrapper .primary-action-button,
app-gst-payments .top-bar-header .top-bar-action-wrapper .primary-action-button,
app-rentalpayment .top-bar-header .top-bar-action-wrapper .primary-action-button {
  font-weight: 600;
}
app-utpaymentlist-component .action-button-dropdown ul li a:hover,
app-bulk-upload-utility-payments .action-button-dropdown ul li a:hover {
  color: #2500d7 !important;
  font-weight: 500;
}
.utility-theme-confirm .primary-submit.primary-reject {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
}
app-utility-detail-page .copylink {
  background: #2500d7;
}
app-seamless-banking .form-primary-button,
app-linked-accounts .slim-ui-btn-primary,
.seamless-main-container .link-account-seamless {
  color: #2500d7 !important;
  background: #ebeaff !important;
  border: 1px solid #ebeaff !important;
}
app-linked-accounts .content-wrapper {
  margin-top: 10px;
}
app-linked-accounts .content-wrapper .seamless-main-container {
  margin-top: -15px;
}
app-linked-accounts .top-bar-header {
  position: relative;
  z-index: 9;
}
app-linked-accounts .content {
  position: relative;
  z-index: 9;
}
app-linked-accounts .form-primary-button {
  border: 1px solid #733a34 !important;
  color: #733a34 !important;
}
app-linked-accounts .form-primary-button:hover {
  background: #2500d7 !important;
  color: #fff !important;
}
app-linked-accounts .activebtn {
  background-color: #2500d7 !important;
  color: #fff !important;
}
app-change-password {
  position: relative;
}
app-change-password .gst-primary-submit {
  background-color: #432a3d !important;
  color: #fff !important;
}
.cards-theme-confirm button.confBtn.yesBtn,
.dashboard-cards .button,
.card-holder-model .primary-submit,
app-dashboard-cards .primary-submit,
app-enkash-cards .primary-submit,
app-create-profile-page .primary-submit,
app-add-card .primary-submit,
app-add-user .primary-submit,
app-card-statement .primary-submit,
app-card-holder .primary-submit,
app-dashboard-cards .slim-ui-btn-primary,
app-enkash-cards .slim-ui-btn-primary,
app-create-profile-page .slim-ui-btn-primary,
app-add-card .slim-ui-btn-primary,
app-add-user .slim-ui-btn-primary,
app-card-statement .slim-ui-btn-primary,
app-card-holder .slim-ui-btn-primary {
  color: #2c4c6d !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  font-weight: 600;
}
.cards-theme .primary-submit {
  color: #fff !important;
  background: #2c4c6d !important;
  border: 1px solid #2c4c6d !important;
  font-weight: 600;
}
.cards-theme .plain-secondary-button,
.card-holder-model .plain-secondary-button {
  color: #2c4c6d !important;
  background: #fff !important;
  border: 1px solid #2c4c6d !important;
}
app-add-fund .submit {
  border: 1px solid #2c4c6d !important;
  background: #2c4c6d !important;
  color: #fff !important;
  padding: 2px 25px;
  font-size: 15px !important;
  cursor: pointer;
}
app-add-fund .submit:disabled {
  opacity: 0.5;
}
app-dashboard-cards #user-role-switch span,
app-enkash-cards #user-role-switch span,
app-create-profile-page #user-role-switch span,
app-add-card #user-role-switch span,
app-add-user #user-role-switch span,
app-card-statement #user-role-switch span,
app-card-holder #user-role-switch span {
  color: #2500d7;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  app-dashboard-cards #user-role-switch span,
  app-enkash-cards #user-role-switch span,
  app-create-profile-page #user-role-switch span,
  app-add-card #user-role-switch span,
  app-add-user #user-role-switch span,
  app-card-statement #user-role-switch span,
  app-card-holder #user-role-switch span {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
app-dashboard-cards #user-role-switch span.user-role-active,
app-enkash-cards #user-role-switch span.user-role-active,
app-create-profile-page #user-role-switch span.user-role-active,
app-add-card #user-role-switch span.user-role-active,
app-add-user #user-role-switch span.user-role-active,
app-card-statement #user-role-switch span.user-role-active,
app-card-holder #user-role-switch span.user-role-active {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  app-dashboard-cards #user-role-switch span.user-role-active,
  app-enkash-cards #user-role-switch span.user-role-active,
  app-create-profile-page #user-role-switch span.user-role-active,
  app-add-card #user-role-switch span.user-role-active,
  app-add-user #user-role-switch span.user-role-active,
  app-card-statement #user-role-switch span.user-role-active,
  app-card-holder #user-role-switch span.user-role-active {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
app-dashboard-cards .cards-primary-submit,
app-enkash-cards .cards-primary-submit,
app-create-profile-page .cards-primary-submit,
app-add-card .cards-primary-submit,
app-add-user .cards-primary-submit,
app-card-statement .cards-primary-submit,
app-card-holder .cards-primary-submit {
  border: 1px solid #2500d7 !important;
  background: #2500d7 !important;
  color: #fcfdfe !important;
  padding: 3px 25px;
  font-size: 15px !important;
}
app-dashboard-cards .primary-action-button:disabled,
app-dashboard-cards .primary-submit:disabled,
app-dashboard-cards .cards-primary-submit:disabled,
app-enkash-cards .primary-action-button:disabled,
app-enkash-cards .primary-submit:disabled,
app-enkash-cards .cards-primary-submit:disabled,
app-create-profile-page .primary-action-button:disabled,
app-create-profile-page .primary-submit:disabled,
app-create-profile-page .cards-primary-submit:disabled,
app-add-card .primary-action-button:disabled,
app-add-card .primary-submit:disabled,
app-add-card .cards-primary-submit:disabled,
app-add-user .primary-action-button:disabled,
app-add-user .primary-submit:disabled,
app-add-user .cards-primary-submit:disabled,
app-card-statement .primary-action-button:disabled,
app-card-statement .primary-submit:disabled,
app-card-statement .cards-primary-submit:disabled,
app-card-holder .primary-action-button:disabled,
app-card-holder .primary-submit:disabled,
app-card-holder .cards-primary-submit:disabled {
  opacity: 0.5;
}
app-dashboard-cards .primary-submit,
app-enkash-cards .primary-submit,
app-create-profile-page .primary-submit,
app-add-card .primary-submit,
app-add-user .primary-submit,
app-card-statement .primary-submit,
app-card-holder .primary-submit {
  cursor: pointer;
}
.cards-filter .primary-submit {
  color: #fff !important;
  background: #2c4c6d !important;
}
app-enkash-cards {
  height: 23%;
}
app-apply-card .slim-ui-btn-primary {
  color: #fff !important;
  background: #2c4c6d !important;
  border: 1px solid #2c4c6d !important;
}
app-add-user .primary-submit {
  cursor: pointer;
  background: #2c4c6d !important;
  color: #fff !important;
}
.card-holder-model .primary-submit {
  cursor: pointer;
}
.card-holder-model .plain-secondary-button {
  cursor: pointer;
}
.card-holder-model .primary-submit:disabled {
  opacity: 0.5;
}
.card-holder-model .plain-secondary-button:disabled {
  opacity: 0.5;
}
.cards-theme .primary-submit {
  cursor: pointer;
}
.cards-theme .plain-secondary-button {
  cursor: pointer;
}
.cards-theme .primary-submit:disabled {
  opacity: 0.5;
}
.cards-theme .plain-secondary-button:disabled {
  opacity: 0.5;
}
.dashboard-cards .button {
  cursor: pointer;
}
.dashboard-cards .button:disabled {
  opacity: 0.5;
}
.cards-theme-confirm .primary-submit.primary-reject {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
}
app-my-profile .my-profile-My-Profile .link-white-solid-button {
  background: #fff !important;
  color: #2500d7 !important;
  border: 1px solid #fff !important;
}
app-my-profile .my-profile-My-Profile .horizontal-tab-menu li.active {
  color: #2500d7 !important;
  border-left: 5px solid #2500d7 !important;
  font-weight: 600 !important;
}
app-my-profile .my-profile-My-Profile .horizontal-tab-menu li:hover {
  color: #2500d7 !important;
  font-weight: 600 !important;
}
app-create-express-payment-link .primary-submit {
  background-color: #06385f !important;
}
.small-menu-class.Users.is-active {
  background: #c86400 !important;
}
.small-menu-class.Vendors.is-active {
  background: #336440 !important;
}
.small-menu-class.Manage.Billers.is-active {
  background: #405964 !important;
}
.small-menu-class.Invoices.is-active {
  background: #06385f !important;
}
.small-menu-class.Vendor.Payments.is-active {
  background: #06385f !important;
}
.small-menu-class.Invoices.is-active {
  background: #06385f !important;
}
.small-menu-class.GST.is-active {
  background: #48434a !important;
}
.small-menu-class.Utility.is-active {
  background: #7e4c2b !important;
}
.upload-icon-details {
  height: 20px;
  width: 17px;
  margin-top: -5px;
}
.upload-popup-View-Details .upload-main-container ul li.active {
  color: #2500d7 !important;
  font-weight: 600 !important;
}
.upload-popup-View-Details .upload-main-container ul li:hover {
  color: #2500d7 !important;
  font-weight: 600 !important;
}
.upload-popup-My-Profile .plain-secondary-button {
  background: #ebeaff !important;
  color: #2500d7 !important;
  border: 1px solid #2500d7 !important;
}
.upload-popup-My-Profile .upload-main-container ul li.active {
  color: #2500d7 !important;
  font-weight: 600 !important;
}
.upload-popup-My-Profile .upload-main-container ul li:hover {
  color: #2500d7 !important;
  font-weight: 600 !important;
}
.hiw-screen {
  position: relative;
}
.under-review-text {
  font-size: 14px !important;
}
#setup-profile-logout-btn {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}
#setup-profile-logout-btn .logout-label {
  color: #007bff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  #setup-profile-logout-btn .logout-label {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
#setup-profile-logout-btn .logout-label {
  margin: 0 0 0 5px;
}
#setup-profile-logout-btn .logout-label:hover {
  color: #3f51b5;
}
.otp-verify-container .otp-resend a:hover {
  font-weight: 600;
}
.modal-body.verfiy-model-container .verify-middle {
  height: 260px;
  width: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  flex-direction: column;
}
.modal-body.verfiy-model-container .verify-middle strong {
  color: #172b4d;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.modal-body.verfiy-model-container .verify-middle p {
  color: #253858;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.welcome-content .signup-heading {
  font-weight: 600;
  margin-bottom: 20px !important;
}
.welcome-content .welcome-text-p {
  font-size: 14px;
  font-weight: 500;
}
.physical-card-modal-box {
  padding: 20px 15px;
  margin: 0 20px;
}
.physical-card-modal-box .primary-submit {
  background: #2c4c6d !important;
}
.physical-card-modal-box .primary-submit:disabled {
  opacity: 0.5;
}
.verify-bank-account-input {
  border: none;
  font-size: 14px;
  border-bottom: 1px solid #40434f;
  padding: 10px 0 !important;
  margin: 15px 0 8px 0 !important;
  width: 100%;
}
.verify-bank-account-error {
  height: auto !important;
}
.z-indexclose {
  z-index: 9 !important;
}
.register-complete {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.register-complete-p {
  font-size: 14px;
}
#mycards-set-up-completed-content p {
  font-size: 13.5px;
  margin-bottom: 20px !important;
}
.banking-details-page .inline-error {
  margin-top: 10px;
}
.banking-details-page .submit-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banking-details-page .submit-container .text-center.error-message.invalid-form-error {
  height: auto !important;
}
.continue-bottom {
  position: absolute;
  bottom: 40px;
}
.signup-page .centered-content.welcome-content {
  padding: 2rem 5rem 0rem !important;
}
app-branches .top-bar-header .gst-primary-solid-button,
app-branch-details .top-bar-header .gst-primary-solid-button,
app-bulk-upload .top-bar-header .gst-primary-solid-button,
app-branch-update .top-bar-header .gst-primary-solid-button {
  color: #2500d7;
  background: #ebeaff;
  border: 1px solid #ebeaff;
}
.branch-submit {
  color: #fff !important;
  background-color: #2500d7 !important;
}
.branch-reset {
  color: #603f60 !important;
  background-color: #fff !important;
  border: 1px solid #603f60 !important;
}
mark {
  padding: 0 !important;
  background-color: papayawhip !important;
}
.enkash-theme {
  position: relative;
  width: 100%;
  float: left;
  height: 20%;
  padding-top: 0;
}
.theme-system-admin-colorless-btn {
  font-weight: 600;
}
.theme-manage-user-colorless-btn {
  font-weight: 600;
}
.theme-manage-owner-colorless-btn {
  font-weight: 600;
}
.theme-manage-branches-colorless-btn {
  font-weight: 600;
}
.filter-mode-btn {
  border: 1px solid #7a869a !important;
  color: #7a869a !important;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
app-rentalpayment:before,
app-rental-detail:before,
app-manage-owner-detail:before,
app-manage-owner:before,
app-add-owner:before,
app-admin-config:before,
app-manage-owner-bulk-upload:before {
  z-index: -9;
}
app-rentalpayment .left-panel .unfill-download-button,
app-rental-detail .left-panel .unfill-download-button,
app-manage-owner-detail .left-panel .unfill-download-button,
app-manage-owner .left-panel .unfill-download-button,
app-add-owner .left-panel .unfill-download-button,
app-admin-config .left-panel .unfill-download-button,
app-manage-owner-bulk-upload .left-panel .unfill-download-button {
  background-color: #fff;
  color: #19bca1;
  border: 1px solid #19bca1;
}
app-rentalpayment .primary-submit,
app-rental-detail .primary-submit,
app-manage-owner-detail .primary-submit,
app-manage-owner .primary-submit,
app-add-owner .primary-submit,
app-admin-config .primary-submit,
app-manage-owner-bulk-upload .primary-submit {
  background-color: #19bca1;
  color: #fff;
  border: 1px solid #19bca1;
}
.rentalPayment-theme .primary-submit {
  background-color: #19bca1;
  color: #fff;
  border: 1px solid #19bca1;
}
.rental-bill-details {
  background: #fff 0% 0% no-repeat padding-box;
  padding: 25px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0 0 4px;
}
.rental-bill-summary {
  border: 1px solid #dfe1e6;
  border-radius: 10px;
  padding: 20px;
}
.inputbox-label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .inputbox-label {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.inputbox-label {
  color: #172b4d;
}
.deduction-box {
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .deduction-box {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.deduction-box {
  color: #172b4d;
}
.deduction-box + .deduction-box {
  margin-left: 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .deduction-box + .deduction-box {
    margin-left: 3rem;
    margin-top: 0;
  }
}
.row-deductions {
  margin-bottom: 20px;
}
.add-deductions {
  width: 60px;
  height: 30px;
  background: #eeedf8;
  border-radius: 500px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .add-deductions {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.add-deductions {
  color: #0052cc;
  padding: 5px 10px;
  line-height: 22px;
}
.d-contents {
  display: contents;
}
#small-dropdown {
  position: relative;
  top: 10px;
  width: 130px;
}
#small-dropdown .mat-form-field-appearance-legacy .mat-form-field-underline {
  display: none !important;
}
#small-dropdown .mat-select {
  background: url(/assets/svg/form-down-arrow.svg) 96%/15px no-repeat #fff;
  top: -3px;
}
.owner-details {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  padding: 30px 45px 40px 45px;
}
.owner-profile-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .owner-profile-title {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.owner-profile-title {
  letter-spacing: 0.8px;
  color: #091e42;
}
.white-space-noraml {
  white-space: normal;
}
.owner-detail-title {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .owner-detail-title {
    font-size: calc(13px - 3 * (100vw - 1440px) / 1440);
  }
}
.owner-detail-title {
  letter-spacing: 0.8px;
  color: #0050ff;
}
.avatar-upload {
  position: relative;
  width: 150px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 25px;
  z-index: 1;
  top: auto;
  bottom: -10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 0px;
  margin-right: -15px;
}
.avatar-upload .avatar-edit input + label:after {
  content: "";
  background-image: url(/assets/svg/photo-camera.svg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.avatar-upload .avatar-preview {
  width: 145px;
  height: 145px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #d3d3d3;
  border-radius: 100%;
}
.avatar-upload .avatar-preview img {
  margin: 12px 0px 0px 11px;
}
app-owner-create .mat-form-field-flex,
app-property-step .mat-form-field-flex {
  background-color: #fff;
}
.agreement-calculations .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: transparent;
  padding: 0 !important;
  border: 0 !important;
}
.expense-sharing-content .mat-expansion-panel-content {
  padding: 0 !important;
}
.expense-sharing-dropdown-0 + * .cdk-overlay-pane > div.mat-menu-panel {
  position: absolute;
  left: 5%;
  width: 40.5% !important;
  min-height: auto !important;
  min-width: auto !important;
  max-width: initial !important;
  margin-top: -10px !important;
}
.expense-sharing-dropdown-1 + * .cdk-overlay-pane > div.mat-menu-panel {
  position: absolute;
  left: 15%;
  width: 65.5% !important;
  min-height: auto !important;
  min-width: auto !important;
  max-width: initial !important;
  margin-top: -10px !important;
}
.rental-mode-container mat-form-field-flex {
  background-color: #fff;
}
app-agreement-step .mat-form-field-infix,
app-property-step .mat-form-field-infix,
app-tranche-add .mat-form-field-infix,
app-owner-create .mat-form-field-infix,
.beneficiary-modal .mat-form-field-infix,
.rental-add-recoverable .mat-form-field-infix {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 576px) {
  app-agreement-step .mat-form-field-infix,
  app-property-step .mat-form-field-infix,
  app-tranche-add .mat-form-field-infix,
  app-owner-create .mat-form-field-infix,
  .beneficiary-modal .mat-form-field-infix,
  .rental-add-recoverable .mat-form-field-infix {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
app-agreement-step .mat-select-value,
app-property-step .mat-select-value,
app-tranche-add .mat-select-value,
app-owner-create .mat-select-value,
.beneficiary-modal .mat-select-value,
.rental-add-recoverable .mat-select-value {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 576px) {
  app-agreement-step .mat-select-value,
  app-property-step .mat-select-value,
  app-tranche-add .mat-select-value,
  app-owner-create .mat-select-value,
  .beneficiary-modal .mat-select-value,
  .rental-add-recoverable .mat-select-value {
    font-size: calc(11px - 3 * (100vw - 1440px) / 1440);
  }
}
@media (min-width: 1200px) {
  app-agreement-step .mat-form-field-infix,
  app-property-step .mat-form-field-infix,
  app-tranche-add .mat-form-field-infix,
  app-owner-create .mat-form-field-infix,
  .beneficiary-modal .mat-form-field-infix,
  .rental-add-recoverable .mat-form-field-infix {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  app-agreement-step .mat-form-field-infix,
  app-property-step .mat-form-field-infix,
  app-tranche-add .mat-form-field-infix,
  app-owner-create .mat-form-field-infix,
  .beneficiary-modal .mat-form-field-infix,
  .rental-add-recoverable .mat-form-field-infix {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
@media (min-width: 1200px) {
  app-agreement-step .mat-select-value,
  app-property-step .mat-select-value,
  app-tranche-add .mat-select-value,
  app-owner-create .mat-select-value,
  .beneficiary-modal .mat-select-value,
  .rental-add-recoverable .mat-select-value {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  app-agreement-step .mat-select-value,
  app-property-step .mat-select-value,
  app-tranche-add .mat-select-value,
  app-owner-create .mat-select-value,
  .beneficiary-modal .mat-select-value,
  .rental-add-recoverable .mat-select-value {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
app-agreement-step .ngx-mat-file-input,
app-property-step .ngx-mat-file-input,
app-tranche-add .ngx-mat-file-input,
app-owner-create .ngx-mat-file-input,
.beneficiary-modal .ngx-mat-file-input,
.rental-add-recoverable .ngx-mat-file-input {
  height: 12px;
  line-height: 12px;
}
app-agreement-step .mat-slide-toggle-content,
app-property-step .mat-slide-toggle-content,
app-tranche-add .mat-slide-toggle-content,
app-owner-create .mat-slide-toggle-content,
.beneficiary-modal .mat-slide-toggle-content,
.rental-add-recoverable .mat-slide-toggle-content {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 576px) {
  app-agreement-step .mat-slide-toggle-content,
  app-property-step .mat-slide-toggle-content,
  app-tranche-add .mat-slide-toggle-content,
  app-owner-create .mat-slide-toggle-content,
  .beneficiary-modal .mat-slide-toggle-content,
  .rental-add-recoverable .mat-slide-toggle-content {
    font-size: calc(12px - 3 * (100vw - 1440px) / 1440);
  }
}
app-agreement-step .mat-slide-toggle-content,
app-property-step .mat-slide-toggle-content,
app-tranche-add .mat-slide-toggle-content,
app-owner-create .mat-slide-toggle-content,
.beneficiary-modal .mat-slide-toggle-content,
.rental-add-recoverable .mat-slide-toggle-content {
  letter-spacing: 0px;
  color: #172b4d;
}
app-agreement-step mat-icon.valid,
app-property-step mat-icon.valid,
app-tranche-add mat-icon.valid,
app-owner-create mat-icon.valid,
.beneficiary-modal mat-icon.valid,
.rental-add-recoverable mat-icon.valid {
  color: #19bca1 !important;
}
.rental-mode-container .mat-datepicker-toggle {
  background: url(/assets/svg/calender.svg) no-repeat !important;
  height: 100px;
}
::ng-deep .cdk-overlay-container {
  zoom: 1 !important;
  -moz-transform: scale(1) !important;
  -moz-transform-origin: 0 0;
}
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
.mat-step-icon {
  height: 20px !important;
  width: 20px !important;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #2500d7 !important;
}
.mat-step-icon-state-number.mat-step-icon {
  border: 1px solid #DAE1F5 !important;
  color: #000 !important;
  background-color: #DAE1F5 !important;
}
.mat-step-icon-state-number.mat-step-icon.mat-step-icon-selected {
  background-color: #2500d7 !important;
  color: #ffffff !important;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after {
  border-top-width: 2px !important;
}
.mat-stepper-horizontal-line {
  border-top-color: #DAE1F5 !important;
  border-top-width: 2px !important;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 33px !important;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 33px !important;
}
.owner-dropdown + * .cdk-overlay-pane > div.mat-mdc-menu-panel {
  width: 135px;
}
.owner-dropdown + * .cdk-overlay-pane > div.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0 !important;
}
.owner-dropdown + * .cdk-overlay-pane > div.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.security-deposite .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex,
.Advanced-configruration .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  background-color: #ffffff;
}
.mat-mdc-slider {
  --mdc-slider-active-track-color: #2500d7;
  --mdc-slider-handle-color: #2500d7;
}
.mat-mdc-slider:hover {
  --mdc-slider-active-track-color: #2500d7;
  --mdc-slider-label-container-color: #25283A;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* src/assets/styles/components/_enkash_custom_material_theme.scss */
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Inter, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Inter, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Inter, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Inter, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Inter, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Inter, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Inter, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Inter, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Inter, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #2500d7;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ebeaff;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ebeaff;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ebeaff;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #2500d7;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #2500d7;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ebeaff;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ebeaff;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #2500d7;
  --mat-progress-bar-track-color: rgba(37, 0, 215, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ebeaff;
  --mat-progress-bar-track-color: rgba(235, 234, 255, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Inter, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #2500d7 87%, transparent);
  --mat-form-field-filled-caret-color: #2500d7;
  --mat-form-field-filled-focus-active-indicator-color: #2500d7;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #2500d7 87%, transparent);
  --mat-form-field-outlined-caret-color: #2500d7;
  --mat-form-field-outlined-focus-outline-color: #2500d7;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #2500d7 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ebeaff 87%, transparent);
  --mat-form-field-filled-caret-color: #ebeaff;
  --mat-form-field-filled-focus-active-indicator-color: #ebeaff;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ebeaff 87%, transparent);
  --mat-form-field-outlined-caret-color: #ebeaff;
  --mat-form-field-outlined-focus-outline-color: #ebeaff;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ebeaff 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Inter, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Inter, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #2500d7;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ebeaff;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-dialog-subhead-font: Inter, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Inter, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fcfdfe;
  --mat-chip-elevated-container-color: #2500d7;
  --mat-chip-elevated-disabled-container-color: #2500d7;
  --mat-chip-elevated-selected-container-color: #2500d7;
  --mat-chip-flat-disabled-selected-container-color: #2500d7;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fcfdfe;
  --mat-chip-selected-disabled-trailing-icon-color: #fcfdfe;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fcfdfe;
  --mat-chip-selected-trailing-icon-color: #fcfdfe;
  --mat-chip-with-icon-disabled-icon-color: #fcfdfe;
  --mat-chip-with-icon-icon-color: #fcfdfe;
  --mat-chip-with-icon-selected-icon-color: #fcfdfe;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fcfdfe;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fcfdfe;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #2500d7;
  --mat-chip-elevated-container-color: #ebeaff;
  --mat-chip-elevated-disabled-container-color: #ebeaff;
  --mat-chip-elevated-selected-container-color: #ebeaff;
  --mat-chip-flat-disabled-selected-container-color: #ebeaff;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #2500d7;
  --mat-chip-selected-disabled-trailing-icon-color: #2500d7;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #2500d7;
  --mat-chip-selected-trailing-icon-color: #2500d7;
  --mat-chip-with-icon-disabled-icon-color: #2500d7;
  --mat-chip-with-icon-icon-color: #2500d7;
  --mat-chip-with-icon-selected-icon-color: #2500d7;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #2500d7;
  --mat-chip-with-trailing-icon-trailing-icon-color: #2500d7;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Inter, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: #fcfdfe;
  --mat-slide-toggle-disabled-selected-icon-color: #fcfdfe;
  --mat-slide-toggle-selected-focus-state-layer-color: #2500d7;
  --mat-slide-toggle-selected-handle-color: #2500d7;
  --mat-slide-toggle-selected-hover-state-layer-color: #2500d7;
  --mat-slide-toggle-selected-pressed-state-layer-color: #2500d7;
  --mat-slide-toggle-selected-focus-handle-color: #2500d7;
  --mat-slide-toggle-selected-hover-handle-color: #2500d7;
  --mat-slide-toggle-selected-pressed-handle-color: #2500d7;
  --mat-slide-toggle-selected-focus-track-color: #664de3;
  --mat-slide-toggle-selected-hover-track-color: #664de3;
  --mat-slide-toggle-selected-pressed-track-color: #664de3;
  --mat-slide-toggle-selected-track-color: #664de3;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #2500d7;
  --mat-slide-toggle-disabled-selected-icon-color: #2500d7;
  --mat-slide-toggle-selected-focus-state-layer-color: #ebeaff;
  --mat-slide-toggle-selected-handle-color: #ebeaff;
  --mat-slide-toggle-selected-hover-state-layer-color: #ebeaff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ebeaff;
  --mat-slide-toggle-selected-focus-handle-color: #ebeaff;
  --mat-slide-toggle-selected-hover-handle-color: #ebeaff;
  --mat-slide-toggle-selected-pressed-handle-color: #ebeaff;
  --mat-slide-toggle-selected-focus-track-color: #f1f0ff;
  --mat-slide-toggle-selected-hover-track-color: #f1f0ff;
  --mat-slide-toggle-selected-pressed-track-color: #f1f0ff;
  --mat-slide-toggle-selected-track-color: #f1f0ff;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font: Inter, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Inter, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary,
.mat-primary.mat-radio-button:not(.mat-mdc-radio-button) {
  --mat-radio-checked-ripple-color: #2500d7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #2500d7;
  --mat-radio-selected-hover-icon-color: #2500d7;
  --mat-radio-selected-icon-color: #2500d7;
  --mat-radio-selected-pressed-icon-color: #2500d7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent,
.mat-accent.mat-radio-button:not(.mat-mdc-radio-button) {
  --mat-radio-checked-ripple-color: #ebeaff;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ebeaff;
  --mat-radio-selected-hover-icon-color: #ebeaff;
  --mat-radio-selected-icon-color: #ebeaff;
  --mat-radio-selected-pressed-icon-color: #ebeaff;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn,
.mat-warn.mat-radio-button:not(.mat-mdc-radio-button) {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #2500d7;
  --mat-slider-focus-handle-color: #2500d7;
  --mat-slider-handle-color: #2500d7;
  --mat-slider-hover-handle-color: #2500d7;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #2500d7 4%, transparent);
  --mat-slider-inactive-track-color: #2500d7;
  --mat-slider-ripple-color: #2500d7;
  --mat-slider-with-tick-marks-active-container-color: #fcfdfe;
  --mat-slider-with-tick-marks-inactive-container-color: #2500d7;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #ebeaff;
  --mat-slider-focus-handle-color: #ebeaff;
  --mat-slider-handle-color: #ebeaff;
  --mat-slider-hover-handle-color: #ebeaff;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ebeaff 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ebeaff 4%, transparent);
  --mat-slider-inactive-track-color: #ebeaff;
  --mat-slider-ripple-color: #ebeaff;
  --mat-slider-with-tick-marks-active-container-color: #2500d7;
  --mat-slider-with-tick-marks-inactive-container-color: #ebeaff;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Inter, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #2500d7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #2500d7;
  --mat-radio-selected-hover-icon-color: #2500d7;
  --mat-radio-selected-icon-color: #2500d7;
  --mat-radio-selected-pressed-icon-color: #2500d7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ebeaff;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ebeaff;
  --mat-radio-selected-hover-icon-color: #ebeaff;
  --mat-radio-selected-icon-color: #ebeaff;
  --mat-radio-selected-pressed-icon-color: #ebeaff;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fcfdfe;
  --mat-checkbox-selected-focus-icon-color: #2500d7;
  --mat-checkbox-selected-hover-icon-color: #2500d7;
  --mat-checkbox-selected-icon-color: #2500d7;
  --mat-checkbox-selected-pressed-icon-color: #2500d7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #2500d7;
  --mat-checkbox-selected-hover-state-layer-color: #2500d7;
  --mat-checkbox-selected-pressed-state-layer-color: #2500d7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #2500d7;
  --mat-checkbox-selected-focus-icon-color: #ebeaff;
  --mat-checkbox-selected-hover-icon-color: #ebeaff;
  --mat-checkbox-selected-icon-color: #ebeaff;
  --mat-checkbox-selected-pressed-icon-color: #ebeaff;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ebeaff;
  --mat-checkbox-selected-hover-state-layer-color: #ebeaff;
  --mat-checkbox-selected-pressed-state-layer-color: #ebeaff;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #2500d7;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Inter, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Inter, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Inter, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #2500d7;
  --mat-tab-active-ripple-color: #2500d7;
  --mat-tab-inactive-ripple-color: #2500d7;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #2500d7;
  --mat-tab-active-hover-label-text-color: #2500d7;
  --mat-tab-active-focus-indicator-color: #2500d7;
  --mat-tab-active-hover-indicator-color: #2500d7;
  --mat-tab-active-indicator-color: #2500d7;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ebeaff;
  --mat-tab-active-ripple-color: #ebeaff;
  --mat-tab-inactive-ripple-color: #ebeaff;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ebeaff;
  --mat-tab-active-hover-label-text-color: #ebeaff;
  --mat-tab-active-focus-indicator-color: #ebeaff;
  --mat-tab-active-hover-indicator-color: #ebeaff;
  --mat-tab-active-indicator-color: #ebeaff;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #2500d7;
  --mat-tab-foreground-color: #fcfdfe;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #ebeaff;
  --mat-tab-foreground-color: #2500d7;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Inter, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #2500d7;
  --mat-checkbox-selected-focus-icon-color: #ebeaff;
  --mat-checkbox-selected-hover-icon-color: #ebeaff;
  --mat-checkbox-selected-icon-color: #ebeaff;
  --mat-checkbox-selected-pressed-icon-color: #ebeaff;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ebeaff;
  --mat-checkbox-selected-hover-state-layer-color: #ebeaff;
  --mat-checkbox-selected-pressed-state-layer-color: #ebeaff;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary,
.mat-primary.mat-checkbox:not(.mat-mdc-checkbox) {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fcfdfe;
  --mat-checkbox-selected-focus-icon-color: #2500d7;
  --mat-checkbox-selected-hover-icon-color: #2500d7;
  --mat-checkbox-selected-icon-color: #2500d7;
  --mat-checkbox-selected-pressed-icon-color: #2500d7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #2500d7;
  --mat-checkbox-selected-hover-state-layer-color: #2500d7;
  --mat-checkbox-selected-pressed-state-layer-color: #2500d7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn,
.mat-warn.mat-checkbox:not(.mat-mdc-checkbox) {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-primary.mat-button:not(.mat-mdc-button),
.mat-mdc-unelevated-button.mat-primary,
.mat-primary.mat-flat-button,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-primary.mat-stroked-button,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #2500d7;
  --mat-button-filled-label-text-color: #fcfdfe;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fcfdfe 12%, transparent);
  --mat-button-filled-state-layer-color: #fcfdfe;
  --mat-button-outlined-label-text-color: #2500d7;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-button-outlined-state-layer-color: #2500d7;
  --mat-button-protected-container-color: #2500d7;
  --mat-button-protected-label-text-color: #fcfdfe;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fcfdfe 12%, transparent);
  --mat-button-protected-state-layer-color: #fcfdfe;
  --mat-button-text-label-text-color: #2500d7;
  --mat-button-text-ripple-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-button-text-state-layer-color: #2500d7;
  --mat-button-tonal-container-color: #2500d7;
  --mat-button-tonal-label-text-color: #fcfdfe;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fcfdfe 12%, transparent);
  --mat-button-tonal-state-layer-color: #fcfdfe;
}
.mat-mdc-button.mat-accent,
.mat-accent.mat-button:not(.mat-mdc-button),
.mat-mdc-unelevated-button.mat-accent,
.mat-accent.mat-flat-button,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-accent.mat-stroked-button,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ebeaff;
  --mat-button-filled-label-text-color: #2500d7;
  --mat-button-filled-ripple-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-button-filled-state-layer-color: #2500d7;
  --mat-button-outlined-label-text-color: #ebeaff;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ebeaff 12%, transparent);
  --mat-button-outlined-state-layer-color: #ebeaff;
  --mat-button-protected-container-color: #ebeaff;
  --mat-button-protected-label-text-color: #2500d7;
  --mat-button-protected-ripple-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-button-protected-state-layer-color: #2500d7;
  --mat-button-text-label-text-color: #ebeaff;
  --mat-button-text-ripple-color: color-mix(in srgb, #ebeaff 12%, transparent);
  --mat-button-text-state-layer-color: #ebeaff;
  --mat-button-tonal-container-color: #ebeaff;
  --mat-button-tonal-label-text-color: #2500d7;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-button-tonal-state-layer-color: #2500d7;
}
.mat-mdc-button.mat-warn,
.mat-warn.mat-button:not(.mat-mdc-button),
.mat-mdc-unelevated-button.mat-warn,
.mat-warn.mat-flat-button,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-warn.mat-stroked-button,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Inter, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Inter, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Inter, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Inter, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Inter, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #2500d7;
  --mat-icon-button-state-layer-color: #2500d7;
  --mat-icon-button-ripple-color: color-mix(in srgb, #2500d7 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ebeaff;
  --mat-icon-button-state-layer-color: #ebeaff;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ebeaff 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #2500d7;
  --mat-fab-foreground-color: #fcfdfe;
  --mat-fab-ripple-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-fab-small-container-color: #2500d7;
  --mat-fab-small-foreground-color: #fcfdfe;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fcfdfe 12%, transparent);
  --mat-fab-small-state-layer-color: #fcfdfe;
  --mat-fab-state-layer-color: #fcfdfe;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ebeaff;
  --mat-fab-foreground-color: #2500d7;
  --mat-fab-ripple-color: color-mix(in srgb, #ebeaff 12%, transparent);
  --mat-fab-small-container-color: #ebeaff;
  --mat-fab-small-foreground-color: #2500d7;
  --mat-fab-small-ripple-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-fab-small-state-layer-color: #2500d7;
  --mat-fab-state-layer-color: #2500d7;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Inter, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #664de3;
}
html {
  --mat-snack-bar-supporting-text-font: Inter, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #2500d7;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #ebeaff;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #2500d7;
  --mat-badge-text-color: #fcfdfe;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #ebeaff;
  --mat-badge-text-color: #2500d7;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Inter, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Inter, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #2500d7 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ebeaff 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fcfdfe;
  --mat-datepicker-calendar-date-selected-state-background-color: #2500d7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #2500d7 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fcfdfe;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #2500d7 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #2500d7 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #2500d7;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ebeaff 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ebeaff 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #2500d7;
  --mat-datepicker-calendar-date-selected-state-background-color: #ebeaff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ebeaff 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #2500d7;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ebeaff 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ebeaff 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ebeaff;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ebeaff 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #2500d7;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ebeaff;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: #fcfdfe;
  --mat-stepper-header-selected-state-icon-background-color: #2500d7;
  --mat-stepper-header-selected-state-icon-foreground-color: #fcfdfe;
  --mat-stepper-header-done-state-icon-background-color: #2500d7;
  --mat-stepper-header-done-state-icon-foreground-color: #fcfdfe;
  --mat-stepper-header-edit-state-icon-background-color: #2500d7;
  --mat-stepper-header-edit-state-icon-foreground-color: #fcfdfe;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #2500d7;
  --mat-stepper-header-selected-state-icon-background-color: #ebeaff;
  --mat-stepper-header-selected-state-icon-foreground-color: #2500d7;
  --mat-stepper-header-done-state-icon-background-color: #ebeaff;
  --mat-stepper-header-done-state-icon-foreground-color: #2500d7;
  --mat-stepper-header-edit-state-icon-background-color: #ebeaff;
  --mat-stepper-header-edit-state-icon-foreground-color: #2500d7;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #2500d7;
  --mat-toolbar-container-text-color: #fcfdfe;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ebeaff;
  --mat-toolbar-container-text-color: #2500d7;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.mat-button-focus-overlay {
  background: transparent;
}
.mat-form-field-infix {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-form-field-label {
  padding-left: 1rem;
}
.mat-form-field-should-float .mat-form-field-label {
  padding-left: 0;
}
.mat-mdc-form-field {
  font-size: 14px !important;
  font-family: "Inter", sans-serif;
  width: 100% !important;
}
.mat-mdc-form-field .mat-mdc-form-field-infix {
  width: 100%;
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-form-field .mdc-floating-label {
  padding-left: 0rem;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.mat-mdc-form-field.mat-focused .mdc-floating-label,
.mat-mdc-form-field.mat-form-field-should-float .mdc-floating-label {
  padding-left: 0;
  font-size: 12px;
}
.mat-mdc-form-field.mat-form-field-invalid .mdc-floating-label {
  color: rgb(255, 0, 0) !important;
}
.mat-mdc-form-field.mat-form-field-invalid .mdc-text-field--invalid .mdc-floating-label {
  color: rgb(255, 6, 6) !important;
}
.mat-mdc-form-field .mdc-line-ripple::before {
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mat-mdc-form-field .mdc-line-ripple::after {
  border-bottom-width: 2px;
}
.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-form-field-flex {
  opacity: 0.5;
}
.mat-mdc-form-field.mat-form-field-disabled .mdc-line-ripple::before {
  border-bottom-style: solid;
  border-bottom-color: gray;
}
.mat-mdc-form-field .mat-mdc-form-field-error {
  line-height: 18px;
  font-size: 10px;
}
.mat-mdc-form-field .mat-mdc-form-field-error-wrapper {
  padding: 0px !important;
}
.mat-mdc-form-field .mat-mdc-form-field-hint {
  font-size: 12px;
}
.mat-mdc-form-field .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field .mat-mdc-form-field-icon-prefix {
  padding: 0 8px;
  white-space: nowrap;
  flex: none;
  position: relative;
}
.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(25, 39, 68, 0.1607843137);
}
.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 6px 0 0 6px;
}
.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 6px 6px 0;
}
.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mat-mdc-form-field.mat-form-field-appearance-legacy .mat-mdc-form-field-infix {
  border-top: 0;
  padding-top: 12px;
}
.mat-mdc-form-field.mat-form-field-appearance-legacy .mdc-line-ripple {
  bottom: 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  background-color: transparent !important;
  border-radius: 4px 4px 0 0;
}
.mat-mdc-input-element,
.mat-input-element:not(.mat-mdc-input-element):not(.mat-input-element),
.mat-input-element {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.mat-mdc-input-element::placeholder,
.mat-input-element:not(.mat-mdc-input-element):not(.mat-input-element)::placeholder,
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.mat-mdc-input-element:disabled,
.mat-input-element:disabled:not(.mat-mdc-input-element):not(.mat-input-element),
.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-large-input .mat-mdc-input-element,
.mat-large-input .mat-input-element:not(.mat-mdc-input-element):not(.mat-input-element),
.mat-large-input .mat-input-element {
  height: 30px;
  font-size: 16px;
}
.no-padding-label .mdc-floating-label {
  padding-left: 0 !important;
}
.mat-mdc-select,
.mat-select:not(.mat-mdc-select) {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.mat-mdc-select .mat-mdc-select-value,
.mat-select:not(.mat-mdc-select) .mat-mdc-select-value {
  font-size: 14px;
}
.mat-mdc-select .mat-mdc-select-placeholder,
.mat-select:not(.mat-mdc-select) .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper,
.mat-select:not(.mat-mdc-select) .mat-mdc-select-arrow-wrapper {
  height: 24px;
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-select:not(.mat-mdc-select) .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow svg,
.mat-select:not(.mat-mdc-select) .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow svg {
  display: none;
}
.mat-mdc-select.ng-invalid.ng-touched .mat-mdc-select-arrow,
.ng-invalid.ng-touched.mat-select:not(.mat-mdc-select) .mat-mdc-select-arrow {
  color: #f44336;
}
.mat-mdc-select-panel {
  background: #ffffff !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 18px !important;
  margin-top: 8px;
}
.mat-mdc-select-panel .mat-mdc-option {
  font-size: 14px !important;
  font-weight: 500 !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 16px;
}
.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-disabled {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-mdc-select-panel .mat-mdc-option .mat-pseudo-checkbox {
  margin-right: 12px;
}
.custom-material-dropdown.mat-mdc-select-panel {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 18px !important;
}
.over-lay-panel-increment,
.over-lay-panel-outline,
.over-layer-category,
.over-lay-panel-agreement,
.over-layer-owner,
.over-lay-panel-city {
  margin: 35px 0 0 0 !important;
}
.over-lay-panel-expense,
.over-lay-panel-expense-tranche {
  margin: 28px 0 0 0 !important;
}
.mat-mdc-button .mat-mdc-button-persistent-ripple,
.mat-button:not(.mat-mdc-button) .mat-mdc-button-persistent-ripple,
.mat-mdc-button .mat-mdc-button-ripple,
.mat-button:not(.mat-mdc-button) .mat-mdc-button-ripple,
.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,
.mat-mdc-raised-button .mat-mdc-button-ripple,
.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,
.mat-flat-button .mat-mdc-button-persistent-ripple,
.mat-mdc-unelevated-button .mat-mdc-button-ripple,
.mat-flat-button .mat-mdc-button-ripple,
.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,
.mat-stroked-button .mat-mdc-button-persistent-ripple,
.mat-mdc-outlined-button .mat-mdc-button-ripple,
.mat-stroked-button .mat-mdc-button-ripple {
  background: transparent !important;
}
.mat-mdc-button .mdc-button__label,
.mat-button:not(.mat-mdc-button) .mdc-button__label,
.mat-mdc-raised-button .mdc-button__label,
.mat-mdc-unelevated-button .mdc-button__label,
.mat-flat-button .mdc-button__label,
.mat-mdc-outlined-button .mdc-button__label,
.mat-stroked-button .mdc-button__label {
  text-wrap: nowrap;
}
.mat-ui-primary-button {
  background-color: #2dcc40 !important;
  color: #fff !important;
  min-width: 14rem;
  border-radius: 4px;
  padding: 0 24px;
}
.mat-ui-primary-button .mdc-button__label {
  line-height: calc(35px + 4 * (100vw - 300px) / 1300);
  font-size: calc(12px + 4 * (100vw - 300px) / 1300);
}
.mat-ui-primary-button:hover:not([disabled]) {
  background-color: #00a213 !important;
}
.mat-ui-primary-button:disabled,
.mat-ui-primary-button[disabled] {
  background-color: #d6d6d6 !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.mat-mdc-icon-button {
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-hover-state-layer-opacity: 0 !important;
  --mdc-icon-button-focus-state-layer-opacity: 0 !important;
  --mdc-icon-button-pressed-state-layer-opacity: 0 !important;
}
.mat-mdc-icon-button:hover,
.mat-mdc-icon-button:focus {
  background-color: transparent !important;
}
.mat-mdc-icon-button .mdc-icon-button__ripple,
.mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  display: none !important;
}
.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before,
.mat-mdc-icon-button .mdc-icon-button__ripple::before {
  opacity: 0 !important;
}
.action-button-dropdown .mat-mdc-icon-button {
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 30px !important;
}
.action-button-dropdown .mat-mdc-icon-button.mat-mdc-button-base {
  padding: 0px;
  margin: 0px 0px !important;
}
.list-actions-right-section .mat-mdc-icon-button.mat-mdc-button-base {
  padding: 3px;
}
.mat-mdc-unelevated-button,
.mat-flat-button {
  width: auto !important;
}
.mat-mdc-checkbox .mdc-checkbox,
.mat-checkbox:not(.mat-mdc-checkbox) .mdc-checkbox {
  width: 16px;
  height: 16px;
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background,
.mat-checkbox:not(.mat-mdc-checkbox) .mdc-checkbox .mdc-checkbox__background {
  width: 16px;
  height: 16px;
  border-color: lightgrey;
  border-width: 1px;
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__checkmark,
.mat-checkbox:not(.mat-mdc-checkbox) .mdc-checkbox .mdc-checkbox__checkmark {
  display: none;
}
.mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background,
.mat-mdc-checkbox-checked.mat-checkbox:not(.mat-mdc-checkbox) .mdc-checkbox__background,
.mat-mdc-checkbox.mat-mdc-checkbox-indeterminate .mdc-checkbox__background,
.mat-mdc-checkbox-indeterminate.mat-checkbox:not(.mat-mdc-checkbox) .mdc-checkbox__background {
  width: 22px;
  height: 22px;
  background: url(/assets/svg/update-check-tick.svg) no-repeat center !important;
  background-size: 100% !important;
  border: none !important;
  background-color: transparent !important;
}
.mat-mdc-checkbox.mat-mdc-checkbox-checked.primary .mdc-checkbox__background,
.mat-mdc-checkbox-checked.primary.mat-checkbox:not(.mat-mdc-checkbox) .mdc-checkbox__background,
.mat-mdc-checkbox.mat-mdc-checkbox-indeterminate.primary .mdc-checkbox__background,
.mat-mdc-checkbox-indeterminate.primary.mat-checkbox:not(.mat-mdc-checkbox) .mdc-checkbox__background {
  background: url(/assets/svg/check_box.svg) no-repeat center !important;
}
.mat-mdc-checkbox .mdc-label,
.mat-checkbox:not(.mat-mdc-checkbox) .mdc-label {
  font-size: 14px;
  padding-left: 8px;
}
::ng-deep mat-checkbox .mdc-checkbox__background {
  border-color: lightgrey;
  border-width: 1px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__outer-circle,
.mat-radio-button:not(.mat-mdc-radio-button) .mdc-radio .mdc-radio__outer-circle {
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__inner-circle,
.mat-radio-button:not(.mat-mdc-radio-button) .mdc-radio .mdc-radio__inner-circle {
  border-width: 10px;
}
.mat-mdc-radio-button .mdc-label,
.mat-radio-button:not(.mat-mdc-radio-button) .mdc-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #172b4d;
  padding-left: 8px;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__outer-circle,
.mat-mdc-radio-checked.mat-radio-button:not(.mat-mdc-radio-button) .mdc-radio__outer-circle {
  border-color: #2500d7;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle,
.mat-mdc-radio-checked.mat-radio-button:not(.mat-mdc-radio-button) .mdc-radio__inner-circle {
  border-color: #2500d7;
}
.tranche-action-panel .mdc-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #172b4d;
  margin-right: 20px;
}
.mat-mdc-slide-toggle .mdc-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #172b4d;
  margin-right: 20px;
  padding-left: 8px;
}
.mat-mdc-slide-toggle .mdc-switch {
  width: 36px;
  height: 20px;
}
.mat-mdc-slide-toggle .mdc-switch__track {
  height: 14px;
  border-radius: 7px;
}
.mat-mdc-slide-toggle .mdc-switch__handle {
  width: 20px;
  height: 20px;
}
.mat-mdc-chip {
  font-size: 13px;
  min-height: 32px;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  border-radius: 16px;
}
.mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__action--primary {
  padding: 0 12px;
}
.mat-mdc-chip .mdc-evolution-chip__text-label {
  font-size: 13px;
}
.mat-mdc-chip-set .mat-mdc-chip {
  margin: 4px;
}
.mat-expansion-panel {
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel:not(.mat-expanded) {
  border-radius: 4px;
}
.mat-expansion-panel .mat-expansion-panel-header {
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  padding: 0 24px;
}
.mat-mdc-menu-panel {
  overflow: hidden !important;
  border-radius: 4px;
  --mat-menu-item-label-text-size: 12px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 8px 0;
}
.mat-mdc-menu-panel .mat-mdc-menu-item {
  min-height: 48px;
  padding: 0 16px;
  font-size: 14px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon {
  margin-right: 16px;
}
.mat-mdc-menu-panel .mat-mdc-menu-item img {
  margin-right: 12px;
}
.mat-mdc-menu-panel .mat-mdc-menu-item.mat-mdc-menu-item-highlighted:not([disabled]) {
  background-color: rgba(0, 0, 0, 0.04);
}
.home-profile-menu-panel {
  color: #192744;
}
.home-profile-menu-panel .home-username {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
}
.home-profile-menu-panel .mat-mdc-menu-item {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.home-profile-menu-panel .mat-mdc-menu-item .mat-icon {
  margin: 0 1rem 0 0;
  max-width: 1.75rem;
}
.mat-mdc-tooltip.material-dark-tooltip {
  --mdc-plain-tooltip-container-color: #26283a;
  --mdc-plain-tooltip-supporting-text-color: #f7f7f7;
}
.mat-mdc-tooltip.material-dark-tooltip .mdc-tooltip__surface {
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  border-radius: 0.7rem;
  box-shadow: 0 0.6rem 1.5rem rgba(212, 212, 212, 0.5803921569);
  white-space: normal;
  word-wrap: break-word;
}
.mat-mdc-tooltip.material-light-tooltip {
  --mdc-plain-tooltip-container-color: #ffffff;
  --mdc-plain-tooltip-supporting-text-color: #192744;
}
.mat-mdc-tooltip.material-light-tooltip .mdc-tooltip__surface {
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}
.mat-mdc-snack-bar-container.custom-toaster {
  --mdc-snackbar-container-color: transparent;
  --mat-snack-bar-button-color: #2500d7;
}
.mat-mdc-snack-bar-container.custom-toaster .mdc-snackbar__surface {
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}
.mat-mdc-snack-bar-container.custom-toaster .mat-mdc-snack-bar-label {
  min-width: 400px;
  border-radius: 5px;
  background: #ffffff;
  padding: 0px !important;
}
.mat-mdc-snack-bar-container.custom-toaster .mat-mdc-snack-bar-label .mat-snack-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: 10px;
  color: #192744;
}
.mat-mdc-snack-bar-container.custom-toaster.toast-mat-success .mat-mdc-snack-bar-label {
  border-left-color: #2dcc40;
}
.mat-mdc-snack-bar-container.custom-toaster.toast-mat-error .mat-mdc-snack-bar-label {
  border-left-color: #f44336;
}
.mat-mdc-snack-bar-container.custom-toaster.toast-mat-warning .mat-mdc-snack-bar-label {
  border-left-color: #ff9800;
}
.mat-mdc-snack-bar-container.custom-toaster.toast-mat-info .mat-mdc-snack-bar-label {
  border-left-color: #2196f3;
}
.mat-mdc-snack-bar-container.custom-toaster.toast-mat-success-full .mat-mdc-snack-bar-label {
  background: #2dcc40;
  border-left-color: #2dcc40;
}
.mat-mdc-snack-bar-container.custom-toaster.toast-mat-success-full .mat-mdc-snack-bar-label .mat-snack-title {
  color: #ffffff;
}
.mat-mdc-tab-group .mat-mdc-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-mdc-tab-group .mat-mdc-tab {
  min-width: 90px;
  height: 48px;
  padding: 0 24px;
}
.mat-mdc-tab-group .mat-mdc-tab .mdc-tab__text-label {
  font-size: 14px;
  font-weight: 500;
}
.mat-mdc-tab-group .mat-mdc-tab:not(.mat-mdc-tab-disabled).cdk-keyboard-focused,
.mat-mdc-tab-group .mat-mdc-tab:not(.mat-mdc-tab-disabled).cdk-program-focused {
  background-color: transparent !important;
}
.mat-mdc-tab-group .mat-mdc-tab-body-content {
  padding: 16px 0;
}
.security-deposite .mat-mdc-tab-header {
  margin-bottom: 4rem;
  display: inline-block;
  border-bottom: 0;
}
.security-deposite .mat-mdc-tab-label-container {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-form-field-type-mat-date-range-input .mat-datepicker-toggle .mat-mdc-icon-button {
  height: 15px !important;
  width: 15px !important;
  padding: 0 !important;
}
.mat-mdc-autocomplete-panel.custom-material-dropdown {
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border-radius: 0 0 18px 18px !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 8px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content {
  font-size: 14px;
  line-height: 1.5;
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions {
  padding: 16px 24px;
  justify-content: flex-end;
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions .mat-mdc-button,
.mat-mdc-dialog-container .mat-mdc-dialog-actions .mat-button:not(.mat-mdc-button) {
  margin-left: 8px;
}
.mat-mdc-progress-bar {
  height: 4px;
}
.mat-mdc-progress-bar .mdc-linear-progress__bar-inner {
  border-color: #2500d7;
}
.mat-mdc-slider {
  --mat-slider-with-tick-marks-active-container-color: #2500d7;
  --mat-slider-with-tick-marks-active-container-opacity: 1;
  min-height: 35px;
  padding-bottom: 0;
}
.mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: #2500d7 !important;
}
.mat-mdc-slider .mdc-slider__thumb-knob {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff !important;
  border: solid 3px #fff !important;
}
.mat-mdc-slider .mdc-slider__value-indicator {
  background-color: #000;
  border-radius: 5px;
}
.mat-mdc-slider .mdc-slider__value-indicator-text {
  color: #fff !important;
  text-align: center;
}
mat-slider.signup-page-slider#credit-limit-slider.mat-mdc-slider {
  --mat-slider-with-tick-marks-active-container-color: #1868dd;
  width: 100%;
  margin: 0;
}
mat-slider.signup-page-slider#credit-limit-slider.mat-mdc-slider .mdc-slider__track--inactive {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
mat-slider.signup-page-slider#credit-limit-slider.mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: #1868dd !important;
}
mat-slider.signup-page-slider#credit-limit-slider.mat-mdc-slider .mdc-slider__thumb-knob {
  background-color: #1868dd !important;
  border: solid 2px #1868dd !important;
  box-shadow: 0 2px 6px rgba(24, 104, 221, 0.35);
}
mat-slider.signup-page-slider#credit-limit-slider.mat-mdc-slider .mdc-slider__value-indicator {
  background-color: #1868dd;
  border-radius: 4px;
  min-width: 40px;
  min-height: 40px;
}
mat-slider.signup-page-slider#credit-limit-slider.mat-mdc-slider .mdc-slider__value-indicator-text {
  color: #fff !important;
}
.mat-stepper-horizontal .mat-step-header,
.mat-stepper-vertical .mat-step-header {
  padding: 24px;
}
.mat-stepper-horizontal .mat-step-header .mat-step-icon,
.mat-stepper-vertical .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.38);
  color: white;
}
.mat-stepper-horizontal .mat-step-header .mat-step-icon .mat-step-icon-content,
.mat-stepper-vertical .mat-step-header .mat-step-icon .mat-step-icon-content {
  font-size: 16px;
}
.mat-stepper-horizontal .mat-step-header.cdk-keyboard-focused,
.mat-stepper-horizontal .mat-step-header.cdk-program-focused,
.mat-stepper-vertical .mat-step-header.cdk-keyboard-focused,
.mat-stepper-vertical .mat-step-header.cdk-program-focused {
  background-color: transparent;
}
.mat-stepper-horizontal .mat-step-header .mat-step-label,
.mat-stepper-vertical .mat-step-header .mat-step-label {
  font-size: 14px;
}
.mat-stepper-horizontal .mat-step-header .mat-step-label.mat-step-label-active,
.mat-stepper-vertical .mat-step-header .mat-step-label.mat-step-label-active {
  font-weight: 500;
}
.mat-stepper-horizontal .mat-step-header-selected .mat-step-icon,
.mat-stepper-vertical .mat-step-header-selected .mat-step-icon {
  background-color: #2500d7;
}
.mat-outside-label {
  letter-spacing: 0px;
  color: #192744;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.error-placeholder {
  height: 0;
  visibility: hidden;
}
.mat-mdc-form-field-hint,
.mat-caption {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.bill-every-container .mat-mdc-form-field .mdc-line-ripple::before,
.bill-every-container .mat-mdc-form-field .mdc-line-ripple::after {
  background-color: transparent !important;
}
.link-gst-container .link-gst-form-formControl.mat-form-field-disabled .mat-mdc-form-field-icon-suffix,
.link-gst-page-container .link-gst-form-formControl.mat-form-field-disabled .mat-mdc-form-field-icon-suffix {
  cursor: default;
}
.link-gst-container .link-gst-form-formControl .mat-mdc-form-field-icon-suffix,
.link-gst-page-container .link-gst-form-formControl .mat-mdc-form-field-icon-suffix {
  cursor: pointer;
}
.increment-screen .mat-mdc-select,
.increment-screen .mat-select:not(.mat-mdc-select) {
  appearance: none;
  background: url(/assets/svg/down-angle.svg) no-repeat center right;
}
.increment-screen .mat-mdc-select .mat-mdc-select-arrow,
.increment-screen .mat-select:not(.mat-mdc-select) .mat-mdc-select-arrow {
  display: none;
}
.increment-screen .mat-mdc-form-field .mat-mdc-text-field-wrapper {
  background-color: #ffffff;
}
.increment-screen .mat-mdc-form-field .mat-mdc-form-field-infix {
  line-height: 20px !important;
}
.branch-code-family-dropdown .uncategorized-option {
  border-bottom: 0.1rem solid #ebeaff;
}
.branch-code-family-dropdown .uncategorized-option:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.branch-code-family-dropdown .uncategorized-option .mat-mdc-option-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.branch-code-family-dropdown .uncategorized-option .mat-mdc-option-text .uncategorized-text {
  opacity: 0.75;
  font-style: italic;
}
.branch-code-family-dropdown .uncategorized-option .mat-mdc-option-text .custom-select-all {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
}
.advance-filter img {
  width: 2.5rem;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  padding-top: 0px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-infix {
  padding-top: 14px;
  padding-bottom: 0px;
  min-height: 45px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mdc-floating-label {
  top: 28px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mdc-floating-label.mdc-floating-label--float-above {
  top: 18px;
  font-size: 12px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mdc-outlined-text-field-label-text-size {
  font-size: 14px !important;
}
:root {
  --mdc-filled-text-field-label-text-size: 14px;
  --mdc-radio-selected-icon-color: #2500d7 !important;
  --mat-radio-selected-icon-color: #2500d7 !important;
}
:root .mat-mdc-radio-button .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
:root .mat-radio-button:not(.mat-mdc-radio-button) .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #2500d7 !important;
}
:root .mat-mdc-radio-button .mdc-radio__native-control:enabled:checked + .mdc-radio__background,
:root .mat-radio-button:not(.mat-mdc-radio-button) .mdc-radio__native-control:enabled:checked + .mdc-radio__background {
  --mat-radio-selected-icon-color: #2500d7 !important;
}
:root .mat-mdc-radio-button .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__inner-circle,
:root .mat-radio-button:not(.mat-mdc-radio-button) .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #2500d7 !important;
}
:root a {
  text-decoration: none !important;
}
.mat-form-modal {
  padding: 2rem 5rem;
}
.float-md-right {
  float: right !important;
}
.container {
  max-width: 1140px !important;
}
.container,
.container-fluid {
  --bs-gutter-x: 30px !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  --bs-gutter-x: 30px !important;
}
.mb-16 {
  margin-bottom: 0px !important;
}
mat-form-field.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  background-color: transparent !important;
}
mat-form-field.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-text-field--filled {
  background-color: transparent !important;
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.mdc-text-field {
  padding: 0px 0px 0px 0px !important;
}
:root {
  --mat-select-arrow-transform: translateY(0px);
}
.cdk-overlay-pane .mat-mdc-select-panel {
  width: auto !important;
  transform-origin: 50% bottom 0px;
  font-size: 14px;
  opacity: 1;
  min-width: calc(100% + 32px);
  transform: scaleY(1);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.12) !important;
}
.cdk-overlay-pane .mat-mdc-select-panel --mat-option-selected-state-label-text-color .mat-select-search-inner {
  top: 11px;
  left: 0px;
  width: 90%;
  border-radius: 16px 16px 0px 0px;
}
.cdk-overlay-pane .mat-mdc-select-panel .mdc-list-item__primary-text {
  display: inline-block;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000 !important;
}
.cdk-overlay-pane .mat-mdc-input-element.mat-select-search-input,
.cdk-overlay-pane .mat-select-search-input.mat-input-element,
.cdk-overlay-pane .mdc-text-field__input.mat-select-search-input {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-size: 14px !important;
}
.me-10 {
  margin-right: 2.5rem !important;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container {
  padding: 15px !important;
  background: #fff 0% 0% no-repeat padding-box !important;
  border: 1px solid rgba(25, 39, 68, 0.1215686275) !important;
  border-radius: 20px !important;
  max-height: 380px !important;
  overflow: auto !important;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  background: #f5f6fb 0% 0% no-repeat padding-box !important;
  border-radius: 15px !important;
  height: 60px !important;
  min-height: 60px !important;
  transition: 0.5s ease;
  padding: 0 !important;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option .mdc-list-item__primary-text {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 16px !important;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option .mdc-list-item__primary-text .left-section {
  display: inline-flex;
  width: 20%;
  height: 50px;
  align-items: center;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option .mdc-list-item__primary-text .middle-section {
  display: inline-flex;
  width: 70%;
  flex-direction: column;
  justify-content: center;
  line-height: 16px;
  margin: 0 10px;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option .mdc-list-item__primary-text .middle-section .main-title {
  font: normal normal bold 12px Inter;
  letter-spacing: 0.4px;
  color: #091e42;
  opacity: 1 !important;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option .mdc-list-item__primary-text .middle-section .type {
  font: normal normal 600 11px Inter;
  letter-spacing: 0.37px;
  color: #091e42;
  opacity: 0.4 !important;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option .mdc-list-item__primary-text .right-section {
  display: inline-flex;
  width: 10%;
  height: 50px;
  align-items: center;
  justify-content: flex-end;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option .mdc-list-item__primary-text .right-section img {
  height: 15px;
  width: 15px;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option .mdc-list-item__primary-text .seprator {
  height: 25px;
  width: 1px;
  background: #ebeafd;
  margin: 0;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option.mdc-list-item--selected {
  background: #f5f6fb 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border: 1px solid #7a65f6 !important;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-mdc-option.mdc-list-item--selected .main-title {
  color: #2500d7 !important;
}
.mat-mdc-autocomplete-panel.em-user-swtich-container .mat-pseudo-checkbox {
  display: none !important;
}
.quick-filter-radio {
  height: fit-content !important;
}
.quick-filter-radio .mdc-radio {
  padding: 0px !important;
}
.quick-filter-radio .mdc-label {
  font-size: 10px !important;
}
.horozontal-tab-shell-new ul {
  padding: 0px;
}
.me-6 {
  margin-right: 1.5rem !important;
}
.me-8 {
  margin-right: 2rem !important;
}
.me-12 {
  margin-right: 3rem !important;
}
.close {
  border: none !important;
}
.sign-in-form-submit-button-container:disabled .mdc-button__label {
  color: white !important;
}
.appearance-none.mat-mdc-form-field {
  padding: 0;
  --mdc-filled-text-field-container-color: transparent;
  --mdc-filled-text-field-hover-fill-color: transparent;
  --mdc-filled-text-field-focus-active-indicator-color: transparent;
  --mdc-filled-text-field-active-indicator-color: transparent;
  --mdc-filled-text-field-hover-active-indicator-color: transparent;
  --mdc-filled-text-field-disabled-active-indicator-color: transparent;
  --mdc-outlined-text-field-outline-color: transparent;
  --mdc-outlined-text-field-focus-outline-color: transparent;
  --mdc-outlined-text-field-hover-outline-color: transparent;
  --mdc-outlined-text-field-disabled-outline-color: transparent;
}
.appearance-none.mat-mdc-form-field .mat-mdc-form-field-focus-overlay {
  display: none;
}
.appearance-none.mat-mdc-form-field {
  --mat-mdc-form-field-label-floating-scale: 1;
}
.appearance-none.mat-mdc-form-field .mat-mdc-form-field-infix {
  padding: 0 !important;
}
.tabs-view {
  padding-left: 0px;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.expense-theme .modal-body .row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/ngx-bootstrap/datepicker/bs-datepicker.css */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.selected.disabled,
.bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-],
.bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success,
.theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus,
.theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover,
.theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after,
.theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus,
.theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success,
.theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus,
.theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover,
.theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success,
.theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover,
.theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success,
.theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus,
.theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover,
.theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after,
.theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success,
.theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus,
.theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover,
.theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after,
.theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

/* node_modules/grd/grd.css */
.Grid {
  display: flex;
  flex-wrap: wrap;
}
.Grid.-top {
  align-items: flex-start;
}
.Grid.-middle {
  align-items: center;
}
.Grid.-bottom {
  align-items: flex-end;
}
.Grid.-stretch {
  align-items: stretch;
}
.Grid.-baseline {
  align-items: baseline;
}
.Grid.-left {
  justify-content: flex-start;
}
.Grid.-center {
  justify-content: center;
}
.Grid.-right {
  justify-content: flex-end;
}
.Grid.-between {
  justify-content: space-between;
}
.Grid.-around {
  justify-content: space-around;
}
.Cell {
  box-sizing: border-box;
  flex-shrink: 0;
}
.Cell.-fill {
  width: 0;
  min-width: 0;
  flex-grow: 1;
}
.Cell.\-1of12 {
  width: 8.33333%;
}
.Cell.\-2of12 {
  width: 16.66667%;
}
.Cell.\-3of12 {
  width: 25%;
}
.Cell.\-4of12 {
  width: 33.33333%;
}
.Cell.\-5of12 {
  width: 41.66667%;
}
.Cell.\-6of12 {
  width: 50%;
}
.Cell.\-7of12 {
  width: 58.33333%;
}
.Cell.\-8of12 {
  width: 66.66667%;
}
.Cell.\-9of12 {
  width: 75%;
}
.Cell.\-10of12 {
  width: 83.33333%;
}
.Cell.\-11of12 {
  width: 91.66667%;
}
.Cell.\-12of12 {
  width: 100%;
}

/* src/assets/css/utilities.min.css */
.list-reset {
  list-style: none;
  padding: 0 !important;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-local {
  background-attachment: local !important;
}
.bg-scroll {
  background-attachment: scroll !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-black {
  background-color: #22292f !important;
}
.bg-grey-darkest {
  background-color: #3d4852 !important;
}
.bg-grey-darker {
  background-color: #606f7b !important;
}
.bg-grey-dark {
  background-color: #8795a1 !important;
}
.bg-grey {
  background-color: #b8c2cc !important;
}
.bg-grey-light {
  background-color: #dae1e7 !important;
}
.bg-grey-lighter {
  background-color: #f1f5f8 !important;
}
.bg-grey-lightest {
  background-color: #f8fafc !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-red-darkest {
  background-color: #3b0d0c !important;
}
.bg-red-darker {
  background-color: #621b18 !important;
}
.bg-red-dark {
  background-color: #cc1f1a !important;
}
.bg-red {
  background-color: #e3342f !important;
}
.bg-red-light {
  background-color: #ef5753 !important;
}
.bg-red-lighter {
  background-color: #f9acaa !important;
}
.bg-red-lightest {
  background-color: #fcebea !important;
}
.bg-orange-darkest {
  background-color: #462a16 !important;
}
.bg-orange-darker {
  background-color: #613b1f !important;
}
.bg-orange-dark {
  background-color: #de751f !important;
}
.bg-orange {
  background-color: #f6993f !important;
}
.bg-orange-light {
  background-color: #faad63 !important;
}
.bg-orange-lighter {
  background-color: #fcd9b6 !important;
}
.bg-orange-lightest {
  background-color: #fff5eb !important;
}
.bg-yellow-darkest {
  background-color: #453411 !important;
}
.bg-yellow-darker {
  background-color: #684f1d !important;
}
.bg-yellow-dark {
  background-color: #f2d024 !important;
}
.bg-yellow {
  background-color: #ffed4a !important;
}
.bg-yellow-light {
  background-color: #fff382 !important;
}
.bg-yellow-lighter {
  background-color: #fff9c2 !important;
}
.bg-yellow-lightest {
  background-color: #fcfbeb !important;
}
.bg-green-darkest {
  background-color: #0f2f21 !important;
}
.bg-green-darker {
  background-color: #1a4731 !important;
}
.bg-green-dark {
  background-color: #1f9d55 !important;
}
.bg-green {
  background-color: #38c172 !important;
}
.bg-green-light {
  background-color: #51d88a !important;
}
.bg-green-lighter {
  background-color: #a2f5bf !important;
}
.bg-green-lightest {
  background-color: #e3fcec !important;
}
.bg-teal-darkest {
  background-color: #0d3331 !important;
}
.bg-teal-darker {
  background-color: #20504f !important;
}
.bg-teal-dark {
  background-color: #38a89d !important;
}
.bg-teal {
  background-color: #4dc0b5 !important;
}
.bg-teal-light {
  background-color: #64d5ca !important;
}
.bg-teal-lighter {
  background-color: #a0f0ed !important;
}
.bg-teal-lightest {
  background-color: #e8fffe !important;
}
.bg-blue-darkest {
  background-color: #12283a !important;
}
.bg-blue-darker {
  background-color: #1c3d5a !important;
}
.bg-blue-dark {
  background-color: #2779bd !important;
}
.bg-blue {
  background-color: #3490dc !important;
}
.bg-blue-light {
  background-color: #6cb2eb !important;
}
.bg-blue-lighter {
  background-color: #bcdefa !important;
}
.bg-blue-lightest {
  background-color: #eff8ff !important;
}
.bg-indigo-darkest {
  background-color: #191e38 !important;
}
.bg-indigo-darker {
  background-color: #2f365f !important;
}
.bg-indigo-dark {
  background-color: #5661b3 !important;
}
.bg-indigo {
  background-color: #6574cd !important;
}
.bg-indigo-light {
  background-color: #7886d7 !important;
}
.bg-indigo-lighter {
  background-color: #b2b7ff !important;
}
.bg-indigo-lightest {
  background-color: #e6e8ff !important;
}
.bg-purple-darkest {
  background-color: #21183c !important;
}
.bg-purple-darker {
  background-color: #382b5f !important;
}
.bg-purple-dark {
  background-color: #794acf !important;
}
.bg-purple {
  background-color: #9561e2 !important;
}
.bg-purple-light {
  background-color: #a779e9 !important;
}
.bg-purple-lighter {
  background-color: #d6bbfc !important;
}
.bg-purple-lightest {
  background-color: #f3ebff !important;
}
.bg-pink-darkest {
  background-color: #451225 !important;
}
.bg-pink-darker {
  background-color: #6f213f !important;
}
.bg-pink-dark {
  background-color: #eb5286 !important;
}
.bg-pink {
  background-color: #f66d9b !important;
}
.bg-pink-light {
  background-color: #fa7ea8 !important;
}
.bg-pink-lighter {
  background-color: #ffbbca !important;
}
.bg-pink-lightest {
  background-color: #ffebef !important;
}
.hover\:bg-transparent:hover {
  background-color: transparent !important;
}
.hover\:bg-black:hover {
  background-color: #22292f !important;
}
.hover\:bg-grey-darkest:hover {
  background-color: #3d4852 !important;
}
.hover\:bg-grey-darker:hover {
  background-color: #606f7b !important;
}
.hover\:bg-grey-dark:hover {
  background-color: #8795a1 !important;
}
.hover\:bg-grey:hover {
  background-color: #b8c2cc !important;
}
.hover\:bg-grey-light:hover {
  background-color: #dae1e7 !important;
}
.hover\:bg-grey-lighter:hover {
  background-color: #f1f5f8 !important;
}
.hover\:bg-grey-lightest:hover {
  background-color: #f8fafc !important;
}
.hover\:bg-white:hover {
  background-color: #fff !important;
}
.hover\:bg-red-darkest:hover {
  background-color: #3b0d0c !important;
}
.hover\:bg-red-darker:hover {
  background-color: #621b18 !important;
}
.hover\:bg-red-dark:hover {
  background-color: #cc1f1a !important;
}
.hover\:bg-red:hover {
  background-color: #e3342f !important;
}
.hover\:bg-red-light:hover {
  background-color: #ef5753 !important;
}
.hover\:bg-red-lighter:hover {
  background-color: #f9acaa !important;
}
.hover\:bg-red-lightest:hover {
  background-color: #fcebea !important;
}
.hover\:bg-orange-darkest:hover {
  background-color: #462a16 !important;
}
.hover\:bg-orange-darker:hover {
  background-color: #613b1f !important;
}
.hover\:bg-orange-dark:hover {
  background-color: #de751f !important;
}
.hover\:bg-orange:hover {
  background-color: #f6993f !important;
}
.hover\:bg-orange-light:hover {
  background-color: #faad63 !important;
}
.hover\:bg-orange-lighter:hover {
  background-color: #fcd9b6 !important;
}
.hover\:bg-orange-lightest:hover {
  background-color: #fff5eb !important;
}
.hover\:bg-yellow-darkest:hover {
  background-color: #453411 !important;
}
.hover\:bg-yellow-darker:hover {
  background-color: #684f1d !important;
}
.hover\:bg-yellow-dark:hover {
  background-color: #f2d024 !important;
}
.hover\:bg-yellow:hover {
  background-color: #ffed4a !important;
}
.hover\:bg-yellow-light:hover {
  background-color: #fff382 !important;
}
.hover\:bg-yellow-lighter:hover {
  background-color: #fff9c2 !important;
}
.hover\:bg-yellow-lightest:hover {
  background-color: #fcfbeb !important;
}
.hover\:bg-green-darkest:hover {
  background-color: #0f2f21 !important;
}
.hover\:bg-green-darker:hover {
  background-color: #1a4731 !important;
}
.hover\:bg-green-dark:hover {
  background-color: #1f9d55 !important;
}
.hover\:bg-green:hover {
  background-color: #38c172 !important;
}
.hover\:bg-green-light:hover {
  background-color: #51d88a !important;
}
.hover\:bg-green-lighter:hover {
  background-color: #a2f5bf !important;
}
.hover\:bg-green-lightest:hover {
  background-color: #e3fcec !important;
}
.hover\:bg-teal-darkest:hover {
  background-color: #0d3331 !important;
}
.hover\:bg-teal-darker:hover {
  background-color: #20504f !important;
}
.hover\:bg-teal-dark:hover {
  background-color: #38a89d !important;
}
.hover\:bg-teal:hover {
  background-color: #4dc0b5 !important;
}
.hover\:bg-teal-light:hover {
  background-color: #64d5ca !important;
}
.hover\:bg-teal-lighter:hover {
  background-color: #a0f0ed !important;
}
.hover\:bg-teal-lightest:hover {
  background-color: #e8fffe !important;
}
.hover\:bg-blue-darkest:hover {
  background-color: #12283a !important;
}
.hover\:bg-blue-darker:hover {
  background-color: #1c3d5a !important;
}
.hover\:bg-blue-dark:hover {
  background-color: #2779bd !important;
}
.hover\:bg-blue:hover {
  background-color: #3490dc !important;
}
.hover\:bg-blue-light:hover {
  background-color: #6cb2eb !important;
}
.hover\:bg-blue-lighter:hover {
  background-color: #bcdefa !important;
}
.hover\:bg-blue-lightest:hover {
  background-color: #eff8ff !important;
}
.hover\:bg-indigo-darkest:hover {
  background-color: #191e38 !important;
}
.hover\:bg-indigo-darker:hover {
  background-color: #2f365f !important;
}
.hover\:bg-indigo-dark:hover {
  background-color: #5661b3 !important;
}
.hover\:bg-indigo:hover {
  background-color: #6574cd !important;
}
.hover\:bg-indigo-light:hover {
  background-color: #7886d7 !important;
}
.hover\:bg-indigo-lighter:hover {
  background-color: #b2b7ff !important;
}
.hover\:bg-indigo-lightest:hover {
  background-color: #e6e8ff !important;
}
.hover\:bg-purple-darkest:hover {
  background-color: #21183c !important;
}
.hover\:bg-purple-darker:hover {
  background-color: #382b5f !important;
}
.hover\:bg-purple-dark:hover {
  background-color: #794acf !important;
}
.hover\:bg-purple:hover {
  background-color: #9561e2 !important;
}
.hover\:bg-purple-light:hover {
  background-color: #a779e9 !important;
}
.hover\:bg-purple-lighter:hover {
  background-color: #d6bbfc !important;
}
.hover\:bg-purple-lightest:hover {
  background-color: #f3ebff !important;
}
.hover\:bg-pink-darkest:hover {
  background-color: #451225 !important;
}
.hover\:bg-pink-darker:hover {
  background-color: #6f213f !important;
}
.hover\:bg-pink-dark:hover {
  background-color: #eb5286 !important;
}
.hover\:bg-pink:hover {
  background-color: #f66d9b !important;
}
.hover\:bg-pink-light:hover {
  background-color: #fa7ea8 !important;
}
.hover\:bg-pink-lighter:hover {
  background-color: #ffbbca !important;
}
.hover\:bg-pink-lightest:hover {
  background-color: #ffebef !important;
}
.focus\:bg-transparent:focus {
  background-color: transparent !important;
}
.focus\:bg-black:focus {
  background-color: #22292f !important;
}
.focus\:bg-grey-darkest:focus {
  background-color: #3d4852 !important;
}
.focus\:bg-grey-darker:focus {
  background-color: #606f7b !important;
}
.focus\:bg-grey-dark:focus {
  background-color: #8795a1 !important;
}
.focus\:bg-grey:focus {
  background-color: #b8c2cc !important;
}
.focus\:bg-grey-light:focus {
  background-color: #dae1e7 !important;
}
.focus\:bg-grey-lighter:focus {
  background-color: #f1f5f8 !important;
}
.focus\:bg-grey-lightest:focus {
  background-color: #f8fafc !important;
}
.focus\:bg-white:focus {
  background-color: #fff !important;
}
.focus\:bg-red-darkest:focus {
  background-color: #3b0d0c !important;
}
.focus\:bg-red-darker:focus {
  background-color: #621b18 !important;
}
.focus\:bg-red-dark:focus {
  background-color: #cc1f1a !important;
}
.focus\:bg-red:focus {
  background-color: #e3342f !important;
}
.focus\:bg-red-light:focus {
  background-color: #ef5753 !important;
}
.focus\:bg-red-lighter:focus {
  background-color: #f9acaa !important;
}
.focus\:bg-red-lightest:focus {
  background-color: #fcebea !important;
}
.focus\:bg-orange-darkest:focus {
  background-color: #462a16 !important;
}
.focus\:bg-orange-darker:focus {
  background-color: #613b1f !important;
}
.focus\:bg-orange-dark:focus {
  background-color: #de751f !important;
}
.focus\:bg-orange:focus {
  background-color: #f6993f !important;
}
.focus\:bg-orange-light:focus {
  background-color: #faad63 !important;
}
.focus\:bg-orange-lighter:focus {
  background-color: #fcd9b6 !important;
}
.focus\:bg-orange-lightest:focus {
  background-color: #fff5eb !important;
}
.focus\:bg-yellow-darkest:focus {
  background-color: #453411 !important;
}
.focus\:bg-yellow-darker:focus {
  background-color: #684f1d !important;
}
.focus\:bg-yellow-dark:focus {
  background-color: #f2d024 !important;
}
.focus\:bg-yellow:focus {
  background-color: #ffed4a !important;
}
.focus\:bg-yellow-light:focus {
  background-color: #fff382 !important;
}
.focus\:bg-yellow-lighter:focus {
  background-color: #fff9c2 !important;
}
.focus\:bg-yellow-lightest:focus {
  background-color: #fcfbeb !important;
}
.focus\:bg-green-darkest:focus {
  background-color: #0f2f21 !important;
}
.focus\:bg-green-darker:focus {
  background-color: #1a4731 !important;
}
.focus\:bg-green-dark:focus {
  background-color: #1f9d55 !important;
}
.focus\:bg-green:focus {
  background-color: #38c172 !important;
}
.focus\:bg-green-light:focus {
  background-color: #51d88a !important;
}
.focus\:bg-green-lighter:focus {
  background-color: #a2f5bf !important;
}
.focus\:bg-green-lightest:focus {
  background-color: #e3fcec !important;
}
.focus\:bg-teal-darkest:focus {
  background-color: #0d3331 !important;
}
.focus\:bg-teal-darker:focus {
  background-color: #20504f !important;
}
.focus\:bg-teal-dark:focus {
  background-color: #38a89d !important;
}
.focus\:bg-teal:focus {
  background-color: #4dc0b5 !important;
}
.focus\:bg-teal-light:focus {
  background-color: #64d5ca !important;
}
.focus\:bg-teal-lighter:focus {
  background-color: #a0f0ed !important;
}
.focus\:bg-teal-lightest:focus {
  background-color: #e8fffe !important;
}
.focus\:bg-blue-darkest:focus {
  background-color: #12283a !important;
}
.focus\:bg-blue-darker:focus {
  background-color: #1c3d5a !important;
}
.focus\:bg-blue-dark:focus {
  background-color: #2779bd !important;
}
.focus\:bg-blue:focus {
  background-color: #3490dc !important;
}
.focus\:bg-blue-light:focus {
  background-color: #6cb2eb !important;
}
.focus\:bg-blue-lighter:focus {
  background-color: #bcdefa !important;
}
.focus\:bg-blue-lightest:focus {
  background-color: #eff8ff !important;
}
.focus\:bg-indigo-darkest:focus {
  background-color: #191e38 !important;
}
.focus\:bg-indigo-darker:focus {
  background-color: #2f365f !important;
}
.focus\:bg-indigo-dark:focus {
  background-color: #5661b3 !important;
}
.focus\:bg-indigo:focus {
  background-color: #6574cd !important;
}
.focus\:bg-indigo-light:focus {
  background-color: #7886d7 !important;
}
.focus\:bg-indigo-lighter:focus {
  background-color: #b2b7ff !important;
}
.focus\:bg-indigo-lightest:focus {
  background-color: #e6e8ff !important;
}
.focus\:bg-purple-darkest:focus {
  background-color: #21183c !important;
}
.focus\:bg-purple-darker:focus {
  background-color: #382b5f !important;
}
.focus\:bg-purple-dark:focus {
  background-color: #794acf !important;
}
.focus\:bg-purple:focus {
  background-color: #9561e2 !important;
}
.focus\:bg-purple-light:focus {
  background-color: #a779e9 !important;
}
.focus\:bg-purple-lighter:focus {
  background-color: #d6bbfc !important;
}
.focus\:bg-purple-lightest:focus {
  background-color: #f3ebff !important;
}
.focus\:bg-pink-darkest:focus {
  background-color: #451225 !important;
}
.focus\:bg-pink-darker:focus {
  background-color: #6f213f !important;
}
.focus\:bg-pink-dark:focus {
  background-color: #eb5286 !important;
}
.focus\:bg-pink:focus {
  background-color: #f66d9b !important;
}
.focus\:bg-pink-light:focus {
  background-color: #fa7ea8 !important;
}
.focus\:bg-pink-lighter:focus {
  background-color: #ffbbca !important;
}
.focus\:bg-pink-lightest:focus {
  background-color: #ffebef !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;
}
.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-auto {
  background-size: auto !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}
.border-collapse {
  border-collapse: collapse !important;
}
.border-separate {
  border-collapse: separate !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-black {
  border-color: #22292f !important;
}
.border-grey-darkest {
  border-color: #3d4852 !important;
}
.border-grey-darker {
  border-color: #606f7b !important;
}
.border-grey-dark {
  border-color: #8795a1 !important;
}
.border-grey {
  border-color: #b8c2cc !important;
}
.border-grey-light {
  border-color: #dae1e7 !important;
}
.border-grey-lighter {
  border-color: #f1f5f8 !important;
}
.border-grey-lightest {
  border-color: #f8fafc !important;
}
.border-white {
  border-color: #fff !important;
}
.border-red-darkest {
  border-color: #3b0d0c !important;
}
.border-red-darker {
  border-color: #621b18 !important;
}
.border-red-dark {
  border-color: #cc1f1a !important;
}
.border-red {
  border-color: #e3342f !important;
}
.border-red-light {
  border-color: #ef5753 !important;
}
.border-red-lighter {
  border-color: #f9acaa !important;
}
.border-red-lightest {
  border-color: #fcebea !important;
}
.border-orange-darkest {
  border-color: #462a16 !important;
}
.border-orange-darker {
  border-color: #613b1f !important;
}
.border-orange-dark {
  border-color: #de751f !important;
}
.border-orange {
  border-color: #f6993f !important;
}
.border-orange-light {
  border-color: #faad63 !important;
}
.border-orange-lighter {
  border-color: #fcd9b6 !important;
}
.border-orange-lightest {
  border-color: #fff5eb !important;
}
.border-yellow-darkest {
  border-color: #453411 !important;
}
.border-yellow-darker {
  border-color: #684f1d !important;
}
.border-yellow-dark {
  border-color: #f2d024 !important;
}
.border-yellow {
  border-color: #ffed4a !important;
}
.border-yellow-light {
  border-color: #fff382 !important;
}
.border-yellow-lighter {
  border-color: #fff9c2 !important;
}
.border-yellow-lightest {
  border-color: #fcfbeb !important;
}
.border-green-darkest {
  border-color: #0f2f21 !important;
}
.border-green-darker {
  border-color: #1a4731 !important;
}
.border-green-dark {
  border-color: #1f9d55 !important;
}
.border-green {
  border-color: #38c172 !important;
}
.border-green-light {
  border-color: #51d88a !important;
}
.border-green-lighter {
  border-color: #a2f5bf !important;
}
.border-green-lightest {
  border-color: #e3fcec !important;
}
.border-teal-darkest {
  border-color: #0d3331 !important;
}
.border-teal-darker {
  border-color: #20504f !important;
}
.border-teal-dark {
  border-color: #38a89d !important;
}
.border-teal {
  border-color: #4dc0b5 !important;
}
.border-teal-light {
  border-color: #64d5ca !important;
}
.border-teal-lighter {
  border-color: #a0f0ed !important;
}
.border-teal-lightest {
  border-color: #e8fffe !important;
}
.border-blue-darkest {
  border-color: #12283a !important;
}
.border-blue-darker {
  border-color: #1c3d5a !important;
}
.border-blue-dark {
  border-color: #2779bd !important;
}
.border-blue {
  border-color: #3490dc !important;
}
.border-blue-light {
  border-color: #6cb2eb !important;
}
.border-blue-lighter {
  border-color: #bcdefa !important;
}
.border-blue-lightest {
  border-color: #eff8ff !important;
}
.border-indigo-darkest {
  border-color: #191e38 !important;
}
.border-indigo-darker {
  border-color: #2f365f !important;
}
.border-indigo-dark {
  border-color: #5661b3 !important;
}
.border-indigo {
  border-color: #6574cd !important;
}
.border-indigo-light {
  border-color: #7886d7 !important;
}
.border-indigo-lighter {
  border-color: #b2b7ff !important;
}
.border-indigo-lightest {
  border-color: #e6e8ff !important;
}
.border-purple-darkest {
  border-color: #21183c !important;
}
.border-purple-darker {
  border-color: #382b5f !important;
}
.border-purple-dark {
  border-color: #794acf !important;
}
.border-purple {
  border-color: #9561e2 !important;
}
.border-purple-light {
  border-color: #a779e9 !important;
}
.border-purple-lighter {
  border-color: #d6bbfc !important;
}
.border-purple-lightest {
  border-color: #f3ebff !important;
}
.border-pink-darkest {
  border-color: #451225 !important;
}
.border-pink-darker {
  border-color: #6f213f !important;
}
.border-pink-dark {
  border-color: #eb5286 !important;
}
.border-pink {
  border-color: #f66d9b !important;
}
.border-pink-light {
  border-color: #fa7ea8 !important;
}
.border-pink-lighter {
  border-color: #ffbbca !important;
}
.border-pink-lightest {
  border-color: #ffebef !important;
}
.hover\:border-transparent:hover {
  border-color: transparent !important;
}
.hover\:border-black:hover {
  border-color: #22292f !important;
}
.hover\:border-grey-darkest:hover {
  border-color: #3d4852 !important;
}
.hover\:border-grey-darker:hover {
  border-color: #606f7b !important;
}
.hover\:border-grey-dark:hover {
  border-color: #8795a1 !important;
}
.hover\:border-grey:hover {
  border-color: #b8c2cc !important;
}
.hover\:border-grey-light:hover {
  border-color: #dae1e7 !important;
}
.hover\:border-grey-lighter:hover {
  border-color: #f1f5f8 !important;
}
.hover\:border-grey-lightest:hover {
  border-color: #f8fafc !important;
}
.hover\:border-white:hover {
  border-color: #fff !important;
}
.hover\:border-red-darkest:hover {
  border-color: #3b0d0c !important;
}
.hover\:border-red-darker:hover {
  border-color: #621b18 !important;
}
.hover\:border-red-dark:hover {
  border-color: #cc1f1a !important;
}
.hover\:border-red:hover {
  border-color: #e3342f !important;
}
.hover\:border-red-light:hover {
  border-color: #ef5753 !important;
}
.hover\:border-red-lighter:hover {
  border-color: #f9acaa !important;
}
.hover\:border-red-lightest:hover {
  border-color: #fcebea !important;
}
.hover\:border-orange-darkest:hover {
  border-color: #462a16 !important;
}
.hover\:border-orange-darker:hover {
  border-color: #613b1f !important;
}
.hover\:border-orange-dark:hover {
  border-color: #de751f !important;
}
.hover\:border-orange:hover {
  border-color: #f6993f !important;
}
.hover\:border-orange-light:hover {
  border-color: #faad63 !important;
}
.hover\:border-orange-lighter:hover {
  border-color: #fcd9b6 !important;
}
.hover\:border-orange-lightest:hover {
  border-color: #fff5eb !important;
}
.hover\:border-yellow-darkest:hover {
  border-color: #453411 !important;
}
.hover\:border-yellow-darker:hover {
  border-color: #684f1d !important;
}
.hover\:border-yellow-dark:hover {
  border-color: #f2d024 !important;
}
.hover\:border-yellow:hover {
  border-color: #ffed4a !important;
}
.hover\:border-yellow-light:hover {
  border-color: #fff382 !important;
}
.hover\:border-yellow-lighter:hover {
  border-color: #fff9c2 !important;
}
.hover\:border-yellow-lightest:hover {
  border-color: #fcfbeb !important;
}
.hover\:border-green-darkest:hover {
  border-color: #0f2f21 !important;
}
.hover\:border-green-darker:hover {
  border-color: #1a4731 !important;
}
.hover\:border-green-dark:hover {
  border-color: #1f9d55 !important;
}
.hover\:border-green:hover {
  border-color: #38c172 !important;
}
.hover\:border-green-light:hover {
  border-color: #51d88a !important;
}
.hover\:border-green-lighter:hover {
  border-color: #a2f5bf !important;
}
.hover\:border-green-lightest:hover {
  border-color: #e3fcec !important;
}
.hover\:border-teal-darkest:hover {
  border-color: #0d3331 !important;
}
.hover\:border-teal-darker:hover {
  border-color: #20504f !important;
}
.hover\:border-teal-dark:hover {
  border-color: #38a89d !important;
}
.hover\:border-teal:hover {
  border-color: #4dc0b5 !important;
}
.hover\:border-teal-light:hover {
  border-color: #64d5ca !important;
}
.hover\:border-teal-lighter:hover {
  border-color: #a0f0ed !important;
}
.hover\:border-teal-lightest:hover {
  border-color: #e8fffe !important;
}
.hover\:border-blue-darkest:hover {
  border-color: #12283a !important;
}
.hover\:border-blue-darker:hover {
  border-color: #1c3d5a !important;
}
.hover\:border-blue-dark:hover {
  border-color: #2779bd !important;
}
.hover\:border-blue:hover {
  border-color: #3490dc !important;
}
.hover\:border-blue-light:hover {
  border-color: #6cb2eb !important;
}
.hover\:border-blue-lighter:hover {
  border-color: #bcdefa !important;
}
.hover\:border-blue-lightest:hover {
  border-color: #eff8ff !important;
}
.hover\:border-indigo-darkest:hover {
  border-color: #191e38 !important;
}
.hover\:border-indigo-darker:hover {
  border-color: #2f365f !important;
}
.hover\:border-indigo-dark:hover {
  border-color: #5661b3 !important;
}
.hover\:border-indigo:hover {
  border-color: #6574cd !important;
}
.hover\:border-indigo-light:hover {
  border-color: #7886d7 !important;
}
.hover\:border-indigo-lighter:hover {
  border-color: #b2b7ff !important;
}
.hover\:border-indigo-lightest:hover {
  border-color: #e6e8ff !important;
}
.hover\:border-purple-darkest:hover {
  border-color: #21183c !important;
}
.hover\:border-purple-darker:hover {
  border-color: #382b5f !important;
}
.hover\:border-purple-dark:hover {
  border-color: #794acf !important;
}
.hover\:border-purple:hover {
  border-color: #9561e2 !important;
}
.hover\:border-purple-light:hover {
  border-color: #a779e9 !important;
}
.hover\:border-purple-lighter:hover {
  border-color: #d6bbfc !important;
}
.hover\:border-purple-lightest:hover {
  border-color: #f3ebff !important;
}
.hover\:border-pink-darkest:hover {
  border-color: #451225 !important;
}
.hover\:border-pink-darker:hover {
  border-color: #6f213f !important;
}
.hover\:border-pink-dark:hover {
  border-color: #eb5286 !important;
}
.hover\:border-pink:hover {
  border-color: #f66d9b !important;
}
.hover\:border-pink-light:hover {
  border-color: #fa7ea8 !important;
}
.hover\:border-pink-lighter:hover {
  border-color: #ffbbca !important;
}
.hover\:border-pink-lightest:hover {
  border-color: #ffebef !important;
}
.focus\:border-transparent:focus {
  border-color: transparent !important;
}
.focus\:border-black:focus {
  border-color: #22292f !important;
}
.focus\:border-grey-darkest:focus {
  border-color: #3d4852 !important;
}
.focus\:border-grey-darker:focus {
  border-color: #606f7b !important;
}
.focus\:border-grey-dark:focus {
  border-color: #8795a1 !important;
}
.focus\:border-grey:focus {
  border-color: #b8c2cc !important;
}
.focus\:border-grey-light:focus {
  border-color: #dae1e7 !important;
}
.focus\:border-grey-lighter:focus {
  border-color: #f1f5f8 !important;
}
.focus\:border-grey-lightest:focus {
  border-color: #f8fafc !important;
}
.focus\:border-white:focus {
  border-color: #fff !important;
}
.focus\:border-red-darkest:focus {
  border-color: #3b0d0c !important;
}
.focus\:border-red-darker:focus {
  border-color: #621b18 !important;
}
.focus\:border-red-dark:focus {
  border-color: #cc1f1a !important;
}
.focus\:border-red:focus {
  border-color: #e3342f !important;
}
.focus\:border-red-light:focus {
  border-color: #ef5753 !important;
}
.focus\:border-red-lighter:focus {
  border-color: #f9acaa !important;
}
.focus\:border-red-lightest:focus {
  border-color: #fcebea !important;
}
.focus\:border-orange-darkest:focus {
  border-color: #462a16 !important;
}
.focus\:border-orange-darker:focus {
  border-color: #613b1f !important;
}
.focus\:border-orange-dark:focus {
  border-color: #de751f !important;
}
.focus\:border-orange:focus {
  border-color: #f6993f !important;
}
.focus\:border-orange-light:focus {
  border-color: #faad63 !important;
}
.focus\:border-orange-lighter:focus {
  border-color: #fcd9b6 !important;
}
.focus\:border-orange-lightest:focus {
  border-color: #fff5eb !important;
}
.focus\:border-yellow-darkest:focus {
  border-color: #453411 !important;
}
.focus\:border-yellow-darker:focus {
  border-color: #684f1d !important;
}
.focus\:border-yellow-dark:focus {
  border-color: #f2d024 !important;
}
.focus\:border-yellow:focus {
  border-color: #ffed4a !important;
}
.focus\:border-yellow-light:focus {
  border-color: #fff382 !important;
}
.focus\:border-yellow-lighter:focus {
  border-color: #fff9c2 !important;
}
.focus\:border-yellow-lightest:focus {
  border-color: #fcfbeb !important;
}
.focus\:border-green-darkest:focus {
  border-color: #0f2f21 !important;
}
.focus\:border-green-darker:focus {
  border-color: #1a4731 !important;
}
.focus\:border-green-dark:focus {
  border-color: #1f9d55 !important;
}
.focus\:border-green:focus {
  border-color: #38c172 !important;
}
.focus\:border-green-light:focus {
  border-color: #51d88a !important;
}
.focus\:border-green-lighter:focus {
  border-color: #a2f5bf !important;
}
.focus\:border-green-lightest:focus {
  border-color: #e3fcec !important;
}
.focus\:border-teal-darkest:focus {
  border-color: #0d3331 !important;
}
.focus\:border-teal-darker:focus {
  border-color: #20504f !important;
}
.focus\:border-teal-dark:focus {
  border-color: #38a89d !important;
}
.focus\:border-teal:focus {
  border-color: #4dc0b5 !important;
}
.focus\:border-teal-light:focus {
  border-color: #64d5ca !important;
}
.focus\:border-teal-lighter:focus {
  border-color: #a0f0ed !important;
}
.focus\:border-teal-lightest:focus {
  border-color: #e8fffe !important;
}
.focus\:border-blue-darkest:focus {
  border-color: #12283a !important;
}
.focus\:border-blue-darker:focus {
  border-color: #1c3d5a !important;
}
.focus\:border-blue-dark:focus {
  border-color: #2779bd !important;
}
.focus\:border-blue:focus {
  border-color: #3490dc !important;
}
.focus\:border-blue-light:focus {
  border-color: #6cb2eb !important;
}
.focus\:border-blue-lighter:focus {
  border-color: #bcdefa !important;
}
.focus\:border-blue-lightest:focus {
  border-color: #eff8ff !important;
}
.focus\:border-indigo-darkest:focus {
  border-color: #191e38 !important;
}
.focus\:border-indigo-darker:focus {
  border-color: #2f365f !important;
}
.focus\:border-indigo-dark:focus {
  border-color: #5661b3 !important;
}
.focus\:border-indigo:focus {
  border-color: #6574cd !important;
}
.focus\:border-indigo-light:focus {
  border-color: #7886d7 !important;
}
.focus\:border-indigo-lighter:focus {
  border-color: #b2b7ff !important;
}
.focus\:border-indigo-lightest:focus {
  border-color: #e6e8ff !important;
}
.focus\:border-purple-darkest:focus {
  border-color: #21183c !important;
}
.focus\:border-purple-darker:focus {
  border-color: #382b5f !important;
}
.focus\:border-purple-dark:focus {
  border-color: #794acf !important;
}
.focus\:border-purple:focus {
  border-color: #9561e2 !important;
}
.focus\:border-purple-light:focus {
  border-color: #a779e9 !important;
}
.focus\:border-purple-lighter:focus {
  border-color: #d6bbfc !important;
}
.focus\:border-purple-lightest:focus {
  border-color: #f3ebff !important;
}
.focus\:border-pink-darkest:focus {
  border-color: #451225 !important;
}
.focus\:border-pink-darker:focus {
  border-color: #6f213f !important;
}
.focus\:border-pink-dark:focus {
  border-color: #eb5286 !important;
}
.focus\:border-pink:focus {
  border-color: #f66d9b !important;
}
.focus\:border-pink-light:focus {
  border-color: #fa7ea8 !important;
}
.focus\:border-pink-lighter:focus {
  border-color: #ffbbca !important;
}
.focus\:border-pink-lightest:focus {
  border-color: #ffebef !important;
}
.rounded-none {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: .125rem !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-lg {
  border-radius: .5rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0 !important;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0 !important;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0 !important;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0 !important;
}
.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem !important;
}
.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem !important;
}
.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem !important;
}
.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem !important;
}
.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem !important;
}
.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem !important;
}
.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem !important;
}
.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem !important;
}
.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem !important;
}
.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem !important;
}
.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem !important;
}
.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem !important;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px !important;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px !important;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px !important;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px !important;
}
.rounded-tl-none {
  border-top-left-radius: 0 !important;
}
.rounded-tr-none {
  border-top-right-radius: 0 !important;
}
.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}
.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}
.rounded-tl-sm {
  border-top-left-radius: .125rem !important;
}
.rounded-tr-sm {
  border-top-right-radius: .125rem !important;
}
.rounded-br-sm {
  border-bottom-right-radius: .125rem !important;
}
.rounded-bl-sm {
  border-bottom-left-radius: .125rem !important;
}
.rounded-tl {
  border-top-left-radius: .25rem !important;
}
.rounded-tr {
  border-top-right-radius: .25rem !important;
}
.rounded-br {
  border-bottom-right-radius: .25rem !important;
}
.rounded-bl {
  border-bottom-left-radius: .25rem !important;
}
.rounded-tl-lg {
  border-top-left-radius: .5rem !important;
}
.rounded-tr-lg {
  border-top-right-radius: .5rem !important;
}
.rounded-br-lg {
  border-bottom-right-radius: .5rem !important;
}
.rounded-bl-lg {
  border-bottom-left-radius: .5rem !important;
}
.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}
.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-none {
  border-style: none !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border {
  border-width: 1px !important;
}
.border-t-0 {
  border-top-width: 0 !important;
}
.border-r-0 {
  border-right-width: 0 !important;
}
.border-b-0 {
  border-bottom-width: 0 !important;
}
.border-l-0 {
  border-left-width: 0 !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-r-2 {
  border-right-width: 2px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-l-2 {
  border-left-width: 2px !important;
}
.border-t-4 {
  border-top-width: 4px !important;
}
.border-r-4 {
  border-right-width: 4px !important;
}
.border-b-4 {
  border-bottom-width: 4px !important;
}
.border-l-4 {
  border-left-width: 4px !important;
}
.border-t-8 {
  border-top-width: 8px !important;
}
.border-r-8 {
  border-right-width: 8px !important;
}
.border-b-8 {
  border-bottom-width: 8px !important;
}
.border-l-8 {
  border-left-width: 8px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.cursor-auto {
  cursor: auto !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-wait {
  cursor: wait !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.table {
  display: table !important;
}
.table-row {
  display: table-row !important;
}
.table-cell {
  display: table-cell !important;
}
.hidden {
  display: none !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-no-wrap {
  flex-wrap: nowrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline !important;
}
.items-stretch {
  align-items: stretch !important;
}
.self-auto {
  align-self: auto !important;
}
.self-start {
  align-self: flex-start !important;
}
.self-end {
  align-self: flex-end !important;
}
.self-center {
  align-self: center !important;
}
.self-stretch {
  align-self: stretch !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-around {
  justify-content: space-around !important;
}
.content-center {
  align-content: center !important;
}
.content-start {
  align-content: flex-start !important;
}
.content-end {
  align-content: flex-end !important;
}
.content-between {
  align-content: space-between !important;
}
.content-around {
  align-content: space-around !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;
}
.flex-grow {
  flex-grow: 1 !important;
}
.flex-shrink {
  flex-shrink: 1 !important;
}
.flex-no-grow {
  flex-grow: 0 !important;
}
.flex-no-shrink {
  flex-shrink: 0 !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.float-none {
  float: none !important;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both !important;
}
.font-sans {
  font-family:
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif !important;
}
.font-serif {
  font-family:
    Constantia,
    Lucida Bright,
    Lucidabright,
    Lucida Serif,
    Lucida,
    DejaVu Serif,
    Bitstream Vera Serif,
    Liberation Serif,
    Georgia,
    serif !important;
}
.font-mono {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace !important;
}
.font-hairline {
  font-weight: 100 !important;
}
.font-thin {
  font-weight: 200 !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;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}
.hover\:font-hairline:hover {
  font-weight: 100 !important;
}
.hover\:font-thin:hover {
  font-weight: 200 !important;
}
.hover\:font-light:hover {
  font-weight: 300 !important;
}
.hover\:font-normal:hover {
  font-weight: 400 !important;
}
.hover\:font-medium:hover {
  font-weight: 500 !important;
}
.hover\:font-semibold:hover {
  font-weight: 600 !important;
}
.hover\:font-bold:hover {
  font-weight: 700 !important;
}
.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}
.hover\:font-black:hover {
  font-weight: 900 !important;
}
.focus\:font-hairline:focus {
  font-weight: 100 !important;
}
.focus\:font-thin:focus {
  font-weight: 200 !important;
}
.focus\:font-light:focus {
  font-weight: 300 !important;
}
.focus\:font-normal:focus {
  font-weight: 400 !important;
}
.focus\:font-medium:focus {
  font-weight: 500 !important;
}
.focus\:font-semibold:focus {
  font-weight: 600 !important;
}
.focus\:font-bold:focus {
  font-weight: 700 !important;
}
.focus\:font-extrabold:focus {
  font-weight: 800 !important;
}
.focus\:font-black:focus {
  font-weight: 900 !important;
}
.h-1 {
  height: .25rem !important;
}
.h-2 {
  height: .5rem !important;
}
.h-3 {
  height: .75rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-32 {
  height: 8rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-64 {
  height: 16rem !important;
}
.h-auto {
  height: auto !important;
}
.h-px {
  height: 1px !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: .75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-12 {
  margin: 3rem !important;
}
.m-16 {
  margin: 4rem !important;
}
.m-20 {
  margin: 5rem !important;
}
.m-24 {
  margin: 6rem !important;
}
.m-32 {
  margin: 8rem !important;
}
.m-auto {
  margin: auto !important;
}
.m-px {
  margin: 1px !important;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0 !important;
}
.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem !important;
}
.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem !important;
}
.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem !important;
}
.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem !important;
}
.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem !important;
}
.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem !important;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem !important;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem !important;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem !important;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem !important;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem !important;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem !important;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem !important;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem !important;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem !important;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem !important;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem !important;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem !important;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem !important;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem !important;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem !important;
}
.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem !important;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto !important;
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px !important;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mr-1 {
  margin-right: .25rem !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.ml-1 {
  margin-left: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mr-2 {
  margin-right: .5rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.ml-2 {
  margin-left: .5rem !important;
}
.mt-3 {
  margin-top: .75rem !important;
}
.mr-3 {
  margin-right: .75rem !important;
}
.mb-3 {
  margin-bottom: .75rem !important;
}
.ml-3 {
  margin-left: .75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mr-12 {
  margin-right: 3rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.ml-12 {
  margin-left: 3rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mr-16 {
  margin-right: 4rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.ml-16 {
  margin-left: 4rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mr-20 {
  margin-right: 5rem !important;
}
.mb-20 {
  margin-bottom: 5rem !important;
}
.ml-20 {
  margin-left: 5rem !important;
}
.mt-24 {
  margin-top: 6rem !important;
}
.mr-24 {
  margin-right: 6rem !important;
}
.mb-24 {
  margin-bottom: 6rem !important;
}
.ml-24 {
  margin-left: 6rem !important;
}
.mt-32 {
  margin-top: 8rem !important;
}
.mr-32 {
  margin-right: 8rem !important;
}
.mb-32 {
  margin-bottom: 8rem !important;
}
.ml-32 {
  margin-left: 8rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mt-px {
  margin-top: 1px !important;
}
.mr-px {
  margin-right: 1px !important;
}
.mb-px {
  margin-bottom: 1px !important;
}
.ml-px {
  margin-left: 1px !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.max-w-sm {
  max-width: 30rem !important;
}
.max-w-md {
  max-width: 40rem !important;
}
.max-w-lg {
  max-width: 50rem !important;
}
.max-w-xl {
  max-width: 60rem !important;
}
.max-w-2xl {
  max-width: 70rem !important;
}
.max-w-3xl {
  max-width: 80rem !important;
}
.max-w-4xl {
  max-width: 90rem !important;
}
.max-w-5xl {
  max-width: 100rem !important;
}
.max-w-full {
  max-width: 100% !important;
}
.min-h-0 {
  min-height: 0 !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.min-w-0 {
  min-width: 0 !important;
}
.min-w-full {
  min-width: 100% !important;
}
.-m-0 {
  margin: 0 !important;
}
.-m-1 {
  margin: -.25rem !important;
}
.-m-2 {
  margin: -.5rem !important;
}
.-m-3 {
  margin: -.75rem !important;
}
.-m-4 {
  margin: -1rem !important;
}
.-m-5 {
  margin: -1.25rem !important;
}
.-m-6 {
  margin: -1.5rem !important;
}
.-m-8 {
  margin: -2rem !important;
}
.-m-10 {
  margin: -2.5rem !important;
}
.-m-12 {
  margin: -3rem !important;
}
.-m-16 {
  margin: -4rem !important;
}
.-m-20 {
  margin: -5rem !important;
}
.-m-24 {
  margin: -6rem !important;
}
.-m-32 {
  margin: -8rem !important;
}
.-m-px {
  margin: -1px !important;
}
.-my-0 {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.-mx-0 {
  margin-left: 0;
  margin-right: 0 !important;
}
.-my-1 {
  margin-top: -.25rem;
  margin-bottom: -.25rem !important;
}
.-mx-1 {
  margin-left: -.25rem;
  margin-right: -.25rem !important;
}
.-my-2 {
  margin-top: -.5rem;
  margin-bottom: -.5rem !important;
}
.-mx-2 {
  margin-left: -.5rem;
  margin-right: -.5rem !important;
}
.-my-3 {
  margin-top: -.75rem;
  margin-bottom: -.75rem !important;
}
.-mx-3 {
  margin-left: -.75rem;
  margin-right: -.75rem !important;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem !important;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem !important;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem !important;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem !important;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem !important;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem !important;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem !important;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem !important;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem !important;
}
.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem !important;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem !important;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem !important;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem !important;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem !important;
}
.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem !important;
}
.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem !important;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem !important;
}
.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem !important;
}
.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem !important;
}
.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem !important;
}
.-my-px {
  margin-top: -1px;
  margin-bottom: -1px !important;
}
.-mx-px {
  margin-left: -1px;
  margin-right: -1px !important;
}
.-mt-0 {
  margin-top: 0 !important;
}
.-mr-0 {
  margin-right: 0 !important;
}
.-mb-0 {
  margin-bottom: 0 !important;
}
.-ml-0 {
  margin-left: 0 !important;
}
.-mt-1 {
  margin-top: -.25rem !important;
}
.-mr-1 {
  margin-right: -.25rem !important;
}
.-mb-1 {
  margin-bottom: -.25rem !important;
}
.-ml-1 {
  margin-left: -.25rem !important;
}
.-mt-2 {
  margin-top: -.5rem !important;
}
.-mr-2 {
  margin-right: -.5rem !important;
}
.-mb-2 {
  margin-bottom: -.5rem !important;
}
.-ml-2 {
  margin-left: -.5rem !important;
}
.-mt-3 {
  margin-top: -.75rem !important;
}
.-mr-3 {
  margin-right: -.75rem !important;
}
.-mb-3 {
  margin-bottom: -.75rem !important;
}
.-ml-3 {
  margin-left: -.75rem !important;
}
.-mt-4 {
  margin-top: -1rem !important;
}
.-mr-4 {
  margin-right: -1rem !important;
}
.-mb-4 {
  margin-bottom: -1rem !important;
}
.-ml-4 {
  margin-left: -1rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.-mr-5 {
  margin-right: -1.25rem !important;
}
.-mb-5 {
  margin-bottom: -1.25rem !important;
}
.-ml-5 {
  margin-left: -1.25rem !important;
}
.-mt-6 {
  margin-top: -1.5rem !important;
}
.-mr-6 {
  margin-right: -1.5rem !important;
}
.-mb-6 {
  margin-bottom: -1.5rem !important;
}
.-ml-6 {
  margin-left: -1.5rem !important;
}
.-mt-8 {
  margin-top: -2rem !important;
}
.-mr-8 {
  margin-right: -2rem !important;
}
.-mb-8 {
  margin-bottom: -2rem !important;
}
.-ml-8 {
  margin-left: -2rem !important;
}
.-mt-10 {
  margin-top: -2.5rem !important;
}
.-mr-10 {
  margin-right: -2.5rem !important;
}
.-mb-10 {
  margin-bottom: -2.5rem !important;
}
.-ml-10 {
  margin-left: -2.5rem !important;
}
.-mt-12 {
  margin-top: -3rem !important;
}
.-mr-12 {
  margin-right: -3rem !important;
}
.-mb-12 {
  margin-bottom: -3rem !important;
}
.-ml-12 {
  margin-left: -3rem !important;
}
.-mt-16 {
  margin-top: -4rem !important;
}
.-mr-16 {
  margin-right: -4rem !important;
}
.-mb-16 {
  margin-bottom: -4rem !important;
}
.-ml-16 {
  margin-left: -4rem !important;
}
.-mt-20 {
  margin-top: -5rem !important;
}
.-mr-20 {
  margin-right: -5rem !important;
}
.-mb-20 {
  margin-bottom: -5rem !important;
}
.-ml-20 {
  margin-left: -5rem !important;
}
.-mt-24 {
  margin-top: -6rem !important;
}
.-mr-24 {
  margin-right: -6rem !important;
}
.-mb-24 {
  margin-bottom: -6rem !important;
}
.-ml-24 {
  margin-left: -6rem !important;
}
.-mt-32 {
  margin-top: -8rem !important;
}
.-mr-32 {
  margin-right: -8rem !important;
}
.-mb-32 {
  margin-bottom: -8rem !important;
}
.-ml-32 {
  margin-left: -8rem !important;
}
.-mt-px {
  margin-top: -1px !important;
}
.-mr-px {
  margin-right: -1px !important;
}
.-mb-px {
  margin-bottom: -1px !important;
}
.-ml-px {
  margin-left: -1px !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.outline-none {
  outline: 0 !important;
}
.focus\:outline-none:focus {
  outline: 0 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}
.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: .75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.p-24 {
  padding: 6rem !important;
}
.p-32 {
  padding: 8rem !important;
}
.p-px {
  padding: 1px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-0 {
  padding-left: 0;
  padding-right: 0 !important;
}
.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem !important;
}
.px-1 {
  padding-left: .25rem;
  padding-right: .25rem !important;
}
.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem !important;
}
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem !important;
}
.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem !important;
}
.px-3 {
  padding-left: .75rem;
  padding-right: .75rem !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem !important;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem !important;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem !important;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem !important;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem !important;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem !important;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem !important;
}
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem !important;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem !important;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem !important;
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem !important;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px !important;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pr-1 {
  padding-right: .25rem !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pl-1 {
  padding-left: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pr-2 {
  padding-right: .5rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pl-2 {
  padding-left: .5rem !important;
}
.pt-3 {
  padding-top: .75rem !important;
}
.pr-3 {
  padding-right: .75rem !important;
}
.pb-3 {
  padding-bottom: .75rem !important;
}
.pl-3 {
  padding-left: .75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pr-5 {
  padding-right: 1.25rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pr-12 {
  padding-right: 3rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pl-12 {
  padding-left: 3rem !important;
}
.pt-16 {
  padding-top: 4rem !important;
}
.pr-16 {
  padding-right: 4rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pl-16 {
  padding-left: 4rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pr-20 {
  padding-right: 5rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.pl-20 {
  padding-left: 5rem !important;
}
.pt-24 {
  padding-top: 6rem !important;
}
.pr-24 {
  padding-right: 6rem !important;
}
.pb-24 {
  padding-bottom: 6rem !important;
}
.pl-24 {
  padding-left: 6rem !important;
}
.pt-32 {
  padding-top: 8rem !important;
}
.pr-32 {
  padding-right: 8rem !important;
}
.pb-32 {
  padding-bottom: 8rem !important;
}
.pl-32 {
  padding-left: 8rem !important;
}
.pt-px {
  padding-top: 1px !important;
}
.pr-px {
  padding-right: 1px !important;
}
.pb-px {
  padding-bottom: 1px !important;
}
.pl-px {
  padding-left: 1px !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: -webkit-sticky;
  position: sticky !important;
}
.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto !important;
}
.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
}
.pin-y {
  top: 0;
  bottom: 0 !important;
}
.pin-x {
  right: 0;
  left: 0 !important;
}
.pin-t {
  top: 0 !important;
}
.pin-r {
  right: 0 !important;
}
.pin-b {
  bottom: 0 !important;
}
.pin-l {
  left: 0 !important;
}
.resize-none {
  resize: none !important;
}
.resize-y {
  resize: vertical !important;
}
.resize-x {
  resize: horizontal !important;
}
.resize {
  resize: both !important;
}
.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}
.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}
.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}
.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}
.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}
.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
}
.hover\:shadow-none:hover {
  box-shadow: none !important;
}
.focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}
.focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}
.focus\:shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}
.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
}
.focus\:shadow-none:focus {
  box-shadow: none !important;
}
.fill-current {
  fill: currentColor !important;
}
.stroke-current {
  stroke: currentColor !important;
}
.table-auto {
  table-layout: auto !important;
}
.table-fixed {
  table-layout: fixed !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-transparent {
  color: transparent !important;
}
.text-black {
  color: #22292f !important;
}
.text-grey-darkest {
  color: #3d4852 !important;
}
.text-grey-darker {
  color: #606f7b !important;
}
.text-grey-dark {
  color: #8795a1 !important;
}
.text-grey {
  color: #b8c2cc !important;
}
.text-grey-light {
  color: #dae1e7 !important;
}
.text-grey-lighter {
  color: #f1f5f8 !important;
}
.text-grey-lightest {
  color: #f8fafc !important;
}
.text-white {
  color: #fff !important;
}
.text-red-darkest {
  color: #3b0d0c !important;
}
.text-red-darker {
  color: #621b18 !important;
}
.text-red-dark {
  color: #cc1f1a !important;
}
.text-red {
  color: #e3342f !important;
}
.text-red-light {
  color: #ef5753 !important;
}
.text-red-lighter {
  color: #f9acaa !important;
}
.text-red-lightest {
  color: #fcebea !important;
}
.text-orange-darkest {
  color: #462a16 !important;
}
.text-orange-darker {
  color: #613b1f !important;
}
.text-orange-dark {
  color: #de751f !important;
}
.text-orange {
  color: #f6993f !important;
}
.text-orange-light {
  color: #faad63 !important;
}
.text-orange-lighter {
  color: #fcd9b6 !important;
}
.text-orange-lightest {
  color: #fff5eb !important;
}
.text-yellow-darkest {
  color: #453411 !important;
}
.text-yellow-darker {
  color: #684f1d !important;
}
.text-yellow-dark {
  color: #f2d024 !important;
}
.text-yellow {
  color: #ffed4a !important;
}
.text-yellow-light {
  color: #fff382 !important;
}
.text-yellow-lighter {
  color: #fff9c2 !important;
}
.text-yellow-lightest {
  color: #fcfbeb !important;
}
.text-green-darkest {
  color: #0f2f21 !important;
}
.text-green-darker {
  color: #1a4731 !important;
}
.text-green-dark {
  color: #1f9d55 !important;
}
.text-green {
  color: #38c172 !important;
}
.text-green-light {
  color: #51d88a !important;
}
.text-green-lighter {
  color: #a2f5bf !important;
}
.text-green-lightest {
  color: #e3fcec !important;
}
.text-teal-darkest {
  color: #0d3331 !important;
}
.text-teal-darker {
  color: #20504f !important;
}
.text-teal-dark {
  color: #38a89d !important;
}
.text-teal {
  color: #4dc0b5 !important;
}
.text-teal-light {
  color: #64d5ca !important;
}
.text-teal-lighter {
  color: #a0f0ed !important;
}
.text-teal-lightest {
  color: #e8fffe !important;
}
.text-blue-darkest {
  color: #12283a !important;
}
.text-blue-darker {
  color: #1c3d5a !important;
}
.text-blue-dark {
  color: #2779bd !important;
}
.text-blue {
  color: #3490dc !important;
}
.text-blue-light {
  color: #6cb2eb !important;
}
.text-blue-lighter {
  color: #bcdefa !important;
}
.text-blue-lightest {
  color: #eff8ff !important;
}
.text-indigo-darkest {
  color: #191e38 !important;
}
.text-indigo-darker {
  color: #2f365f !important;
}
.text-indigo-dark {
  color: #5661b3 !important;
}
.text-indigo {
  color: #6574cd !important;
}
.text-indigo-light {
  color: #7886d7 !important;
}
.text-indigo-lighter {
  color: #b2b7ff !important;
}
.text-indigo-lightest {
  color: #e6e8ff !important;
}
.text-purple-darkest {
  color: #21183c !important;
}
.text-purple-darker {
  color: #382b5f !important;
}
.text-purple-dark {
  color: #794acf !important;
}
.text-purple {
  color: #9561e2 !important;
}
.text-purple-light {
  color: #a779e9 !important;
}
.text-purple-lighter {
  color: #d6bbfc !important;
}
.text-purple-lightest {
  color: #f3ebff !important;
}
.text-pink-darkest {
  color: #451225 !important;
}
.text-pink-darker {
  color: #6f213f !important;
}
.text-pink-dark {
  color: #eb5286 !important;
}
.text-pink {
  color: #f66d9b !important;
}
.text-pink-light {
  color: #fa7ea8 !important;
}
.text-pink-lighter {
  color: #ffbbca !important;
}
.text-pink-lightest {
  color: #ffebef !important;
}
.hover\:text-transparent:hover {
  color: transparent !important;
}
.hover\:text-black:hover {
  color: #22292f !important;
}
.hover\:text-grey-darkest:hover {
  color: #3d4852 !important;
}
.hover\:text-grey-darker:hover {
  color: #606f7b !important;
}
.hover\:text-grey-dark:hover {
  color: #8795a1 !important;
}
.hover\:text-grey:hover {
  color: #b8c2cc !important;
}
.hover\:text-grey-light:hover {
  color: #dae1e7 !important;
}
.hover\:text-grey-lighter:hover {
  color: #f1f5f8 !important;
}
.hover\:text-grey-lightest:hover {
  color: #f8fafc !important;
}
.hover\:text-white:hover {
  color: #fff !important;
}
.hover\:text-red-darkest:hover {
  color: #3b0d0c !important;
}
.hover\:text-red-darker:hover {
  color: #621b18 !important;
}
.hover\:text-red-dark:hover {
  color: #cc1f1a !important;
}
.hover\:text-red:hover {
  color: #e3342f !important;
}
.hover\:text-red-light:hover {
  color: #ef5753 !important;
}
.hover\:text-red-lighter:hover {
  color: #f9acaa !important;
}
.hover\:text-red-lightest:hover {
  color: #fcebea !important;
}
.hover\:text-orange-darkest:hover {
  color: #462a16 !important;
}
.hover\:text-orange-darker:hover {
  color: #613b1f !important;
}
.hover\:text-orange-dark:hover {
  color: #de751f !important;
}
.hover\:text-orange:hover {
  color: #f6993f !important;
}
.hover\:text-orange-light:hover {
  color: #faad63 !important;
}
.hover\:text-orange-lighter:hover {
  color: #fcd9b6 !important;
}
.hover\:text-orange-lightest:hover {
  color: #fff5eb !important;
}
.hover\:text-yellow-darkest:hover {
  color: #453411 !important;
}
.hover\:text-yellow-darker:hover {
  color: #684f1d !important;
}
.hover\:text-yellow-dark:hover {
  color: #f2d024 !important;
}
.hover\:text-yellow:hover {
  color: #ffed4a !important;
}
.hover\:text-yellow-light:hover {
  color: #fff382 !important;
}
.hover\:text-yellow-lighter:hover {
  color: #fff9c2 !important;
}
.hover\:text-yellow-lightest:hover {
  color: #fcfbeb !important;
}
.hover\:text-green-darkest:hover {
  color: #0f2f21 !important;
}
.hover\:text-green-darker:hover {
  color: #1a4731 !important;
}
.hover\:text-green-dark:hover {
  color: #1f9d55 !important;
}
.hover\:text-green:hover {
  color: #38c172 !important;
}
.hover\:text-green-light:hover {
  color: #51d88a !important;
}
.hover\:text-green-lighter:hover {
  color: #a2f5bf !important;
}
.hover\:text-green-lightest:hover {
  color: #e3fcec !important;
}
.hover\:text-teal-darkest:hover {
  color: #0d3331 !important;
}
.hover\:text-teal-darker:hover {
  color: #20504f !important;
}
.hover\:text-teal-dark:hover {
  color: #38a89d !important;
}
.hover\:text-teal:hover {
  color: #4dc0b5 !important;
}
.hover\:text-teal-light:hover {
  color: #64d5ca !important;
}
.hover\:text-teal-lighter:hover {
  color: #a0f0ed !important;
}
.hover\:text-teal-lightest:hover {
  color: #e8fffe !important;
}
.hover\:text-blue-darkest:hover {
  color: #12283a !important;
}
.hover\:text-blue-darker:hover {
  color: #1c3d5a !important;
}
.hover\:text-blue-dark:hover {
  color: #2779bd !important;
}
.hover\:text-blue:hover {
  color: #3490dc !important;
}
.hover\:text-blue-light:hover {
  color: #6cb2eb !important;
}
.hover\:text-blue-lighter:hover {
  color: #bcdefa !important;
}
.hover\:text-blue-lightest:hover {
  color: #eff8ff !important;
}
.hover\:text-indigo-darkest:hover {
  color: #191e38 !important;
}
.hover\:text-indigo-darker:hover {
  color: #2f365f !important;
}
.hover\:text-indigo-dark:hover {
  color: #5661b3 !important;
}
.hover\:text-indigo:hover {
  color: #6574cd !important;
}
.hover\:text-indigo-light:hover {
  color: #7886d7 !important;
}
.hover\:text-indigo-lighter:hover {
  color: #b2b7ff !important;
}
.hover\:text-indigo-lightest:hover {
  color: #e6e8ff !important;
}
.hover\:text-purple-darkest:hover {
  color: #21183c !important;
}
.hover\:text-purple-darker:hover {
  color: #382b5f !important;
}
.hover\:text-purple-dark:hover {
  color: #794acf !important;
}
.hover\:text-purple:hover {
  color: #9561e2 !important;
}
.hover\:text-purple-light:hover {
  color: #a779e9 !important;
}
.hover\:text-purple-lighter:hover {
  color: #d6bbfc !important;
}
.hover\:text-purple-lightest:hover {
  color: #f3ebff !important;
}
.hover\:text-pink-darkest:hover {
  color: #451225 !important;
}
.hover\:text-pink-darker:hover {
  color: #6f213f !important;
}
.hover\:text-pink-dark:hover {
  color: #eb5286 !important;
}
.hover\:text-pink:hover {
  color: #f66d9b !important;
}
.hover\:text-pink-light:hover {
  color: #fa7ea8 !important;
}
.hover\:text-pink-lighter:hover {
  color: #ffbbca !important;
}
.hover\:text-pink-lightest:hover {
  color: #ffebef !important;
}
.focus\:text-transparent:focus {
  color: transparent !important;
}
.focus\:text-black:focus {
  color: #22292f !important;
}
.focus\:text-grey-darkest:focus {
  color: #3d4852 !important;
}
.focus\:text-grey-darker:focus {
  color: #606f7b !important;
}
.focus\:text-grey-dark:focus {
  color: #8795a1 !important;
}
.focus\:text-grey:focus {
  color: #b8c2cc !important;
}
.focus\:text-grey-light:focus {
  color: #dae1e7 !important;
}
.focus\:text-grey-lighter:focus {
  color: #f1f5f8 !important;
}
.focus\:text-grey-lightest:focus {
  color: #f8fafc !important;
}
.focus\:text-white:focus {
  color: #fff !important;
}
.focus\:text-red-darkest:focus {
  color: #3b0d0c !important;
}
.focus\:text-red-darker:focus {
  color: #621b18 !important;
}
.focus\:text-red-dark:focus {
  color: #cc1f1a !important;
}
.focus\:text-red:focus {
  color: #e3342f !important;
}
.focus\:text-red-light:focus {
  color: #ef5753 !important;
}
.focus\:text-red-lighter:focus {
  color: #f9acaa !important;
}
.focus\:text-red-lightest:focus {
  color: #fcebea !important;
}
.focus\:text-orange-darkest:focus {
  color: #462a16 !important;
}
.focus\:text-orange-darker:focus {
  color: #613b1f !important;
}
.focus\:text-orange-dark:focus {
  color: #de751f !important;
}
.focus\:text-orange:focus {
  color: #f6993f !important;
}
.focus\:text-orange-light:focus {
  color: #faad63 !important;
}
.focus\:text-orange-lighter:focus {
  color: #fcd9b6 !important;
}
.focus\:text-orange-lightest:focus {
  color: #fff5eb !important;
}
.focus\:text-yellow-darkest:focus {
  color: #453411 !important;
}
.focus\:text-yellow-darker:focus {
  color: #684f1d !important;
}
.focus\:text-yellow-dark:focus {
  color: #f2d024 !important;
}
.focus\:text-yellow:focus {
  color: #ffed4a !important;
}
.focus\:text-yellow-light:focus {
  color: #fff382 !important;
}
.focus\:text-yellow-lighter:focus {
  color: #fff9c2 !important;
}
.focus\:text-yellow-lightest:focus {
  color: #fcfbeb !important;
}
.focus\:text-green-darkest:focus {
  color: #0f2f21 !important;
}
.focus\:text-green-darker:focus {
  color: #1a4731 !important;
}
.focus\:text-green-dark:focus {
  color: #1f9d55 !important;
}
.focus\:text-green:focus {
  color: #38c172 !important;
}
.focus\:text-green-light:focus {
  color: #51d88a !important;
}
.focus\:text-green-lighter:focus {
  color: #a2f5bf !important;
}
.focus\:text-green-lightest:focus {
  color: #e3fcec !important;
}
.focus\:text-teal-darkest:focus {
  color: #0d3331 !important;
}
.focus\:text-teal-darker:focus {
  color: #20504f !important;
}
.focus\:text-teal-dark:focus {
  color: #38a89d !important;
}
.focus\:text-teal:focus {
  color: #4dc0b5 !important;
}
.focus\:text-teal-light:focus {
  color: #64d5ca !important;
}
.focus\:text-teal-lighter:focus {
  color: #a0f0ed !important;
}
.focus\:text-teal-lightest:focus {
  color: #e8fffe !important;
}
.focus\:text-blue-darkest:focus {
  color: #12283a !important;
}
.focus\:text-blue-darker:focus {
  color: #1c3d5a !important;
}
.focus\:text-blue-dark:focus {
  color: #2779bd !important;
}
.focus\:text-blue:focus {
  color: #3490dc !important;
}
.focus\:text-blue-light:focus {
  color: #6cb2eb !important;
}
.focus\:text-blue-lighter:focus {
  color: #bcdefa !important;
}
.focus\:text-blue-lightest:focus {
  color: #eff8ff !important;
}
.focus\:text-indigo-darkest:focus {
  color: #191e38 !important;
}
.focus\:text-indigo-darker:focus {
  color: #2f365f !important;
}
.focus\:text-indigo-dark:focus {
  color: #5661b3 !important;
}
.focus\:text-indigo:focus {
  color: #6574cd !important;
}
.focus\:text-indigo-light:focus {
  color: #7886d7 !important;
}
.focus\:text-indigo-lighter:focus {
  color: #b2b7ff !important;
}
.focus\:text-indigo-lightest:focus {
  color: #e6e8ff !important;
}
.focus\:text-purple-darkest:focus {
  color: #21183c !important;
}
.focus\:text-purple-darker:focus {
  color: #382b5f !important;
}
.focus\:text-purple-dark:focus {
  color: #794acf !important;
}
.focus\:text-purple:focus {
  color: #9561e2 !important;
}
.focus\:text-purple-light:focus {
  color: #a779e9 !important;
}
.focus\:text-purple-lighter:focus {
  color: #d6bbfc !important;
}
.focus\:text-purple-lightest:focus {
  color: #f3ebff !important;
}
.focus\:text-pink-darkest:focus {
  color: #451225 !important;
}
.focus\:text-pink-darker:focus {
  color: #6f213f !important;
}
.focus\:text-pink-dark:focus {
  color: #eb5286 !important;
}
.focus\:text-pink:focus {
  color: #f66d9b !important;
}
.focus\:text-pink-light:focus {
  color: #fa7ea8 !important;
}
.focus\:text-pink-lighter:focus {
  color: #ffbbca !important;
}
.focus\:text-pink-lightest:focus {
  color: #ffebef !important;
}
.text-xs {
  font-size: .75rem !important;
}
.text-sm {
  font-size: .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.875rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
}
.text-5xl {
  font-size: 3rem !important;
}
.italic {
  font-style: italic !important;
}
.roman {
  font-style: normal !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.normal-case {
  text-transform: none !important;
}
.underline {
  text-decoration: underline !important;
}
.line-through {
  text-decoration: line-through !important;
}
.no-underline {
  text-decoration: none !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto !important;
}
.hover\:italic:hover {
  font-style: italic !important;
}
.hover\:roman:hover {
  font-style: normal !important;
}
.hover\:uppercase:hover {
  text-transform: uppercase !important;
}
.hover\:lowercase:hover {
  text-transform: lowercase !important;
}
.hover\:capitalize:hover {
  text-transform: capitalize !important;
}
.hover\:normal-case:hover {
  text-transform: none !important;
}
.hover\:underline:hover {
  text-decoration: underline !important;
}
.hover\:line-through:hover {
  text-decoration: line-through !important;
}
.hover\:no-underline:hover {
  text-decoration: none !important;
}
.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
}
.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto !important;
}
.focus\:italic:focus {
  font-style: italic !important;
}
.focus\:roman:focus {
  font-style: normal !important;
}
.focus\:uppercase:focus {
  text-transform: uppercase !important;
}
.focus\:lowercase:focus {
  text-transform: lowercase !important;
}
.focus\:capitalize:focus {
  text-transform: capitalize !important;
}
.focus\:normal-case:focus {
  text-transform: none !important;
}
.focus\:underline:focus {
  text-decoration: underline !important;
}
.focus\:line-through:focus {
  text-decoration: line-through !important;
}
.focus\:no-underline:focus {
  text-decoration: none !important;
}
.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
}
.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto !important;
}
.tracking-tight {
  letter-spacing: -.05em !important;
}
.tracking-normal {
  letter-spacing: 0 !important;
}
.tracking-wide {
  letter-spacing: .05em !important;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-no-wrap {
  white-space: nowrap !important;
}
.whitespace-pre {
  white-space: pre !important;
}
.whitespace-pre-line {
  white-space: pre-line !important;
}
.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
.break-words {
  word-wrap: break-word !important;
}
.break-normal {
  word-wrap: normal !important;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}
.w-1 {
  width: .25rem !important;
}
.w-2 {
  width: .5rem !important;
}
.w-3 {
  width: .75rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-32 {
  width: 8rem !important;
}
.w-48 {
  width: 12rem !important;
}
.w-64 {
  width: 16rem !important;
}
.w-auto {
  width: auto !important;
}
.w-px {
  width: 1px !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.33333% !important;
}
.w-2\/3 {
  width: 66.66667% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-1\/6 {
  width: 16.66667% !important;
}
.w-5\/6 {
  width: 83.33333% !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-auto {
  z-index: auto;
}
@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0 !important;
  }
  .sm\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
  }
  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }
  .sm\:bg-local {
    background-attachment: local !important;
  }
  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
  .sm\:bg-black {
    background-color: #22292f !important;
  }
  .sm\:bg-grey-darkest {
    background-color: #3d4852 !important;
  }
  .sm\:bg-grey-darker {
    background-color: #606f7b !important;
  }
  .sm\:bg-grey-dark {
    background-color: #8795a1 !important;
  }
  .sm\:bg-grey {
    background-color: #b8c2cc !important;
  }
  .sm\:bg-grey-light {
    background-color: #dae1e7 !important;
  }
  .sm\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }
  .sm\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }
  .sm\:bg-white {
    background-color: #fff !important;
  }
  .sm\:bg-red-darkest {
    background-color: #3b0d0c !important;
  }
  .sm\:bg-red-darker {
    background-color: #621b18 !important;
  }
  .sm\:bg-red-dark {
    background-color: #cc1f1a !important;
  }
  .sm\:bg-red {
    background-color: #e3342f !important;
  }
  .sm\:bg-red-light {
    background-color: #ef5753 !important;
  }
  .sm\:bg-red-lighter {
    background-color: #f9acaa !important;
  }
  .sm\:bg-red-lightest {
    background-color: #fcebea !important;
  }
  .sm\:bg-orange-darkest {
    background-color: #462a16 !important;
  }
  .sm\:bg-orange-darker {
    background-color: #613b1f !important;
  }
  .sm\:bg-orange-dark {
    background-color: #de751f !important;
  }
  .sm\:bg-orange {
    background-color: #f6993f !important;
  }
  .sm\:bg-orange-light {
    background-color: #faad63 !important;
  }
  .sm\:bg-orange-lighter {
    background-color: #fcd9b6 !important;
  }
  .sm\:bg-orange-lightest {
    background-color: #fff5eb !important;
  }
  .sm\:bg-yellow-darkest {
    background-color: #453411 !important;
  }
  .sm\:bg-yellow-darker {
    background-color: #684f1d !important;
  }
  .sm\:bg-yellow-dark {
    background-color: #f2d024 !important;
  }
  .sm\:bg-yellow {
    background-color: #ffed4a !important;
  }
  .sm\:bg-yellow-light {
    background-color: #fff382 !important;
  }
  .sm\:bg-yellow-lighter {
    background-color: #fff9c2 !important;
  }
  .sm\:bg-yellow-lightest {
    background-color: #fcfbeb !important;
  }
  .sm\:bg-green-darkest {
    background-color: #0f2f21 !important;
  }
  .sm\:bg-green-darker {
    background-color: #1a4731 !important;
  }
  .sm\:bg-green-dark {
    background-color: #1f9d55 !important;
  }
  .sm\:bg-green {
    background-color: #38c172 !important;
  }
  .sm\:bg-green-light {
    background-color: #51d88a !important;
  }
  .sm\:bg-green-lighter {
    background-color: #a2f5bf !important;
  }
  .sm\:bg-green-lightest {
    background-color: #e3fcec !important;
  }
  .sm\:bg-teal-darkest {
    background-color: #0d3331 !important;
  }
  .sm\:bg-teal-darker {
    background-color: #20504f !important;
  }
  .sm\:bg-teal-dark {
    background-color: #38a89d !important;
  }
  .sm\:bg-teal {
    background-color: #4dc0b5 !important;
  }
  .sm\:bg-teal-light {
    background-color: #64d5ca !important;
  }
  .sm\:bg-teal-lighter {
    background-color: #a0f0ed !important;
  }
  .sm\:bg-teal-lightest {
    background-color: #e8fffe !important;
  }
  .sm\:bg-blue-darkest {
    background-color: #12283a !important;
  }
  .sm\:bg-blue-darker {
    background-color: #1c3d5a !important;
  }
  .sm\:bg-blue-dark {
    background-color: #2779bd !important;
  }
  .sm\:bg-blue {
    background-color: #3490dc !important;
  }
  .sm\:bg-blue-light {
    background-color: #6cb2eb !important;
  }
  .sm\:bg-blue-lighter {
    background-color: #bcdefa !important;
  }
  .sm\:bg-blue-lightest {
    background-color: #eff8ff !important;
  }
  .sm\:bg-indigo-darkest {
    background-color: #191e38 !important;
  }
  .sm\:bg-indigo-darker {
    background-color: #2f365f !important;
  }
  .sm\:bg-indigo-dark {
    background-color: #5661b3 !important;
  }
  .sm\:bg-indigo {
    background-color: #6574cd !important;
  }
  .sm\:bg-indigo-light {
    background-color: #7886d7 !important;
  }
  .sm\:bg-indigo-lighter {
    background-color: #b2b7ff !important;
  }
  .sm\:bg-indigo-lightest {
    background-color: #e6e8ff !important;
  }
  .sm\:bg-purple-darkest {
    background-color: #21183c !important;
  }
  .sm\:bg-purple-darker {
    background-color: #382b5f !important;
  }
  .sm\:bg-purple-dark {
    background-color: #794acf !important;
  }
  .sm\:bg-purple {
    background-color: #9561e2 !important;
  }
  .sm\:bg-purple-light {
    background-color: #a779e9 !important;
  }
  .sm\:bg-purple-lighter {
    background-color: #d6bbfc !important;
  }
  .sm\:bg-purple-lightest {
    background-color: #f3ebff !important;
  }
  .sm\:bg-pink-darkest {
    background-color: #451225 !important;
  }
  .sm\:bg-pink-darker {
    background-color: #6f213f !important;
  }
  .sm\:bg-pink-dark {
    background-color: #eb5286 !important;
  }
  .sm\:bg-pink {
    background-color: #f66d9b !important;
  }
  .sm\:bg-pink-light {
    background-color: #fa7ea8 !important;
  }
  .sm\:bg-pink-lighter {
    background-color: #ffbbca !important;
  }
  .sm\:bg-pink-lightest {
    background-color: #ffebef !important;
  }
  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .sm\:hover\:bg-black:hover {
    background-color: #22292f !important;
  }
  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852 !important;
  }
  .sm\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }
  .sm\:hover\:bg-grey-dark:hover {
    background-color: #8795a1 !important;
  }
  .sm\:hover\:bg-grey:hover {
    background-color: #b8c2cc !important;
  }
  .sm\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
  }
  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }
  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }
  .sm\:hover\:bg-white:hover {
    background-color: #fff !important;
  }
  .sm\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c !important;
  }
  .sm\:hover\:bg-red-darker:hover {
    background-color: #621b18 !important;
  }
  .sm\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }
  .sm\:hover\:bg-red:hover {
    background-color: #e3342f !important;
  }
  .sm\:hover\:bg-red-light:hover {
    background-color: #ef5753 !important;
  }
  .sm\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa !important;
  }
  .sm\:hover\:bg-red-lightest:hover {
    background-color: #fcebea !important;
  }
  .sm\:hover\:bg-orange-darkest:hover {
    background-color: #462a16 !important;
  }
  .sm\:hover\:bg-orange-darker:hover {
    background-color: #613b1f !important;
  }
  .sm\:hover\:bg-orange-dark:hover {
    background-color: #de751f !important;
  }
  .sm\:hover\:bg-orange:hover {
    background-color: #f6993f !important;
  }
  .sm\:hover\:bg-orange-light:hover {
    background-color: #faad63 !important;
  }
  .sm\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6 !important;
  }
  .sm\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb !important;
  }
  .sm\:hover\:bg-yellow-darkest:hover {
    background-color: #453411 !important;
  }
  .sm\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d !important;
  }
  .sm\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024 !important;
  }
  .sm\:hover\:bg-yellow:hover {
    background-color: #ffed4a !important;
  }
  .sm\:hover\:bg-yellow-light:hover {
    background-color: #fff382 !important;
  }
  .sm\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2 !important;
  }
  .sm\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb !important;
  }
  .sm\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21 !important;
  }
  .sm\:hover\:bg-green-darker:hover {
    background-color: #1a4731 !important;
  }
  .sm\:hover\:bg-green-dark:hover {
    background-color: #1f9d55 !important;
  }
  .sm\:hover\:bg-green:hover {
    background-color: #38c172 !important;
  }
  .sm\:hover\:bg-green-light:hover {
    background-color: #51d88a !important;
  }
  .sm\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf !important;
  }
  .sm\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec !important;
  }
  .sm\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331 !important;
  }
  .sm\:hover\:bg-teal-darker:hover {
    background-color: #20504f !important;
  }
  .sm\:hover\:bg-teal-dark:hover {
    background-color: #38a89d !important;
  }
  .sm\:hover\:bg-teal:hover {
    background-color: #4dc0b5 !important;
  }
  .sm\:hover\:bg-teal-light:hover {
    background-color: #64d5ca !important;
  }
  .sm\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed !important;
  }
  .sm\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe !important;
  }
  .sm\:hover\:bg-blue-darkest:hover {
    background-color: #12283a !important;
  }
  .sm\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a !important;
  }
  .sm\:hover\:bg-blue-dark:hover {
    background-color: #2779bd !important;
  }
  .sm\:hover\:bg-blue:hover {
    background-color: #3490dc !important;
  }
  .sm\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb !important;
  }
  .sm\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa !important;
  }
  .sm\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff !important;
  }
  .sm\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38 !important;
  }
  .sm\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f !important;
  }
  .sm\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3 !important;
  }
  .sm\:hover\:bg-indigo:hover {
    background-color: #6574cd !important;
  }
  .sm\:hover\:bg-indigo-light:hover {
    background-color: #7886d7 !important;
  }
  .sm\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff !important;
  }
  .sm\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff !important;
  }
  .sm\:hover\:bg-purple-darkest:hover {
    background-color: #21183c !important;
  }
  .sm\:hover\:bg-purple-darker:hover {
    background-color: #382b5f !important;
  }
  .sm\:hover\:bg-purple-dark:hover {
    background-color: #794acf !important;
  }
  .sm\:hover\:bg-purple:hover {
    background-color: #9561e2 !important;
  }
  .sm\:hover\:bg-purple-light:hover {
    background-color: #a779e9 !important;
  }
  .sm\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc !important;
  }
  .sm\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff !important;
  }
  .sm\:hover\:bg-pink-darkest:hover {
    background-color: #451225 !important;
  }
  .sm\:hover\:bg-pink-darker:hover {
    background-color: #6f213f !important;
  }
  .sm\:hover\:bg-pink-dark:hover {
    background-color: #eb5286 !important;
  }
  .sm\:hover\:bg-pink:hover {
    background-color: #f66d9b !important;
  }
  .sm\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8 !important;
  }
  .sm\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca !important;
  }
  .sm\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef !important;
  }
  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .sm\:focus\:bg-black:focus {
    background-color: #22292f !important;
  }
  .sm\:focus\:bg-grey-darkest:focus {
    background-color: #3d4852 !important;
  }
  .sm\:focus\:bg-grey-darker:focus {
    background-color: #606f7b !important;
  }
  .sm\:focus\:bg-grey-dark:focus {
    background-color: #8795a1 !important;
  }
  .sm\:focus\:bg-grey:focus {
    background-color: #b8c2cc !important;
  }
  .sm\:focus\:bg-grey-light:focus {
    background-color: #dae1e7 !important;
  }
  .sm\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }
  .sm\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }
  .sm\:focus\:bg-white:focus {
    background-color: #fff !important;
  }
  .sm\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c !important;
  }
  .sm\:focus\:bg-red-darker:focus {
    background-color: #621b18 !important;
  }
  .sm\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a !important;
  }
  .sm\:focus\:bg-red:focus {
    background-color: #e3342f !important;
  }
  .sm\:focus\:bg-red-light:focus {
    background-color: #ef5753 !important;
  }
  .sm\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa !important;
  }
  .sm\:focus\:bg-red-lightest:focus {
    background-color: #fcebea !important;
  }
  .sm\:focus\:bg-orange-darkest:focus {
    background-color: #462a16 !important;
  }
  .sm\:focus\:bg-orange-darker:focus {
    background-color: #613b1f !important;
  }
  .sm\:focus\:bg-orange-dark:focus {
    background-color: #de751f !important;
  }
  .sm\:focus\:bg-orange:focus {
    background-color: #f6993f !important;
  }
  .sm\:focus\:bg-orange-light:focus {
    background-color: #faad63 !important;
  }
  .sm\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6 !important;
  }
  .sm\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb !important;
  }
  .sm\:focus\:bg-yellow-darkest:focus {
    background-color: #453411 !important;
  }
  .sm\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d !important;
  }
  .sm\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024 !important;
  }
  .sm\:focus\:bg-yellow:focus {
    background-color: #ffed4a !important;
  }
  .sm\:focus\:bg-yellow-light:focus {
    background-color: #fff382 !important;
  }
  .sm\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2 !important;
  }
  .sm\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb !important;
  }
  .sm\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21 !important;
  }
  .sm\:focus\:bg-green-darker:focus {
    background-color: #1a4731 !important;
  }
  .sm\:focus\:bg-green-dark:focus {
    background-color: #1f9d55 !important;
  }
  .sm\:focus\:bg-green:focus {
    background-color: #38c172 !important;
  }
  .sm\:focus\:bg-green-light:focus {
    background-color: #51d88a !important;
  }
  .sm\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf !important;
  }
  .sm\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec !important;
  }
  .sm\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331 !important;
  }
  .sm\:focus\:bg-teal-darker:focus {
    background-color: #20504f !important;
  }
  .sm\:focus\:bg-teal-dark:focus {
    background-color: #38a89d !important;
  }
  .sm\:focus\:bg-teal:focus {
    background-color: #4dc0b5 !important;
  }
  .sm\:focus\:bg-teal-light:focus {
    background-color: #64d5ca !important;
  }
  .sm\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed !important;
  }
  .sm\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe !important;
  }
  .sm\:focus\:bg-blue-darkest:focus {
    background-color: #12283a !important;
  }
  .sm\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a !important;
  }
  .sm\:focus\:bg-blue-dark:focus {
    background-color: #2779bd !important;
  }
  .sm\:focus\:bg-blue:focus {
    background-color: #3490dc !important;
  }
  .sm\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb !important;
  }
  .sm\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa !important;
  }
  .sm\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff !important;
  }
  .sm\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38 !important;
  }
  .sm\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f !important;
  }
  .sm\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3 !important;
  }
  .sm\:focus\:bg-indigo:focus {
    background-color: #6574cd !important;
  }
  .sm\:focus\:bg-indigo-light:focus {
    background-color: #7886d7 !important;
  }
  .sm\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff !important;
  }
  .sm\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff !important;
  }
  .sm\:focus\:bg-purple-darkest:focus {
    background-color: #21183c !important;
  }
  .sm\:focus\:bg-purple-darker:focus {
    background-color: #382b5f !important;
  }
  .sm\:focus\:bg-purple-dark:focus {
    background-color: #794acf !important;
  }
  .sm\:focus\:bg-purple:focus {
    background-color: #9561e2 !important;
  }
  .sm\:focus\:bg-purple-light:focus {
    background-color: #a779e9 !important;
  }
  .sm\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc !important;
  }
  .sm\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff !important;
  }
  .sm\:focus\:bg-pink-darkest:focus {
    background-color: #451225 !important;
  }
  .sm\:focus\:bg-pink-darker:focus {
    background-color: #6f213f !important;
  }
  .sm\:focus\:bg-pink-dark:focus {
    background-color: #eb5286 !important;
  }
  .sm\:focus\:bg-pink:focus {
    background-color: #f66d9b !important;
  }
  .sm\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8 !important;
  }
  .sm\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca !important;
  }
  .sm\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef !important;
  }
  .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;
  }
  .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-auto {
    background-size: auto !important;
  }
  .sm\:bg-cover {
    background-size: cover !important;
  }
  .sm\:bg-contain {
    background-size: contain !important;
  }
  .sm\:border-transparent {
    border-color: transparent !important;
  }
  .sm\:border-black {
    border-color: #22292f !important;
  }
  .sm\:border-grey-darkest {
    border-color: #3d4852 !important;
  }
  .sm\:border-grey-darker {
    border-color: #606f7b !important;
  }
  .sm\:border-grey-dark {
    border-color: #8795a1 !important;
  }
  .sm\:border-grey {
    border-color: #b8c2cc !important;
  }
  .sm\:border-grey-light {
    border-color: #dae1e7 !important;
  }
  .sm\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }
  .sm\:border-grey-lightest {
    border-color: #f8fafc !important;
  }
  .sm\:border-white {
    border-color: #fff !important;
  }
  .sm\:border-red-darkest {
    border-color: #3b0d0c !important;
  }
  .sm\:border-red-darker {
    border-color: #621b18 !important;
  }
  .sm\:border-red-dark {
    border-color: #cc1f1a !important;
  }
  .sm\:border-red {
    border-color: #e3342f !important;
  }
  .sm\:border-red-light {
    border-color: #ef5753 !important;
  }
  .sm\:border-red-lighter {
    border-color: #f9acaa !important;
  }
  .sm\:border-red-lightest {
    border-color: #fcebea !important;
  }
  .sm\:border-orange-darkest {
    border-color: #462a16 !important;
  }
  .sm\:border-orange-darker {
    border-color: #613b1f !important;
  }
  .sm\:border-orange-dark {
    border-color: #de751f !important;
  }
  .sm\:border-orange {
    border-color: #f6993f !important;
  }
  .sm\:border-orange-light {
    border-color: #faad63 !important;
  }
  .sm\:border-orange-lighter {
    border-color: #fcd9b6 !important;
  }
  .sm\:border-orange-lightest {
    border-color: #fff5eb !important;
  }
  .sm\:border-yellow-darkest {
    border-color: #453411 !important;
  }
  .sm\:border-yellow-darker {
    border-color: #684f1d !important;
  }
  .sm\:border-yellow-dark {
    border-color: #f2d024 !important;
  }
  .sm\:border-yellow {
    border-color: #ffed4a !important;
  }
  .sm\:border-yellow-light {
    border-color: #fff382 !important;
  }
  .sm\:border-yellow-lighter {
    border-color: #fff9c2 !important;
  }
  .sm\:border-yellow-lightest {
    border-color: #fcfbeb !important;
  }
  .sm\:border-green-darkest {
    border-color: #0f2f21 !important;
  }
  .sm\:border-green-darker {
    border-color: #1a4731 !important;
  }
  .sm\:border-green-dark {
    border-color: #1f9d55 !important;
  }
  .sm\:border-green {
    border-color: #38c172 !important;
  }
  .sm\:border-green-light {
    border-color: #51d88a !important;
  }
  .sm\:border-green-lighter {
    border-color: #a2f5bf !important;
  }
  .sm\:border-green-lightest {
    border-color: #e3fcec !important;
  }
  .sm\:border-teal-darkest {
    border-color: #0d3331 !important;
  }
  .sm\:border-teal-darker {
    border-color: #20504f !important;
  }
  .sm\:border-teal-dark {
    border-color: #38a89d !important;
  }
  .sm\:border-teal {
    border-color: #4dc0b5 !important;
  }
  .sm\:border-teal-light {
    border-color: #64d5ca !important;
  }
  .sm\:border-teal-lighter {
    border-color: #a0f0ed !important;
  }
  .sm\:border-teal-lightest {
    border-color: #e8fffe !important;
  }
  .sm\:border-blue-darkest {
    border-color: #12283a !important;
  }
  .sm\:border-blue-darker {
    border-color: #1c3d5a !important;
  }
  .sm\:border-blue-dark {
    border-color: #2779bd !important;
  }
  .sm\:border-blue {
    border-color: #3490dc !important;
  }
  .sm\:border-blue-light {
    border-color: #6cb2eb !important;
  }
  .sm\:border-blue-lighter {
    border-color: #bcdefa !important;
  }
  .sm\:border-blue-lightest {
    border-color: #eff8ff !important;
  }
  .sm\:border-indigo-darkest {
    border-color: #191e38 !important;
  }
  .sm\:border-indigo-darker {
    border-color: #2f365f !important;
  }
  .sm\:border-indigo-dark {
    border-color: #5661b3 !important;
  }
  .sm\:border-indigo {
    border-color: #6574cd !important;
  }
  .sm\:border-indigo-light {
    border-color: #7886d7 !important;
  }
  .sm\:border-indigo-lighter {
    border-color: #b2b7ff !important;
  }
  .sm\:border-indigo-lightest {
    border-color: #e6e8ff !important;
  }
  .sm\:border-purple-darkest {
    border-color: #21183c !important;
  }
  .sm\:border-purple-darker {
    border-color: #382b5f !important;
  }
  .sm\:border-purple-dark {
    border-color: #794acf !important;
  }
  .sm\:border-purple {
    border-color: #9561e2 !important;
  }
  .sm\:border-purple-light {
    border-color: #a779e9 !important;
  }
  .sm\:border-purple-lighter {
    border-color: #d6bbfc !important;
  }
  .sm\:border-purple-lightest {
    border-color: #f3ebff !important;
  }
  .sm\:border-pink-darkest {
    border-color: #451225 !important;
  }
  .sm\:border-pink-darker {
    border-color: #6f213f !important;
  }
  .sm\:border-pink-dark {
    border-color: #eb5286 !important;
  }
  .sm\:border-pink {
    border-color: #f66d9b !important;
  }
  .sm\:border-pink-light {
    border-color: #fa7ea8 !important;
  }
  .sm\:border-pink-lighter {
    border-color: #ffbbca !important;
  }
  .sm\:border-pink-lightest {
    border-color: #ffebef !important;
  }
  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .sm\:hover\:border-black:hover {
    border-color: #22292f !important;
  }
  .sm\:hover\:border-grey-darkest:hover {
    border-color: #3d4852 !important;
  }
  .sm\:hover\:border-grey-darker:hover {
    border-color: #606f7b !important;
  }
  .sm\:hover\:border-grey-dark:hover {
    border-color: #8795a1 !important;
  }
  .sm\:hover\:border-grey:hover {
    border-color: #b8c2cc !important;
  }
  .sm\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
  }
  .sm\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }
  .sm\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }
  .sm\:hover\:border-white:hover {
    border-color: #fff !important;
  }
  .sm\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c !important;
  }
  .sm\:hover\:border-red-darker:hover {
    border-color: #621b18 !important;
  }
  .sm\:hover\:border-red-dark:hover {
    border-color: #cc1f1a !important;
  }
  .sm\:hover\:border-red:hover {
    border-color: #e3342f !important;
  }
  .sm\:hover\:border-red-light:hover {
    border-color: #ef5753 !important;
  }
  .sm\:hover\:border-red-lighter:hover {
    border-color: #f9acaa !important;
  }
  .sm\:hover\:border-red-lightest:hover {
    border-color: #fcebea !important;
  }
  .sm\:hover\:border-orange-darkest:hover {
    border-color: #462a16 !important;
  }
  .sm\:hover\:border-orange-darker:hover {
    border-color: #613b1f !important;
  }
  .sm\:hover\:border-orange-dark:hover {
    border-color: #de751f !important;
  }
  .sm\:hover\:border-orange:hover {
    border-color: #f6993f !important;
  }
  .sm\:hover\:border-orange-light:hover {
    border-color: #faad63 !important;
  }
  .sm\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6 !important;
  }
  .sm\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb !important;
  }
  .sm\:hover\:border-yellow-darkest:hover {
    border-color: #453411 !important;
  }
  .sm\:hover\:border-yellow-darker:hover {
    border-color: #684f1d !important;
  }
  .sm\:hover\:border-yellow-dark:hover {
    border-color: #f2d024 !important;
  }
  .sm\:hover\:border-yellow:hover {
    border-color: #ffed4a !important;
  }
  .sm\:hover\:border-yellow-light:hover {
    border-color: #fff382 !important;
  }
  .sm\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2 !important;
  }
  .sm\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb !important;
  }
  .sm\:hover\:border-green-darkest:hover {
    border-color: #0f2f21 !important;
  }
  .sm\:hover\:border-green-darker:hover {
    border-color: #1a4731 !important;
  }
  .sm\:hover\:border-green-dark:hover {
    border-color: #1f9d55 !important;
  }
  .sm\:hover\:border-green:hover {
    border-color: #38c172 !important;
  }
  .sm\:hover\:border-green-light:hover {
    border-color: #51d88a !important;
  }
  .sm\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf !important;
  }
  .sm\:hover\:border-green-lightest:hover {
    border-color: #e3fcec !important;
  }
  .sm\:hover\:border-teal-darkest:hover {
    border-color: #0d3331 !important;
  }
  .sm\:hover\:border-teal-darker:hover {
    border-color: #20504f !important;
  }
  .sm\:hover\:border-teal-dark:hover {
    border-color: #38a89d !important;
  }
  .sm\:hover\:border-teal:hover {
    border-color: #4dc0b5 !important;
  }
  .sm\:hover\:border-teal-light:hover {
    border-color: #64d5ca !important;
  }
  .sm\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed !important;
  }
  .sm\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe !important;
  }
  .sm\:hover\:border-blue-darkest:hover {
    border-color: #12283a !important;
  }
  .sm\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a !important;
  }
  .sm\:hover\:border-blue-dark:hover {
    border-color: #2779bd !important;
  }
  .sm\:hover\:border-blue:hover {
    border-color: #3490dc !important;
  }
  .sm\:hover\:border-blue-light:hover {
    border-color: #6cb2eb !important;
  }
  .sm\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa !important;
  }
  .sm\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff !important;
  }
  .sm\:hover\:border-indigo-darkest:hover {
    border-color: #191e38 !important;
  }
  .sm\:hover\:border-indigo-darker:hover {
    border-color: #2f365f !important;
  }
  .sm\:hover\:border-indigo-dark:hover {
    border-color: #5661b3 !important;
  }
  .sm\:hover\:border-indigo:hover {
    border-color: #6574cd !important;
  }
  .sm\:hover\:border-indigo-light:hover {
    border-color: #7886d7 !important;
  }
  .sm\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff !important;
  }
  .sm\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff !important;
  }
  .sm\:hover\:border-purple-darkest:hover {
    border-color: #21183c !important;
  }
  .sm\:hover\:border-purple-darker:hover {
    border-color: #382b5f !important;
  }
  .sm\:hover\:border-purple-dark:hover {
    border-color: #794acf !important;
  }
  .sm\:hover\:border-purple:hover {
    border-color: #9561e2 !important;
  }
  .sm\:hover\:border-purple-light:hover {
    border-color: #a779e9 !important;
  }
  .sm\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc !important;
  }
  .sm\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff !important;
  }
  .sm\:hover\:border-pink-darkest:hover {
    border-color: #451225 !important;
  }
  .sm\:hover\:border-pink-darker:hover {
    border-color: #6f213f !important;
  }
  .sm\:hover\:border-pink-dark:hover {
    border-color: #eb5286 !important;
  }
  .sm\:hover\:border-pink:hover {
    border-color: #f66d9b !important;
  }
  .sm\:hover\:border-pink-light:hover {
    border-color: #fa7ea8 !important;
  }
  .sm\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca !important;
  }
  .sm\:hover\:border-pink-lightest:hover {
    border-color: #ffebef !important;
  }
  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  .sm\:focus\:border-black:focus {
    border-color: #22292f !important;
  }
  .sm\:focus\:border-grey-darkest:focus {
    border-color: #3d4852 !important;
  }
  .sm\:focus\:border-grey-darker:focus {
    border-color: #606f7b !important;
  }
  .sm\:focus\:border-grey-dark:focus {
    border-color: #8795a1 !important;
  }
  .sm\:focus\:border-grey:focus {
    border-color: #b8c2cc !important;
  }
  .sm\:focus\:border-grey-light:focus {
    border-color: #dae1e7 !important;
  }
  .sm\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }
  .sm\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }
  .sm\:focus\:border-white:focus {
    border-color: #fff !important;
  }
  .sm\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c !important;
  }
  .sm\:focus\:border-red-darker:focus {
    border-color: #621b18 !important;
  }
  .sm\:focus\:border-red-dark:focus {
    border-color: #cc1f1a !important;
  }
  .sm\:focus\:border-red:focus {
    border-color: #e3342f !important;
  }
  .sm\:focus\:border-red-light:focus {
    border-color: #ef5753 !important;
  }
  .sm\:focus\:border-red-lighter:focus {
    border-color: #f9acaa !important;
  }
  .sm\:focus\:border-red-lightest:focus {
    border-color: #fcebea !important;
  }
  .sm\:focus\:border-orange-darkest:focus {
    border-color: #462a16 !important;
  }
  .sm\:focus\:border-orange-darker:focus {
    border-color: #613b1f !important;
  }
  .sm\:focus\:border-orange-dark:focus {
    border-color: #de751f !important;
  }
  .sm\:focus\:border-orange:focus {
    border-color: #f6993f !important;
  }
  .sm\:focus\:border-orange-light:focus {
    border-color: #faad63 !important;
  }
  .sm\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6 !important;
  }
  .sm\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb !important;
  }
  .sm\:focus\:border-yellow-darkest:focus {
    border-color: #453411 !important;
  }
  .sm\:focus\:border-yellow-darker:focus {
    border-color: #684f1d !important;
  }
  .sm\:focus\:border-yellow-dark:focus {
    border-color: #f2d024 !important;
  }
  .sm\:focus\:border-yellow:focus {
    border-color: #ffed4a !important;
  }
  .sm\:focus\:border-yellow-light:focus {
    border-color: #fff382 !important;
  }
  .sm\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2 !important;
  }
  .sm\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb !important;
  }
  .sm\:focus\:border-green-darkest:focus {
    border-color: #0f2f21 !important;
  }
  .sm\:focus\:border-green-darker:focus {
    border-color: #1a4731 !important;
  }
  .sm\:focus\:border-green-dark:focus {
    border-color: #1f9d55 !important;
  }
  .sm\:focus\:border-green:focus {
    border-color: #38c172 !important;
  }
  .sm\:focus\:border-green-light:focus {
    border-color: #51d88a !important;
  }
  .sm\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf !important;
  }
  .sm\:focus\:border-green-lightest:focus {
    border-color: #e3fcec !important;
  }
  .sm\:focus\:border-teal-darkest:focus {
    border-color: #0d3331 !important;
  }
  .sm\:focus\:border-teal-darker:focus {
    border-color: #20504f !important;
  }
  .sm\:focus\:border-teal-dark:focus {
    border-color: #38a89d !important;
  }
  .sm\:focus\:border-teal:focus {
    border-color: #4dc0b5 !important;
  }
  .sm\:focus\:border-teal-light:focus {
    border-color: #64d5ca !important;
  }
  .sm\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed !important;
  }
  .sm\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe !important;
  }
  .sm\:focus\:border-blue-darkest:focus {
    border-color: #12283a !important;
  }
  .sm\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a !important;
  }
  .sm\:focus\:border-blue-dark:focus {
    border-color: #2779bd !important;
  }
  .sm\:focus\:border-blue:focus {
    border-color: #3490dc !important;
  }
  .sm\:focus\:border-blue-light:focus {
    border-color: #6cb2eb !important;
  }
  .sm\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa !important;
  }
  .sm\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff !important;
  }
  .sm\:focus\:border-indigo-darkest:focus {
    border-color: #191e38 !important;
  }
  .sm\:focus\:border-indigo-darker:focus {
    border-color: #2f365f !important;
  }
  .sm\:focus\:border-indigo-dark:focus {
    border-color: #5661b3 !important;
  }
  .sm\:focus\:border-indigo:focus {
    border-color: #6574cd !important;
  }
  .sm\:focus\:border-indigo-light:focus {
    border-color: #7886d7 !important;
  }
  .sm\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff !important;
  }
  .sm\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff !important;
  }
  .sm\:focus\:border-purple-darkest:focus {
    border-color: #21183c !important;
  }
  .sm\:focus\:border-purple-darker:focus {
    border-color: #382b5f !important;
  }
  .sm\:focus\:border-purple-dark:focus {
    border-color: #794acf !important;
  }
  .sm\:focus\:border-purple:focus {
    border-color: #9561e2 !important;
  }
  .sm\:focus\:border-purple-light:focus {
    border-color: #a779e9 !important;
  }
  .sm\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc !important;
  }
  .sm\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff !important;
  }
  .sm\:focus\:border-pink-darkest:focus {
    border-color: #451225 !important;
  }
  .sm\:focus\:border-pink-darker:focus {
    border-color: #6f213f !important;
  }
  .sm\:focus\:border-pink-dark:focus {
    border-color: #eb5286 !important;
  }
  .sm\:focus\:border-pink:focus {
    border-color: #f66d9b !important;
  }
  .sm\:focus\:border-pink-light:focus {
    border-color: #fa7ea8 !important;
  }
  .sm\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca !important;
  }
  .sm\:focus\:border-pink-lightest:focus {
    border-color: #ffebef !important;
  }
  .sm\:rounded-none {
    border-radius: 0 !important;
  }
  .sm\:rounded-sm {
    border-radius: .125rem !important;
  }
  .sm\:rounded {
    border-radius: .25rem !important;
  }
  .sm\:rounded-lg {
    border-radius: .5rem !important;
  }
  .sm\:rounded-full {
    border-radius: 9999px !important;
  }
  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0 !important;
  }
  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0 !important;
  }
  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0 !important;
  }
  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem !important;
  }
  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem !important;
  }
  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem !important;
  }
  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem !important;
  }
  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem !important;
  }
  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem !important;
  }
  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
  }
  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
  }
  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem !important;
  }
  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem !important;
  }
  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem !important;
  }
  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem !important;
  }
  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px !important;
  }
  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px !important;
  }
  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px !important;
  }
  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px !important;
  }
  .sm\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }
  .sm\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }
  .sm\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }
  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }
  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }
  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }
  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }
  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }
  .sm\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }
  .sm\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }
  .sm\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }
  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }
  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }
  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }
  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }
  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }
  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }
  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }
  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }
  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }
  .sm\:border-solid {
    border-style: solid !important;
  }
  .sm\:border-dashed {
    border-style: dashed !important;
  }
  .sm\:border-dotted {
    border-style: dotted !important;
  }
  .sm\:border-none {
    border-style: none !important;
  }
  .sm\:border-0 {
    border-width: 0 !important;
  }
  .sm\:border-2 {
    border-width: 2px !important;
  }
  .sm\:border-4 {
    border-width: 4px !important;
  }
  .sm\:border-8 {
    border-width: 8px !important;
  }
  .sm\:border {
    border-width: 1px !important;
  }
  .sm\:border-t-0 {
    border-top-width: 0 !important;
  }
  .sm\:border-r-0 {
    border-right-width: 0 !important;
  }
  .sm\:border-b-0 {
    border-bottom-width: 0 !important;
  }
  .sm\:border-l-0 {
    border-left-width: 0 !important;
  }
  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }
  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }
  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }
  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }
  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }
  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }
  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }
  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }
  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }
  .sm\:border-t {
    border-top-width: 1px !important;
  }
  .sm\:border-r {
    border-right-width: 1px !important;
  }
  .sm\:border-b {
    border-bottom-width: 1px !important;
  }
  .sm\:border-l {
    border-left-width: 1px !important;
  }
  .sm\:cursor-auto {
    cursor: auto !important;
  }
  .sm\:cursor-default {
    cursor: default !important;
  }
  .sm\:cursor-pointer {
    cursor: pointer !important;
  }
  .sm\:cursor-wait {
    cursor: wait !important;
  }
  .sm\:cursor-move {
    cursor: move !important;
  }
  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:inline {
    display: inline !important;
  }
  .sm\:table {
    display: table !important;
  }
  .sm\:table-row {
    display: table-row !important;
  }
  .sm\:table-cell {
    display: table-cell !important;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:inline-flex {
    display: inline-flex !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm\:flex-col {
    flex-direction: column !important;
  }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
  .sm\:items-baseline {
    align-items: baseline !important;
  }
  .sm\:items-stretch {
    align-items: stretch !important;
  }
  .sm\:self-auto {
    align-self: auto !important;
  }
  .sm\:self-start {
    align-self: flex-start !important;
  }
  .sm\:self-end {
    align-self: flex-end !important;
  }
  .sm\:self-center {
    align-self: center !important;
  }
  .sm\:self-stretch {
    align-self: stretch !important;
  }
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:justify-around {
    justify-content: space-around !important;
  }
  .sm\:content-center {
    align-content: center !important;
  }
  .sm\:content-start {
    align-content: flex-start !important;
  }
  .sm\:content-end {
    align-content: flex-end !important;
  }
  .sm\:content-between {
    align-content: space-between !important;
  }
  .sm\:content-around {
    align-content: space-around !important;
  }
  .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;
  }
  .sm\:flex-grow {
    flex-grow: 1 !important;
  }
  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }
  .sm\:flex-no-grow {
    flex-grow: 0 !important;
  }
  .sm\:flex-no-shrink {
    flex-shrink: 0 !important;
  }
  .sm\:float-right {
    float: right !important;
  }
  .sm\:float-left {
    float: left !important;
  }
  .sm\:float-none {
    float: none !important;
  }
  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both !important;
  }
  .sm\:font-sans {
    font-family:
      system-ui,
      BlinkMacSystemFont,
      -apple-system,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif !important;
  }
  .sm\:font-serif {
    font-family:
      Constantia,
      Lucida Bright,
      Lucidabright,
      Lucida Serif,
      Lucida,
      DejaVu Serif,
      Bitstream Vera Serif,
      Liberation Serif,
      Georgia,
      serif !important;
  }
  .sm\:font-mono {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace !important;
  }
  .sm\:font-hairline {
    font-weight: 100 !important;
  }
  .sm\:font-thin {
    font-weight: 200 !important;
  }
  .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;
  }
  .sm\:font-extrabold {
    font-weight: 800 !important;
  }
  .sm\:font-black {
    font-weight: 900 !important;
  }
  .sm\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }
  .sm\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }
  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }
  .sm\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }
  .sm\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }
  .sm\:focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .sm\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .sm\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .sm\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .sm\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .sm\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .sm\:focus\:font-black:focus {
    font-weight: 900 !important;
  }
  .sm\:h-1 {
    height: .25rem !important;
  }
  .sm\:h-2 {
    height: .5rem !important;
  }
  .sm\:h-3 {
    height: .75rem !important;
  }
  .sm\:h-4 {
    height: 1rem !important;
  }
  .sm\:h-5 {
    height: 1.25rem !important;
  }
  .sm\:h-6 {
    height: 1.5rem !important;
  }
  .sm\:h-8 {
    height: 2rem !important;
  }
  .sm\:h-10 {
    height: 2.5rem !important;
  }
  .sm\:h-12 {
    height: 3rem !important;
  }
  .sm\:h-16 {
    height: 4rem !important;
  }
  .sm\:h-24 {
    height: 6rem !important;
  }
  .sm\:h-32 {
    height: 8rem !important;
  }
  .sm\:h-48 {
    height: 12rem !important;
  }
  .sm\:h-64 {
    height: 16rem !important;
  }
  .sm\:h-auto {
    height: auto !important;
  }
  .sm\:h-px {
    height: 1px !important;
  }
  .sm\:h-full {
    height: 100% !important;
  }
  .sm\:h-screen {
    height: 100vh !important;
  }
  .sm\:leading-none {
    line-height: 1 !important;
  }
  .sm\:leading-tight {
    line-height: 1.25 !important;
  }
  .sm\:leading-normal {
    line-height: 1.5 !important;
  }
  .sm\:leading-loose {
    line-height: 2 !important;
  }
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:m-1 {
    margin: .25rem !important;
  }
  .sm\:m-2 {
    margin: .5rem !important;
  }
  .sm\:m-3 {
    margin: .75rem !important;
  }
  .sm\:m-4 {
    margin: 1rem !important;
  }
  .sm\:m-5 {
    margin: 1.25rem !important;
  }
  .sm\:m-6 {
    margin: 1.5rem !important;
  }
  .sm\:m-8 {
    margin: 2rem !important;
  }
  .sm\:m-10 {
    margin: 2.5rem !important;
  }
  .sm\:m-12 {
    margin: 3rem !important;
  }
  .sm\:m-16 {
    margin: 4rem !important;
  }
  .sm\:m-20 {
    margin: 5rem !important;
  }
  .sm\:m-24 {
    margin: 6rem !important;
  }
  .sm\:m-32 {
    margin: 8rem !important;
  }
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:m-px {
    margin: 1px !important;
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem !important;
  }
  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem !important;
  }
  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem !important;
  }
  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem !important;
  }
  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem !important;
  }
  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem !important;
  }
  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }
  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem !important;
  }
  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem !important;
  }
  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem !important;
  }
  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem !important;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem !important;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem !important;
  }
  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem !important;
  }
  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem !important;
  }
  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem !important;
  }
  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem !important;
  }
  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem !important;
  }
  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem !important;
  }
  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem !important;
  }
  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem !important;
  }
  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem !important;
  }
  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem !important;
  }
  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem !important;
  }
  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem !important;
  }
  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem !important;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto !important;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto !important;
  }
  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px !important;
  }
  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:mt-1 {
    margin-top: .25rem !important;
  }
  .sm\:mr-1 {
    margin-right: .25rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: .25rem !important;
  }
  .sm\:ml-1 {
    margin-left: .25rem !important;
  }
  .sm\:mt-2 {
    margin-top: .5rem !important;
  }
  .sm\:mr-2 {
    margin-right: .5rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: .5rem !important;
  }
  .sm\:ml-2 {
    margin-left: .5rem !important;
  }
  .sm\:mt-3 {
    margin-top: .75rem !important;
  }
  .sm\:mr-3 {
    margin-right: .75rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: .75rem !important;
  }
  .sm\:ml-3 {
    margin-left: .75rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .sm\:mt-8 {
    margin-top: 2rem !important;
  }
  .sm\:mr-8 {
    margin-right: 2rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .sm\:mt-12 {
    margin-top: 3rem !important;
  }
  .sm\:mr-12 {
    margin-right: 3rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .sm\:ml-12 {
    margin-left: 3rem !important;
  }
  .sm\:mt-16 {
    margin-top: 4rem !important;
  }
  .sm\:mr-16 {
    margin-right: 4rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .sm\:ml-16 {
    margin-left: 4rem !important;
  }
  .sm\:mt-20 {
    margin-top: 5rem !important;
  }
  .sm\:mr-20 {
    margin-right: 5rem !important;
  }
  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .sm\:ml-20 {
    margin-left: 5rem !important;
  }
  .sm\:mt-24 {
    margin-top: 6rem !important;
  }
  .sm\:mr-24 {
    margin-right: 6rem !important;
  }
  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .sm\:ml-24 {
    margin-left: 6rem !important;
  }
  .sm\:mt-32 {
    margin-top: 8rem !important;
  }
  .sm\:mr-32 {
    margin-right: 8rem !important;
  }
  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .sm\:ml-32 {
    margin-left: 8rem !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mt-px {
    margin-top: 1px !important;
  }
  .sm\:mr-px {
    margin-right: 1px !important;
  }
  .sm\:mb-px {
    margin-bottom: 1px !important;
  }
  .sm\:ml-px {
    margin-left: 1px !important;
  }
  .sm\:max-h-full {
    max-height: 100% !important;
  }
  .sm\:max-h-screen {
    max-height: 100vh !important;
  }
  .sm\:max-w-xs {
    max-width: 20rem !important;
  }
  .sm\:max-w-sm {
    max-width: 30rem !important;
  }
  .sm\:max-w-md {
    max-width: 40rem !important;
  }
  .sm\:max-w-lg {
    max-width: 50rem !important;
  }
  .sm\:max-w-xl {
    max-width: 60rem !important;
  }
  .sm\:max-w-2xl {
    max-width: 70rem !important;
  }
  .sm\:max-w-3xl {
    max-width: 80rem !important;
  }
  .sm\:max-w-4xl {
    max-width: 90rem !important;
  }
  .sm\:max-w-5xl {
    max-width: 100rem !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  .sm\:min-h-0 {
    min-height: 0 !important;
  }
  .sm\:min-h-full {
    min-height: 100% !important;
  }
  .sm\:min-h-screen {
    min-height: 100vh !important;
  }
  .sm\:min-w-0 {
    min-width: 0 !important;
  }
  .sm\:min-w-full {
    min-width: 100% !important;
  }
  .sm\:-m-0 {
    margin: 0 !important;
  }
  .sm\:-m-1 {
    margin: -.25rem !important;
  }
  .sm\:-m-2 {
    margin: -.5rem !important;
  }
  .sm\:-m-3 {
    margin: -.75rem !important;
  }
  .sm\:-m-4 {
    margin: -1rem !important;
  }
  .sm\:-m-5 {
    margin: -1.25rem !important;
  }
  .sm\:-m-6 {
    margin: -1.5rem !important;
  }
  .sm\:-m-8 {
    margin: -2rem !important;
  }
  .sm\:-m-10 {
    margin: -2.5rem !important;
  }
  .sm\:-m-12 {
    margin: -3rem !important;
  }
  .sm\:-m-16 {
    margin: -4rem !important;
  }
  .sm\:-m-20 {
    margin: -5rem !important;
  }
  .sm\:-m-24 {
    margin: -6rem !important;
  }
  .sm\:-m-32 {
    margin: -8rem !important;
  }
  .sm\:-m-px {
    margin: -1px !important;
  }
  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .sm\:-my-1 {
    margin-top: -.25rem;
    margin-bottom: -.25rem !important;
  }
  .sm\:-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem !important;
  }
  .sm\:-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem !important;
  }
  .sm\:-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem !important;
  }
  .sm\:-my-3 {
    margin-top: -.75rem;
    margin-bottom: -.75rem !important;
  }
  .sm\:-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem !important;
  }
  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem !important;
  }
  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem !important;
  }
  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem !important;
  }
  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem !important;
  }
  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem !important;
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem !important;
  }
  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem !important;
  }
  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem !important;
  }
  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem !important;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem !important;
  }
  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem !important;
  }
  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem !important;
  }
  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem !important;
  }
  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem !important;
  }
  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem !important;
  }
  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem !important;
  }
  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem !important;
  }
  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem !important;
  }
  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem !important;
  }
  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem !important;
  }
  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px !important;
  }
  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px !important;
  }
  .sm\:-mt-0 {
    margin-top: 0 !important;
  }
  .sm\:-mr-0 {
    margin-right: 0 !important;
  }
  .sm\:-mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:-ml-0 {
    margin-left: 0 !important;
  }
  .sm\:-mt-1 {
    margin-top: -.25rem !important;
  }
  .sm\:-mr-1 {
    margin-right: -.25rem !important;
  }
  .sm\:-mb-1 {
    margin-bottom: -.25rem !important;
  }
  .sm\:-ml-1 {
    margin-left: -.25rem !important;
  }
  .sm\:-mt-2 {
    margin-top: -.5rem !important;
  }
  .sm\:-mr-2 {
    margin-right: -.5rem !important;
  }
  .sm\:-mb-2 {
    margin-bottom: -.5rem !important;
  }
  .sm\:-ml-2 {
    margin-left: -.5rem !important;
  }
  .sm\:-mt-3 {
    margin-top: -.75rem !important;
  }
  .sm\:-mr-3 {
    margin-right: -.75rem !important;
  }
  .sm\:-mb-3 {
    margin-bottom: -.75rem !important;
  }
  .sm\:-ml-3 {
    margin-left: -.75rem !important;
  }
  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }
  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }
  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }
  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }
  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }
  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }
  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }
  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }
  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }
  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }
  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }
  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }
  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }
  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }
  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }
  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }
  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }
  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }
  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }
  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }
  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }
  .sm\:-mt-px {
    margin-top: -1px !important;
  }
  .sm\:-mr-px {
    margin-right: -1px !important;
  }
  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }
  .sm\:-ml-px {
    margin-left: -1px !important;
  }
  .sm\:opacity-0 {
    opacity: 0 !important;
  }
  .sm\:opacity-25 {
    opacity: .25 !important;
  }
  .sm\:opacity-50 {
    opacity: .5 !important;
  }
  .sm\:opacity-75 {
    opacity: .75 !important;
  }
  .sm\:opacity-100 {
    opacity: 1 !important;
  }
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overflow-visible {
    overflow: visible !important;
  }
  .sm\:overflow-scroll {
    overflow: scroll !important;
  }
  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }
  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }
  .sm\:p-0 {
    padding: 0 !important;
  }
  .sm\:p-1 {
    padding: .25rem !important;
  }
  .sm\:p-2 {
    padding: .5rem !important;
  }
  .sm\:p-3 {
    padding: .75rem !important;
  }
  .sm\:p-4 {
    padding: 1rem !important;
  }
  .sm\:p-5 {
    padding: 1.25rem !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:p-8 {
    padding: 2rem !important;
  }
  .sm\:p-10 {
    padding: 2.5rem !important;
  }
  .sm\:p-12 {
    padding: 3rem !important;
  }
  .sm\:p-16 {
    padding: 4rem !important;
  }
  .sm\:p-20 {
    padding: 5rem !important;
  }
  .sm\:p-24 {
    padding: 6rem !important;
  }
  .sm\:p-32 {
    padding: 8rem !important;
  }
  .sm\:p-px {
    padding: 1px !important;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem !important;
  }
  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem !important;
  }
  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem !important;
  }
  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem !important;
  }
  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem !important;
  }
  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem !important;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem !important;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem !important;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem !important;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem !important;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem !important;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem !important;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem !important;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem !important;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem !important;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem !important;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem !important;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem !important;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem !important;
  }
  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem !important;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem !important;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem !important;
  }
  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem !important;
  }
  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem !important;
  }
  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem !important;
  }
  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px !important;
  }
  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px !important;
  }
  .sm\:pt-0 {
    padding-top: 0 !important;
  }
  .sm\:pr-0 {
    padding-right: 0 !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }
  .sm\:pl-0 {
    padding-left: 0 !important;
  }
  .sm\:pt-1 {
    padding-top: .25rem !important;
  }
  .sm\:pr-1 {
    padding-right: .25rem !important;
  }
  .sm\:pb-1 {
    padding-bottom: .25rem !important;
  }
  .sm\:pl-1 {
    padding-left: .25rem !important;
  }
  .sm\:pt-2 {
    padding-top: .5rem !important;
  }
  .sm\:pr-2 {
    padding-right: .5rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: .5rem !important;
  }
  .sm\:pl-2 {
    padding-left: .5rem !important;
  }
  .sm\:pt-3 {
    padding-top: .75rem !important;
  }
  .sm\:pr-3 {
    padding-right: .75rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: .75rem !important;
  }
  .sm\:pl-3 {
    padding-left: .75rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1rem !important;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .sm\:pt-8 {
    padding-top: 2rem !important;
  }
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .sm\:pt-12 {
    padding-top: 3rem !important;
  }
  .sm\:pr-12 {
    padding-right: 3rem !important;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .sm\:pl-12 {
    padding-left: 3rem !important;
  }
  .sm\:pt-16 {
    padding-top: 4rem !important;
  }
  .sm\:pr-16 {
    padding-right: 4rem !important;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .sm\:pl-16 {
    padding-left: 4rem !important;
  }
  .sm\:pt-20 {
    padding-top: 5rem !important;
  }
  .sm\:pr-20 {
    padding-right: 5rem !important;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .sm\:pl-20 {
    padding-left: 5rem !important;
  }
  .sm\:pt-24 {
    padding-top: 6rem !important;
  }
  .sm\:pr-24 {
    padding-right: 6rem !important;
  }
  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .sm\:pl-24 {
    padding-left: 6rem !important;
  }
  .sm\:pt-32 {
    padding-top: 8rem !important;
  }
  .sm\:pr-32 {
    padding-right: 8rem !important;
  }
  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .sm\:pl-32 {
    padding-left: 8rem !important;
  }
  .sm\:pt-px {
    padding-top: 1px !important;
  }
  .sm\:pr-px {
    padding-right: 1px !important;
  }
  .sm\:pb-px {
    padding-bottom: 1px !important;
  }
  .sm\:pl-px {
    padding-left: 1px !important;
  }
  .sm\:pointer-events-none {
    pointer-events: none !important;
  }
  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .sm\:static {
    position: static !important;
  }
  .sm\:fixed {
    position: fixed !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:relative {
    position: relative !important;
  }
  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky !important;
  }
  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto !important;
  }
  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
  }
  .sm\:pin-y {
    top: 0;
    bottom: 0 !important;
  }
  .sm\:pin-x {
    right: 0;
    left: 0 !important;
  }
  .sm\:pin-t {
    top: 0 !important;
  }
  .sm\:pin-r {
    right: 0 !important;
  }
  .sm\:pin-b {
    bottom: 0 !important;
  }
  .sm\:pin-l {
    left: 0 !important;
  }
  .sm\:resize-none {
    resize: none !important;
  }
  .sm\:resize-y {
    resize: vertical !important;
  }
  .sm\:resize-x {
    resize: horizontal !important;
  }
  .sm\:resize {
    resize: both !important;
  }
  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .sm\:shadow-none {
    box-shadow: none !important;
  }
  .sm\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .sm\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .sm\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .sm\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .sm\:table-auto {
    table-layout: auto !important;
  }
  .sm\:table-fixed {
    table-layout: fixed !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-justify {
    text-align: justify !important;
  }
  .sm\:text-transparent {
    color: transparent !important;
  }
  .sm\:text-black {
    color: #22292f !important;
  }
  .sm\:text-grey-darkest {
    color: #3d4852 !important;
  }
  .sm\:text-grey-darker {
    color: #606f7b !important;
  }
  .sm\:text-grey-dark {
    color: #8795a1 !important;
  }
  .sm\:text-grey {
    color: #b8c2cc !important;
  }
  .sm\:text-grey-light {
    color: #dae1e7 !important;
  }
  .sm\:text-grey-lighter {
    color: #f1f5f8 !important;
  }
  .sm\:text-grey-lightest {
    color: #f8fafc !important;
  }
  .sm\:text-white {
    color: #fff !important;
  }
  .sm\:text-red-darkest {
    color: #3b0d0c !important;
  }
  .sm\:text-red-darker {
    color: #621b18 !important;
  }
  .sm\:text-red-dark {
    color: #cc1f1a !important;
  }
  .sm\:text-red {
    color: #e3342f !important;
  }
  .sm\:text-red-light {
    color: #ef5753 !important;
  }
  .sm\:text-red-lighter {
    color: #f9acaa !important;
  }
  .sm\:text-red-lightest {
    color: #fcebea !important;
  }
  .sm\:text-orange-darkest {
    color: #462a16 !important;
  }
  .sm\:text-orange-darker {
    color: #613b1f !important;
  }
  .sm\:text-orange-dark {
    color: #de751f !important;
  }
  .sm\:text-orange {
    color: #f6993f !important;
  }
  .sm\:text-orange-light {
    color: #faad63 !important;
  }
  .sm\:text-orange-lighter {
    color: #fcd9b6 !important;
  }
  .sm\:text-orange-lightest {
    color: #fff5eb !important;
  }
  .sm\:text-yellow-darkest {
    color: #453411 !important;
  }
  .sm\:text-yellow-darker {
    color: #684f1d !important;
  }
  .sm\:text-yellow-dark {
    color: #f2d024 !important;
  }
  .sm\:text-yellow {
    color: #ffed4a !important;
  }
  .sm\:text-yellow-light {
    color: #fff382 !important;
  }
  .sm\:text-yellow-lighter {
    color: #fff9c2 !important;
  }
  .sm\:text-yellow-lightest {
    color: #fcfbeb !important;
  }
  .sm\:text-green-darkest {
    color: #0f2f21 !important;
  }
  .sm\:text-green-darker {
    color: #1a4731 !important;
  }
  .sm\:text-green-dark {
    color: #1f9d55 !important;
  }
  .sm\:text-green {
    color: #38c172 !important;
  }
  .sm\:text-green-light {
    color: #51d88a !important;
  }
  .sm\:text-green-lighter {
    color: #a2f5bf !important;
  }
  .sm\:text-green-lightest {
    color: #e3fcec !important;
  }
  .sm\:text-teal-darkest {
    color: #0d3331 !important;
  }
  .sm\:text-teal-darker {
    color: #20504f !important;
  }
  .sm\:text-teal-dark {
    color: #38a89d !important;
  }
  .sm\:text-teal {
    color: #4dc0b5 !important;
  }
  .sm\:text-teal-light {
    color: #64d5ca !important;
  }
  .sm\:text-teal-lighter {
    color: #a0f0ed !important;
  }
  .sm\:text-teal-lightest {
    color: #e8fffe !important;
  }
  .sm\:text-blue-darkest {
    color: #12283a !important;
  }
  .sm\:text-blue-darker {
    color: #1c3d5a !important;
  }
  .sm\:text-blue-dark {
    color: #2779bd !important;
  }
  .sm\:text-blue {
    color: #3490dc !important;
  }
  .sm\:text-blue-light {
    color: #6cb2eb !important;
  }
  .sm\:text-blue-lighter {
    color: #bcdefa !important;
  }
  .sm\:text-blue-lightest {
    color: #eff8ff !important;
  }
  .sm\:text-indigo-darkest {
    color: #191e38 !important;
  }
  .sm\:text-indigo-darker {
    color: #2f365f !important;
  }
  .sm\:text-indigo-dark {
    color: #5661b3 !important;
  }
  .sm\:text-indigo {
    color: #6574cd !important;
  }
  .sm\:text-indigo-light {
    color: #7886d7 !important;
  }
  .sm\:text-indigo-lighter {
    color: #b2b7ff !important;
  }
  .sm\:text-indigo-lightest {
    color: #e6e8ff !important;
  }
  .sm\:text-purple-darkest {
    color: #21183c !important;
  }
  .sm\:text-purple-darker {
    color: #382b5f !important;
  }
  .sm\:text-purple-dark {
    color: #794acf !important;
  }
  .sm\:text-purple {
    color: #9561e2 !important;
  }
  .sm\:text-purple-light {
    color: #a779e9 !important;
  }
  .sm\:text-purple-lighter {
    color: #d6bbfc !important;
  }
  .sm\:text-purple-lightest {
    color: #f3ebff !important;
  }
  .sm\:text-pink-darkest {
    color: #451225 !important;
  }
  .sm\:text-pink-darker {
    color: #6f213f !important;
  }
  .sm\:text-pink-dark {
    color: #eb5286 !important;
  }
  .sm\:text-pink {
    color: #f66d9b !important;
  }
  .sm\:text-pink-light {
    color: #fa7ea8 !important;
  }
  .sm\:text-pink-lighter {
    color: #ffbbca !important;
  }
  .sm\:text-pink-lightest {
    color: #ffebef !important;
  }
  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  .sm\:hover\:text-black:hover {
    color: #22292f !important;
  }
  .sm\:hover\:text-grey-darkest:hover {
    color: #3d4852 !important;
  }
  .sm\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }
  .sm\:hover\:text-grey-dark:hover {
    color: #8795a1 !important;
  }
  .sm\:hover\:text-grey:hover {
    color: #b8c2cc !important;
  }
  .sm\:hover\:text-grey-light:hover {
    color: #dae1e7 !important;
  }
  .sm\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }
  .sm\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }
  .sm\:hover\:text-white:hover {
    color: #fff !important;
  }
  .sm\:hover\:text-red-darkest:hover {
    color: #3b0d0c !important;
  }
  .sm\:hover\:text-red-darker:hover {
    color: #621b18 !important;
  }
  .sm\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }
  .sm\:hover\:text-red:hover {
    color: #e3342f !important;
  }
  .sm\:hover\:text-red-light:hover {
    color: #ef5753 !important;
  }
  .sm\:hover\:text-red-lighter:hover {
    color: #f9acaa !important;
  }
  .sm\:hover\:text-red-lightest:hover {
    color: #fcebea !important;
  }
  .sm\:hover\:text-orange-darkest:hover {
    color: #462a16 !important;
  }
  .sm\:hover\:text-orange-darker:hover {
    color: #613b1f !important;
  }
  .sm\:hover\:text-orange-dark:hover {
    color: #de751f !important;
  }
  .sm\:hover\:text-orange:hover {
    color: #f6993f !important;
  }
  .sm\:hover\:text-orange-light:hover {
    color: #faad63 !important;
  }
  .sm\:hover\:text-orange-lighter:hover {
    color: #fcd9b6 !important;
  }
  .sm\:hover\:text-orange-lightest:hover {
    color: #fff5eb !important;
  }
  .sm\:hover\:text-yellow-darkest:hover {
    color: #453411 !important;
  }
  .sm\:hover\:text-yellow-darker:hover {
    color: #684f1d !important;
  }
  .sm\:hover\:text-yellow-dark:hover {
    color: #f2d024 !important;
  }
  .sm\:hover\:text-yellow:hover {
    color: #ffed4a !important;
  }
  .sm\:hover\:text-yellow-light:hover {
    color: #fff382 !important;
  }
  .sm\:hover\:text-yellow-lighter:hover {
    color: #fff9c2 !important;
  }
  .sm\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb !important;
  }
  .sm\:hover\:text-green-darkest:hover {
    color: #0f2f21 !important;
  }
  .sm\:hover\:text-green-darker:hover {
    color: #1a4731 !important;
  }
  .sm\:hover\:text-green-dark:hover {
    color: #1f9d55 !important;
  }
  .sm\:hover\:text-green:hover {
    color: #38c172 !important;
  }
  .sm\:hover\:text-green-light:hover {
    color: #51d88a !important;
  }
  .sm\:hover\:text-green-lighter:hover {
    color: #a2f5bf !important;
  }
  .sm\:hover\:text-green-lightest:hover {
    color: #e3fcec !important;
  }
  .sm\:hover\:text-teal-darkest:hover {
    color: #0d3331 !important;
  }
  .sm\:hover\:text-teal-darker:hover {
    color: #20504f !important;
  }
  .sm\:hover\:text-teal-dark:hover {
    color: #38a89d !important;
  }
  .sm\:hover\:text-teal:hover {
    color: #4dc0b5 !important;
  }
  .sm\:hover\:text-teal-light:hover {
    color: #64d5ca !important;
  }
  .sm\:hover\:text-teal-lighter:hover {
    color: #a0f0ed !important;
  }
  .sm\:hover\:text-teal-lightest:hover {
    color: #e8fffe !important;
  }
  .sm\:hover\:text-blue-darkest:hover {
    color: #12283a !important;
  }
  .sm\:hover\:text-blue-darker:hover {
    color: #1c3d5a !important;
  }
  .sm\:hover\:text-blue-dark:hover {
    color: #2779bd !important;
  }
  .sm\:hover\:text-blue:hover {
    color: #3490dc !important;
  }
  .sm\:hover\:text-blue-light:hover {
    color: #6cb2eb !important;
  }
  .sm\:hover\:text-blue-lighter:hover {
    color: #bcdefa !important;
  }
  .sm\:hover\:text-blue-lightest:hover {
    color: #eff8ff !important;
  }
  .sm\:hover\:text-indigo-darkest:hover {
    color: #191e38 !important;
  }
  .sm\:hover\:text-indigo-darker:hover {
    color: #2f365f !important;
  }
  .sm\:hover\:text-indigo-dark:hover {
    color: #5661b3 !important;
  }
  .sm\:hover\:text-indigo:hover {
    color: #6574cd !important;
  }
  .sm\:hover\:text-indigo-light:hover {
    color: #7886d7 !important;
  }
  .sm\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff !important;
  }
  .sm\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff !important;
  }
  .sm\:hover\:text-purple-darkest:hover {
    color: #21183c !important;
  }
  .sm\:hover\:text-purple-darker:hover {
    color: #382b5f !important;
  }
  .sm\:hover\:text-purple-dark:hover {
    color: #794acf !important;
  }
  .sm\:hover\:text-purple:hover {
    color: #9561e2 !important;
  }
  .sm\:hover\:text-purple-light:hover {
    color: #a779e9 !important;
  }
  .sm\:hover\:text-purple-lighter:hover {
    color: #d6bbfc !important;
  }
  .sm\:hover\:text-purple-lightest:hover {
    color: #f3ebff !important;
  }
  .sm\:hover\:text-pink-darkest:hover {
    color: #451225 !important;
  }
  .sm\:hover\:text-pink-darker:hover {
    color: #6f213f !important;
  }
  .sm\:hover\:text-pink-dark:hover {
    color: #eb5286 !important;
  }
  .sm\:hover\:text-pink:hover {
    color: #f66d9b !important;
  }
  .sm\:hover\:text-pink-light:hover {
    color: #fa7ea8 !important;
  }
  .sm\:hover\:text-pink-lighter:hover {
    color: #ffbbca !important;
  }
  .sm\:hover\:text-pink-lightest:hover {
    color: #ffebef !important;
  }
  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  .sm\:focus\:text-black:focus {
    color: #22292f !important;
  }
  .sm\:focus\:text-grey-darkest:focus {
    color: #3d4852 !important;
  }
  .sm\:focus\:text-grey-darker:focus {
    color: #606f7b !important;
  }
  .sm\:focus\:text-grey-dark:focus {
    color: #8795a1 !important;
  }
  .sm\:focus\:text-grey:focus {
    color: #b8c2cc !important;
  }
  .sm\:focus\:text-grey-light:focus {
    color: #dae1e7 !important;
  }
  .sm\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }
  .sm\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }
  .sm\:focus\:text-white:focus {
    color: #fff !important;
  }
  .sm\:focus\:text-red-darkest:focus {
    color: #3b0d0c !important;
  }
  .sm\:focus\:text-red-darker:focus {
    color: #621b18 !important;
  }
  .sm\:focus\:text-red-dark:focus {
    color: #cc1f1a !important;
  }
  .sm\:focus\:text-red:focus {
    color: #e3342f !important;
  }
  .sm\:focus\:text-red-light:focus {
    color: #ef5753 !important;
  }
  .sm\:focus\:text-red-lighter:focus {
    color: #f9acaa !important;
  }
  .sm\:focus\:text-red-lightest:focus {
    color: #fcebea !important;
  }
  .sm\:focus\:text-orange-darkest:focus {
    color: #462a16 !important;
  }
  .sm\:focus\:text-orange-darker:focus {
    color: #613b1f !important;
  }
  .sm\:focus\:text-orange-dark:focus {
    color: #de751f !important;
  }
  .sm\:focus\:text-orange:focus {
    color: #f6993f !important;
  }
  .sm\:focus\:text-orange-light:focus {
    color: #faad63 !important;
  }
  .sm\:focus\:text-orange-lighter:focus {
    color: #fcd9b6 !important;
  }
  .sm\:focus\:text-orange-lightest:focus {
    color: #fff5eb !important;
  }
  .sm\:focus\:text-yellow-darkest:focus {
    color: #453411 !important;
  }
  .sm\:focus\:text-yellow-darker:focus {
    color: #684f1d !important;
  }
  .sm\:focus\:text-yellow-dark:focus {
    color: #f2d024 !important;
  }
  .sm\:focus\:text-yellow:focus {
    color: #ffed4a !important;
  }
  .sm\:focus\:text-yellow-light:focus {
    color: #fff382 !important;
  }
  .sm\:focus\:text-yellow-lighter:focus {
    color: #fff9c2 !important;
  }
  .sm\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb !important;
  }
  .sm\:focus\:text-green-darkest:focus {
    color: #0f2f21 !important;
  }
  .sm\:focus\:text-green-darker:focus {
    color: #1a4731 !important;
  }
  .sm\:focus\:text-green-dark:focus {
    color: #1f9d55 !important;
  }
  .sm\:focus\:text-green:focus {
    color: #38c172 !important;
  }
  .sm\:focus\:text-green-light:focus {
    color: #51d88a !important;
  }
  .sm\:focus\:text-green-lighter:focus {
    color: #a2f5bf !important;
  }
  .sm\:focus\:text-green-lightest:focus {
    color: #e3fcec !important;
  }
  .sm\:focus\:text-teal-darkest:focus {
    color: #0d3331 !important;
  }
  .sm\:focus\:text-teal-darker:focus {
    color: #20504f !important;
  }
  .sm\:focus\:text-teal-dark:focus {
    color: #38a89d !important;
  }
  .sm\:focus\:text-teal:focus {
    color: #4dc0b5 !important;
  }
  .sm\:focus\:text-teal-light:focus {
    color: #64d5ca !important;
  }
  .sm\:focus\:text-teal-lighter:focus {
    color: #a0f0ed !important;
  }
  .sm\:focus\:text-teal-lightest:focus {
    color: #e8fffe !important;
  }
  .sm\:focus\:text-blue-darkest:focus {
    color: #12283a !important;
  }
  .sm\:focus\:text-blue-darker:focus {
    color: #1c3d5a !important;
  }
  .sm\:focus\:text-blue-dark:focus {
    color: #2779bd !important;
  }
  .sm\:focus\:text-blue:focus {
    color: #3490dc !important;
  }
  .sm\:focus\:text-blue-light:focus {
    color: #6cb2eb !important;
  }
  .sm\:focus\:text-blue-lighter:focus {
    color: #bcdefa !important;
  }
  .sm\:focus\:text-blue-lightest:focus {
    color: #eff8ff !important;
  }
  .sm\:focus\:text-indigo-darkest:focus {
    color: #191e38 !important;
  }
  .sm\:focus\:text-indigo-darker:focus {
    color: #2f365f !important;
  }
  .sm\:focus\:text-indigo-dark:focus {
    color: #5661b3 !important;
  }
  .sm\:focus\:text-indigo:focus {
    color: #6574cd !important;
  }
  .sm\:focus\:text-indigo-light:focus {
    color: #7886d7 !important;
  }
  .sm\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff !important;
  }
  .sm\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff !important;
  }
  .sm\:focus\:text-purple-darkest:focus {
    color: #21183c !important;
  }
  .sm\:focus\:text-purple-darker:focus {
    color: #382b5f !important;
  }
  .sm\:focus\:text-purple-dark:focus {
    color: #794acf !important;
  }
  .sm\:focus\:text-purple:focus {
    color: #9561e2 !important;
  }
  .sm\:focus\:text-purple-light:focus {
    color: #a779e9 !important;
  }
  .sm\:focus\:text-purple-lighter:focus {
    color: #d6bbfc !important;
  }
  .sm\:focus\:text-purple-lightest:focus {
    color: #f3ebff !important;
  }
  .sm\:focus\:text-pink-darkest:focus {
    color: #451225 !important;
  }
  .sm\:focus\:text-pink-darker:focus {
    color: #6f213f !important;
  }
  .sm\:focus\:text-pink-dark:focus {
    color: #eb5286 !important;
  }
  .sm\:focus\:text-pink:focus {
    color: #f66d9b !important;
  }
  .sm\:focus\:text-pink-light:focus {
    color: #fa7ea8 !important;
  }
  .sm\:focus\:text-pink-lighter:focus {
    color: #ffbbca !important;
  }
  .sm\:focus\:text-pink-lightest:focus {
    color: #ffebef !important;
  }
  .sm\:text-xs {
    font-size: .75rem !important;
  }
  .sm\:text-sm {
    font-size: .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.875rem !important;
  }
  .sm\:text-4xl {
    font-size: 2.25rem !important;
  }
  .sm\:text-5xl {
    font-size: 3rem !important;
  }
  .sm\:italic {
    font-style: italic !important;
  }
  .sm\:roman {
    font-style: normal !important;
  }
  .sm\:uppercase {
    text-transform: uppercase !important;
  }
  .sm\:lowercase {
    text-transform: lowercase !important;
  }
  .sm\:capitalize {
    text-transform: capitalize !important;
  }
  .sm\:normal-case {
    text-transform: none !important;
  }
  .sm\:underline {
    text-decoration: underline !important;
  }
  .sm\:line-through {
    text-decoration: line-through !important;
  }
  .sm\:no-underline {
    text-decoration: none !important;
  }
  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .sm\:hover\:italic:hover {
    font-style: italic !important;
  }
  .sm\:hover\:roman:hover {
    font-style: normal !important;
  }
  .sm\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }
  .sm\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }
  .sm\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }
  .sm\:hover\:normal-case:hover {
    text-transform: none !important;
  }
  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .sm\:focus\:italic:focus {
    font-style: italic !important;
  }
  .sm\:focus\:roman:focus {
    font-style: normal !important;
  }
  .sm\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }
  .sm\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }
  .sm\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }
  .sm\:focus\:normal-case:focus {
    text-transform: none !important;
  }
  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .sm\:tracking-tight {
    letter-spacing: -.05em !important;
  }
  .sm\:tracking-normal {
    letter-spacing: 0 !important;
  }
  .sm\:tracking-wide {
    letter-spacing: .05em !important;
  }
  .sm\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none !important;
  }
  .sm\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text !important;
  }
  .sm\:align-baseline {
    vertical-align: baseline !important;
  }
  .sm\:align-top {
    vertical-align: top !important;
  }
  .sm\:align-middle {
    vertical-align: middle !important;
  }
  .sm\:align-bottom {
    vertical-align: bottom !important;
  }
  .sm\:align-text-top {
    vertical-align: text-top !important;
  }
  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .sm\:visible {
    visibility: visible !important;
  }
  .sm\:invisible {
    visibility: hidden !important;
  }
  .sm\:whitespace-normal {
    white-space: normal !important;
  }
  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }
  .sm\:whitespace-pre {
    white-space: pre !important;
  }
  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  .sm\:break-words {
    word-wrap: break-word !important;
  }
  .sm\:break-normal {
    word-wrap: normal !important;
  }
  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .sm\:w-1 {
    width: .25rem !important;
  }
  .sm\:w-2 {
    width: .5rem !important;
  }
  .sm\:w-3 {
    width: .75rem !important;
  }
  .sm\:w-4 {
    width: 1rem !important;
  }
  .sm\:w-5 {
    width: 1.25rem !important;
  }
  .sm\:w-6 {
    width: 1.5rem !important;
  }
  .sm\:w-8 {
    width: 2rem !important;
  }
  .sm\:w-10 {
    width: 2.5rem !important;
  }
  .sm\:w-12 {
    width: 3rem !important;
  }
  .sm\:w-16 {
    width: 4rem !important;
  }
  .sm\:w-24 {
    width: 6rem !important;
  }
  .sm\:w-32 {
    width: 8rem !important;
  }
  .sm\:w-48 {
    width: 12rem !important;
  }
  .sm\:w-64 {
    width: 16rem !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-px {
    width: 1px !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-1\/3 {
    width: 33.33333% !important;
  }
  .sm\:w-2\/3 {
    width: 66.66667% !important;
  }
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  .sm\:w-3\/4 {
    width: 75% !important;
  }
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  .sm\:w-2\/5 {
    width: 40% !important;
  }
  .sm\:w-3\/5 {
    width: 60% !important;
  }
  .sm\:w-4\/5 {
    width: 80% !important;
  }
  .sm\:w-1\/6 {
    width: 16.66667% !important;
  }
  .sm\:w-5\/6 {
    width: 83.33333% !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:w-screen {
    width: 100vw !important;
  }
  .sm\:z-0 {
    z-index: 0 !important;
  }
  .sm\:z-10 {
    z-index: 10 !important;
  }
  .sm\:z-20 {
    z-index: 20 !important;
  }
  .sm\:z-30 {
    z-index: 30 !important;
  }
  .sm\:z-40 {
    z-index: 40 !important;
  }
  .sm\:z-50 {
    z-index: 50 !important;
  }
  .sm\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0 !important;
  }
  .md\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
  }
  .md\:bg-fixed {
    background-attachment: fixed !important;
  }
  .md\:bg-local {
    background-attachment: local !important;
  }
  .md\:bg-scroll {
    background-attachment: scroll !important;
  }
  .md\:bg-transparent {
    background-color: transparent !important;
  }
  .md\:bg-black {
    background-color: #22292f !important;
  }
  .md\:bg-grey-darkest {
    background-color: #3d4852 !important;
  }
  .md\:bg-grey-darker {
    background-color: #606f7b !important;
  }
  .md\:bg-grey-dark {
    background-color: #8795a1 !important;
  }
  .md\:bg-grey {
    background-color: #b8c2cc !important;
  }
  .md\:bg-grey-light {
    background-color: #dae1e7 !important;
  }
  .md\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }
  .md\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }
  .md\:bg-white {
    background-color: #fff !important;
  }
  .md\:bg-red-darkest {
    background-color: #3b0d0c !important;
  }
  .md\:bg-red-darker {
    background-color: #621b18 !important;
  }
  .md\:bg-red-dark {
    background-color: #cc1f1a !important;
  }
  .md\:bg-red {
    background-color: #e3342f !important;
  }
  .md\:bg-red-light {
    background-color: #ef5753 !important;
  }
  .md\:bg-red-lighter {
    background-color: #f9acaa !important;
  }
  .md\:bg-red-lightest {
    background-color: #fcebea !important;
  }
  .md\:bg-orange-darkest {
    background-color: #462a16 !important;
  }
  .md\:bg-orange-darker {
    background-color: #613b1f !important;
  }
  .md\:bg-orange-dark {
    background-color: #de751f !important;
  }
  .md\:bg-orange {
    background-color: #f6993f !important;
  }
  .md\:bg-orange-light {
    background-color: #faad63 !important;
  }
  .md\:bg-orange-lighter {
    background-color: #fcd9b6 !important;
  }
  .md\:bg-orange-lightest {
    background-color: #fff5eb !important;
  }
  .md\:bg-yellow-darkest {
    background-color: #453411 !important;
  }
  .md\:bg-yellow-darker {
    background-color: #684f1d !important;
  }
  .md\:bg-yellow-dark {
    background-color: #f2d024 !important;
  }
  .md\:bg-yellow {
    background-color: #ffed4a !important;
  }
  .md\:bg-yellow-light {
    background-color: #fff382 !important;
  }
  .md\:bg-yellow-lighter {
    background-color: #fff9c2 !important;
  }
  .md\:bg-yellow-lightest {
    background-color: #fcfbeb !important;
  }
  .md\:bg-green-darkest {
    background-color: #0f2f21 !important;
  }
  .md\:bg-green-darker {
    background-color: #1a4731 !important;
  }
  .md\:bg-green-dark {
    background-color: #1f9d55 !important;
  }
  .md\:bg-green {
    background-color: #38c172 !important;
  }
  .md\:bg-green-light {
    background-color: #51d88a !important;
  }
  .md\:bg-green-lighter {
    background-color: #a2f5bf !important;
  }
  .md\:bg-green-lightest {
    background-color: #e3fcec !important;
  }
  .md\:bg-teal-darkest {
    background-color: #0d3331 !important;
  }
  .md\:bg-teal-darker {
    background-color: #20504f !important;
  }
  .md\:bg-teal-dark {
    background-color: #38a89d !important;
  }
  .md\:bg-teal {
    background-color: #4dc0b5 !important;
  }
  .md\:bg-teal-light {
    background-color: #64d5ca !important;
  }
  .md\:bg-teal-lighter {
    background-color: #a0f0ed !important;
  }
  .md\:bg-teal-lightest {
    background-color: #e8fffe !important;
  }
  .md\:bg-blue-darkest {
    background-color: #12283a !important;
  }
  .md\:bg-blue-darker {
    background-color: #1c3d5a !important;
  }
  .md\:bg-blue-dark {
    background-color: #2779bd !important;
  }
  .md\:bg-blue {
    background-color: #3490dc !important;
  }
  .md\:bg-blue-light {
    background-color: #6cb2eb !important;
  }
  .md\:bg-blue-lighter {
    background-color: #bcdefa !important;
  }
  .md\:bg-blue-lightest {
    background-color: #eff8ff !important;
  }
  .md\:bg-indigo-darkest {
    background-color: #191e38 !important;
  }
  .md\:bg-indigo-darker {
    background-color: #2f365f !important;
  }
  .md\:bg-indigo-dark {
    background-color: #5661b3 !important;
  }
  .md\:bg-indigo {
    background-color: #6574cd !important;
  }
  .md\:bg-indigo-light {
    background-color: #7886d7 !important;
  }
  .md\:bg-indigo-lighter {
    background-color: #b2b7ff !important;
  }
  .md\:bg-indigo-lightest {
    background-color: #e6e8ff !important;
  }
  .md\:bg-purple-darkest {
    background-color: #21183c !important;
  }
  .md\:bg-purple-darker {
    background-color: #382b5f !important;
  }
  .md\:bg-purple-dark {
    background-color: #794acf !important;
  }
  .md\:bg-purple {
    background-color: #9561e2 !important;
  }
  .md\:bg-purple-light {
    background-color: #a779e9 !important;
  }
  .md\:bg-purple-lighter {
    background-color: #d6bbfc !important;
  }
  .md\:bg-purple-lightest {
    background-color: #f3ebff !important;
  }
  .md\:bg-pink-darkest {
    background-color: #451225 !important;
  }
  .md\:bg-pink-darker {
    background-color: #6f213f !important;
  }
  .md\:bg-pink-dark {
    background-color: #eb5286 !important;
  }
  .md\:bg-pink {
    background-color: #f66d9b !important;
  }
  .md\:bg-pink-light {
    background-color: #fa7ea8 !important;
  }
  .md\:bg-pink-lighter {
    background-color: #ffbbca !important;
  }
  .md\:bg-pink-lightest {
    background-color: #ffebef !important;
  }
  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .md\:hover\:bg-black:hover {
    background-color: #22292f !important;
  }
  .md\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852 !important;
  }
  .md\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }
  .md\:hover\:bg-grey-dark:hover {
    background-color: #8795a1 !important;
  }
  .md\:hover\:bg-grey:hover {
    background-color: #b8c2cc !important;
  }
  .md\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
  }
  .md\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }
  .md\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }
  .md\:hover\:bg-white:hover {
    background-color: #fff !important;
  }
  .md\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c !important;
  }
  .md\:hover\:bg-red-darker:hover {
    background-color: #621b18 !important;
  }
  .md\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }
  .md\:hover\:bg-red:hover {
    background-color: #e3342f !important;
  }
  .md\:hover\:bg-red-light:hover {
    background-color: #ef5753 !important;
  }
  .md\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa !important;
  }
  .md\:hover\:bg-red-lightest:hover {
    background-color: #fcebea !important;
  }
  .md\:hover\:bg-orange-darkest:hover {
    background-color: #462a16 !important;
  }
  .md\:hover\:bg-orange-darker:hover {
    background-color: #613b1f !important;
  }
  .md\:hover\:bg-orange-dark:hover {
    background-color: #de751f !important;
  }
  .md\:hover\:bg-orange:hover {
    background-color: #f6993f !important;
  }
  .md\:hover\:bg-orange-light:hover {
    background-color: #faad63 !important;
  }
  .md\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6 !important;
  }
  .md\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb !important;
  }
  .md\:hover\:bg-yellow-darkest:hover {
    background-color: #453411 !important;
  }
  .md\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d !important;
  }
  .md\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024 !important;
  }
  .md\:hover\:bg-yellow:hover {
    background-color: #ffed4a !important;
  }
  .md\:hover\:bg-yellow-light:hover {
    background-color: #fff382 !important;
  }
  .md\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2 !important;
  }
  .md\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb !important;
  }
  .md\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21 !important;
  }
  .md\:hover\:bg-green-darker:hover {
    background-color: #1a4731 !important;
  }
  .md\:hover\:bg-green-dark:hover {
    background-color: #1f9d55 !important;
  }
  .md\:hover\:bg-green:hover {
    background-color: #38c172 !important;
  }
  .md\:hover\:bg-green-light:hover {
    background-color: #51d88a !important;
  }
  .md\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf !important;
  }
  .md\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec !important;
  }
  .md\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331 !important;
  }
  .md\:hover\:bg-teal-darker:hover {
    background-color: #20504f !important;
  }
  .md\:hover\:bg-teal-dark:hover {
    background-color: #38a89d !important;
  }
  .md\:hover\:bg-teal:hover {
    background-color: #4dc0b5 !important;
  }
  .md\:hover\:bg-teal-light:hover {
    background-color: #64d5ca !important;
  }
  .md\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed !important;
  }
  .md\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe !important;
  }
  .md\:hover\:bg-blue-darkest:hover {
    background-color: #12283a !important;
  }
  .md\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a !important;
  }
  .md\:hover\:bg-blue-dark:hover {
    background-color: #2779bd !important;
  }
  .md\:hover\:bg-blue:hover {
    background-color: #3490dc !important;
  }
  .md\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb !important;
  }
  .md\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa !important;
  }
  .md\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff !important;
  }
  .md\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38 !important;
  }
  .md\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f !important;
  }
  .md\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3 !important;
  }
  .md\:hover\:bg-indigo:hover {
    background-color: #6574cd !important;
  }
  .md\:hover\:bg-indigo-light:hover {
    background-color: #7886d7 !important;
  }
  .md\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff !important;
  }
  .md\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff !important;
  }
  .md\:hover\:bg-purple-darkest:hover {
    background-color: #21183c !important;
  }
  .md\:hover\:bg-purple-darker:hover {
    background-color: #382b5f !important;
  }
  .md\:hover\:bg-purple-dark:hover {
    background-color: #794acf !important;
  }
  .md\:hover\:bg-purple:hover {
    background-color: #9561e2 !important;
  }
  .md\:hover\:bg-purple-light:hover {
    background-color: #a779e9 !important;
  }
  .md\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc !important;
  }
  .md\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff !important;
  }
  .md\:hover\:bg-pink-darkest:hover {
    background-color: #451225 !important;
  }
  .md\:hover\:bg-pink-darker:hover {
    background-color: #6f213f !important;
  }
  .md\:hover\:bg-pink-dark:hover {
    background-color: #eb5286 !important;
  }
  .md\:hover\:bg-pink:hover {
    background-color: #f66d9b !important;
  }
  .md\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8 !important;
  }
  .md\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca !important;
  }
  .md\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef !important;
  }
  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .md\:focus\:bg-black:focus {
    background-color: #22292f !important;
  }
  .md\:focus\:bg-grey-darkest:focus {
    background-color: #3d4852 !important;
  }
  .md\:focus\:bg-grey-darker:focus {
    background-color: #606f7b !important;
  }
  .md\:focus\:bg-grey-dark:focus {
    background-color: #8795a1 !important;
  }
  .md\:focus\:bg-grey:focus {
    background-color: #b8c2cc !important;
  }
  .md\:focus\:bg-grey-light:focus {
    background-color: #dae1e7 !important;
  }
  .md\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }
  .md\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }
  .md\:focus\:bg-white:focus {
    background-color: #fff !important;
  }
  .md\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c !important;
  }
  .md\:focus\:bg-red-darker:focus {
    background-color: #621b18 !important;
  }
  .md\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a !important;
  }
  .md\:focus\:bg-red:focus {
    background-color: #e3342f !important;
  }
  .md\:focus\:bg-red-light:focus {
    background-color: #ef5753 !important;
  }
  .md\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa !important;
  }
  .md\:focus\:bg-red-lightest:focus {
    background-color: #fcebea !important;
  }
  .md\:focus\:bg-orange-darkest:focus {
    background-color: #462a16 !important;
  }
  .md\:focus\:bg-orange-darker:focus {
    background-color: #613b1f !important;
  }
  .md\:focus\:bg-orange-dark:focus {
    background-color: #de751f !important;
  }
  .md\:focus\:bg-orange:focus {
    background-color: #f6993f !important;
  }
  .md\:focus\:bg-orange-light:focus {
    background-color: #faad63 !important;
  }
  .md\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6 !important;
  }
  .md\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb !important;
  }
  .md\:focus\:bg-yellow-darkest:focus {
    background-color: #453411 !important;
  }
  .md\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d !important;
  }
  .md\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024 !important;
  }
  .md\:focus\:bg-yellow:focus {
    background-color: #ffed4a !important;
  }
  .md\:focus\:bg-yellow-light:focus {
    background-color: #fff382 !important;
  }
  .md\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2 !important;
  }
  .md\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb !important;
  }
  .md\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21 !important;
  }
  .md\:focus\:bg-green-darker:focus {
    background-color: #1a4731 !important;
  }
  .md\:focus\:bg-green-dark:focus {
    background-color: #1f9d55 !important;
  }
  .md\:focus\:bg-green:focus {
    background-color: #38c172 !important;
  }
  .md\:focus\:bg-green-light:focus {
    background-color: #51d88a !important;
  }
  .md\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf !important;
  }
  .md\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec !important;
  }
  .md\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331 !important;
  }
  .md\:focus\:bg-teal-darker:focus {
    background-color: #20504f !important;
  }
  .md\:focus\:bg-teal-dark:focus {
    background-color: #38a89d !important;
  }
  .md\:focus\:bg-teal:focus {
    background-color: #4dc0b5 !important;
  }
  .md\:focus\:bg-teal-light:focus {
    background-color: #64d5ca !important;
  }
  .md\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed !important;
  }
  .md\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe !important;
  }
  .md\:focus\:bg-blue-darkest:focus {
    background-color: #12283a !important;
  }
  .md\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a !important;
  }
  .md\:focus\:bg-blue-dark:focus {
    background-color: #2779bd !important;
  }
  .md\:focus\:bg-blue:focus {
    background-color: #3490dc !important;
  }
  .md\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb !important;
  }
  .md\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa !important;
  }
  .md\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff !important;
  }
  .md\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38 !important;
  }
  .md\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f !important;
  }
  .md\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3 !important;
  }
  .md\:focus\:bg-indigo:focus {
    background-color: #6574cd !important;
  }
  .md\:focus\:bg-indigo-light:focus {
    background-color: #7886d7 !important;
  }
  .md\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff !important;
  }
  .md\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff !important;
  }
  .md\:focus\:bg-purple-darkest:focus {
    background-color: #21183c !important;
  }
  .md\:focus\:bg-purple-darker:focus {
    background-color: #382b5f !important;
  }
  .md\:focus\:bg-purple-dark:focus {
    background-color: #794acf !important;
  }
  .md\:focus\:bg-purple:focus {
    background-color: #9561e2 !important;
  }
  .md\:focus\:bg-purple-light:focus {
    background-color: #a779e9 !important;
  }
  .md\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc !important;
  }
  .md\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff !important;
  }
  .md\:focus\:bg-pink-darkest:focus {
    background-color: #451225 !important;
  }
  .md\:focus\:bg-pink-darker:focus {
    background-color: #6f213f !important;
  }
  .md\:focus\:bg-pink-dark:focus {
    background-color: #eb5286 !important;
  }
  .md\:focus\:bg-pink:focus {
    background-color: #f66d9b !important;
  }
  .md\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8 !important;
  }
  .md\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca !important;
  }
  .md\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef !important;
  }
  .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;
  }
  .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-auto {
    background-size: auto !important;
  }
  .md\:bg-cover {
    background-size: cover !important;
  }
  .md\:bg-contain {
    background-size: contain !important;
  }
  .md\:border-transparent {
    border-color: transparent !important;
  }
  .md\:border-black {
    border-color: #22292f !important;
  }
  .md\:border-grey-darkest {
    border-color: #3d4852 !important;
  }
  .md\:border-grey-darker {
    border-color: #606f7b !important;
  }
  .md\:border-grey-dark {
    border-color: #8795a1 !important;
  }
  .md\:border-grey {
    border-color: #b8c2cc !important;
  }
  .md\:border-grey-light {
    border-color: #dae1e7 !important;
  }
  .md\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }
  .md\:border-grey-lightest {
    border-color: #f8fafc !important;
  }
  .md\:border-white {
    border-color: #fff !important;
  }
  .md\:border-red-darkest {
    border-color: #3b0d0c !important;
  }
  .md\:border-red-darker {
    border-color: #621b18 !important;
  }
  .md\:border-red-dark {
    border-color: #cc1f1a !important;
  }
  .md\:border-red {
    border-color: #e3342f !important;
  }
  .md\:border-red-light {
    border-color: #ef5753 !important;
  }
  .md\:border-red-lighter {
    border-color: #f9acaa !important;
  }
  .md\:border-red-lightest {
    border-color: #fcebea !important;
  }
  .md\:border-orange-darkest {
    border-color: #462a16 !important;
  }
  .md\:border-orange-darker {
    border-color: #613b1f !important;
  }
  .md\:border-orange-dark {
    border-color: #de751f !important;
  }
  .md\:border-orange {
    border-color: #f6993f !important;
  }
  .md\:border-orange-light {
    border-color: #faad63 !important;
  }
  .md\:border-orange-lighter {
    border-color: #fcd9b6 !important;
  }
  .md\:border-orange-lightest {
    border-color: #fff5eb !important;
  }
  .md\:border-yellow-darkest {
    border-color: #453411 !important;
  }
  .md\:border-yellow-darker {
    border-color: #684f1d !important;
  }
  .md\:border-yellow-dark {
    border-color: #f2d024 !important;
  }
  .md\:border-yellow {
    border-color: #ffed4a !important;
  }
  .md\:border-yellow-light {
    border-color: #fff382 !important;
  }
  .md\:border-yellow-lighter {
    border-color: #fff9c2 !important;
  }
  .md\:border-yellow-lightest {
    border-color: #fcfbeb !important;
  }
  .md\:border-green-darkest {
    border-color: #0f2f21 !important;
  }
  .md\:border-green-darker {
    border-color: #1a4731 !important;
  }
  .md\:border-green-dark {
    border-color: #1f9d55 !important;
  }
  .md\:border-green {
    border-color: #38c172 !important;
  }
  .md\:border-green-light {
    border-color: #51d88a !important;
  }
  .md\:border-green-lighter {
    border-color: #a2f5bf !important;
  }
  .md\:border-green-lightest {
    border-color: #e3fcec !important;
  }
  .md\:border-teal-darkest {
    border-color: #0d3331 !important;
  }
  .md\:border-teal-darker {
    border-color: #20504f !important;
  }
  .md\:border-teal-dark {
    border-color: #38a89d !important;
  }
  .md\:border-teal {
    border-color: #4dc0b5 !important;
  }
  .md\:border-teal-light {
    border-color: #64d5ca !important;
  }
  .md\:border-teal-lighter {
    border-color: #a0f0ed !important;
  }
  .md\:border-teal-lightest {
    border-color: #e8fffe !important;
  }
  .md\:border-blue-darkest {
    border-color: #12283a !important;
  }
  .md\:border-blue-darker {
    border-color: #1c3d5a !important;
  }
  .md\:border-blue-dark {
    border-color: #2779bd !important;
  }
  .md\:border-blue {
    border-color: #3490dc !important;
  }
  .md\:border-blue-light {
    border-color: #6cb2eb !important;
  }
  .md\:border-blue-lighter {
    border-color: #bcdefa !important;
  }
  .md\:border-blue-lightest {
    border-color: #eff8ff !important;
  }
  .md\:border-indigo-darkest {
    border-color: #191e38 !important;
  }
  .md\:border-indigo-darker {
    border-color: #2f365f !important;
  }
  .md\:border-indigo-dark {
    border-color: #5661b3 !important;
  }
  .md\:border-indigo {
    border-color: #6574cd !important;
  }
  .md\:border-indigo-light {
    border-color: #7886d7 !important;
  }
  .md\:border-indigo-lighter {
    border-color: #b2b7ff !important;
  }
  .md\:border-indigo-lightest {
    border-color: #e6e8ff !important;
  }
  .md\:border-purple-darkest {
    border-color: #21183c !important;
  }
  .md\:border-purple-darker {
    border-color: #382b5f !important;
  }
  .md\:border-purple-dark {
    border-color: #794acf !important;
  }
  .md\:border-purple {
    border-color: #9561e2 !important;
  }
  .md\:border-purple-light {
    border-color: #a779e9 !important;
  }
  .md\:border-purple-lighter {
    border-color: #d6bbfc !important;
  }
  .md\:border-purple-lightest {
    border-color: #f3ebff !important;
  }
  .md\:border-pink-darkest {
    border-color: #451225 !important;
  }
  .md\:border-pink-darker {
    border-color: #6f213f !important;
  }
  .md\:border-pink-dark {
    border-color: #eb5286 !important;
  }
  .md\:border-pink {
    border-color: #f66d9b !important;
  }
  .md\:border-pink-light {
    border-color: #fa7ea8 !important;
  }
  .md\:border-pink-lighter {
    border-color: #ffbbca !important;
  }
  .md\:border-pink-lightest {
    border-color: #ffebef !important;
  }
  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .md\:hover\:border-black:hover {
    border-color: #22292f !important;
  }
  .md\:hover\:border-grey-darkest:hover {
    border-color: #3d4852 !important;
  }
  .md\:hover\:border-grey-darker:hover {
    border-color: #606f7b !important;
  }
  .md\:hover\:border-grey-dark:hover {
    border-color: #8795a1 !important;
  }
  .md\:hover\:border-grey:hover {
    border-color: #b8c2cc !important;
  }
  .md\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
  }
  .md\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }
  .md\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }
  .md\:hover\:border-white:hover {
    border-color: #fff !important;
  }
  .md\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c !important;
  }
  .md\:hover\:border-red-darker:hover {
    border-color: #621b18 !important;
  }
  .md\:hover\:border-red-dark:hover {
    border-color: #cc1f1a !important;
  }
  .md\:hover\:border-red:hover {
    border-color: #e3342f !important;
  }
  .md\:hover\:border-red-light:hover {
    border-color: #ef5753 !important;
  }
  .md\:hover\:border-red-lighter:hover {
    border-color: #f9acaa !important;
  }
  .md\:hover\:border-red-lightest:hover {
    border-color: #fcebea !important;
  }
  .md\:hover\:border-orange-darkest:hover {
    border-color: #462a16 !important;
  }
  .md\:hover\:border-orange-darker:hover {
    border-color: #613b1f !important;
  }
  .md\:hover\:border-orange-dark:hover {
    border-color: #de751f !important;
  }
  .md\:hover\:border-orange:hover {
    border-color: #f6993f !important;
  }
  .md\:hover\:border-orange-light:hover {
    border-color: #faad63 !important;
  }
  .md\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6 !important;
  }
  .md\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb !important;
  }
  .md\:hover\:border-yellow-darkest:hover {
    border-color: #453411 !important;
  }
  .md\:hover\:border-yellow-darker:hover {
    border-color: #684f1d !important;
  }
  .md\:hover\:border-yellow-dark:hover {
    border-color: #f2d024 !important;
  }
  .md\:hover\:border-yellow:hover {
    border-color: #ffed4a !important;
  }
  .md\:hover\:border-yellow-light:hover {
    border-color: #fff382 !important;
  }
  .md\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2 !important;
  }
  .md\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb !important;
  }
  .md\:hover\:border-green-darkest:hover {
    border-color: #0f2f21 !important;
  }
  .md\:hover\:border-green-darker:hover {
    border-color: #1a4731 !important;
  }
  .md\:hover\:border-green-dark:hover {
    border-color: #1f9d55 !important;
  }
  .md\:hover\:border-green:hover {
    border-color: #38c172 !important;
  }
  .md\:hover\:border-green-light:hover {
    border-color: #51d88a !important;
  }
  .md\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf !important;
  }
  .md\:hover\:border-green-lightest:hover {
    border-color: #e3fcec !important;
  }
  .md\:hover\:border-teal-darkest:hover {
    border-color: #0d3331 !important;
  }
  .md\:hover\:border-teal-darker:hover {
    border-color: #20504f !important;
  }
  .md\:hover\:border-teal-dark:hover {
    border-color: #38a89d !important;
  }
  .md\:hover\:border-teal:hover {
    border-color: #4dc0b5 !important;
  }
  .md\:hover\:border-teal-light:hover {
    border-color: #64d5ca !important;
  }
  .md\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed !important;
  }
  .md\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe !important;
  }
  .md\:hover\:border-blue-darkest:hover {
    border-color: #12283a !important;
  }
  .md\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a !important;
  }
  .md\:hover\:border-blue-dark:hover {
    border-color: #2779bd !important;
  }
  .md\:hover\:border-blue:hover {
    border-color: #3490dc !important;
  }
  .md\:hover\:border-blue-light:hover {
    border-color: #6cb2eb !important;
  }
  .md\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa !important;
  }
  .md\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff !important;
  }
  .md\:hover\:border-indigo-darkest:hover {
    border-color: #191e38 !important;
  }
  .md\:hover\:border-indigo-darker:hover {
    border-color: #2f365f !important;
  }
  .md\:hover\:border-indigo-dark:hover {
    border-color: #5661b3 !important;
  }
  .md\:hover\:border-indigo:hover {
    border-color: #6574cd !important;
  }
  .md\:hover\:border-indigo-light:hover {
    border-color: #7886d7 !important;
  }
  .md\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff !important;
  }
  .md\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff !important;
  }
  .md\:hover\:border-purple-darkest:hover {
    border-color: #21183c !important;
  }
  .md\:hover\:border-purple-darker:hover {
    border-color: #382b5f !important;
  }
  .md\:hover\:border-purple-dark:hover {
    border-color: #794acf !important;
  }
  .md\:hover\:border-purple:hover {
    border-color: #9561e2 !important;
  }
  .md\:hover\:border-purple-light:hover {
    border-color: #a779e9 !important;
  }
  .md\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc !important;
  }
  .md\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff !important;
  }
  .md\:hover\:border-pink-darkest:hover {
    border-color: #451225 !important;
  }
  .md\:hover\:border-pink-darker:hover {
    border-color: #6f213f !important;
  }
  .md\:hover\:border-pink-dark:hover {
    border-color: #eb5286 !important;
  }
  .md\:hover\:border-pink:hover {
    border-color: #f66d9b !important;
  }
  .md\:hover\:border-pink-light:hover {
    border-color: #fa7ea8 !important;
  }
  .md\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca !important;
  }
  .md\:hover\:border-pink-lightest:hover {
    border-color: #ffebef !important;
  }
  .md\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  .md\:focus\:border-black:focus {
    border-color: #22292f !important;
  }
  .md\:focus\:border-grey-darkest:focus {
    border-color: #3d4852 !important;
  }
  .md\:focus\:border-grey-darker:focus {
    border-color: #606f7b !important;
  }
  .md\:focus\:border-grey-dark:focus {
    border-color: #8795a1 !important;
  }
  .md\:focus\:border-grey:focus {
    border-color: #b8c2cc !important;
  }
  .md\:focus\:border-grey-light:focus {
    border-color: #dae1e7 !important;
  }
  .md\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }
  .md\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }
  .md\:focus\:border-white:focus {
    border-color: #fff !important;
  }
  .md\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c !important;
  }
  .md\:focus\:border-red-darker:focus {
    border-color: #621b18 !important;
  }
  .md\:focus\:border-red-dark:focus {
    border-color: #cc1f1a !important;
  }
  .md\:focus\:border-red:focus {
    border-color: #e3342f !important;
  }
  .md\:focus\:border-red-light:focus {
    border-color: #ef5753 !important;
  }
  .md\:focus\:border-red-lighter:focus {
    border-color: #f9acaa !important;
  }
  .md\:focus\:border-red-lightest:focus {
    border-color: #fcebea !important;
  }
  .md\:focus\:border-orange-darkest:focus {
    border-color: #462a16 !important;
  }
  .md\:focus\:border-orange-darker:focus {
    border-color: #613b1f !important;
  }
  .md\:focus\:border-orange-dark:focus {
    border-color: #de751f !important;
  }
  .md\:focus\:border-orange:focus {
    border-color: #f6993f !important;
  }
  .md\:focus\:border-orange-light:focus {
    border-color: #faad63 !important;
  }
  .md\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6 !important;
  }
  .md\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb !important;
  }
  .md\:focus\:border-yellow-darkest:focus {
    border-color: #453411 !important;
  }
  .md\:focus\:border-yellow-darker:focus {
    border-color: #684f1d !important;
  }
  .md\:focus\:border-yellow-dark:focus {
    border-color: #f2d024 !important;
  }
  .md\:focus\:border-yellow:focus {
    border-color: #ffed4a !important;
  }
  .md\:focus\:border-yellow-light:focus {
    border-color: #fff382 !important;
  }
  .md\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2 !important;
  }
  .md\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb !important;
  }
  .md\:focus\:border-green-darkest:focus {
    border-color: #0f2f21 !important;
  }
  .md\:focus\:border-green-darker:focus {
    border-color: #1a4731 !important;
  }
  .md\:focus\:border-green-dark:focus {
    border-color: #1f9d55 !important;
  }
  .md\:focus\:border-green:focus {
    border-color: #38c172 !important;
  }
  .md\:focus\:border-green-light:focus {
    border-color: #51d88a !important;
  }
  .md\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf !important;
  }
  .md\:focus\:border-green-lightest:focus {
    border-color: #e3fcec !important;
  }
  .md\:focus\:border-teal-darkest:focus {
    border-color: #0d3331 !important;
  }
  .md\:focus\:border-teal-darker:focus {
    border-color: #20504f !important;
  }
  .md\:focus\:border-teal-dark:focus {
    border-color: #38a89d !important;
  }
  .md\:focus\:border-teal:focus {
    border-color: #4dc0b5 !important;
  }
  .md\:focus\:border-teal-light:focus {
    border-color: #64d5ca !important;
  }
  .md\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed !important;
  }
  .md\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe !important;
  }
  .md\:focus\:border-blue-darkest:focus {
    border-color: #12283a !important;
  }
  .md\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a !important;
  }
  .md\:focus\:border-blue-dark:focus {
    border-color: #2779bd !important;
  }
  .md\:focus\:border-blue:focus {
    border-color: #3490dc !important;
  }
  .md\:focus\:border-blue-light:focus {
    border-color: #6cb2eb !important;
  }
  .md\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa !important;
  }
  .md\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff !important;
  }
  .md\:focus\:border-indigo-darkest:focus {
    border-color: #191e38 !important;
  }
  .md\:focus\:border-indigo-darker:focus {
    border-color: #2f365f !important;
  }
  .md\:focus\:border-indigo-dark:focus {
    border-color: #5661b3 !important;
  }
  .md\:focus\:border-indigo:focus {
    border-color: #6574cd !important;
  }
  .md\:focus\:border-indigo-light:focus {
    border-color: #7886d7 !important;
  }
  .md\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff !important;
  }
  .md\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff !important;
  }
  .md\:focus\:border-purple-darkest:focus {
    border-color: #21183c !important;
  }
  .md\:focus\:border-purple-darker:focus {
    border-color: #382b5f !important;
  }
  .md\:focus\:border-purple-dark:focus {
    border-color: #794acf !important;
  }
  .md\:focus\:border-purple:focus {
    border-color: #9561e2 !important;
  }
  .md\:focus\:border-purple-light:focus {
    border-color: #a779e9 !important;
  }
  .md\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc !important;
  }
  .md\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff !important;
  }
  .md\:focus\:border-pink-darkest:focus {
    border-color: #451225 !important;
  }
  .md\:focus\:border-pink-darker:focus {
    border-color: #6f213f !important;
  }
  .md\:focus\:border-pink-dark:focus {
    border-color: #eb5286 !important;
  }
  .md\:focus\:border-pink:focus {
    border-color: #f66d9b !important;
  }
  .md\:focus\:border-pink-light:focus {
    border-color: #fa7ea8 !important;
  }
  .md\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca !important;
  }
  .md\:focus\:border-pink-lightest:focus {
    border-color: #ffebef !important;
  }
  .md\:rounded-none {
    border-radius: 0 !important;
  }
  .md\:rounded-sm {
    border-radius: .125rem !important;
  }
  .md\:rounded {
    border-radius: .25rem !important;
  }
  .md\:rounded-lg {
    border-radius: .5rem !important;
  }
  .md\:rounded-full {
    border-radius: 9999px !important;
  }
  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0 !important;
  }
  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0 !important;
  }
  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0 !important;
  }
  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0 !important;
  }
  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem !important;
  }
  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem !important;
  }
  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem !important;
  }
  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem !important;
  }
  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem !important;
  }
  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem !important;
  }
  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
  }
  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
  }
  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem !important;
  }
  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem !important;
  }
  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem !important;
  }
  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem !important;
  }
  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px !important;
  }
  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px !important;
  }
  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px !important;
  }
  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px !important;
  }
  .md\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }
  .md\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }
  .md\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }
  .md\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }
  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }
  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }
  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }
  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }
  .md\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }
  .md\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }
  .md\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }
  .md\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }
  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }
  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }
  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }
  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }
  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }
  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }
  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }
  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }
  .md\:border-solid {
    border-style: solid !important;
  }
  .md\:border-dashed {
    border-style: dashed !important;
  }
  .md\:border-dotted {
    border-style: dotted !important;
  }
  .md\:border-none {
    border-style: none !important;
  }
  .md\:border-0 {
    border-width: 0 !important;
  }
  .md\:border-2 {
    border-width: 2px !important;
  }
  .md\:border-4 {
    border-width: 4px !important;
  }
  .md\:border-8 {
    border-width: 8px !important;
  }
  .md\:border {
    border-width: 1px !important;
  }
  .md\:border-t-0 {
    border-top-width: 0 !important;
  }
  .md\:border-r-0 {
    border-right-width: 0 !important;
  }
  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }
  .md\:border-l-0 {
    border-left-width: 0 !important;
  }
  .md\:border-t-2 {
    border-top-width: 2px !important;
  }
  .md\:border-r-2 {
    border-right-width: 2px !important;
  }
  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  .md\:border-l-2 {
    border-left-width: 2px !important;
  }
  .md\:border-t-4 {
    border-top-width: 4px !important;
  }
  .md\:border-r-4 {
    border-right-width: 4px !important;
  }
  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  .md\:border-l-4 {
    border-left-width: 4px !important;
  }
  .md\:border-t-8 {
    border-top-width: 8px !important;
  }
  .md\:border-r-8 {
    border-right-width: 8px !important;
  }
  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  .md\:border-l-8 {
    border-left-width: 8px !important;
  }
  .md\:border-t {
    border-top-width: 1px !important;
  }
  .md\:border-r {
    border-right-width: 1px !important;
  }
  .md\:border-b {
    border-bottom-width: 1px !important;
  }
  .md\:border-l {
    border-left-width: 1px !important;
  }
  .md\:cursor-auto {
    cursor: auto !important;
  }
  .md\:cursor-default {
    cursor: default !important;
  }
  .md\:cursor-pointer {
    cursor: pointer !important;
  }
  .md\:cursor-wait {
    cursor: wait !important;
  }
  .md\:cursor-move {
    cursor: move !important;
  }
  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:table {
    display: table !important;
  }
  .md\:table-row {
    display: table-row !important;
  }
  .md\:table-cell {
    display: table-cell !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md\:flex-col {
    flex-direction: column !important;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .md\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:items-baseline {
    align-items: baseline !important;
  }
  .md\:items-stretch {
    align-items: stretch !important;
  }
  .md\:self-auto {
    align-self: auto !important;
  }
  .md\:self-start {
    align-self: flex-start !important;
  }
  .md\:self-end {
    align-self: flex-end !important;
  }
  .md\:self-center {
    align-self: center !important;
  }
  .md\:self-stretch {
    align-self: stretch !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:justify-around {
    justify-content: space-around !important;
  }
  .md\:content-center {
    align-content: center !important;
  }
  .md\:content-start {
    align-content: flex-start !important;
  }
  .md\:content-end {
    align-content: flex-end !important;
  }
  .md\:content-between {
    align-content: space-between !important;
  }
  .md\:content-around {
    align-content: space-around !important;
  }
  .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;
  }
  .md\:flex-grow {
    flex-grow: 1 !important;
  }
  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }
  .md\:flex-no-grow {
    flex-grow: 0 !important;
  }
  .md\:flex-no-shrink {
    flex-shrink: 0 !important;
  }
  .md\:float-right {
    float: right !important;
  }
  .md\:float-left {
    float: left !important;
  }
  .md\:float-none {
    float: none !important;
  }
  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both !important;
  }
  .md\:font-sans {
    font-family:
      system-ui,
      BlinkMacSystemFont,
      -apple-system,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif !important;
  }
  .md\:font-serif {
    font-family:
      Constantia,
      Lucida Bright,
      Lucidabright,
      Lucida Serif,
      Lucida,
      DejaVu Serif,
      Bitstream Vera Serif,
      Liberation Serif,
      Georgia,
      serif !important;
  }
  .md\:font-mono {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace !important;
  }
  .md\:font-hairline {
    font-weight: 100 !important;
  }
  .md\:font-thin {
    font-weight: 200 !important;
  }
  .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;
  }
  .md\:font-extrabold {
    font-weight: 800 !important;
  }
  .md\:font-black {
    font-weight: 900 !important;
  }
  .md\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }
  .md\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }
  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }
  .md\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }
  .md\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }
  .md\:focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .md\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .md\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .md\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .md\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .md\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .md\:focus\:font-black:focus {
    font-weight: 900 !important;
  }
  .md\:h-1 {
    height: .25rem !important;
  }
  .md\:h-2 {
    height: .5rem !important;
  }
  .md\:h-3 {
    height: .75rem !important;
  }
  .md\:h-4 {
    height: 1rem !important;
  }
  .md\:h-5 {
    height: 1.25rem !important;
  }
  .md\:h-6 {
    height: 1.5rem !important;
  }
  .md\:h-8 {
    height: 2rem !important;
  }
  .md\:h-10 {
    height: 2.5rem !important;
  }
  .md\:h-12 {
    height: 3rem !important;
  }
  .md\:h-16 {
    height: 4rem !important;
  }
  .md\:h-24 {
    height: 6rem !important;
  }
  .md\:h-32 {
    height: 8rem !important;
  }
  .md\:h-48 {
    height: 12rem !important;
  }
  .md\:h-64 {
    height: 16rem !important;
  }
  .md\:h-auto {
    height: auto !important;
  }
  .md\:h-px {
    height: 1px !important;
  }
  .md\:h-full {
    height: 100% !important;
  }
  .md\:h-screen {
    height: 100vh !important;
  }
  .md\:leading-none {
    line-height: 1 !important;
  }
  .md\:leading-tight {
    line-height: 1.25 !important;
  }
  .md\:leading-normal {
    line-height: 1.5 !important;
  }
  .md\:leading-loose {
    line-height: 2 !important;
  }
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:m-1 {
    margin: .25rem !important;
  }
  .md\:m-2 {
    margin: .5rem !important;
  }
  .md\:m-3 {
    margin: .75rem !important;
  }
  .md\:m-4 {
    margin: 1rem !important;
  }
  .md\:m-5 {
    margin: 1.25rem !important;
  }
  .md\:m-6 {
    margin: 1.5rem !important;
  }
  .md\:m-8 {
    margin: 2rem !important;
  }
  .md\:m-10 {
    margin: 2.5rem !important;
  }
  .md\:m-12 {
    margin: 3rem !important;
  }
  .md\:m-16 {
    margin: 4rem !important;
  }
  .md\:m-20 {
    margin: 5rem !important;
  }
  .md\:m-24 {
    margin: 6rem !important;
  }
  .md\:m-32 {
    margin: 8rem !important;
  }
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:m-px {
    margin: 1px !important;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem !important;
  }
  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem !important;
  }
  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem !important;
  }
  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem !important;
  }
  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem !important;
  }
  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem !important;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem !important;
  }
  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem !important;
  }
  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem !important;
  }
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem !important;
  }
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem !important;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem !important;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem !important;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem !important;
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem !important;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem !important;
  }
  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem !important;
  }
  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem !important;
  }
  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem !important;
  }
  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem !important;
  }
  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem !important;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem !important;
  }
  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem !important;
  }
  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem !important;
  }
  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem !important;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto !important;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto !important;
  }
  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px !important;
  }
  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:mt-1 {
    margin-top: .25rem !important;
  }
  .md\:mr-1 {
    margin-right: .25rem !important;
  }
  .md\:mb-1 {
    margin-bottom: .25rem !important;
  }
  .md\:ml-1 {
    margin-left: .25rem !important;
  }
  .md\:mt-2 {
    margin-top: .5rem !important;
  }
  .md\:mr-2 {
    margin-right: .5rem !important;
  }
  .md\:mb-2 {
    margin-bottom: .5rem !important;
  }
  .md\:ml-2 {
    margin-left: .5rem !important;
  }
  .md\:mt-3 {
    margin-top: .75rem !important;
  }
  .md\:mr-3 {
    margin-right: .75rem !important;
  }
  .md\:mb-3 {
    margin-bottom: .75rem !important;
  }
  .md\:ml-3 {
    margin-left: .75rem !important;
  }
  .md\:mt-4 {
    margin-top: 1rem !important;
  }
  .md\:mr-4 {
    margin-right: 1rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .md\:ml-4 {
    margin-left: 1rem !important;
  }
  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .md\:mt-8 {
    margin-top: 2rem !important;
  }
  .md\:mr-8 {
    margin-right: 2rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .md\:ml-8 {
    margin-left: 2rem !important;
  }
  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  .md\:mr-12 {
    margin-right: 3rem !important;
  }
  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .md\:ml-12 {
    margin-left: 3rem !important;
  }
  .md\:mt-16 {
    margin-top: 4rem !important;
  }
  .md\:mr-16 {
    margin-right: 4rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .md\:ml-16 {
    margin-left: 4rem !important;
  }
  .md\:mt-20 {
    margin-top: 5rem !important;
  }
  .md\:mr-20 {
    margin-right: 5rem !important;
  }
  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .md\:ml-20 {
    margin-left: 5rem !important;
  }
  .md\:mt-24 {
    margin-top: 6rem !important;
  }
  .md\:mr-24 {
    margin-right: 6rem !important;
  }
  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .md\:ml-24 {
    margin-left: 6rem !important;
  }
  .md\:mt-32 {
    margin-top: 8rem !important;
  }
  .md\:mr-32 {
    margin-right: 8rem !important;
  }
  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .md\:ml-32 {
    margin-left: 8rem !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mt-px {
    margin-top: 1px !important;
  }
  .md\:mr-px {
    margin-right: 1px !important;
  }
  .md\:mb-px {
    margin-bottom: 1px !important;
  }
  .md\:ml-px {
    margin-left: 1px !important;
  }
  .md\:max-h-full {
    max-height: 100% !important;
  }
  .md\:max-h-screen {
    max-height: 100vh !important;
  }
  .md\:max-w-xs {
    max-width: 20rem !important;
  }
  .md\:max-w-sm {
    max-width: 30rem !important;
  }
  .md\:max-w-md {
    max-width: 40rem !important;
  }
  .md\:max-w-lg {
    max-width: 50rem !important;
  }
  .md\:max-w-xl {
    max-width: 60rem !important;
  }
  .md\:max-w-2xl {
    max-width: 70rem !important;
  }
  .md\:max-w-3xl {
    max-width: 80rem !important;
  }
  .md\:max-w-4xl {
    max-width: 90rem !important;
  }
  .md\:max-w-5xl {
    max-width: 100rem !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:min-h-0 {
    min-height: 0 !important;
  }
  .md\:min-h-full {
    min-height: 100% !important;
  }
  .md\:min-h-screen {
    min-height: 100vh !important;
  }
  .md\:min-w-0 {
    min-width: 0 !important;
  }
  .md\:min-w-full {
    min-width: 100% !important;
  }
  .md\:-m-0 {
    margin: 0 !important;
  }
  .md\:-m-1 {
    margin: -.25rem !important;
  }
  .md\:-m-2 {
    margin: -.5rem !important;
  }
  .md\:-m-3 {
    margin: -.75rem !important;
  }
  .md\:-m-4 {
    margin: -1rem !important;
  }
  .md\:-m-5 {
    margin: -1.25rem !important;
  }
  .md\:-m-6 {
    margin: -1.5rem !important;
  }
  .md\:-m-8 {
    margin: -2rem !important;
  }
  .md\:-m-10 {
    margin: -2.5rem !important;
  }
  .md\:-m-12 {
    margin: -3rem !important;
  }
  .md\:-m-16 {
    margin: -4rem !important;
  }
  .md\:-m-20 {
    margin: -5rem !important;
  }
  .md\:-m-24 {
    margin: -6rem !important;
  }
  .md\:-m-32 {
    margin: -8rem !important;
  }
  .md\:-m-px {
    margin: -1px !important;
  }
  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .md\:-my-1 {
    margin-top: -.25rem;
    margin-bottom: -.25rem !important;
  }
  .md\:-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem !important;
  }
  .md\:-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem !important;
  }
  .md\:-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem !important;
  }
  .md\:-my-3 {
    margin-top: -.75rem;
    margin-bottom: -.75rem !important;
  }
  .md\:-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem !important;
  }
  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem !important;
  }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem !important;
  }
  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem !important;
  }
  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem !important;
  }
  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem !important;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem !important;
  }
  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem !important;
  }
  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem !important;
  }
  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem !important;
  }
  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem !important;
  }
  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem !important;
  }
  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem !important;
  }
  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem !important;
  }
  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem !important;
  }
  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem !important;
  }
  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem !important;
  }
  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem !important;
  }
  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem !important;
  }
  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem !important;
  }
  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem !important;
  }
  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px !important;
  }
  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px !important;
  }
  .md\:-mt-0 {
    margin-top: 0 !important;
  }
  .md\:-mr-0 {
    margin-right: 0 !important;
  }
  .md\:-mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:-ml-0 {
    margin-left: 0 !important;
  }
  .md\:-mt-1 {
    margin-top: -.25rem !important;
  }
  .md\:-mr-1 {
    margin-right: -.25rem !important;
  }
  .md\:-mb-1 {
    margin-bottom: -.25rem !important;
  }
  .md\:-ml-1 {
    margin-left: -.25rem !important;
  }
  .md\:-mt-2 {
    margin-top: -.5rem !important;
  }
  .md\:-mr-2 {
    margin-right: -.5rem !important;
  }
  .md\:-mb-2 {
    margin-bottom: -.5rem !important;
  }
  .md\:-ml-2 {
    margin-left: -.5rem !important;
  }
  .md\:-mt-3 {
    margin-top: -.75rem !important;
  }
  .md\:-mr-3 {
    margin-right: -.75rem !important;
  }
  .md\:-mb-3 {
    margin-bottom: -.75rem !important;
  }
  .md\:-ml-3 {
    margin-left: -.75rem !important;
  }
  .md\:-mt-4 {
    margin-top: -1rem !important;
  }
  .md\:-mr-4 {
    margin-right: -1rem !important;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .md\:-ml-4 {
    margin-left: -1rem !important;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .md\:-mt-8 {
    margin-top: -2rem !important;
  }
  .md\:-mr-8 {
    margin-right: -2rem !important;
  }
  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .md\:-ml-8 {
    margin-left: -2rem !important;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .md\:-mt-12 {
    margin-top: -3rem !important;
  }
  .md\:-mr-12 {
    margin-right: -3rem !important;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .md\:-ml-12 {
    margin-left: -3rem !important;
  }
  .md\:-mt-16 {
    margin-top: -4rem !important;
  }
  .md\:-mr-16 {
    margin-right: -4rem !important;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .md\:-ml-16 {
    margin-left: -4rem !important;
  }
  .md\:-mt-20 {
    margin-top: -5rem !important;
  }
  .md\:-mr-20 {
    margin-right: -5rem !important;
  }
  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .md\:-ml-20 {
    margin-left: -5rem !important;
  }
  .md\:-mt-24 {
    margin-top: -6rem !important;
  }
  .md\:-mr-24 {
    margin-right: -6rem !important;
  }
  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .md\:-ml-24 {
    margin-left: -6rem !important;
  }
  .md\:-mt-32 {
    margin-top: -8rem !important;
  }
  .md\:-mr-32 {
    margin-right: -8rem !important;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .md\:-ml-32 {
    margin-left: -8rem !important;
  }
  .md\:-mt-px {
    margin-top: -1px !important;
  }
  .md\:-mr-px {
    margin-right: -1px !important;
  }
  .md\:-mb-px {
    margin-bottom: -1px !important;
  }
  .md\:-ml-px {
    margin-left: -1px !important;
  }
  .md\:opacity-0 {
    opacity: 0 !important;
  }
  .md\:opacity-25 {
    opacity: .25 !important;
  }
  .md\:opacity-50 {
    opacity: .5 !important;
  }
  .md\:opacity-75 {
    opacity: .75 !important;
  }
  .md\:opacity-100 {
    opacity: 1 !important;
  }
  .md\:overflow-auto {
    overflow: auto !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:overflow-visible {
    overflow: visible !important;
  }
  .md\:overflow-scroll {
    overflow: scroll !important;
  }
  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }
  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }
  .md\:p-0 {
    padding: 0 !important;
  }
  .md\:p-1 {
    padding: .25rem !important;
  }
  .md\:p-2 {
    padding: .5rem !important;
  }
  .md\:p-3 {
    padding: .75rem !important;
  }
  .md\:p-4 {
    padding: 1rem !important;
  }
  .md\:p-5 {
    padding: 1.25rem !important;
  }
  .md\:p-6 {
    padding: 1.5rem !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:p-10 {
    padding: 2.5rem !important;
  }
  .md\:p-12 {
    padding: 3rem !important;
  }
  .md\:p-16 {
    padding: 4rem !important;
  }
  .md\:p-20 {
    padding: 5rem !important;
  }
  .md\:p-24 {
    padding: 6rem !important;
  }
  .md\:p-32 {
    padding: 8rem !important;
  }
  .md\:p-px {
    padding: 1px !important;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem !important;
  }
  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem !important;
  }
  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem !important;
  }
  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem !important;
  }
  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem !important;
  }
  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem !important;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem !important;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem !important;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem !important;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem !important;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem !important;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem !important;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem !important;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem !important;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem !important;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem !important;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem !important;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem !important;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem !important;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem !important;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem !important;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem !important;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem !important;
  }
  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem !important;
  }
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem !important;
  }
  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px !important;
  }
  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:pr-0 {
    padding-right: 0 !important;
  }
  .md\:pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:pl-0 {
    padding-left: 0 !important;
  }
  .md\:pt-1 {
    padding-top: .25rem !important;
  }
  .md\:pr-1 {
    padding-right: .25rem !important;
  }
  .md\:pb-1 {
    padding-bottom: .25rem !important;
  }
  .md\:pl-1 {
    padding-left: .25rem !important;
  }
  .md\:pt-2 {
    padding-top: .5rem !important;
  }
  .md\:pr-2 {
    padding-right: .5rem !important;
  }
  .md\:pb-2 {
    padding-bottom: .5rem !important;
  }
  .md\:pl-2 {
    padding-left: .5rem !important;
  }
  .md\:pt-3 {
    padding-top: .75rem !important;
  }
  .md\:pr-3 {
    padding-right: .75rem !important;
  }
  .md\:pb-3 {
    padding-bottom: .75rem !important;
  }
  .md\:pl-3 {
    padding-left: .75rem !important;
  }
  .md\:pt-4 {
    padding-top: 1rem !important;
  }
  .md\:pr-4 {
    padding-right: 1rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .md\:pl-4 {
    padding-left: 1rem !important;
  }
  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .md\:pt-8 {
    padding-top: 2rem !important;
  }
  .md\:pr-8 {
    padding-right: 2rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .md\:pl-8 {
    padding-left: 2rem !important;
  }
  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .md\:pt-12 {
    padding-top: 3rem !important;
  }
  .md\:pr-12 {
    padding-right: 3rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .md\:pl-12 {
    padding-left: 3rem !important;
  }
  .md\:pt-16 {
    padding-top: 4rem !important;
  }
  .md\:pr-16 {
    padding-right: 4rem !important;
  }
  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .md\:pl-16 {
    padding-left: 4rem !important;
  }
  .md\:pt-20 {
    padding-top: 5rem !important;
  }
  .md\:pr-20 {
    padding-right: 5rem !important;
  }
  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .md\:pl-20 {
    padding-left: 5rem !important;
  }
  .md\:pt-24 {
    padding-top: 6rem !important;
  }
  .md\:pr-24 {
    padding-right: 6rem !important;
  }
  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .md\:pl-24 {
    padding-left: 6rem !important;
  }
  .md\:pt-32 {
    padding-top: 8rem !important;
  }
  .md\:pr-32 {
    padding-right: 8rem !important;
  }
  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .md\:pl-32 {
    padding-left: 8rem !important;
  }
  .md\:pt-px {
    padding-top: 1px !important;
  }
  .md\:pr-px {
    padding-right: 1px !important;
  }
  .md\:pb-px {
    padding-bottom: 1px !important;
  }
  .md\:pl-px {
    padding-left: 1px !important;
  }
  .md\:pointer-events-none {
    pointer-events: none !important;
  }
  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .md\:static {
    position: static !important;
  }
  .md\:fixed {
    position: fixed !important;
  }
  .md\:absolute {
    position: absolute !important;
  }
  .md\:relative {
    position: relative !important;
  }
  .md\:sticky {
    position: -webkit-sticky;
    position: sticky !important;
  }
  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto !important;
  }
  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
  }
  .md\:pin-y {
    top: 0;
    bottom: 0 !important;
  }
  .md\:pin-x {
    right: 0;
    left: 0 !important;
  }
  .md\:pin-t {
    top: 0 !important;
  }
  .md\:pin-r {
    right: 0 !important;
  }
  .md\:pin-b {
    bottom: 0 !important;
  }
  .md\:pin-l {
    left: 0 !important;
  }
  .md\:resize-none {
    resize: none !important;
  }
  .md\:resize-y {
    resize: vertical !important;
  }
  .md\:resize-x {
    resize: horizontal !important;
  }
  .md\:resize {
    resize: both !important;
  }
  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .md\:shadow-none {
    box-shadow: none !important;
  }
  .md\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .md\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .md\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .md\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .md\:table-auto {
    table-layout: auto !important;
  }
  .md\:table-fixed {
    table-layout: fixed !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-justify {
    text-align: justify !important;
  }
  .md\:text-transparent {
    color: transparent !important;
  }
  .md\:text-black {
    color: #22292f !important;
  }
  .md\:text-grey-darkest {
    color: #3d4852 !important;
  }
  .md\:text-grey-darker {
    color: #606f7b !important;
  }
  .md\:text-grey-dark {
    color: #8795a1 !important;
  }
  .md\:text-grey {
    color: #b8c2cc !important;
  }
  .md\:text-grey-light {
    color: #dae1e7 !important;
  }
  .md\:text-grey-lighter {
    color: #f1f5f8 !important;
  }
  .md\:text-grey-lightest {
    color: #f8fafc !important;
  }
  .md\:text-white {
    color: #fff !important;
  }
  .md\:text-red-darkest {
    color: #3b0d0c !important;
  }
  .md\:text-red-darker {
    color: #621b18 !important;
  }
  .md\:text-red-dark {
    color: #cc1f1a !important;
  }
  .md\:text-red {
    color: #e3342f !important;
  }
  .md\:text-red-light {
    color: #ef5753 !important;
  }
  .md\:text-red-lighter {
    color: #f9acaa !important;
  }
  .md\:text-red-lightest {
    color: #fcebea !important;
  }
  .md\:text-orange-darkest {
    color: #462a16 !important;
  }
  .md\:text-orange-darker {
    color: #613b1f !important;
  }
  .md\:text-orange-dark {
    color: #de751f !important;
  }
  .md\:text-orange {
    color: #f6993f !important;
  }
  .md\:text-orange-light {
    color: #faad63 !important;
  }
  .md\:text-orange-lighter {
    color: #fcd9b6 !important;
  }
  .md\:text-orange-lightest {
    color: #fff5eb !important;
  }
  .md\:text-yellow-darkest {
    color: #453411 !important;
  }
  .md\:text-yellow-darker {
    color: #684f1d !important;
  }
  .md\:text-yellow-dark {
    color: #f2d024 !important;
  }
  .md\:text-yellow {
    color: #ffed4a !important;
  }
  .md\:text-yellow-light {
    color: #fff382 !important;
  }
  .md\:text-yellow-lighter {
    color: #fff9c2 !important;
  }
  .md\:text-yellow-lightest {
    color: #fcfbeb !important;
  }
  .md\:text-green-darkest {
    color: #0f2f21 !important;
  }
  .md\:text-green-darker {
    color: #1a4731 !important;
  }
  .md\:text-green-dark {
    color: #1f9d55 !important;
  }
  .md\:text-green {
    color: #38c172 !important;
  }
  .md\:text-green-light {
    color: #51d88a !important;
  }
  .md\:text-green-lighter {
    color: #a2f5bf !important;
  }
  .md\:text-green-lightest {
    color: #e3fcec !important;
  }
  .md\:text-teal-darkest {
    color: #0d3331 !important;
  }
  .md\:text-teal-darker {
    color: #20504f !important;
  }
  .md\:text-teal-dark {
    color: #38a89d !important;
  }
  .md\:text-teal {
    color: #4dc0b5 !important;
  }
  .md\:text-teal-light {
    color: #64d5ca !important;
  }
  .md\:text-teal-lighter {
    color: #a0f0ed !important;
  }
  .md\:text-teal-lightest {
    color: #e8fffe !important;
  }
  .md\:text-blue-darkest {
    color: #12283a !important;
  }
  .md\:text-blue-darker {
    color: #1c3d5a !important;
  }
  .md\:text-blue-dark {
    color: #2779bd !important;
  }
  .md\:text-blue {
    color: #3490dc !important;
  }
  .md\:text-blue-light {
    color: #6cb2eb !important;
  }
  .md\:text-blue-lighter {
    color: #bcdefa !important;
  }
  .md\:text-blue-lightest {
    color: #eff8ff !important;
  }
  .md\:text-indigo-darkest {
    color: #191e38 !important;
  }
  .md\:text-indigo-darker {
    color: #2f365f !important;
  }
  .md\:text-indigo-dark {
    color: #5661b3 !important;
  }
  .md\:text-indigo {
    color: #6574cd !important;
  }
  .md\:text-indigo-light {
    color: #7886d7 !important;
  }
  .md\:text-indigo-lighter {
    color: #b2b7ff !important;
  }
  .md\:text-indigo-lightest {
    color: #e6e8ff !important;
  }
  .md\:text-purple-darkest {
    color: #21183c !important;
  }
  .md\:text-purple-darker {
    color: #382b5f !important;
  }
  .md\:text-purple-dark {
    color: #794acf !important;
  }
  .md\:text-purple {
    color: #9561e2 !important;
  }
  .md\:text-purple-light {
    color: #a779e9 !important;
  }
  .md\:text-purple-lighter {
    color: #d6bbfc !important;
  }
  .md\:text-purple-lightest {
    color: #f3ebff !important;
  }
  .md\:text-pink-darkest {
    color: #451225 !important;
  }
  .md\:text-pink-darker {
    color: #6f213f !important;
  }
  .md\:text-pink-dark {
    color: #eb5286 !important;
  }
  .md\:text-pink {
    color: #f66d9b !important;
  }
  .md\:text-pink-light {
    color: #fa7ea8 !important;
  }
  .md\:text-pink-lighter {
    color: #ffbbca !important;
  }
  .md\:text-pink-lightest {
    color: #ffebef !important;
  }
  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  .md\:hover\:text-black:hover {
    color: #22292f !important;
  }
  .md\:hover\:text-grey-darkest:hover {
    color: #3d4852 !important;
  }
  .md\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }
  .md\:hover\:text-grey-dark:hover {
    color: #8795a1 !important;
  }
  .md\:hover\:text-grey:hover {
    color: #b8c2cc !important;
  }
  .md\:hover\:text-grey-light:hover {
    color: #dae1e7 !important;
  }
  .md\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }
  .md\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }
  .md\:hover\:text-white:hover {
    color: #fff !important;
  }
  .md\:hover\:text-red-darkest:hover {
    color: #3b0d0c !important;
  }
  .md\:hover\:text-red-darker:hover {
    color: #621b18 !important;
  }
  .md\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }
  .md\:hover\:text-red:hover {
    color: #e3342f !important;
  }
  .md\:hover\:text-red-light:hover {
    color: #ef5753 !important;
  }
  .md\:hover\:text-red-lighter:hover {
    color: #f9acaa !important;
  }
  .md\:hover\:text-red-lightest:hover {
    color: #fcebea !important;
  }
  .md\:hover\:text-orange-darkest:hover {
    color: #462a16 !important;
  }
  .md\:hover\:text-orange-darker:hover {
    color: #613b1f !important;
  }
  .md\:hover\:text-orange-dark:hover {
    color: #de751f !important;
  }
  .md\:hover\:text-orange:hover {
    color: #f6993f !important;
  }
  .md\:hover\:text-orange-light:hover {
    color: #faad63 !important;
  }
  .md\:hover\:text-orange-lighter:hover {
    color: #fcd9b6 !important;
  }
  .md\:hover\:text-orange-lightest:hover {
    color: #fff5eb !important;
  }
  .md\:hover\:text-yellow-darkest:hover {
    color: #453411 !important;
  }
  .md\:hover\:text-yellow-darker:hover {
    color: #684f1d !important;
  }
  .md\:hover\:text-yellow-dark:hover {
    color: #f2d024 !important;
  }
  .md\:hover\:text-yellow:hover {
    color: #ffed4a !important;
  }
  .md\:hover\:text-yellow-light:hover {
    color: #fff382 !important;
  }
  .md\:hover\:text-yellow-lighter:hover {
    color: #fff9c2 !important;
  }
  .md\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb !important;
  }
  .md\:hover\:text-green-darkest:hover {
    color: #0f2f21 !important;
  }
  .md\:hover\:text-green-darker:hover {
    color: #1a4731 !important;
  }
  .md\:hover\:text-green-dark:hover {
    color: #1f9d55 !important;
  }
  .md\:hover\:text-green:hover {
    color: #38c172 !important;
  }
  .md\:hover\:text-green-light:hover {
    color: #51d88a !important;
  }
  .md\:hover\:text-green-lighter:hover {
    color: #a2f5bf !important;
  }
  .md\:hover\:text-green-lightest:hover {
    color: #e3fcec !important;
  }
  .md\:hover\:text-teal-darkest:hover {
    color: #0d3331 !important;
  }
  .md\:hover\:text-teal-darker:hover {
    color: #20504f !important;
  }
  .md\:hover\:text-teal-dark:hover {
    color: #38a89d !important;
  }
  .md\:hover\:text-teal:hover {
    color: #4dc0b5 !important;
  }
  .md\:hover\:text-teal-light:hover {
    color: #64d5ca !important;
  }
  .md\:hover\:text-teal-lighter:hover {
    color: #a0f0ed !important;
  }
  .md\:hover\:text-teal-lightest:hover {
    color: #e8fffe !important;
  }
  .md\:hover\:text-blue-darkest:hover {
    color: #12283a !important;
  }
  .md\:hover\:text-blue-darker:hover {
    color: #1c3d5a !important;
  }
  .md\:hover\:text-blue-dark:hover {
    color: #2779bd !important;
  }
  .md\:hover\:text-blue:hover {
    color: #3490dc !important;
  }
  .md\:hover\:text-blue-light:hover {
    color: #6cb2eb !important;
  }
  .md\:hover\:text-blue-lighter:hover {
    color: #bcdefa !important;
  }
  .md\:hover\:text-blue-lightest:hover {
    color: #eff8ff !important;
  }
  .md\:hover\:text-indigo-darkest:hover {
    color: #191e38 !important;
  }
  .md\:hover\:text-indigo-darker:hover {
    color: #2f365f !important;
  }
  .md\:hover\:text-indigo-dark:hover {
    color: #5661b3 !important;
  }
  .md\:hover\:text-indigo:hover {
    color: #6574cd !important;
  }
  .md\:hover\:text-indigo-light:hover {
    color: #7886d7 !important;
  }
  .md\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff !important;
  }
  .md\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff !important;
  }
  .md\:hover\:text-purple-darkest:hover {
    color: #21183c !important;
  }
  .md\:hover\:text-purple-darker:hover {
    color: #382b5f !important;
  }
  .md\:hover\:text-purple-dark:hover {
    color: #794acf !important;
  }
  .md\:hover\:text-purple:hover {
    color: #9561e2 !important;
  }
  .md\:hover\:text-purple-light:hover {
    color: #a779e9 !important;
  }
  .md\:hover\:text-purple-lighter:hover {
    color: #d6bbfc !important;
  }
  .md\:hover\:text-purple-lightest:hover {
    color: #f3ebff !important;
  }
  .md\:hover\:text-pink-darkest:hover {
    color: #451225 !important;
  }
  .md\:hover\:text-pink-darker:hover {
    color: #6f213f !important;
  }
  .md\:hover\:text-pink-dark:hover {
    color: #eb5286 !important;
  }
  .md\:hover\:text-pink:hover {
    color: #f66d9b !important;
  }
  .md\:hover\:text-pink-light:hover {
    color: #fa7ea8 !important;
  }
  .md\:hover\:text-pink-lighter:hover {
    color: #ffbbca !important;
  }
  .md\:hover\:text-pink-lightest:hover {
    color: #ffebef !important;
  }
  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  .md\:focus\:text-black:focus {
    color: #22292f !important;
  }
  .md\:focus\:text-grey-darkest:focus {
    color: #3d4852 !important;
  }
  .md\:focus\:text-grey-darker:focus {
    color: #606f7b !important;
  }
  .md\:focus\:text-grey-dark:focus {
    color: #8795a1 !important;
  }
  .md\:focus\:text-grey:focus {
    color: #b8c2cc !important;
  }
  .md\:focus\:text-grey-light:focus {
    color: #dae1e7 !important;
  }
  .md\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }
  .md\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }
  .md\:focus\:text-white:focus {
    color: #fff !important;
  }
  .md\:focus\:text-red-darkest:focus {
    color: #3b0d0c !important;
  }
  .md\:focus\:text-red-darker:focus {
    color: #621b18 !important;
  }
  .md\:focus\:text-red-dark:focus {
    color: #cc1f1a !important;
  }
  .md\:focus\:text-red:focus {
    color: #e3342f !important;
  }
  .md\:focus\:text-red-light:focus {
    color: #ef5753 !important;
  }
  .md\:focus\:text-red-lighter:focus {
    color: #f9acaa !important;
  }
  .md\:focus\:text-red-lightest:focus {
    color: #fcebea !important;
  }
  .md\:focus\:text-orange-darkest:focus {
    color: #462a16 !important;
  }
  .md\:focus\:text-orange-darker:focus {
    color: #613b1f !important;
  }
  .md\:focus\:text-orange-dark:focus {
    color: #de751f !important;
  }
  .md\:focus\:text-orange:focus {
    color: #f6993f !important;
  }
  .md\:focus\:text-orange-light:focus {
    color: #faad63 !important;
  }
  .md\:focus\:text-orange-lighter:focus {
    color: #fcd9b6 !important;
  }
  .md\:focus\:text-orange-lightest:focus {
    color: #fff5eb !important;
  }
  .md\:focus\:text-yellow-darkest:focus {
    color: #453411 !important;
  }
  .md\:focus\:text-yellow-darker:focus {
    color: #684f1d !important;
  }
  .md\:focus\:text-yellow-dark:focus {
    color: #f2d024 !important;
  }
  .md\:focus\:text-yellow:focus {
    color: #ffed4a !important;
  }
  .md\:focus\:text-yellow-light:focus {
    color: #fff382 !important;
  }
  .md\:focus\:text-yellow-lighter:focus {
    color: #fff9c2 !important;
  }
  .md\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb !important;
  }
  .md\:focus\:text-green-darkest:focus {
    color: #0f2f21 !important;
  }
  .md\:focus\:text-green-darker:focus {
    color: #1a4731 !important;
  }
  .md\:focus\:text-green-dark:focus {
    color: #1f9d55 !important;
  }
  .md\:focus\:text-green:focus {
    color: #38c172 !important;
  }
  .md\:focus\:text-green-light:focus {
    color: #51d88a !important;
  }
  .md\:focus\:text-green-lighter:focus {
    color: #a2f5bf !important;
  }
  .md\:focus\:text-green-lightest:focus {
    color: #e3fcec !important;
  }
  .md\:focus\:text-teal-darkest:focus {
    color: #0d3331 !important;
  }
  .md\:focus\:text-teal-darker:focus {
    color: #20504f !important;
  }
  .md\:focus\:text-teal-dark:focus {
    color: #38a89d !important;
  }
  .md\:focus\:text-teal:focus {
    color: #4dc0b5 !important;
  }
  .md\:focus\:text-teal-light:focus {
    color: #64d5ca !important;
  }
  .md\:focus\:text-teal-lighter:focus {
    color: #a0f0ed !important;
  }
  .md\:focus\:text-teal-lightest:focus {
    color: #e8fffe !important;
  }
  .md\:focus\:text-blue-darkest:focus {
    color: #12283a !important;
  }
  .md\:focus\:text-blue-darker:focus {
    color: #1c3d5a !important;
  }
  .md\:focus\:text-blue-dark:focus {
    color: #2779bd !important;
  }
  .md\:focus\:text-blue:focus {
    color: #3490dc !important;
  }
  .md\:focus\:text-blue-light:focus {
    color: #6cb2eb !important;
  }
  .md\:focus\:text-blue-lighter:focus {
    color: #bcdefa !important;
  }
  .md\:focus\:text-blue-lightest:focus {
    color: #eff8ff !important;
  }
  .md\:focus\:text-indigo-darkest:focus {
    color: #191e38 !important;
  }
  .md\:focus\:text-indigo-darker:focus {
    color: #2f365f !important;
  }
  .md\:focus\:text-indigo-dark:focus {
    color: #5661b3 !important;
  }
  .md\:focus\:text-indigo:focus {
    color: #6574cd !important;
  }
  .md\:focus\:text-indigo-light:focus {
    color: #7886d7 !important;
  }
  .md\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff !important;
  }
  .md\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff !important;
  }
  .md\:focus\:text-purple-darkest:focus {
    color: #21183c !important;
  }
  .md\:focus\:text-purple-darker:focus {
    color: #382b5f !important;
  }
  .md\:focus\:text-purple-dark:focus {
    color: #794acf !important;
  }
  .md\:focus\:text-purple:focus {
    color: #9561e2 !important;
  }
  .md\:focus\:text-purple-light:focus {
    color: #a779e9 !important;
  }
  .md\:focus\:text-purple-lighter:focus {
    color: #d6bbfc !important;
  }
  .md\:focus\:text-purple-lightest:focus {
    color: #f3ebff !important;
  }
  .md\:focus\:text-pink-darkest:focus {
    color: #451225 !important;
  }
  .md\:focus\:text-pink-darker:focus {
    color: #6f213f !important;
  }
  .md\:focus\:text-pink-dark:focus {
    color: #eb5286 !important;
  }
  .md\:focus\:text-pink:focus {
    color: #f66d9b !important;
  }
  .md\:focus\:text-pink-light:focus {
    color: #fa7ea8 !important;
  }
  .md\:focus\:text-pink-lighter:focus {
    color: #ffbbca !important;
  }
  .md\:focus\:text-pink-lightest:focus {
    color: #ffebef !important;
  }
  .md\:text-xs {
    font-size: .75rem !important;
  }
  .md\:text-sm {
    font-size: .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.875rem !important;
  }
  .md\:text-4xl {
    font-size: 2.25rem !important;
  }
  .md\:text-5xl {
    font-size: 3rem !important;
  }
  .md\:italic {
    font-style: italic !important;
  }
  .md\:roman {
    font-style: normal !important;
  }
  .md\:uppercase {
    text-transform: uppercase !important;
  }
  .md\:lowercase {
    text-transform: lowercase !important;
  }
  .md\:capitalize {
    text-transform: capitalize !important;
  }
  .md\:normal-case {
    text-transform: none !important;
  }
  .md\:underline {
    text-decoration: underline !important;
  }
  .md\:line-through {
    text-decoration: line-through !important;
  }
  .md\:no-underline {
    text-decoration: none !important;
  }
  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .md\:hover\:italic:hover {
    font-style: italic !important;
  }
  .md\:hover\:roman:hover {
    font-style: normal !important;
  }
  .md\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }
  .md\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }
  .md\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }
  .md\:hover\:normal-case:hover {
    text-transform: none !important;
  }
  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .md\:focus\:italic:focus {
    font-style: italic !important;
  }
  .md\:focus\:roman:focus {
    font-style: normal !important;
  }
  .md\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }
  .md\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }
  .md\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }
  .md\:focus\:normal-case:focus {
    text-transform: none !important;
  }
  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .md\:tracking-tight {
    letter-spacing: -.05em !important;
  }
  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }
  .md\:tracking-wide {
    letter-spacing: .05em !important;
  }
  .md\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none !important;
  }
  .md\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text !important;
  }
  .md\:align-baseline {
    vertical-align: baseline !important;
  }
  .md\:align-top {
    vertical-align: top !important;
  }
  .md\:align-middle {
    vertical-align: middle !important;
  }
  .md\:align-bottom {
    vertical-align: bottom !important;
  }
  .md\:align-text-top {
    vertical-align: text-top !important;
  }
  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .md\:visible {
    visibility: visible !important;
  }
  .md\:invisible {
    visibility: hidden !important;
  }
  .md\:whitespace-normal {
    white-space: normal !important;
  }
  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }
  .md\:whitespace-pre {
    white-space: pre !important;
  }
  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  .md\:break-words {
    word-wrap: break-word !important;
  }
  .md\:break-normal {
    word-wrap: normal !important;
  }
  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .md\:w-1 {
    width: .25rem !important;
  }
  .md\:w-2 {
    width: .5rem !important;
  }
  .md\:w-3 {
    width: .75rem !important;
  }
  .md\:w-4 {
    width: 1rem !important;
  }
  .md\:w-5 {
    width: 1.25rem !important;
  }
  .md\:w-6 {
    width: 1.5rem !important;
  }
  .md\:w-8 {
    width: 2rem !important;
  }
  .md\:w-10 {
    width: 2.5rem !important;
  }
  .md\:w-12 {
    width: 3rem !important;
  }
  .md\:w-16 {
    width: 4rem !important;
  }
  .md\:w-24 {
    width: 6rem !important;
  }
  .md\:w-32 {
    width: 8rem !important;
  }
  .md\:w-48 {
    width: 12rem !important;
  }
  .md\:w-64 {
    width: 16rem !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-px {
    width: 1px !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/3 {
    width: 33.33333% !important;
  }
  .md\:w-2\/3 {
    width: 66.66667% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-3\/4 {
    width: 75% !important;
  }
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-2\/5 {
    width: 40% !important;
  }
  .md\:w-3\/5 {
    width: 60% !important;
  }
  .md\:w-4\/5 {
    width: 80% !important;
  }
  .md\:w-1\/6 {
    width: 16.66667% !important;
  }
  .md\:w-5\/6 {
    width: 83.33333% !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-screen {
    width: 100vw !important;
  }
  .md\:z-0 {
    z-index: 0 !important;
  }
  .md\:z-10 {
    z-index: 10 !important;
  }
  .md\:z-20 {
    z-index: 20 !important;
  }
  .md\:z-30 {
    z-index: 30 !important;
  }
  .md\:z-40 {
    z-index: 40 !important;
  }
  .md\:z-50 {
    z-index: 50 !important;
  }
  .md\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0 !important;
  }
  .lg\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
  }
  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }
  .lg\:bg-local {
    background-attachment: local !important;
  }
  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }
  .lg\:bg-transparent {
    background-color: transparent !important;
  }
  .lg\:bg-black {
    background-color: #22292f !important;
  }
  .lg\:bg-grey-darkest {
    background-color: #3d4852 !important;
  }
  .lg\:bg-grey-darker {
    background-color: #606f7b !important;
  }
  .lg\:bg-grey-dark {
    background-color: #8795a1 !important;
  }
  .lg\:bg-grey {
    background-color: #b8c2cc !important;
  }
  .lg\:bg-grey-light {
    background-color: #dae1e7 !important;
  }
  .lg\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }
  .lg\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }
  .lg\:bg-white {
    background-color: #fff !important;
  }
  .lg\:bg-red-darkest {
    background-color: #3b0d0c !important;
  }
  .lg\:bg-red-darker {
    background-color: #621b18 !important;
  }
  .lg\:bg-red-dark {
    background-color: #cc1f1a !important;
  }
  .lg\:bg-red {
    background-color: #e3342f !important;
  }
  .lg\:bg-red-light {
    background-color: #ef5753 !important;
  }
  .lg\:bg-red-lighter {
    background-color: #f9acaa !important;
  }
  .lg\:bg-red-lightest {
    background-color: #fcebea !important;
  }
  .lg\:bg-orange-darkest {
    background-color: #462a16 !important;
  }
  .lg\:bg-orange-darker {
    background-color: #613b1f !important;
  }
  .lg\:bg-orange-dark {
    background-color: #de751f !important;
  }
  .lg\:bg-orange {
    background-color: #f6993f !important;
  }
  .lg\:bg-orange-light {
    background-color: #faad63 !important;
  }
  .lg\:bg-orange-lighter {
    background-color: #fcd9b6 !important;
  }
  .lg\:bg-orange-lightest {
    background-color: #fff5eb !important;
  }
  .lg\:bg-yellow-darkest {
    background-color: #453411 !important;
  }
  .lg\:bg-yellow-darker {
    background-color: #684f1d !important;
  }
  .lg\:bg-yellow-dark {
    background-color: #f2d024 !important;
  }
  .lg\:bg-yellow {
    background-color: #ffed4a !important;
  }
  .lg\:bg-yellow-light {
    background-color: #fff382 !important;
  }
  .lg\:bg-yellow-lighter {
    background-color: #fff9c2 !important;
  }
  .lg\:bg-yellow-lightest {
    background-color: #fcfbeb !important;
  }
  .lg\:bg-green-darkest {
    background-color: #0f2f21 !important;
  }
  .lg\:bg-green-darker {
    background-color: #1a4731 !important;
  }
  .lg\:bg-green-dark {
    background-color: #1f9d55 !important;
  }
  .lg\:bg-green {
    background-color: #38c172 !important;
  }
  .lg\:bg-green-light {
    background-color: #51d88a !important;
  }
  .lg\:bg-green-lighter {
    background-color: #a2f5bf !important;
  }
  .lg\:bg-green-lightest {
    background-color: #e3fcec !important;
  }
  .lg\:bg-teal-darkest {
    background-color: #0d3331 !important;
  }
  .lg\:bg-teal-darker {
    background-color: #20504f !important;
  }
  .lg\:bg-teal-dark {
    background-color: #38a89d !important;
  }
  .lg\:bg-teal {
    background-color: #4dc0b5 !important;
  }
  .lg\:bg-teal-light {
    background-color: #64d5ca !important;
  }
  .lg\:bg-teal-lighter {
    background-color: #a0f0ed !important;
  }
  .lg\:bg-teal-lightest {
    background-color: #e8fffe !important;
  }
  .lg\:bg-blue-darkest {
    background-color: #12283a !important;
  }
  .lg\:bg-blue-darker {
    background-color: #1c3d5a !important;
  }
  .lg\:bg-blue-dark {
    background-color: #2779bd !important;
  }
  .lg\:bg-blue {
    background-color: #3490dc !important;
  }
  .lg\:bg-blue-light {
    background-color: #6cb2eb !important;
  }
  .lg\:bg-blue-lighter {
    background-color: #bcdefa !important;
  }
  .lg\:bg-blue-lightest {
    background-color: #eff8ff !important;
  }
  .lg\:bg-indigo-darkest {
    background-color: #191e38 !important;
  }
  .lg\:bg-indigo-darker {
    background-color: #2f365f !important;
  }
  .lg\:bg-indigo-dark {
    background-color: #5661b3 !important;
  }
  .lg\:bg-indigo {
    background-color: #6574cd !important;
  }
  .lg\:bg-indigo-light {
    background-color: #7886d7 !important;
  }
  .lg\:bg-indigo-lighter {
    background-color: #b2b7ff !important;
  }
  .lg\:bg-indigo-lightest {
    background-color: #e6e8ff !important;
  }
  .lg\:bg-purple-darkest {
    background-color: #21183c !important;
  }
  .lg\:bg-purple-darker {
    background-color: #382b5f !important;
  }
  .lg\:bg-purple-dark {
    background-color: #794acf !important;
  }
  .lg\:bg-purple {
    background-color: #9561e2 !important;
  }
  .lg\:bg-purple-light {
    background-color: #a779e9 !important;
  }
  .lg\:bg-purple-lighter {
    background-color: #d6bbfc !important;
  }
  .lg\:bg-purple-lightest {
    background-color: #f3ebff !important;
  }
  .lg\:bg-pink-darkest {
    background-color: #451225 !important;
  }
  .lg\:bg-pink-darker {
    background-color: #6f213f !important;
  }
  .lg\:bg-pink-dark {
    background-color: #eb5286 !important;
  }
  .lg\:bg-pink {
    background-color: #f66d9b !important;
  }
  .lg\:bg-pink-light {
    background-color: #fa7ea8 !important;
  }
  .lg\:bg-pink-lighter {
    background-color: #ffbbca !important;
  }
  .lg\:bg-pink-lightest {
    background-color: #ffebef !important;
  }
  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .lg\:hover\:bg-black:hover {
    background-color: #22292f !important;
  }
  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852 !important;
  }
  .lg\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }
  .lg\:hover\:bg-grey-dark:hover {
    background-color: #8795a1 !important;
  }
  .lg\:hover\:bg-grey:hover {
    background-color: #b8c2cc !important;
  }
  .lg\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
  }
  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }
  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }
  .lg\:hover\:bg-white:hover {
    background-color: #fff !important;
  }
  .lg\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c !important;
  }
  .lg\:hover\:bg-red-darker:hover {
    background-color: #621b18 !important;
  }
  .lg\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }
  .lg\:hover\:bg-red:hover {
    background-color: #e3342f !important;
  }
  .lg\:hover\:bg-red-light:hover {
    background-color: #ef5753 !important;
  }
  .lg\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa !important;
  }
  .lg\:hover\:bg-red-lightest:hover {
    background-color: #fcebea !important;
  }
  .lg\:hover\:bg-orange-darkest:hover {
    background-color: #462a16 !important;
  }
  .lg\:hover\:bg-orange-darker:hover {
    background-color: #613b1f !important;
  }
  .lg\:hover\:bg-orange-dark:hover {
    background-color: #de751f !important;
  }
  .lg\:hover\:bg-orange:hover {
    background-color: #f6993f !important;
  }
  .lg\:hover\:bg-orange-light:hover {
    background-color: #faad63 !important;
  }
  .lg\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6 !important;
  }
  .lg\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb !important;
  }
  .lg\:hover\:bg-yellow-darkest:hover {
    background-color: #453411 !important;
  }
  .lg\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d !important;
  }
  .lg\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024 !important;
  }
  .lg\:hover\:bg-yellow:hover {
    background-color: #ffed4a !important;
  }
  .lg\:hover\:bg-yellow-light:hover {
    background-color: #fff382 !important;
  }
  .lg\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2 !important;
  }
  .lg\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb !important;
  }
  .lg\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21 !important;
  }
  .lg\:hover\:bg-green-darker:hover {
    background-color: #1a4731 !important;
  }
  .lg\:hover\:bg-green-dark:hover {
    background-color: #1f9d55 !important;
  }
  .lg\:hover\:bg-green:hover {
    background-color: #38c172 !important;
  }
  .lg\:hover\:bg-green-light:hover {
    background-color: #51d88a !important;
  }
  .lg\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf !important;
  }
  .lg\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec !important;
  }
  .lg\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331 !important;
  }
  .lg\:hover\:bg-teal-darker:hover {
    background-color: #20504f !important;
  }
  .lg\:hover\:bg-teal-dark:hover {
    background-color: #38a89d !important;
  }
  .lg\:hover\:bg-teal:hover {
    background-color: #4dc0b5 !important;
  }
  .lg\:hover\:bg-teal-light:hover {
    background-color: #64d5ca !important;
  }
  .lg\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed !important;
  }
  .lg\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe !important;
  }
  .lg\:hover\:bg-blue-darkest:hover {
    background-color: #12283a !important;
  }
  .lg\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a !important;
  }
  .lg\:hover\:bg-blue-dark:hover {
    background-color: #2779bd !important;
  }
  .lg\:hover\:bg-blue:hover {
    background-color: #3490dc !important;
  }
  .lg\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb !important;
  }
  .lg\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa !important;
  }
  .lg\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff !important;
  }
  .lg\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38 !important;
  }
  .lg\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f !important;
  }
  .lg\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3 !important;
  }
  .lg\:hover\:bg-indigo:hover {
    background-color: #6574cd !important;
  }
  .lg\:hover\:bg-indigo-light:hover {
    background-color: #7886d7 !important;
  }
  .lg\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff !important;
  }
  .lg\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff !important;
  }
  .lg\:hover\:bg-purple-darkest:hover {
    background-color: #21183c !important;
  }
  .lg\:hover\:bg-purple-darker:hover {
    background-color: #382b5f !important;
  }
  .lg\:hover\:bg-purple-dark:hover {
    background-color: #794acf !important;
  }
  .lg\:hover\:bg-purple:hover {
    background-color: #9561e2 !important;
  }
  .lg\:hover\:bg-purple-light:hover {
    background-color: #a779e9 !important;
  }
  .lg\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc !important;
  }
  .lg\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff !important;
  }
  .lg\:hover\:bg-pink-darkest:hover {
    background-color: #451225 !important;
  }
  .lg\:hover\:bg-pink-darker:hover {
    background-color: #6f213f !important;
  }
  .lg\:hover\:bg-pink-dark:hover {
    background-color: #eb5286 !important;
  }
  .lg\:hover\:bg-pink:hover {
    background-color: #f66d9b !important;
  }
  .lg\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8 !important;
  }
  .lg\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca !important;
  }
  .lg\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef !important;
  }
  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .lg\:focus\:bg-black:focus {
    background-color: #22292f !important;
  }
  .lg\:focus\:bg-grey-darkest:focus {
    background-color: #3d4852 !important;
  }
  .lg\:focus\:bg-grey-darker:focus {
    background-color: #606f7b !important;
  }
  .lg\:focus\:bg-grey-dark:focus {
    background-color: #8795a1 !important;
  }
  .lg\:focus\:bg-grey:focus {
    background-color: #b8c2cc !important;
  }
  .lg\:focus\:bg-grey-light:focus {
    background-color: #dae1e7 !important;
  }
  .lg\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }
  .lg\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }
  .lg\:focus\:bg-white:focus {
    background-color: #fff !important;
  }
  .lg\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c !important;
  }
  .lg\:focus\:bg-red-darker:focus {
    background-color: #621b18 !important;
  }
  .lg\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a !important;
  }
  .lg\:focus\:bg-red:focus {
    background-color: #e3342f !important;
  }
  .lg\:focus\:bg-red-light:focus {
    background-color: #ef5753 !important;
  }
  .lg\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa !important;
  }
  .lg\:focus\:bg-red-lightest:focus {
    background-color: #fcebea !important;
  }
  .lg\:focus\:bg-orange-darkest:focus {
    background-color: #462a16 !important;
  }
  .lg\:focus\:bg-orange-darker:focus {
    background-color: #613b1f !important;
  }
  .lg\:focus\:bg-orange-dark:focus {
    background-color: #de751f !important;
  }
  .lg\:focus\:bg-orange:focus {
    background-color: #f6993f !important;
  }
  .lg\:focus\:bg-orange-light:focus {
    background-color: #faad63 !important;
  }
  .lg\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6 !important;
  }
  .lg\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb !important;
  }
  .lg\:focus\:bg-yellow-darkest:focus {
    background-color: #453411 !important;
  }
  .lg\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d !important;
  }
  .lg\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024 !important;
  }
  .lg\:focus\:bg-yellow:focus {
    background-color: #ffed4a !important;
  }
  .lg\:focus\:bg-yellow-light:focus {
    background-color: #fff382 !important;
  }
  .lg\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2 !important;
  }
  .lg\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb !important;
  }
  .lg\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21 !important;
  }
  .lg\:focus\:bg-green-darker:focus {
    background-color: #1a4731 !important;
  }
  .lg\:focus\:bg-green-dark:focus {
    background-color: #1f9d55 !important;
  }
  .lg\:focus\:bg-green:focus {
    background-color: #38c172 !important;
  }
  .lg\:focus\:bg-green-light:focus {
    background-color: #51d88a !important;
  }
  .lg\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf !important;
  }
  .lg\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec !important;
  }
  .lg\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331 !important;
  }
  .lg\:focus\:bg-teal-darker:focus {
    background-color: #20504f !important;
  }
  .lg\:focus\:bg-teal-dark:focus {
    background-color: #38a89d !important;
  }
  .lg\:focus\:bg-teal:focus {
    background-color: #4dc0b5 !important;
  }
  .lg\:focus\:bg-teal-light:focus {
    background-color: #64d5ca !important;
  }
  .lg\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed !important;
  }
  .lg\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe !important;
  }
  .lg\:focus\:bg-blue-darkest:focus {
    background-color: #12283a !important;
  }
  .lg\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a !important;
  }
  .lg\:focus\:bg-blue-dark:focus {
    background-color: #2779bd !important;
  }
  .lg\:focus\:bg-blue:focus {
    background-color: #3490dc !important;
  }
  .lg\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb !important;
  }
  .lg\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa !important;
  }
  .lg\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff !important;
  }
  .lg\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38 !important;
  }
  .lg\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f !important;
  }
  .lg\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3 !important;
  }
  .lg\:focus\:bg-indigo:focus {
    background-color: #6574cd !important;
  }
  .lg\:focus\:bg-indigo-light:focus {
    background-color: #7886d7 !important;
  }
  .lg\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff !important;
  }
  .lg\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff !important;
  }
  .lg\:focus\:bg-purple-darkest:focus {
    background-color: #21183c !important;
  }
  .lg\:focus\:bg-purple-darker:focus {
    background-color: #382b5f !important;
  }
  .lg\:focus\:bg-purple-dark:focus {
    background-color: #794acf !important;
  }
  .lg\:focus\:bg-purple:focus {
    background-color: #9561e2 !important;
  }
  .lg\:focus\:bg-purple-light:focus {
    background-color: #a779e9 !important;
  }
  .lg\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc !important;
  }
  .lg\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff !important;
  }
  .lg\:focus\:bg-pink-darkest:focus {
    background-color: #451225 !important;
  }
  .lg\:focus\:bg-pink-darker:focus {
    background-color: #6f213f !important;
  }
  .lg\:focus\:bg-pink-dark:focus {
    background-color: #eb5286 !important;
  }
  .lg\:focus\:bg-pink:focus {
    background-color: #f66d9b !important;
  }
  .lg\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8 !important;
  }
  .lg\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca !important;
  }
  .lg\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef !important;
  }
  .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;
  }
  .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-auto {
    background-size: auto !important;
  }
  .lg\:bg-cover {
    background-size: cover !important;
  }
  .lg\:bg-contain {
    background-size: contain !important;
  }
  .lg\:border-transparent {
    border-color: transparent !important;
  }
  .lg\:border-black {
    border-color: #22292f !important;
  }
  .lg\:border-grey-darkest {
    border-color: #3d4852 !important;
  }
  .lg\:border-grey-darker {
    border-color: #606f7b !important;
  }
  .lg\:border-grey-dark {
    border-color: #8795a1 !important;
  }
  .lg\:border-grey {
    border-color: #b8c2cc !important;
  }
  .lg\:border-grey-light {
    border-color: #dae1e7 !important;
  }
  .lg\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }
  .lg\:border-grey-lightest {
    border-color: #f8fafc !important;
  }
  .lg\:border-white {
    border-color: #fff !important;
  }
  .lg\:border-red-darkest {
    border-color: #3b0d0c !important;
  }
  .lg\:border-red-darker {
    border-color: #621b18 !important;
  }
  .lg\:border-red-dark {
    border-color: #cc1f1a !important;
  }
  .lg\:border-red {
    border-color: #e3342f !important;
  }
  .lg\:border-red-light {
    border-color: #ef5753 !important;
  }
  .lg\:border-red-lighter {
    border-color: #f9acaa !important;
  }
  .lg\:border-red-lightest {
    border-color: #fcebea !important;
  }
  .lg\:border-orange-darkest {
    border-color: #462a16 !important;
  }
  .lg\:border-orange-darker {
    border-color: #613b1f !important;
  }
  .lg\:border-orange-dark {
    border-color: #de751f !important;
  }
  .lg\:border-orange {
    border-color: #f6993f !important;
  }
  .lg\:border-orange-light {
    border-color: #faad63 !important;
  }
  .lg\:border-orange-lighter {
    border-color: #fcd9b6 !important;
  }
  .lg\:border-orange-lightest {
    border-color: #fff5eb !important;
  }
  .lg\:border-yellow-darkest {
    border-color: #453411 !important;
  }
  .lg\:border-yellow-darker {
    border-color: #684f1d !important;
  }
  .lg\:border-yellow-dark {
    border-color: #f2d024 !important;
  }
  .lg\:border-yellow {
    border-color: #ffed4a !important;
  }
  .lg\:border-yellow-light {
    border-color: #fff382 !important;
  }
  .lg\:border-yellow-lighter {
    border-color: #fff9c2 !important;
  }
  .lg\:border-yellow-lightest {
    border-color: #fcfbeb !important;
  }
  .lg\:border-green-darkest {
    border-color: #0f2f21 !important;
  }
  .lg\:border-green-darker {
    border-color: #1a4731 !important;
  }
  .lg\:border-green-dark {
    border-color: #1f9d55 !important;
  }
  .lg\:border-green {
    border-color: #38c172 !important;
  }
  .lg\:border-green-light {
    border-color: #51d88a !important;
  }
  .lg\:border-green-lighter {
    border-color: #a2f5bf !important;
  }
  .lg\:border-green-lightest {
    border-color: #e3fcec !important;
  }
  .lg\:border-teal-darkest {
    border-color: #0d3331 !important;
  }
  .lg\:border-teal-darker {
    border-color: #20504f !important;
  }
  .lg\:border-teal-dark {
    border-color: #38a89d !important;
  }
  .lg\:border-teal {
    border-color: #4dc0b5 !important;
  }
  .lg\:border-teal-light {
    border-color: #64d5ca !important;
  }
  .lg\:border-teal-lighter {
    border-color: #a0f0ed !important;
  }
  .lg\:border-teal-lightest {
    border-color: #e8fffe !important;
  }
  .lg\:border-blue-darkest {
    border-color: #12283a !important;
  }
  .lg\:border-blue-darker {
    border-color: #1c3d5a !important;
  }
  .lg\:border-blue-dark {
    border-color: #2779bd !important;
  }
  .lg\:border-blue {
    border-color: #3490dc !important;
  }
  .lg\:border-blue-light {
    border-color: #6cb2eb !important;
  }
  .lg\:border-blue-lighter {
    border-color: #bcdefa !important;
  }
  .lg\:border-blue-lightest {
    border-color: #eff8ff !important;
  }
  .lg\:border-indigo-darkest {
    border-color: #191e38 !important;
  }
  .lg\:border-indigo-darker {
    border-color: #2f365f !important;
  }
  .lg\:border-indigo-dark {
    border-color: #5661b3 !important;
  }
  .lg\:border-indigo {
    border-color: #6574cd !important;
  }
  .lg\:border-indigo-light {
    border-color: #7886d7 !important;
  }
  .lg\:border-indigo-lighter {
    border-color: #b2b7ff !important;
  }
  .lg\:border-indigo-lightest {
    border-color: #e6e8ff !important;
  }
  .lg\:border-purple-darkest {
    border-color: #21183c !important;
  }
  .lg\:border-purple-darker {
    border-color: #382b5f !important;
  }
  .lg\:border-purple-dark {
    border-color: #794acf !important;
  }
  .lg\:border-purple {
    border-color: #9561e2 !important;
  }
  .lg\:border-purple-light {
    border-color: #a779e9 !important;
  }
  .lg\:border-purple-lighter {
    border-color: #d6bbfc !important;
  }
  .lg\:border-purple-lightest {
    border-color: #f3ebff !important;
  }
  .lg\:border-pink-darkest {
    border-color: #451225 !important;
  }
  .lg\:border-pink-darker {
    border-color: #6f213f !important;
  }
  .lg\:border-pink-dark {
    border-color: #eb5286 !important;
  }
  .lg\:border-pink {
    border-color: #f66d9b !important;
  }
  .lg\:border-pink-light {
    border-color: #fa7ea8 !important;
  }
  .lg\:border-pink-lighter {
    border-color: #ffbbca !important;
  }
  .lg\:border-pink-lightest {
    border-color: #ffebef !important;
  }
  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .lg\:hover\:border-black:hover {
    border-color: #22292f !important;
  }
  .lg\:hover\:border-grey-darkest:hover {
    border-color: #3d4852 !important;
  }
  .lg\:hover\:border-grey-darker:hover {
    border-color: #606f7b !important;
  }
  .lg\:hover\:border-grey-dark:hover {
    border-color: #8795a1 !important;
  }
  .lg\:hover\:border-grey:hover {
    border-color: #b8c2cc !important;
  }
  .lg\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
  }
  .lg\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }
  .lg\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }
  .lg\:hover\:border-white:hover {
    border-color: #fff !important;
  }
  .lg\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c !important;
  }
  .lg\:hover\:border-red-darker:hover {
    border-color: #621b18 !important;
  }
  .lg\:hover\:border-red-dark:hover {
    border-color: #cc1f1a !important;
  }
  .lg\:hover\:border-red:hover {
    border-color: #e3342f !important;
  }
  .lg\:hover\:border-red-light:hover {
    border-color: #ef5753 !important;
  }
  .lg\:hover\:border-red-lighter:hover {
    border-color: #f9acaa !important;
  }
  .lg\:hover\:border-red-lightest:hover {
    border-color: #fcebea !important;
  }
  .lg\:hover\:border-orange-darkest:hover {
    border-color: #462a16 !important;
  }
  .lg\:hover\:border-orange-darker:hover {
    border-color: #613b1f !important;
  }
  .lg\:hover\:border-orange-dark:hover {
    border-color: #de751f !important;
  }
  .lg\:hover\:border-orange:hover {
    border-color: #f6993f !important;
  }
  .lg\:hover\:border-orange-light:hover {
    border-color: #faad63 !important;
  }
  .lg\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6 !important;
  }
  .lg\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb !important;
  }
  .lg\:hover\:border-yellow-darkest:hover {
    border-color: #453411 !important;
  }
  .lg\:hover\:border-yellow-darker:hover {
    border-color: #684f1d !important;
  }
  .lg\:hover\:border-yellow-dark:hover {
    border-color: #f2d024 !important;
  }
  .lg\:hover\:border-yellow:hover {
    border-color: #ffed4a !important;
  }
  .lg\:hover\:border-yellow-light:hover {
    border-color: #fff382 !important;
  }
  .lg\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2 !important;
  }
  .lg\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb !important;
  }
  .lg\:hover\:border-green-darkest:hover {
    border-color: #0f2f21 !important;
  }
  .lg\:hover\:border-green-darker:hover {
    border-color: #1a4731 !important;
  }
  .lg\:hover\:border-green-dark:hover {
    border-color: #1f9d55 !important;
  }
  .lg\:hover\:border-green:hover {
    border-color: #38c172 !important;
  }
  .lg\:hover\:border-green-light:hover {
    border-color: #51d88a !important;
  }
  .lg\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf !important;
  }
  .lg\:hover\:border-green-lightest:hover {
    border-color: #e3fcec !important;
  }
  .lg\:hover\:border-teal-darkest:hover {
    border-color: #0d3331 !important;
  }
  .lg\:hover\:border-teal-darker:hover {
    border-color: #20504f !important;
  }
  .lg\:hover\:border-teal-dark:hover {
    border-color: #38a89d !important;
  }
  .lg\:hover\:border-teal:hover {
    border-color: #4dc0b5 !important;
  }
  .lg\:hover\:border-teal-light:hover {
    border-color: #64d5ca !important;
  }
  .lg\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed !important;
  }
  .lg\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe !important;
  }
  .lg\:hover\:border-blue-darkest:hover {
    border-color: #12283a !important;
  }
  .lg\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a !important;
  }
  .lg\:hover\:border-blue-dark:hover {
    border-color: #2779bd !important;
  }
  .lg\:hover\:border-blue:hover {
    border-color: #3490dc !important;
  }
  .lg\:hover\:border-blue-light:hover {
    border-color: #6cb2eb !important;
  }
  .lg\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa !important;
  }
  .lg\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff !important;
  }
  .lg\:hover\:border-indigo-darkest:hover {
    border-color: #191e38 !important;
  }
  .lg\:hover\:border-indigo-darker:hover {
    border-color: #2f365f !important;
  }
  .lg\:hover\:border-indigo-dark:hover {
    border-color: #5661b3 !important;
  }
  .lg\:hover\:border-indigo:hover {
    border-color: #6574cd !important;
  }
  .lg\:hover\:border-indigo-light:hover {
    border-color: #7886d7 !important;
  }
  .lg\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff !important;
  }
  .lg\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff !important;
  }
  .lg\:hover\:border-purple-darkest:hover {
    border-color: #21183c !important;
  }
  .lg\:hover\:border-purple-darker:hover {
    border-color: #382b5f !important;
  }
  .lg\:hover\:border-purple-dark:hover {
    border-color: #794acf !important;
  }
  .lg\:hover\:border-purple:hover {
    border-color: #9561e2 !important;
  }
  .lg\:hover\:border-purple-light:hover {
    border-color: #a779e9 !important;
  }
  .lg\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc !important;
  }
  .lg\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff !important;
  }
  .lg\:hover\:border-pink-darkest:hover {
    border-color: #451225 !important;
  }
  .lg\:hover\:border-pink-darker:hover {
    border-color: #6f213f !important;
  }
  .lg\:hover\:border-pink-dark:hover {
    border-color: #eb5286 !important;
  }
  .lg\:hover\:border-pink:hover {
    border-color: #f66d9b !important;
  }
  .lg\:hover\:border-pink-light:hover {
    border-color: #fa7ea8 !important;
  }
  .lg\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca !important;
  }
  .lg\:hover\:border-pink-lightest:hover {
    border-color: #ffebef !important;
  }
  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  .lg\:focus\:border-black:focus {
    border-color: #22292f !important;
  }
  .lg\:focus\:border-grey-darkest:focus {
    border-color: #3d4852 !important;
  }
  .lg\:focus\:border-grey-darker:focus {
    border-color: #606f7b !important;
  }
  .lg\:focus\:border-grey-dark:focus {
    border-color: #8795a1 !important;
  }
  .lg\:focus\:border-grey:focus {
    border-color: #b8c2cc !important;
  }
  .lg\:focus\:border-grey-light:focus {
    border-color: #dae1e7 !important;
  }
  .lg\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }
  .lg\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }
  .lg\:focus\:border-white:focus {
    border-color: #fff !important;
  }
  .lg\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c !important;
  }
  .lg\:focus\:border-red-darker:focus {
    border-color: #621b18 !important;
  }
  .lg\:focus\:border-red-dark:focus {
    border-color: #cc1f1a !important;
  }
  .lg\:focus\:border-red:focus {
    border-color: #e3342f !important;
  }
  .lg\:focus\:border-red-light:focus {
    border-color: #ef5753 !important;
  }
  .lg\:focus\:border-red-lighter:focus {
    border-color: #f9acaa !important;
  }
  .lg\:focus\:border-red-lightest:focus {
    border-color: #fcebea !important;
  }
  .lg\:focus\:border-orange-darkest:focus {
    border-color: #462a16 !important;
  }
  .lg\:focus\:border-orange-darker:focus {
    border-color: #613b1f !important;
  }
  .lg\:focus\:border-orange-dark:focus {
    border-color: #de751f !important;
  }
  .lg\:focus\:border-orange:focus {
    border-color: #f6993f !important;
  }
  .lg\:focus\:border-orange-light:focus {
    border-color: #faad63 !important;
  }
  .lg\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6 !important;
  }
  .lg\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb !important;
  }
  .lg\:focus\:border-yellow-darkest:focus {
    border-color: #453411 !important;
  }
  .lg\:focus\:border-yellow-darker:focus {
    border-color: #684f1d !important;
  }
  .lg\:focus\:border-yellow-dark:focus {
    border-color: #f2d024 !important;
  }
  .lg\:focus\:border-yellow:focus {
    border-color: #ffed4a !important;
  }
  .lg\:focus\:border-yellow-light:focus {
    border-color: #fff382 !important;
  }
  .lg\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2 !important;
  }
  .lg\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb !important;
  }
  .lg\:focus\:border-green-darkest:focus {
    border-color: #0f2f21 !important;
  }
  .lg\:focus\:border-green-darker:focus {
    border-color: #1a4731 !important;
  }
  .lg\:focus\:border-green-dark:focus {
    border-color: #1f9d55 !important;
  }
  .lg\:focus\:border-green:focus {
    border-color: #38c172 !important;
  }
  .lg\:focus\:border-green-light:focus {
    border-color: #51d88a !important;
  }
  .lg\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf !important;
  }
  .lg\:focus\:border-green-lightest:focus {
    border-color: #e3fcec !important;
  }
  .lg\:focus\:border-teal-darkest:focus {
    border-color: #0d3331 !important;
  }
  .lg\:focus\:border-teal-darker:focus {
    border-color: #20504f !important;
  }
  .lg\:focus\:border-teal-dark:focus {
    border-color: #38a89d !important;
  }
  .lg\:focus\:border-teal:focus {
    border-color: #4dc0b5 !important;
  }
  .lg\:focus\:border-teal-light:focus {
    border-color: #64d5ca !important;
  }
  .lg\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed !important;
  }
  .lg\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe !important;
  }
  .lg\:focus\:border-blue-darkest:focus {
    border-color: #12283a !important;
  }
  .lg\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a !important;
  }
  .lg\:focus\:border-blue-dark:focus {
    border-color: #2779bd !important;
  }
  .lg\:focus\:border-blue:focus {
    border-color: #3490dc !important;
  }
  .lg\:focus\:border-blue-light:focus {
    border-color: #6cb2eb !important;
  }
  .lg\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa !important;
  }
  .lg\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff !important;
  }
  .lg\:focus\:border-indigo-darkest:focus {
    border-color: #191e38 !important;
  }
  .lg\:focus\:border-indigo-darker:focus {
    border-color: #2f365f !important;
  }
  .lg\:focus\:border-indigo-dark:focus {
    border-color: #5661b3 !important;
  }
  .lg\:focus\:border-indigo:focus {
    border-color: #6574cd !important;
  }
  .lg\:focus\:border-indigo-light:focus {
    border-color: #7886d7 !important;
  }
  .lg\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff !important;
  }
  .lg\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff !important;
  }
  .lg\:focus\:border-purple-darkest:focus {
    border-color: #21183c !important;
  }
  .lg\:focus\:border-purple-darker:focus {
    border-color: #382b5f !important;
  }
  .lg\:focus\:border-purple-dark:focus {
    border-color: #794acf !important;
  }
  .lg\:focus\:border-purple:focus {
    border-color: #9561e2 !important;
  }
  .lg\:focus\:border-purple-light:focus {
    border-color: #a779e9 !important;
  }
  .lg\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc !important;
  }
  .lg\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff !important;
  }
  .lg\:focus\:border-pink-darkest:focus {
    border-color: #451225 !important;
  }
  .lg\:focus\:border-pink-darker:focus {
    border-color: #6f213f !important;
  }
  .lg\:focus\:border-pink-dark:focus {
    border-color: #eb5286 !important;
  }
  .lg\:focus\:border-pink:focus {
    border-color: #f66d9b !important;
  }
  .lg\:focus\:border-pink-light:focus {
    border-color: #fa7ea8 !important;
  }
  .lg\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca !important;
  }
  .lg\:focus\:border-pink-lightest:focus {
    border-color: #ffebef !important;
  }
  .lg\:rounded-none {
    border-radius: 0 !important;
  }
  .lg\:rounded-sm {
    border-radius: .125rem !important;
  }
  .lg\:rounded {
    border-radius: .25rem !important;
  }
  .lg\:rounded-lg {
    border-radius: .5rem !important;
  }
  .lg\:rounded-full {
    border-radius: 9999px !important;
  }
  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0 !important;
  }
  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0 !important;
  }
  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0 !important;
  }
  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem !important;
  }
  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem !important;
  }
  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem !important;
  }
  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem !important;
  }
  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem !important;
  }
  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem !important;
  }
  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
  }
  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
  }
  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem !important;
  }
  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem !important;
  }
  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem !important;
  }
  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem !important;
  }
  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px !important;
  }
  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px !important;
  }
  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px !important;
  }
  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px !important;
  }
  .lg\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }
  .lg\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }
  .lg\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }
  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }
  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }
  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }
  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }
  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }
  .lg\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }
  .lg\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }
  .lg\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }
  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }
  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }
  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }
  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }
  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }
  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }
  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }
  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }
  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }
  .lg\:border-solid {
    border-style: solid !important;
  }
  .lg\:border-dashed {
    border-style: dashed !important;
  }
  .lg\:border-dotted {
    border-style: dotted !important;
  }
  .lg\:border-none {
    border-style: none !important;
  }
  .lg\:border-0 {
    border-width: 0 !important;
  }
  .lg\:border-2 {
    border-width: 2px !important;
  }
  .lg\:border-4 {
    border-width: 4px !important;
  }
  .lg\:border-8 {
    border-width: 8px !important;
  }
  .lg\:border {
    border-width: 1px !important;
  }
  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }
  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }
  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }
  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }
  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }
  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }
  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }
  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }
  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }
  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }
  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }
  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }
  .lg\:border-t {
    border-top-width: 1px !important;
  }
  .lg\:border-r {
    border-right-width: 1px !important;
  }
  .lg\:border-b {
    border-bottom-width: 1px !important;
  }
  .lg\:border-l {
    border-left-width: 1px !important;
  }
  .lg\:cursor-auto {
    cursor: auto !important;
  }
  .lg\:cursor-default {
    cursor: default !important;
  }
  .lg\:cursor-pointer {
    cursor: pointer !important;
  }
  .lg\:cursor-wait {
    cursor: wait !important;
  }
  .lg\:cursor-move {
    cursor: move !important;
  }
  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:inline-block {
    display: inline-block !important;
  }
  .lg\:inline {
    display: inline !important;
  }
  .lg\:table {
    display: table !important;
  }
  .lg\:table-row {
    display: table-row !important;
  }
  .lg\:table-cell {
    display: table-cell !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:inline-flex {
    display: inline-flex !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:flex-col {
    flex-direction: column !important;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-end {
    align-items: flex-end !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
  .lg\:items-baseline {
    align-items: baseline !important;
  }
  .lg\:items-stretch {
    align-items: stretch !important;
  }
  .lg\:self-auto {
    align-self: auto !important;
  }
  .lg\:self-start {
    align-self: flex-start !important;
  }
  .lg\:self-end {
    align-self: flex-end !important;
  }
  .lg\:self-center {
    align-self: center !important;
  }
  .lg\:self-stretch {
    align-self: stretch !important;
  }
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:justify-around {
    justify-content: space-around !important;
  }
  .lg\:content-center {
    align-content: center !important;
  }
  .lg\:content-start {
    align-content: flex-start !important;
  }
  .lg\:content-end {
    align-content: flex-end !important;
  }
  .lg\:content-between {
    align-content: space-between !important;
  }
  .lg\:content-around {
    align-content: space-around !important;
  }
  .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;
  }
  .lg\:flex-grow {
    flex-grow: 1 !important;
  }
  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }
  .lg\:flex-no-grow {
    flex-grow: 0 !important;
  }
  .lg\:flex-no-shrink {
    flex-shrink: 0 !important;
  }
  .lg\:float-right {
    float: right !important;
  }
  .lg\:float-left {
    float: left !important;
  }
  .lg\:float-none {
    float: none !important;
  }
  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both !important;
  }
  .lg\:font-sans {
    font-family:
      system-ui,
      BlinkMacSystemFont,
      -apple-system,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif !important;
  }
  .lg\:font-serif {
    font-family:
      Constantia,
      Lucida Bright,
      Lucidabright,
      Lucida Serif,
      Lucida,
      DejaVu Serif,
      Bitstream Vera Serif,
      Liberation Serif,
      Georgia,
      serif !important;
  }
  .lg\:font-mono {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace !important;
  }
  .lg\:font-hairline {
    font-weight: 100 !important;
  }
  .lg\:font-thin {
    font-weight: 200 !important;
  }
  .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;
  }
  .lg\:font-extrabold {
    font-weight: 800 !important;
  }
  .lg\:font-black {
    font-weight: 900 !important;
  }
  .lg\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }
  .lg\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }
  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }
  .lg\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }
  .lg\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }
  .lg\:focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .lg\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .lg\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .lg\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .lg\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .lg\:focus\:font-black:focus {
    font-weight: 900 !important;
  }
  .lg\:h-1 {
    height: .25rem !important;
  }
  .lg\:h-2 {
    height: .5rem !important;
  }
  .lg\:h-3 {
    height: .75rem !important;
  }
  .lg\:h-4 {
    height: 1rem !important;
  }
  .lg\:h-5 {
    height: 1.25rem !important;
  }
  .lg\:h-6 {
    height: 1.5rem !important;
  }
  .lg\:h-8 {
    height: 2rem !important;
  }
  .lg\:h-10 {
    height: 2.5rem !important;
  }
  .lg\:h-12 {
    height: 3rem !important;
  }
  .lg\:h-16 {
    height: 4rem !important;
  }
  .lg\:h-24 {
    height: 6rem !important;
  }
  .lg\:h-32 {
    height: 8rem !important;
  }
  .lg\:h-48 {
    height: 12rem !important;
  }
  .lg\:h-64 {
    height: 16rem !important;
  }
  .lg\:h-auto {
    height: auto !important;
  }
  .lg\:h-px {
    height: 1px !important;
  }
  .lg\:h-full {
    height: 100% !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:leading-none {
    line-height: 1 !important;
  }
  .lg\:leading-tight {
    line-height: 1.25 !important;
  }
  .lg\:leading-normal {
    line-height: 1.5 !important;
  }
  .lg\:leading-loose {
    line-height: 2 !important;
  }
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:m-1 {
    margin: .25rem !important;
  }
  .lg\:m-2 {
    margin: .5rem !important;
  }
  .lg\:m-3 {
    margin: .75rem !important;
  }
  .lg\:m-4 {
    margin: 1rem !important;
  }
  .lg\:m-5 {
    margin: 1.25rem !important;
  }
  .lg\:m-6 {
    margin: 1.5rem !important;
  }
  .lg\:m-8 {
    margin: 2rem !important;
  }
  .lg\:m-10 {
    margin: 2.5rem !important;
  }
  .lg\:m-12 {
    margin: 3rem !important;
  }
  .lg\:m-16 {
    margin: 4rem !important;
  }
  .lg\:m-20 {
    margin: 5rem !important;
  }
  .lg\:m-24 {
    margin: 6rem !important;
  }
  .lg\:m-32 {
    margin: 8rem !important;
  }
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:m-px {
    margin: 1px !important;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem !important;
  }
  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem !important;
  }
  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem !important;
  }
  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem !important;
  }
  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem !important;
  }
  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem !important;
  }
  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem !important;
  }
  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem !important;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem !important;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem !important;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem !important;
  }
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem !important;
  }
  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem !important;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem !important;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem !important;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem !important;
  }
  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem !important;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem !important;
  }
  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem !important;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem !important;
  }
  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem !important;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem !important;
  }
  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem !important;
  }
  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem !important;
  }
  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem !important;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto !important;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto !important;
  }
  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px !important;
  }
  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:mt-1 {
    margin-top: .25rem !important;
  }
  .lg\:mr-1 {
    margin-right: .25rem !important;
  }
  .lg\:mb-1 {
    margin-bottom: .25rem !important;
  }
  .lg\:ml-1 {
    margin-left: .25rem !important;
  }
  .lg\:mt-2 {
    margin-top: .5rem !important;
  }
  .lg\:mr-2 {
    margin-right: .5rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: .5rem !important;
  }
  .lg\:ml-2 {
    margin-left: .5rem !important;
  }
  .lg\:mt-3 {
    margin-top: .75rem !important;
  }
  .lg\:mr-3 {
    margin-right: .75rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: .75rem !important;
  }
  .lg\:ml-3 {
    margin-left: .75rem !important;
  }
  .lg\:mt-4 {
    margin-top: 1rem !important;
  }
  .lg\:mr-4 {
    margin-right: 1rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1rem !important;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .lg\:ml-8 {
    margin-left: 2rem !important;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .lg\:mt-12 {
    margin-top: 3rem !important;
  }
  .lg\:mr-12 {
    margin-right: 3rem !important;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .lg\:ml-12 {
    margin-left: 3rem !important;
  }
  .lg\:mt-16 {
    margin-top: 4rem !important;
  }
  .lg\:mr-16 {
    margin-right: 4rem !important;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .lg\:ml-16 {
    margin-left: 4rem !important;
  }
  .lg\:mt-20 {
    margin-top: 5rem !important;
  }
  .lg\:mr-20 {
    margin-right: 5rem !important;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .lg\:ml-20 {
    margin-left: 5rem !important;
  }
  .lg\:mt-24 {
    margin-top: 6rem !important;
  }
  .lg\:mr-24 {
    margin-right: 6rem !important;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .lg\:ml-24 {
    margin-left: 6rem !important;
  }
  .lg\:mt-32 {
    margin-top: 8rem !important;
  }
  .lg\:mr-32 {
    margin-right: 8rem !important;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .lg\:ml-32 {
    margin-left: 8rem !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mt-px {
    margin-top: 1px !important;
  }
  .lg\:mr-px {
    margin-right: 1px !important;
  }
  .lg\:mb-px {
    margin-bottom: 1px !important;
  }
  .lg\:ml-px {
    margin-left: 1px !important;
  }
  .lg\:max-h-full {
    max-height: 100% !important;
  }
  .lg\:max-h-screen {
    max-height: 100vh !important;
  }
  .lg\:max-w-xs {
    max-width: 20rem !important;
  }
  .lg\:max-w-sm {
    max-width: 30rem !important;
  }
  .lg\:max-w-md {
    max-width: 40rem !important;
  }
  .lg\:max-w-lg {
    max-width: 50rem !important;
  }
  .lg\:max-w-xl {
    max-width: 60rem !important;
  }
  .lg\:max-w-2xl {
    max-width: 70rem !important;
  }
  .lg\:max-w-3xl {
    max-width: 80rem !important;
  }
  .lg\:max-w-4xl {
    max-width: 90rem !important;
  }
  .lg\:max-w-5xl {
    max-width: 100rem !important;
  }
  .lg\:max-w-full {
    max-width: 100% !important;
  }
  .lg\:min-h-0 {
    min-height: 0 !important;
  }
  .lg\:min-h-full {
    min-height: 100% !important;
  }
  .lg\:min-h-screen {
    min-height: 100vh !important;
  }
  .lg\:min-w-0 {
    min-width: 0 !important;
  }
  .lg\:min-w-full {
    min-width: 100% !important;
  }
  .lg\:-m-0 {
    margin: 0 !important;
  }
  .lg\:-m-1 {
    margin: -.25rem !important;
  }
  .lg\:-m-2 {
    margin: -.5rem !important;
  }
  .lg\:-m-3 {
    margin: -.75rem !important;
  }
  .lg\:-m-4 {
    margin: -1rem !important;
  }
  .lg\:-m-5 {
    margin: -1.25rem !important;
  }
  .lg\:-m-6 {
    margin: -1.5rem !important;
  }
  .lg\:-m-8 {
    margin: -2rem !important;
  }
  .lg\:-m-10 {
    margin: -2.5rem !important;
  }
  .lg\:-m-12 {
    margin: -3rem !important;
  }
  .lg\:-m-16 {
    margin: -4rem !important;
  }
  .lg\:-m-20 {
    margin: -5rem !important;
  }
  .lg\:-m-24 {
    margin: -6rem !important;
  }
  .lg\:-m-32 {
    margin: -8rem !important;
  }
  .lg\:-m-px {
    margin: -1px !important;
  }
  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .lg\:-my-1 {
    margin-top: -.25rem;
    margin-bottom: -.25rem !important;
  }
  .lg\:-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem !important;
  }
  .lg\:-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem !important;
  }
  .lg\:-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem !important;
  }
  .lg\:-my-3 {
    margin-top: -.75rem;
    margin-bottom: -.75rem !important;
  }
  .lg\:-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem !important;
  }
  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem !important;
  }
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem !important;
  }
  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem !important;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem !important;
  }
  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem !important;
  }
  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem !important;
  }
  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem !important;
  }
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem !important;
  }
  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem !important;
  }
  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem !important;
  }
  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem !important;
  }
  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem !important;
  }
  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem !important;
  }
  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem !important;
  }
  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem !important;
  }
  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem !important;
  }
  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem !important;
  }
  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem !important;
  }
  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem !important;
  }
  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem !important;
  }
  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px !important;
  }
  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px !important;
  }
  .lg\:-mt-0 {
    margin-top: 0 !important;
  }
  .lg\:-mr-0 {
    margin-right: 0 !important;
  }
  .lg\:-mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:-ml-0 {
    margin-left: 0 !important;
  }
  .lg\:-mt-1 {
    margin-top: -.25rem !important;
  }
  .lg\:-mr-1 {
    margin-right: -.25rem !important;
  }
  .lg\:-mb-1 {
    margin-bottom: -.25rem !important;
  }
  .lg\:-ml-1 {
    margin-left: -.25rem !important;
  }
  .lg\:-mt-2 {
    margin-top: -.5rem !important;
  }
  .lg\:-mr-2 {
    margin-right: -.5rem !important;
  }
  .lg\:-mb-2 {
    margin-bottom: -.5rem !important;
  }
  .lg\:-ml-2 {
    margin-left: -.5rem !important;
  }
  .lg\:-mt-3 {
    margin-top: -.75rem !important;
  }
  .lg\:-mr-3 {
    margin-right: -.75rem !important;
  }
  .lg\:-mb-3 {
    margin-bottom: -.75rem !important;
  }
  .lg\:-ml-3 {
    margin-left: -.75rem !important;
  }
  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }
  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }
  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }
  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }
  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }
  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }
  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }
  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }
  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }
  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }
  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }
  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }
  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }
  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }
  .lg\:-mt-px {
    margin-top: -1px !important;
  }
  .lg\:-mr-px {
    margin-right: -1px !important;
  }
  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }
  .lg\:-ml-px {
    margin-left: -1px !important;
  }
  .lg\:opacity-0 {
    opacity: 0 !important;
  }
  .lg\:opacity-25 {
    opacity: .25 !important;
  }
  .lg\:opacity-50 {
    opacity: .5 !important;
  }
  .lg\:opacity-75 {
    opacity: .75 !important;
  }
  .lg\:opacity-100 {
    opacity: 1 !important;
  }
  .lg\:overflow-auto {
    overflow: auto !important;
  }
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:overflow-visible {
    overflow: visible !important;
  }
  .lg\:overflow-scroll {
    overflow: scroll !important;
  }
  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }
  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }
  .lg\:p-0 {
    padding: 0 !important;
  }
  .lg\:p-1 {
    padding: .25rem !important;
  }
  .lg\:p-2 {
    padding: .5rem !important;
  }
  .lg\:p-3 {
    padding: .75rem !important;
  }
  .lg\:p-4 {
    padding: 1rem !important;
  }
  .lg\:p-5 {
    padding: 1.25rem !important;
  }
  .lg\:p-6 {
    padding: 1.5rem !important;
  }
  .lg\:p-8 {
    padding: 2rem !important;
  }
  .lg\:p-10 {
    padding: 2.5rem !important;
  }
  .lg\:p-12 {
    padding: 3rem !important;
  }
  .lg\:p-16 {
    padding: 4rem !important;
  }
  .lg\:p-20 {
    padding: 5rem !important;
  }
  .lg\:p-24 {
    padding: 6rem !important;
  }
  .lg\:p-32 {
    padding: 8rem !important;
  }
  .lg\:p-px {
    padding: 1px !important;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem !important;
  }
  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem !important;
  }
  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem !important;
  }
  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem !important;
  }
  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem !important;
  }
  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem !important;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem !important;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem !important;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem !important;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem !important;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem !important;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem !important;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem !important;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem !important;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem !important;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem !important;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem !important;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem !important;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem !important;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem !important;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem !important;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem !important;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem !important;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem !important;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem !important;
  }
  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem !important;
  }
  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px !important;
  }
  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px !important;
  }
  .lg\:pt-0 {
    padding-top: 0 !important;
  }
  .lg\:pr-0 {
    padding-right: 0 !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .lg\:pl-0 {
    padding-left: 0 !important;
  }
  .lg\:pt-1 {
    padding-top: .25rem !important;
  }
  .lg\:pr-1 {
    padding-right: .25rem !important;
  }
  .lg\:pb-1 {
    padding-bottom: .25rem !important;
  }
  .lg\:pl-1 {
    padding-left: .25rem !important;
  }
  .lg\:pt-2 {
    padding-top: .5rem !important;
  }
  .lg\:pr-2 {
    padding-right: .5rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: .5rem !important;
  }
  .lg\:pl-2 {
    padding-left: .5rem !important;
  }
  .lg\:pt-3 {
    padding-top: .75rem !important;
  }
  .lg\:pr-3 {
    padding-right: .75rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: .75rem !important;
  }
  .lg\:pl-3 {
    padding-left: .75rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1rem !important;
  }
  .lg\:pr-4 {
    padding-right: 1rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1rem !important;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .lg\:pt-8 {
    padding-top: 2rem !important;
  }
  .lg\:pr-8 {
    padding-right: 2rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .lg\:pl-8 {
    padding-left: 2rem !important;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .lg\:pt-12 {
    padding-top: 3rem !important;
  }
  .lg\:pr-12 {
    padding-right: 3rem !important;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .lg\:pl-12 {
    padding-left: 3rem !important;
  }
  .lg\:pt-16 {
    padding-top: 4rem !important;
  }
  .lg\:pr-16 {
    padding-right: 4rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .lg\:pl-16 {
    padding-left: 4rem !important;
  }
  .lg\:pt-20 {
    padding-top: 5rem !important;
  }
  .lg\:pr-20 {
    padding-right: 5rem !important;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .lg\:pl-20 {
    padding-left: 5rem !important;
  }
  .lg\:pt-24 {
    padding-top: 6rem !important;
  }
  .lg\:pr-24 {
    padding-right: 6rem !important;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .lg\:pl-24 {
    padding-left: 6rem !important;
  }
  .lg\:pt-32 {
    padding-top: 8rem !important;
  }
  .lg\:pr-32 {
    padding-right: 8rem !important;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .lg\:pl-32 {
    padding-left: 8rem !important;
  }
  .lg\:pt-px {
    padding-top: 1px !important;
  }
  .lg\:pr-px {
    padding-right: 1px !important;
  }
  .lg\:pb-px {
    padding-bottom: 1px !important;
  }
  .lg\:pl-px {
    padding-left: 1px !important;
  }
  .lg\:pointer-events-none {
    pointer-events: none !important;
  }
  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .lg\:static {
    position: static !important;
  }
  .lg\:fixed {
    position: fixed !important;
  }
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:relative {
    position: relative !important;
  }
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky !important;
  }
  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto !important;
  }
  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
  }
  .lg\:pin-y {
    top: 0;
    bottom: 0 !important;
  }
  .lg\:pin-x {
    right: 0;
    left: 0 !important;
  }
  .lg\:pin-t {
    top: 0 !important;
  }
  .lg\:pin-r {
    right: 0 !important;
  }
  .lg\:pin-b {
    bottom: 0 !important;
  }
  .lg\:pin-l {
    left: 0 !important;
  }
  .lg\:resize-none {
    resize: none !important;
  }
  .lg\:resize-y {
    resize: vertical !important;
  }
  .lg\:resize-x {
    resize: horizontal !important;
  }
  .lg\:resize {
    resize: both !important;
  }
  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .lg\:shadow-none {
    box-shadow: none !important;
  }
  .lg\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .lg\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .lg\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .lg\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .lg\:table-auto {
    table-layout: auto !important;
  }
  .lg\:table-fixed {
    table-layout: fixed !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
  .lg\:text-justify {
    text-align: justify !important;
  }
  .lg\:text-transparent {
    color: transparent !important;
  }
  .lg\:text-black {
    color: #22292f !important;
  }
  .lg\:text-grey-darkest {
    color: #3d4852 !important;
  }
  .lg\:text-grey-darker {
    color: #606f7b !important;
  }
  .lg\:text-grey-dark {
    color: #8795a1 !important;
  }
  .lg\:text-grey {
    color: #b8c2cc !important;
  }
  .lg\:text-grey-light {
    color: #dae1e7 !important;
  }
  .lg\:text-grey-lighter {
    color: #f1f5f8 !important;
  }
  .lg\:text-grey-lightest {
    color: #f8fafc !important;
  }
  .lg\:text-white {
    color: #fff !important;
  }
  .lg\:text-red-darkest {
    color: #3b0d0c !important;
  }
  .lg\:text-red-darker {
    color: #621b18 !important;
  }
  .lg\:text-red-dark {
    color: #cc1f1a !important;
  }
  .lg\:text-red {
    color: #e3342f !important;
  }
  .lg\:text-red-light {
    color: #ef5753 !important;
  }
  .lg\:text-red-lighter {
    color: #f9acaa !important;
  }
  .lg\:text-red-lightest {
    color: #fcebea !important;
  }
  .lg\:text-orange-darkest {
    color: #462a16 !important;
  }
  .lg\:text-orange-darker {
    color: #613b1f !important;
  }
  .lg\:text-orange-dark {
    color: #de751f !important;
  }
  .lg\:text-orange {
    color: #f6993f !important;
  }
  .lg\:text-orange-light {
    color: #faad63 !important;
  }
  .lg\:text-orange-lighter {
    color: #fcd9b6 !important;
  }
  .lg\:text-orange-lightest {
    color: #fff5eb !important;
  }
  .lg\:text-yellow-darkest {
    color: #453411 !important;
  }
  .lg\:text-yellow-darker {
    color: #684f1d !important;
  }
  .lg\:text-yellow-dark {
    color: #f2d024 !important;
  }
  .lg\:text-yellow {
    color: #ffed4a !important;
  }
  .lg\:text-yellow-light {
    color: #fff382 !important;
  }
  .lg\:text-yellow-lighter {
    color: #fff9c2 !important;
  }
  .lg\:text-yellow-lightest {
    color: #fcfbeb !important;
  }
  .lg\:text-green-darkest {
    color: #0f2f21 !important;
  }
  .lg\:text-green-darker {
    color: #1a4731 !important;
  }
  .lg\:text-green-dark {
    color: #1f9d55 !important;
  }
  .lg\:text-green {
    color: #38c172 !important;
  }
  .lg\:text-green-light {
    color: #51d88a !important;
  }
  .lg\:text-green-lighter {
    color: #a2f5bf !important;
  }
  .lg\:text-green-lightest {
    color: #e3fcec !important;
  }
  .lg\:text-teal-darkest {
    color: #0d3331 !important;
  }
  .lg\:text-teal-darker {
    color: #20504f !important;
  }
  .lg\:text-teal-dark {
    color: #38a89d !important;
  }
  .lg\:text-teal {
    color: #4dc0b5 !important;
  }
  .lg\:text-teal-light {
    color: #64d5ca !important;
  }
  .lg\:text-teal-lighter {
    color: #a0f0ed !important;
  }
  .lg\:text-teal-lightest {
    color: #e8fffe !important;
  }
  .lg\:text-blue-darkest {
    color: #12283a !important;
  }
  .lg\:text-blue-darker {
    color: #1c3d5a !important;
  }
  .lg\:text-blue-dark {
    color: #2779bd !important;
  }
  .lg\:text-blue {
    color: #3490dc !important;
  }
  .lg\:text-blue-light {
    color: #6cb2eb !important;
  }
  .lg\:text-blue-lighter {
    color: #bcdefa !important;
  }
  .lg\:text-blue-lightest {
    color: #eff8ff !important;
  }
  .lg\:text-indigo-darkest {
    color: #191e38 !important;
  }
  .lg\:text-indigo-darker {
    color: #2f365f !important;
  }
  .lg\:text-indigo-dark {
    color: #5661b3 !important;
  }
  .lg\:text-indigo {
    color: #6574cd !important;
  }
  .lg\:text-indigo-light {
    color: #7886d7 !important;
  }
  .lg\:text-indigo-lighter {
    color: #b2b7ff !important;
  }
  .lg\:text-indigo-lightest {
    color: #e6e8ff !important;
  }
  .lg\:text-purple-darkest {
    color: #21183c !important;
  }
  .lg\:text-purple-darker {
    color: #382b5f !important;
  }
  .lg\:text-purple-dark {
    color: #794acf !important;
  }
  .lg\:text-purple {
    color: #9561e2 !important;
  }
  .lg\:text-purple-light {
    color: #a779e9 !important;
  }
  .lg\:text-purple-lighter {
    color: #d6bbfc !important;
  }
  .lg\:text-purple-lightest {
    color: #f3ebff !important;
  }
  .lg\:text-pink-darkest {
    color: #451225 !important;
  }
  .lg\:text-pink-darker {
    color: #6f213f !important;
  }
  .lg\:text-pink-dark {
    color: #eb5286 !important;
  }
  .lg\:text-pink {
    color: #f66d9b !important;
  }
  .lg\:text-pink-light {
    color: #fa7ea8 !important;
  }
  .lg\:text-pink-lighter {
    color: #ffbbca !important;
  }
  .lg\:text-pink-lightest {
    color: #ffebef !important;
  }
  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  .lg\:hover\:text-black:hover {
    color: #22292f !important;
  }
  .lg\:hover\:text-grey-darkest:hover {
    color: #3d4852 !important;
  }
  .lg\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }
  .lg\:hover\:text-grey-dark:hover {
    color: #8795a1 !important;
  }
  .lg\:hover\:text-grey:hover {
    color: #b8c2cc !important;
  }
  .lg\:hover\:text-grey-light:hover {
    color: #dae1e7 !important;
  }
  .lg\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }
  .lg\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }
  .lg\:hover\:text-white:hover {
    color: #fff !important;
  }
  .lg\:hover\:text-red-darkest:hover {
    color: #3b0d0c !important;
  }
  .lg\:hover\:text-red-darker:hover {
    color: #621b18 !important;
  }
  .lg\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }
  .lg\:hover\:text-red:hover {
    color: #e3342f !important;
  }
  .lg\:hover\:text-red-light:hover {
    color: #ef5753 !important;
  }
  .lg\:hover\:text-red-lighter:hover {
    color: #f9acaa !important;
  }
  .lg\:hover\:text-red-lightest:hover {
    color: #fcebea !important;
  }
  .lg\:hover\:text-orange-darkest:hover {
    color: #462a16 !important;
  }
  .lg\:hover\:text-orange-darker:hover {
    color: #613b1f !important;
  }
  .lg\:hover\:text-orange-dark:hover {
    color: #de751f !important;
  }
  .lg\:hover\:text-orange:hover {
    color: #f6993f !important;
  }
  .lg\:hover\:text-orange-light:hover {
    color: #faad63 !important;
  }
  .lg\:hover\:text-orange-lighter:hover {
    color: #fcd9b6 !important;
  }
  .lg\:hover\:text-orange-lightest:hover {
    color: #fff5eb !important;
  }
  .lg\:hover\:text-yellow-darkest:hover {
    color: #453411 !important;
  }
  .lg\:hover\:text-yellow-darker:hover {
    color: #684f1d !important;
  }
  .lg\:hover\:text-yellow-dark:hover {
    color: #f2d024 !important;
  }
  .lg\:hover\:text-yellow:hover {
    color: #ffed4a !important;
  }
  .lg\:hover\:text-yellow-light:hover {
    color: #fff382 !important;
  }
  .lg\:hover\:text-yellow-lighter:hover {
    color: #fff9c2 !important;
  }
  .lg\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb !important;
  }
  .lg\:hover\:text-green-darkest:hover {
    color: #0f2f21 !important;
  }
  .lg\:hover\:text-green-darker:hover {
    color: #1a4731 !important;
  }
  .lg\:hover\:text-green-dark:hover {
    color: #1f9d55 !important;
  }
  .lg\:hover\:text-green:hover {
    color: #38c172 !important;
  }
  .lg\:hover\:text-green-light:hover {
    color: #51d88a !important;
  }
  .lg\:hover\:text-green-lighter:hover {
    color: #a2f5bf !important;
  }
  .lg\:hover\:text-green-lightest:hover {
    color: #e3fcec !important;
  }
  .lg\:hover\:text-teal-darkest:hover {
    color: #0d3331 !important;
  }
  .lg\:hover\:text-teal-darker:hover {
    color: #20504f !important;
  }
  .lg\:hover\:text-teal-dark:hover {
    color: #38a89d !important;
  }
  .lg\:hover\:text-teal:hover {
    color: #4dc0b5 !important;
  }
  .lg\:hover\:text-teal-light:hover {
    color: #64d5ca !important;
  }
  .lg\:hover\:text-teal-lighter:hover {
    color: #a0f0ed !important;
  }
  .lg\:hover\:text-teal-lightest:hover {
    color: #e8fffe !important;
  }
  .lg\:hover\:text-blue-darkest:hover {
    color: #12283a !important;
  }
  .lg\:hover\:text-blue-darker:hover {
    color: #1c3d5a !important;
  }
  .lg\:hover\:text-blue-dark:hover {
    color: #2779bd !important;
  }
  .lg\:hover\:text-blue:hover {
    color: #3490dc !important;
  }
  .lg\:hover\:text-blue-light:hover {
    color: #6cb2eb !important;
  }
  .lg\:hover\:text-blue-lighter:hover {
    color: #bcdefa !important;
  }
  .lg\:hover\:text-blue-lightest:hover {
    color: #eff8ff !important;
  }
  .lg\:hover\:text-indigo-darkest:hover {
    color: #191e38 !important;
  }
  .lg\:hover\:text-indigo-darker:hover {
    color: #2f365f !important;
  }
  .lg\:hover\:text-indigo-dark:hover {
    color: #5661b3 !important;
  }
  .lg\:hover\:text-indigo:hover {
    color: #6574cd !important;
  }
  .lg\:hover\:text-indigo-light:hover {
    color: #7886d7 !important;
  }
  .lg\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff !important;
  }
  .lg\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff !important;
  }
  .lg\:hover\:text-purple-darkest:hover {
    color: #21183c !important;
  }
  .lg\:hover\:text-purple-darker:hover {
    color: #382b5f !important;
  }
  .lg\:hover\:text-purple-dark:hover {
    color: #794acf !important;
  }
  .lg\:hover\:text-purple:hover {
    color: #9561e2 !important;
  }
  .lg\:hover\:text-purple-light:hover {
    color: #a779e9 !important;
  }
  .lg\:hover\:text-purple-lighter:hover {
    color: #d6bbfc !important;
  }
  .lg\:hover\:text-purple-lightest:hover {
    color: #f3ebff !important;
  }
  .lg\:hover\:text-pink-darkest:hover {
    color: #451225 !important;
  }
  .lg\:hover\:text-pink-darker:hover {
    color: #6f213f !important;
  }
  .lg\:hover\:text-pink-dark:hover {
    color: #eb5286 !important;
  }
  .lg\:hover\:text-pink:hover {
    color: #f66d9b !important;
  }
  .lg\:hover\:text-pink-light:hover {
    color: #fa7ea8 !important;
  }
  .lg\:hover\:text-pink-lighter:hover {
    color: #ffbbca !important;
  }
  .lg\:hover\:text-pink-lightest:hover {
    color: #ffebef !important;
  }
  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  .lg\:focus\:text-black:focus {
    color: #22292f !important;
  }
  .lg\:focus\:text-grey-darkest:focus {
    color: #3d4852 !important;
  }
  .lg\:focus\:text-grey-darker:focus {
    color: #606f7b !important;
  }
  .lg\:focus\:text-grey-dark:focus {
    color: #8795a1 !important;
  }
  .lg\:focus\:text-grey:focus {
    color: #b8c2cc !important;
  }
  .lg\:focus\:text-grey-light:focus {
    color: #dae1e7 !important;
  }
  .lg\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }
  .lg\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }
  .lg\:focus\:text-white:focus {
    color: #fff !important;
  }
  .lg\:focus\:text-red-darkest:focus {
    color: #3b0d0c !important;
  }
  .lg\:focus\:text-red-darker:focus {
    color: #621b18 !important;
  }
  .lg\:focus\:text-red-dark:focus {
    color: #cc1f1a !important;
  }
  .lg\:focus\:text-red:focus {
    color: #e3342f !important;
  }
  .lg\:focus\:text-red-light:focus {
    color: #ef5753 !important;
  }
  .lg\:focus\:text-red-lighter:focus {
    color: #f9acaa !important;
  }
  .lg\:focus\:text-red-lightest:focus {
    color: #fcebea !important;
  }
  .lg\:focus\:text-orange-darkest:focus {
    color: #462a16 !important;
  }
  .lg\:focus\:text-orange-darker:focus {
    color: #613b1f !important;
  }
  .lg\:focus\:text-orange-dark:focus {
    color: #de751f !important;
  }
  .lg\:focus\:text-orange:focus {
    color: #f6993f !important;
  }
  .lg\:focus\:text-orange-light:focus {
    color: #faad63 !important;
  }
  .lg\:focus\:text-orange-lighter:focus {
    color: #fcd9b6 !important;
  }
  .lg\:focus\:text-orange-lightest:focus {
    color: #fff5eb !important;
  }
  .lg\:focus\:text-yellow-darkest:focus {
    color: #453411 !important;
  }
  .lg\:focus\:text-yellow-darker:focus {
    color: #684f1d !important;
  }
  .lg\:focus\:text-yellow-dark:focus {
    color: #f2d024 !important;
  }
  .lg\:focus\:text-yellow:focus {
    color: #ffed4a !important;
  }
  .lg\:focus\:text-yellow-light:focus {
    color: #fff382 !important;
  }
  .lg\:focus\:text-yellow-lighter:focus {
    color: #fff9c2 !important;
  }
  .lg\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb !important;
  }
  .lg\:focus\:text-green-darkest:focus {
    color: #0f2f21 !important;
  }
  .lg\:focus\:text-green-darker:focus {
    color: #1a4731 !important;
  }
  .lg\:focus\:text-green-dark:focus {
    color: #1f9d55 !important;
  }
  .lg\:focus\:text-green:focus {
    color: #38c172 !important;
  }
  .lg\:focus\:text-green-light:focus {
    color: #51d88a !important;
  }
  .lg\:focus\:text-green-lighter:focus {
    color: #a2f5bf !important;
  }
  .lg\:focus\:text-green-lightest:focus {
    color: #e3fcec !important;
  }
  .lg\:focus\:text-teal-darkest:focus {
    color: #0d3331 !important;
  }
  .lg\:focus\:text-teal-darker:focus {
    color: #20504f !important;
  }
  .lg\:focus\:text-teal-dark:focus {
    color: #38a89d !important;
  }
  .lg\:focus\:text-teal:focus {
    color: #4dc0b5 !important;
  }
  .lg\:focus\:text-teal-light:focus {
    color: #64d5ca !important;
  }
  .lg\:focus\:text-teal-lighter:focus {
    color: #a0f0ed !important;
  }
  .lg\:focus\:text-teal-lightest:focus {
    color: #e8fffe !important;
  }
  .lg\:focus\:text-blue-darkest:focus {
    color: #12283a !important;
  }
  .lg\:focus\:text-blue-darker:focus {
    color: #1c3d5a !important;
  }
  .lg\:focus\:text-blue-dark:focus {
    color: #2779bd !important;
  }
  .lg\:focus\:text-blue:focus {
    color: #3490dc !important;
  }
  .lg\:focus\:text-blue-light:focus {
    color: #6cb2eb !important;
  }
  .lg\:focus\:text-blue-lighter:focus {
    color: #bcdefa !important;
  }
  .lg\:focus\:text-blue-lightest:focus {
    color: #eff8ff !important;
  }
  .lg\:focus\:text-indigo-darkest:focus {
    color: #191e38 !important;
  }
  .lg\:focus\:text-indigo-darker:focus {
    color: #2f365f !important;
  }
  .lg\:focus\:text-indigo-dark:focus {
    color: #5661b3 !important;
  }
  .lg\:focus\:text-indigo:focus {
    color: #6574cd !important;
  }
  .lg\:focus\:text-indigo-light:focus {
    color: #7886d7 !important;
  }
  .lg\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff !important;
  }
  .lg\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff !important;
  }
  .lg\:focus\:text-purple-darkest:focus {
    color: #21183c !important;
  }
  .lg\:focus\:text-purple-darker:focus {
    color: #382b5f !important;
  }
  .lg\:focus\:text-purple-dark:focus {
    color: #794acf !important;
  }
  .lg\:focus\:text-purple:focus {
    color: #9561e2 !important;
  }
  .lg\:focus\:text-purple-light:focus {
    color: #a779e9 !important;
  }
  .lg\:focus\:text-purple-lighter:focus {
    color: #d6bbfc !important;
  }
  .lg\:focus\:text-purple-lightest:focus {
    color: #f3ebff !important;
  }
  .lg\:focus\:text-pink-darkest:focus {
    color: #451225 !important;
  }
  .lg\:focus\:text-pink-darker:focus {
    color: #6f213f !important;
  }
  .lg\:focus\:text-pink-dark:focus {
    color: #eb5286 !important;
  }
  .lg\:focus\:text-pink:focus {
    color: #f66d9b !important;
  }
  .lg\:focus\:text-pink-light:focus {
    color: #fa7ea8 !important;
  }
  .lg\:focus\:text-pink-lighter:focus {
    color: #ffbbca !important;
  }
  .lg\:focus\:text-pink-lightest:focus {
    color: #ffebef !important;
  }
  .lg\:text-xs {
    font-size: .75rem !important;
  }
  .lg\:text-sm {
    font-size: .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.875rem !important;
  }
  .lg\:text-4xl {
    font-size: 2.25rem !important;
  }
  .lg\:text-5xl {
    font-size: 3rem !important;
  }
  .lg\:italic {
    font-style: italic !important;
  }
  .lg\:roman {
    font-style: normal !important;
  }
  .lg\:uppercase {
    text-transform: uppercase !important;
  }
  .lg\:lowercase {
    text-transform: lowercase !important;
  }
  .lg\:capitalize {
    text-transform: capitalize !important;
  }
  .lg\:normal-case {
    text-transform: none !important;
  }
  .lg\:underline {
    text-decoration: underline !important;
  }
  .lg\:line-through {
    text-decoration: line-through !important;
  }
  .lg\:no-underline {
    text-decoration: none !important;
  }
  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .lg\:hover\:italic:hover {
    font-style: italic !important;
  }
  .lg\:hover\:roman:hover {
    font-style: normal !important;
  }
  .lg\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }
  .lg\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }
  .lg\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }
  .lg\:hover\:normal-case:hover {
    text-transform: none !important;
  }
  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .lg\:focus\:italic:focus {
    font-style: italic !important;
  }
  .lg\:focus\:roman:focus {
    font-style: normal !important;
  }
  .lg\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }
  .lg\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }
  .lg\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }
  .lg\:focus\:normal-case:focus {
    text-transform: none !important;
  }
  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .lg\:tracking-tight {
    letter-spacing: -.05em !important;
  }
  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }
  .lg\:tracking-wide {
    letter-spacing: .05em !important;
  }
  .lg\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none !important;
  }
  .lg\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text !important;
  }
  .lg\:align-baseline {
    vertical-align: baseline !important;
  }
  .lg\:align-top {
    vertical-align: top !important;
  }
  .lg\:align-middle {
    vertical-align: middle !important;
  }
  .lg\:align-bottom {
    vertical-align: bottom !important;
  }
  .lg\:align-text-top {
    vertical-align: text-top !important;
  }
  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .lg\:visible {
    visibility: visible !important;
  }
  .lg\:invisible {
    visibility: hidden !important;
  }
  .lg\:whitespace-normal {
    white-space: normal !important;
  }
  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }
  .lg\:whitespace-pre {
    white-space: pre !important;
  }
  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  .lg\:break-words {
    word-wrap: break-word !important;
  }
  .lg\:break-normal {
    word-wrap: normal !important;
  }
  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .lg\:w-1 {
    width: .25rem !important;
  }
  .lg\:w-2 {
    width: .5rem !important;
  }
  .lg\:w-3 {
    width: .75rem !important;
  }
  .lg\:w-4 {
    width: 1rem !important;
  }
  .lg\:w-5 {
    width: 1.25rem !important;
  }
  .lg\:w-6 {
    width: 1.5rem !important;
  }
  .lg\:w-8 {
    width: 2rem !important;
  }
  .lg\:w-10 {
    width: 2.5rem !important;
  }
  .lg\:w-12 {
    width: 3rem !important;
  }
  .lg\:w-16 {
    width: 4rem !important;
  }
  .lg\:w-24 {
    width: 6rem !important;
  }
  .lg\:w-32 {
    width: 8rem !important;
  }
  .lg\:w-48 {
    width: 12rem !important;
  }
  .lg\:w-64 {
    width: 16rem !important;
  }
  .lg\:w-auto {
    width: auto !important;
  }
  .lg\:w-px {
    width: 1px !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/3 {
    width: 33.33333% !important;
  }
  .lg\:w-2\/3 {
    width: 66.66667% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-3\/4 {
    width: 75% !important;
  }
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  .lg\:w-2\/5 {
    width: 40% !important;
  }
  .lg\:w-3\/5 {
    width: 60% !important;
  }
  .lg\:w-4\/5 {
    width: 80% !important;
  }
  .lg\:w-1\/6 {
    width: 16.66667% !important;
  }
  .lg\:w-5\/6 {
    width: 83.33333% !important;
  }
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:w-screen {
    width: 100vw !important;
  }
  .lg\:z-0 {
    z-index: 0 !important;
  }
  .lg\:z-10 {
    z-index: 10 !important;
  }
  .lg\:z-20 {
    z-index: 20 !important;
  }
  .lg\:z-30 {
    z-index: 30 !important;
  }
  .lg\:z-40 {
    z-index: 40 !important;
  }
  .lg\:z-50 {
    z-index: 50 !important;
  }
  .lg\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0 !important;
  }
  .xl\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
  }
  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }
  .xl\:bg-local {
    background-attachment: local !important;
  }
  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }
  .xl\:bg-transparent {
    background-color: transparent !important;
  }
  .xl\:bg-black {
    background-color: #22292f !important;
  }
  .xl\:bg-grey-darkest {
    background-color: #3d4852 !important;
  }
  .xl\:bg-grey-darker {
    background-color: #606f7b !important;
  }
  .xl\:bg-grey-dark {
    background-color: #8795a1 !important;
  }
  .xl\:bg-grey {
    background-color: #b8c2cc !important;
  }
  .xl\:bg-grey-light {
    background-color: #dae1e7 !important;
  }
  .xl\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }
  .xl\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }
  .xl\:bg-white {
    background-color: #fff !important;
  }
  .xl\:bg-red-darkest {
    background-color: #3b0d0c !important;
  }
  .xl\:bg-red-darker {
    background-color: #621b18 !important;
  }
  .xl\:bg-red-dark {
    background-color: #cc1f1a !important;
  }
  .xl\:bg-red {
    background-color: #e3342f !important;
  }
  .xl\:bg-red-light {
    background-color: #ef5753 !important;
  }
  .xl\:bg-red-lighter {
    background-color: #f9acaa !important;
  }
  .xl\:bg-red-lightest {
    background-color: #fcebea !important;
  }
  .xl\:bg-orange-darkest {
    background-color: #462a16 !important;
  }
  .xl\:bg-orange-darker {
    background-color: #613b1f !important;
  }
  .xl\:bg-orange-dark {
    background-color: #de751f !important;
  }
  .xl\:bg-orange {
    background-color: #f6993f !important;
  }
  .xl\:bg-orange-light {
    background-color: #faad63 !important;
  }
  .xl\:bg-orange-lighter {
    background-color: #fcd9b6 !important;
  }
  .xl\:bg-orange-lightest {
    background-color: #fff5eb !important;
  }
  .xl\:bg-yellow-darkest {
    background-color: #453411 !important;
  }
  .xl\:bg-yellow-darker {
    background-color: #684f1d !important;
  }
  .xl\:bg-yellow-dark {
    background-color: #f2d024 !important;
  }
  .xl\:bg-yellow {
    background-color: #ffed4a !important;
  }
  .xl\:bg-yellow-light {
    background-color: #fff382 !important;
  }
  .xl\:bg-yellow-lighter {
    background-color: #fff9c2 !important;
  }
  .xl\:bg-yellow-lightest {
    background-color: #fcfbeb !important;
  }
  .xl\:bg-green-darkest {
    background-color: #0f2f21 !important;
  }
  .xl\:bg-green-darker {
    background-color: #1a4731 !important;
  }
  .xl\:bg-green-dark {
    background-color: #1f9d55 !important;
  }
  .xl\:bg-green {
    background-color: #38c172 !important;
  }
  .xl\:bg-green-light {
    background-color: #51d88a !important;
  }
  .xl\:bg-green-lighter {
    background-color: #a2f5bf !important;
  }
  .xl\:bg-green-lightest {
    background-color: #e3fcec !important;
  }
  .xl\:bg-teal-darkest {
    background-color: #0d3331 !important;
  }
  .xl\:bg-teal-darker {
    background-color: #20504f !important;
  }
  .xl\:bg-teal-dark {
    background-color: #38a89d !important;
  }
  .xl\:bg-teal {
    background-color: #4dc0b5 !important;
  }
  .xl\:bg-teal-light {
    background-color: #64d5ca !important;
  }
  .xl\:bg-teal-lighter {
    background-color: #a0f0ed !important;
  }
  .xl\:bg-teal-lightest {
    background-color: #e8fffe !important;
  }
  .xl\:bg-blue-darkest {
    background-color: #12283a !important;
  }
  .xl\:bg-blue-darker {
    background-color: #1c3d5a !important;
  }
  .xl\:bg-blue-dark {
    background-color: #2779bd !important;
  }
  .xl\:bg-blue {
    background-color: #3490dc !important;
  }
  .xl\:bg-blue-light {
    background-color: #6cb2eb !important;
  }
  .xl\:bg-blue-lighter {
    background-color: #bcdefa !important;
  }
  .xl\:bg-blue-lightest {
    background-color: #eff8ff !important;
  }
  .xl\:bg-indigo-darkest {
    background-color: #191e38 !important;
  }
  .xl\:bg-indigo-darker {
    background-color: #2f365f !important;
  }
  .xl\:bg-indigo-dark {
    background-color: #5661b3 !important;
  }
  .xl\:bg-indigo {
    background-color: #6574cd !important;
  }
  .xl\:bg-indigo-light {
    background-color: #7886d7 !important;
  }
  .xl\:bg-indigo-lighter {
    background-color: #b2b7ff !important;
  }
  .xl\:bg-indigo-lightest {
    background-color: #e6e8ff !important;
  }
  .xl\:bg-purple-darkest {
    background-color: #21183c !important;
  }
  .xl\:bg-purple-darker {
    background-color: #382b5f !important;
  }
  .xl\:bg-purple-dark {
    background-color: #794acf !important;
  }
  .xl\:bg-purple {
    background-color: #9561e2 !important;
  }
  .xl\:bg-purple-light {
    background-color: #a779e9 !important;
  }
  .xl\:bg-purple-lighter {
    background-color: #d6bbfc !important;
  }
  .xl\:bg-purple-lightest {
    background-color: #f3ebff !important;
  }
  .xl\:bg-pink-darkest {
    background-color: #451225 !important;
  }
  .xl\:bg-pink-darker {
    background-color: #6f213f !important;
  }
  .xl\:bg-pink-dark {
    background-color: #eb5286 !important;
  }
  .xl\:bg-pink {
    background-color: #f66d9b !important;
  }
  .xl\:bg-pink-light {
    background-color: #fa7ea8 !important;
  }
  .xl\:bg-pink-lighter {
    background-color: #ffbbca !important;
  }
  .xl\:bg-pink-lightest {
    background-color: #ffebef !important;
  }
  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .xl\:hover\:bg-black:hover {
    background-color: #22292f !important;
  }
  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852 !important;
  }
  .xl\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }
  .xl\:hover\:bg-grey-dark:hover {
    background-color: #8795a1 !important;
  }
  .xl\:hover\:bg-grey:hover {
    background-color: #b8c2cc !important;
  }
  .xl\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
  }
  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }
  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }
  .xl\:hover\:bg-white:hover {
    background-color: #fff !important;
  }
  .xl\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c !important;
  }
  .xl\:hover\:bg-red-darker:hover {
    background-color: #621b18 !important;
  }
  .xl\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }
  .xl\:hover\:bg-red:hover {
    background-color: #e3342f !important;
  }
  .xl\:hover\:bg-red-light:hover {
    background-color: #ef5753 !important;
  }
  .xl\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa !important;
  }
  .xl\:hover\:bg-red-lightest:hover {
    background-color: #fcebea !important;
  }
  .xl\:hover\:bg-orange-darkest:hover {
    background-color: #462a16 !important;
  }
  .xl\:hover\:bg-orange-darker:hover {
    background-color: #613b1f !important;
  }
  .xl\:hover\:bg-orange-dark:hover {
    background-color: #de751f !important;
  }
  .xl\:hover\:bg-orange:hover {
    background-color: #f6993f !important;
  }
  .xl\:hover\:bg-orange-light:hover {
    background-color: #faad63 !important;
  }
  .xl\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6 !important;
  }
  .xl\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb !important;
  }
  .xl\:hover\:bg-yellow-darkest:hover {
    background-color: #453411 !important;
  }
  .xl\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d !important;
  }
  .xl\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024 !important;
  }
  .xl\:hover\:bg-yellow:hover {
    background-color: #ffed4a !important;
  }
  .xl\:hover\:bg-yellow-light:hover {
    background-color: #fff382 !important;
  }
  .xl\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2 !important;
  }
  .xl\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb !important;
  }
  .xl\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21 !important;
  }
  .xl\:hover\:bg-green-darker:hover {
    background-color: #1a4731 !important;
  }
  .xl\:hover\:bg-green-dark:hover {
    background-color: #1f9d55 !important;
  }
  .xl\:hover\:bg-green:hover {
    background-color: #38c172 !important;
  }
  .xl\:hover\:bg-green-light:hover {
    background-color: #51d88a !important;
  }
  .xl\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf !important;
  }
  .xl\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec !important;
  }
  .xl\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331 !important;
  }
  .xl\:hover\:bg-teal-darker:hover {
    background-color: #20504f !important;
  }
  .xl\:hover\:bg-teal-dark:hover {
    background-color: #38a89d !important;
  }
  .xl\:hover\:bg-teal:hover {
    background-color: #4dc0b5 !important;
  }
  .xl\:hover\:bg-teal-light:hover {
    background-color: #64d5ca !important;
  }
  .xl\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed !important;
  }
  .xl\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe !important;
  }
  .xl\:hover\:bg-blue-darkest:hover {
    background-color: #12283a !important;
  }
  .xl\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a !important;
  }
  .xl\:hover\:bg-blue-dark:hover {
    background-color: #2779bd !important;
  }
  .xl\:hover\:bg-blue:hover {
    background-color: #3490dc !important;
  }
  .xl\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb !important;
  }
  .xl\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa !important;
  }
  .xl\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff !important;
  }
  .xl\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38 !important;
  }
  .xl\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f !important;
  }
  .xl\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3 !important;
  }
  .xl\:hover\:bg-indigo:hover {
    background-color: #6574cd !important;
  }
  .xl\:hover\:bg-indigo-light:hover {
    background-color: #7886d7 !important;
  }
  .xl\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff !important;
  }
  .xl\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff !important;
  }
  .xl\:hover\:bg-purple-darkest:hover {
    background-color: #21183c !important;
  }
  .xl\:hover\:bg-purple-darker:hover {
    background-color: #382b5f !important;
  }
  .xl\:hover\:bg-purple-dark:hover {
    background-color: #794acf !important;
  }
  .xl\:hover\:bg-purple:hover {
    background-color: #9561e2 !important;
  }
  .xl\:hover\:bg-purple-light:hover {
    background-color: #a779e9 !important;
  }
  .xl\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc !important;
  }
  .xl\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff !important;
  }
  .xl\:hover\:bg-pink-darkest:hover {
    background-color: #451225 !important;
  }
  .xl\:hover\:bg-pink-darker:hover {
    background-color: #6f213f !important;
  }
  .xl\:hover\:bg-pink-dark:hover {
    background-color: #eb5286 !important;
  }
  .xl\:hover\:bg-pink:hover {
    background-color: #f66d9b !important;
  }
  .xl\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8 !important;
  }
  .xl\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca !important;
  }
  .xl\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef !important;
  }
  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .xl\:focus\:bg-black:focus {
    background-color: #22292f !important;
  }
  .xl\:focus\:bg-grey-darkest:focus {
    background-color: #3d4852 !important;
  }
  .xl\:focus\:bg-grey-darker:focus {
    background-color: #606f7b !important;
  }
  .xl\:focus\:bg-grey-dark:focus {
    background-color: #8795a1 !important;
  }
  .xl\:focus\:bg-grey:focus {
    background-color: #b8c2cc !important;
  }
  .xl\:focus\:bg-grey-light:focus {
    background-color: #dae1e7 !important;
  }
  .xl\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8 !important;
  }
  .xl\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc !important;
  }
  .xl\:focus\:bg-white:focus {
    background-color: #fff !important;
  }
  .xl\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c !important;
  }
  .xl\:focus\:bg-red-darker:focus {
    background-color: #621b18 !important;
  }
  .xl\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a !important;
  }
  .xl\:focus\:bg-red:focus {
    background-color: #e3342f !important;
  }
  .xl\:focus\:bg-red-light:focus {
    background-color: #ef5753 !important;
  }
  .xl\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa !important;
  }
  .xl\:focus\:bg-red-lightest:focus {
    background-color: #fcebea !important;
  }
  .xl\:focus\:bg-orange-darkest:focus {
    background-color: #462a16 !important;
  }
  .xl\:focus\:bg-orange-darker:focus {
    background-color: #613b1f !important;
  }
  .xl\:focus\:bg-orange-dark:focus {
    background-color: #de751f !important;
  }
  .xl\:focus\:bg-orange:focus {
    background-color: #f6993f !important;
  }
  .xl\:focus\:bg-orange-light:focus {
    background-color: #faad63 !important;
  }
  .xl\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6 !important;
  }
  .xl\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb !important;
  }
  .xl\:focus\:bg-yellow-darkest:focus {
    background-color: #453411 !important;
  }
  .xl\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d !important;
  }
  .xl\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024 !important;
  }
  .xl\:focus\:bg-yellow:focus {
    background-color: #ffed4a !important;
  }
  .xl\:focus\:bg-yellow-light:focus {
    background-color: #fff382 !important;
  }
  .xl\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2 !important;
  }
  .xl\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb !important;
  }
  .xl\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21 !important;
  }
  .xl\:focus\:bg-green-darker:focus {
    background-color: #1a4731 !important;
  }
  .xl\:focus\:bg-green-dark:focus {
    background-color: #1f9d55 !important;
  }
  .xl\:focus\:bg-green:focus {
    background-color: #38c172 !important;
  }
  .xl\:focus\:bg-green-light:focus {
    background-color: #51d88a !important;
  }
  .xl\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf !important;
  }
  .xl\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec !important;
  }
  .xl\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331 !important;
  }
  .xl\:focus\:bg-teal-darker:focus {
    background-color: #20504f !important;
  }
  .xl\:focus\:bg-teal-dark:focus {
    background-color: #38a89d !important;
  }
  .xl\:focus\:bg-teal:focus {
    background-color: #4dc0b5 !important;
  }
  .xl\:focus\:bg-teal-light:focus {
    background-color: #64d5ca !important;
  }
  .xl\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed !important;
  }
  .xl\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe !important;
  }
  .xl\:focus\:bg-blue-darkest:focus {
    background-color: #12283a !important;
  }
  .xl\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a !important;
  }
  .xl\:focus\:bg-blue-dark:focus {
    background-color: #2779bd !important;
  }
  .xl\:focus\:bg-blue:focus {
    background-color: #3490dc !important;
  }
  .xl\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb !important;
  }
  .xl\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa !important;
  }
  .xl\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff !important;
  }
  .xl\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38 !important;
  }
  .xl\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f !important;
  }
  .xl\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3 !important;
  }
  .xl\:focus\:bg-indigo:focus {
    background-color: #6574cd !important;
  }
  .xl\:focus\:bg-indigo-light:focus {
    background-color: #7886d7 !important;
  }
  .xl\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff !important;
  }
  .xl\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff !important;
  }
  .xl\:focus\:bg-purple-darkest:focus {
    background-color: #21183c !important;
  }
  .xl\:focus\:bg-purple-darker:focus {
    background-color: #382b5f !important;
  }
  .xl\:focus\:bg-purple-dark:focus {
    background-color: #794acf !important;
  }
  .xl\:focus\:bg-purple:focus {
    background-color: #9561e2 !important;
  }
  .xl\:focus\:bg-purple-light:focus {
    background-color: #a779e9 !important;
  }
  .xl\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc !important;
  }
  .xl\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff !important;
  }
  .xl\:focus\:bg-pink-darkest:focus {
    background-color: #451225 !important;
  }
  .xl\:focus\:bg-pink-darker:focus {
    background-color: #6f213f !important;
  }
  .xl\:focus\:bg-pink-dark:focus {
    background-color: #eb5286 !important;
  }
  .xl\:focus\:bg-pink:focus {
    background-color: #f66d9b !important;
  }
  .xl\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8 !important;
  }
  .xl\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca !important;
  }
  .xl\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef !important;
  }
  .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;
  }
  .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-auto {
    background-size: auto !important;
  }
  .xl\:bg-cover {
    background-size: cover !important;
  }
  .xl\:bg-contain {
    background-size: contain !important;
  }
  .xl\:border-transparent {
    border-color: transparent !important;
  }
  .xl\:border-black {
    border-color: #22292f !important;
  }
  .xl\:border-grey-darkest {
    border-color: #3d4852 !important;
  }
  .xl\:border-grey-darker {
    border-color: #606f7b !important;
  }
  .xl\:border-grey-dark {
    border-color: #8795a1 !important;
  }
  .xl\:border-grey {
    border-color: #b8c2cc !important;
  }
  .xl\:border-grey-light {
    border-color: #dae1e7 !important;
  }
  .xl\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }
  .xl\:border-grey-lightest {
    border-color: #f8fafc !important;
  }
  .xl\:border-white {
    border-color: #fff !important;
  }
  .xl\:border-red-darkest {
    border-color: #3b0d0c !important;
  }
  .xl\:border-red-darker {
    border-color: #621b18 !important;
  }
  .xl\:border-red-dark {
    border-color: #cc1f1a !important;
  }
  .xl\:border-red {
    border-color: #e3342f !important;
  }
  .xl\:border-red-light {
    border-color: #ef5753 !important;
  }
  .xl\:border-red-lighter {
    border-color: #f9acaa !important;
  }
  .xl\:border-red-lightest {
    border-color: #fcebea !important;
  }
  .xl\:border-orange-darkest {
    border-color: #462a16 !important;
  }
  .xl\:border-orange-darker {
    border-color: #613b1f !important;
  }
  .xl\:border-orange-dark {
    border-color: #de751f !important;
  }
  .xl\:border-orange {
    border-color: #f6993f !important;
  }
  .xl\:border-orange-light {
    border-color: #faad63 !important;
  }
  .xl\:border-orange-lighter {
    border-color: #fcd9b6 !important;
  }
  .xl\:border-orange-lightest {
    border-color: #fff5eb !important;
  }
  .xl\:border-yellow-darkest {
    border-color: #453411 !important;
  }
  .xl\:border-yellow-darker {
    border-color: #684f1d !important;
  }
  .xl\:border-yellow-dark {
    border-color: #f2d024 !important;
  }
  .xl\:border-yellow {
    border-color: #ffed4a !important;
  }
  .xl\:border-yellow-light {
    border-color: #fff382 !important;
  }
  .xl\:border-yellow-lighter {
    border-color: #fff9c2 !important;
  }
  .xl\:border-yellow-lightest {
    border-color: #fcfbeb !important;
  }
  .xl\:border-green-darkest {
    border-color: #0f2f21 !important;
  }
  .xl\:border-green-darker {
    border-color: #1a4731 !important;
  }
  .xl\:border-green-dark {
    border-color: #1f9d55 !important;
  }
  .xl\:border-green {
    border-color: #38c172 !important;
  }
  .xl\:border-green-light {
    border-color: #51d88a !important;
  }
  .xl\:border-green-lighter {
    border-color: #a2f5bf !important;
  }
  .xl\:border-green-lightest {
    border-color: #e3fcec !important;
  }
  .xl\:border-teal-darkest {
    border-color: #0d3331 !important;
  }
  .xl\:border-teal-darker {
    border-color: #20504f !important;
  }
  .xl\:border-teal-dark {
    border-color: #38a89d !important;
  }
  .xl\:border-teal {
    border-color: #4dc0b5 !important;
  }
  .xl\:border-teal-light {
    border-color: #64d5ca !important;
  }
  .xl\:border-teal-lighter {
    border-color: #a0f0ed !important;
  }
  .xl\:border-teal-lightest {
    border-color: #e8fffe !important;
  }
  .xl\:border-blue-darkest {
    border-color: #12283a !important;
  }
  .xl\:border-blue-darker {
    border-color: #1c3d5a !important;
  }
  .xl\:border-blue-dark {
    border-color: #2779bd !important;
  }
  .xl\:border-blue {
    border-color: #3490dc !important;
  }
  .xl\:border-blue-light {
    border-color: #6cb2eb !important;
  }
  .xl\:border-blue-lighter {
    border-color: #bcdefa !important;
  }
  .xl\:border-blue-lightest {
    border-color: #eff8ff !important;
  }
  .xl\:border-indigo-darkest {
    border-color: #191e38 !important;
  }
  .xl\:border-indigo-darker {
    border-color: #2f365f !important;
  }
  .xl\:border-indigo-dark {
    border-color: #5661b3 !important;
  }
  .xl\:border-indigo {
    border-color: #6574cd !important;
  }
  .xl\:border-indigo-light {
    border-color: #7886d7 !important;
  }
  .xl\:border-indigo-lighter {
    border-color: #b2b7ff !important;
  }
  .xl\:border-indigo-lightest {
    border-color: #e6e8ff !important;
  }
  .xl\:border-purple-darkest {
    border-color: #21183c !important;
  }
  .xl\:border-purple-darker {
    border-color: #382b5f !important;
  }
  .xl\:border-purple-dark {
    border-color: #794acf !important;
  }
  .xl\:border-purple {
    border-color: #9561e2 !important;
  }
  .xl\:border-purple-light {
    border-color: #a779e9 !important;
  }
  .xl\:border-purple-lighter {
    border-color: #d6bbfc !important;
  }
  .xl\:border-purple-lightest {
    border-color: #f3ebff !important;
  }
  .xl\:border-pink-darkest {
    border-color: #451225 !important;
  }
  .xl\:border-pink-darker {
    border-color: #6f213f !important;
  }
  .xl\:border-pink-dark {
    border-color: #eb5286 !important;
  }
  .xl\:border-pink {
    border-color: #f66d9b !important;
  }
  .xl\:border-pink-light {
    border-color: #fa7ea8 !important;
  }
  .xl\:border-pink-lighter {
    border-color: #ffbbca !important;
  }
  .xl\:border-pink-lightest {
    border-color: #ffebef !important;
  }
  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  .xl\:hover\:border-black:hover {
    border-color: #22292f !important;
  }
  .xl\:hover\:border-grey-darkest:hover {
    border-color: #3d4852 !important;
  }
  .xl\:hover\:border-grey-darker:hover {
    border-color: #606f7b !important;
  }
  .xl\:hover\:border-grey-dark:hover {
    border-color: #8795a1 !important;
  }
  .xl\:hover\:border-grey:hover {
    border-color: #b8c2cc !important;
  }
  .xl\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
  }
  .xl\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }
  .xl\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }
  .xl\:hover\:border-white:hover {
    border-color: #fff !important;
  }
  .xl\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c !important;
  }
  .xl\:hover\:border-red-darker:hover {
    border-color: #621b18 !important;
  }
  .xl\:hover\:border-red-dark:hover {
    border-color: #cc1f1a !important;
  }
  .xl\:hover\:border-red:hover {
    border-color: #e3342f !important;
  }
  .xl\:hover\:border-red-light:hover {
    border-color: #ef5753 !important;
  }
  .xl\:hover\:border-red-lighter:hover {
    border-color: #f9acaa !important;
  }
  .xl\:hover\:border-red-lightest:hover {
    border-color: #fcebea !important;
  }
  .xl\:hover\:border-orange-darkest:hover {
    border-color: #462a16 !important;
  }
  .xl\:hover\:border-orange-darker:hover {
    border-color: #613b1f !important;
  }
  .xl\:hover\:border-orange-dark:hover {
    border-color: #de751f !important;
  }
  .xl\:hover\:border-orange:hover {
    border-color: #f6993f !important;
  }
  .xl\:hover\:border-orange-light:hover {
    border-color: #faad63 !important;
  }
  .xl\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6 !important;
  }
  .xl\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb !important;
  }
  .xl\:hover\:border-yellow-darkest:hover {
    border-color: #453411 !important;
  }
  .xl\:hover\:border-yellow-darker:hover {
    border-color: #684f1d !important;
  }
  .xl\:hover\:border-yellow-dark:hover {
    border-color: #f2d024 !important;
  }
  .xl\:hover\:border-yellow:hover {
    border-color: #ffed4a !important;
  }
  .xl\:hover\:border-yellow-light:hover {
    border-color: #fff382 !important;
  }
  .xl\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2 !important;
  }
  .xl\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb !important;
  }
  .xl\:hover\:border-green-darkest:hover {
    border-color: #0f2f21 !important;
  }
  .xl\:hover\:border-green-darker:hover {
    border-color: #1a4731 !important;
  }
  .xl\:hover\:border-green-dark:hover {
    border-color: #1f9d55 !important;
  }
  .xl\:hover\:border-green:hover {
    border-color: #38c172 !important;
  }
  .xl\:hover\:border-green-light:hover {
    border-color: #51d88a !important;
  }
  .xl\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf !important;
  }
  .xl\:hover\:border-green-lightest:hover {
    border-color: #e3fcec !important;
  }
  .xl\:hover\:border-teal-darkest:hover {
    border-color: #0d3331 !important;
  }
  .xl\:hover\:border-teal-darker:hover {
    border-color: #20504f !important;
  }
  .xl\:hover\:border-teal-dark:hover {
    border-color: #38a89d !important;
  }
  .xl\:hover\:border-teal:hover {
    border-color: #4dc0b5 !important;
  }
  .xl\:hover\:border-teal-light:hover {
    border-color: #64d5ca !important;
  }
  .xl\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed !important;
  }
  .xl\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe !important;
  }
  .xl\:hover\:border-blue-darkest:hover {
    border-color: #12283a !important;
  }
  .xl\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a !important;
  }
  .xl\:hover\:border-blue-dark:hover {
    border-color: #2779bd !important;
  }
  .xl\:hover\:border-blue:hover {
    border-color: #3490dc !important;
  }
  .xl\:hover\:border-blue-light:hover {
    border-color: #6cb2eb !important;
  }
  .xl\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa !important;
  }
  .xl\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff !important;
  }
  .xl\:hover\:border-indigo-darkest:hover {
    border-color: #191e38 !important;
  }
  .xl\:hover\:border-indigo-darker:hover {
    border-color: #2f365f !important;
  }
  .xl\:hover\:border-indigo-dark:hover {
    border-color: #5661b3 !important;
  }
  .xl\:hover\:border-indigo:hover {
    border-color: #6574cd !important;
  }
  .xl\:hover\:border-indigo-light:hover {
    border-color: #7886d7 !important;
  }
  .xl\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff !important;
  }
  .xl\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff !important;
  }
  .xl\:hover\:border-purple-darkest:hover {
    border-color: #21183c !important;
  }
  .xl\:hover\:border-purple-darker:hover {
    border-color: #382b5f !important;
  }
  .xl\:hover\:border-purple-dark:hover {
    border-color: #794acf !important;
  }
  .xl\:hover\:border-purple:hover {
    border-color: #9561e2 !important;
  }
  .xl\:hover\:border-purple-light:hover {
    border-color: #a779e9 !important;
  }
  .xl\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc !important;
  }
  .xl\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff !important;
  }
  .xl\:hover\:border-pink-darkest:hover {
    border-color: #451225 !important;
  }
  .xl\:hover\:border-pink-darker:hover {
    border-color: #6f213f !important;
  }
  .xl\:hover\:border-pink-dark:hover {
    border-color: #eb5286 !important;
  }
  .xl\:hover\:border-pink:hover {
    border-color: #f66d9b !important;
  }
  .xl\:hover\:border-pink-light:hover {
    border-color: #fa7ea8 !important;
  }
  .xl\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca !important;
  }
  .xl\:hover\:border-pink-lightest:hover {
    border-color: #ffebef !important;
  }
  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  .xl\:focus\:border-black:focus {
    border-color: #22292f !important;
  }
  .xl\:focus\:border-grey-darkest:focus {
    border-color: #3d4852 !important;
  }
  .xl\:focus\:border-grey-darker:focus {
    border-color: #606f7b !important;
  }
  .xl\:focus\:border-grey-dark:focus {
    border-color: #8795a1 !important;
  }
  .xl\:focus\:border-grey:focus {
    border-color: #b8c2cc !important;
  }
  .xl\:focus\:border-grey-light:focus {
    border-color: #dae1e7 !important;
  }
  .xl\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8 !important;
  }
  .xl\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc !important;
  }
  .xl\:focus\:border-white:focus {
    border-color: #fff !important;
  }
  .xl\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c !important;
  }
  .xl\:focus\:border-red-darker:focus {
    border-color: #621b18 !important;
  }
  .xl\:focus\:border-red-dark:focus {
    border-color: #cc1f1a !important;
  }
  .xl\:focus\:border-red:focus {
    border-color: #e3342f !important;
  }
  .xl\:focus\:border-red-light:focus {
    border-color: #ef5753 !important;
  }
  .xl\:focus\:border-red-lighter:focus {
    border-color: #f9acaa !important;
  }
  .xl\:focus\:border-red-lightest:focus {
    border-color: #fcebea !important;
  }
  .xl\:focus\:border-orange-darkest:focus {
    border-color: #462a16 !important;
  }
  .xl\:focus\:border-orange-darker:focus {
    border-color: #613b1f !important;
  }
  .xl\:focus\:border-orange-dark:focus {
    border-color: #de751f !important;
  }
  .xl\:focus\:border-orange:focus {
    border-color: #f6993f !important;
  }
  .xl\:focus\:border-orange-light:focus {
    border-color: #faad63 !important;
  }
  .xl\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6 !important;
  }
  .xl\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb !important;
  }
  .xl\:focus\:border-yellow-darkest:focus {
    border-color: #453411 !important;
  }
  .xl\:focus\:border-yellow-darker:focus {
    border-color: #684f1d !important;
  }
  .xl\:focus\:border-yellow-dark:focus {
    border-color: #f2d024 !important;
  }
  .xl\:focus\:border-yellow:focus {
    border-color: #ffed4a !important;
  }
  .xl\:focus\:border-yellow-light:focus {
    border-color: #fff382 !important;
  }
  .xl\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2 !important;
  }
  .xl\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb !important;
  }
  .xl\:focus\:border-green-darkest:focus {
    border-color: #0f2f21 !important;
  }
  .xl\:focus\:border-green-darker:focus {
    border-color: #1a4731 !important;
  }
  .xl\:focus\:border-green-dark:focus {
    border-color: #1f9d55 !important;
  }
  .xl\:focus\:border-green:focus {
    border-color: #38c172 !important;
  }
  .xl\:focus\:border-green-light:focus {
    border-color: #51d88a !important;
  }
  .xl\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf !important;
  }
  .xl\:focus\:border-green-lightest:focus {
    border-color: #e3fcec !important;
  }
  .xl\:focus\:border-teal-darkest:focus {
    border-color: #0d3331 !important;
  }
  .xl\:focus\:border-teal-darker:focus {
    border-color: #20504f !important;
  }
  .xl\:focus\:border-teal-dark:focus {
    border-color: #38a89d !important;
  }
  .xl\:focus\:border-teal:focus {
    border-color: #4dc0b5 !important;
  }
  .xl\:focus\:border-teal-light:focus {
    border-color: #64d5ca !important;
  }
  .xl\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed !important;
  }
  .xl\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe !important;
  }
  .xl\:focus\:border-blue-darkest:focus {
    border-color: #12283a !important;
  }
  .xl\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a !important;
  }
  .xl\:focus\:border-blue-dark:focus {
    border-color: #2779bd !important;
  }
  .xl\:focus\:border-blue:focus {
    border-color: #3490dc !important;
  }
  .xl\:focus\:border-blue-light:focus {
    border-color: #6cb2eb !important;
  }
  .xl\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa !important;
  }
  .xl\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff !important;
  }
  .xl\:focus\:border-indigo-darkest:focus {
    border-color: #191e38 !important;
  }
  .xl\:focus\:border-indigo-darker:focus {
    border-color: #2f365f !important;
  }
  .xl\:focus\:border-indigo-dark:focus {
    border-color: #5661b3 !important;
  }
  .xl\:focus\:border-indigo:focus {
    border-color: #6574cd !important;
  }
  .xl\:focus\:border-indigo-light:focus {
    border-color: #7886d7 !important;
  }
  .xl\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff !important;
  }
  .xl\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff !important;
  }
  .xl\:focus\:border-purple-darkest:focus {
    border-color: #21183c !important;
  }
  .xl\:focus\:border-purple-darker:focus {
    border-color: #382b5f !important;
  }
  .xl\:focus\:border-purple-dark:focus {
    border-color: #794acf !important;
  }
  .xl\:focus\:border-purple:focus {
    border-color: #9561e2 !important;
  }
  .xl\:focus\:border-purple-light:focus {
    border-color: #a779e9 !important;
  }
  .xl\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc !important;
  }
  .xl\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff !important;
  }
  .xl\:focus\:border-pink-darkest:focus {
    border-color: #451225 !important;
  }
  .xl\:focus\:border-pink-darker:focus {
    border-color: #6f213f !important;
  }
  .xl\:focus\:border-pink-dark:focus {
    border-color: #eb5286 !important;
  }
  .xl\:focus\:border-pink:focus {
    border-color: #f66d9b !important;
  }
  .xl\:focus\:border-pink-light:focus {
    border-color: #fa7ea8 !important;
  }
  .xl\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca !important;
  }
  .xl\:focus\:border-pink-lightest:focus {
    border-color: #ffebef !important;
  }
  .xl\:rounded-none {
    border-radius: 0 !important;
  }
  .xl\:rounded-sm {
    border-radius: .125rem !important;
  }
  .xl\:rounded {
    border-radius: .25rem !important;
  }
  .xl\:rounded-lg {
    border-radius: .5rem !important;
  }
  .xl\:rounded-full {
    border-radius: 9999px !important;
  }
  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0 !important;
  }
  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0 !important;
  }
  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0 !important;
  }
  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem !important;
  }
  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem !important;
  }
  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem !important;
  }
  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem !important;
  }
  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem !important;
  }
  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem !important;
  }
  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
  }
  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
  }
  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem !important;
  }
  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem !important;
  }
  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem !important;
  }
  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem !important;
  }
  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px !important;
  }
  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px !important;
  }
  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px !important;
  }
  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px !important;
  }
  .xl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }
  .xl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }
  .xl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }
  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }
  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }
  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }
  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }
  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }
  .xl\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }
  .xl\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }
  .xl\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }
  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }
  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }
  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }
  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }
  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }
  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }
  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }
  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }
  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }
  .xl\:border-solid {
    border-style: solid !important;
  }
  .xl\:border-dashed {
    border-style: dashed !important;
  }
  .xl\:border-dotted {
    border-style: dotted !important;
  }
  .xl\:border-none {
    border-style: none !important;
  }
  .xl\:border-0 {
    border-width: 0 !important;
  }
  .xl\:border-2 {
    border-width: 2px !important;
  }
  .xl\:border-4 {
    border-width: 4px !important;
  }
  .xl\:border-8 {
    border-width: 8px !important;
  }
  .xl\:border {
    border-width: 1px !important;
  }
  .xl\:border-t-0 {
    border-top-width: 0 !important;
  }
  .xl\:border-r-0 {
    border-right-width: 0 !important;
  }
  .xl\:border-b-0 {
    border-bottom-width: 0 !important;
  }
  .xl\:border-l-0 {
    border-left-width: 0 !important;
  }
  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }
  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }
  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }
  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }
  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }
  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }
  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }
  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }
  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }
  .xl\:border-t {
    border-top-width: 1px !important;
  }
  .xl\:border-r {
    border-right-width: 1px !important;
  }
  .xl\:border-b {
    border-bottom-width: 1px !important;
  }
  .xl\:border-l {
    border-left-width: 1px !important;
  }
  .xl\:cursor-auto {
    cursor: auto !important;
  }
  .xl\:cursor-default {
    cursor: default !important;
  }
  .xl\:cursor-pointer {
    cursor: pointer !important;
  }
  .xl\:cursor-wait {
    cursor: wait !important;
  }
  .xl\:cursor-move {
    cursor: move !important;
  }
  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:inline-block {
    display: inline-block !important;
  }
  .xl\:inline {
    display: inline !important;
  }
  .xl\:table {
    display: table !important;
  }
  .xl\:table-row {
    display: table-row !important;
  }
  .xl\:table-cell {
    display: table-cell !important;
  }
  .xl\:hidden {
    display: none !important;
  }
  .xl\:flex {
    display: flex !important;
  }
  .xl\:inline-flex {
    display: inline-flex !important;
  }
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl\:flex-col {
    flex-direction: column !important;
  }
  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .xl\:items-start {
    align-items: flex-start !important;
  }
  .xl\:items-end {
    align-items: flex-end !important;
  }
  .xl\:items-center {
    align-items: center !important;
  }
  .xl\:items-baseline {
    align-items: baseline !important;
  }
  .xl\:items-stretch {
    align-items: stretch !important;
  }
  .xl\:self-auto {
    align-self: auto !important;
  }
  .xl\:self-start {
    align-self: flex-start !important;
  }
  .xl\:self-end {
    align-self: flex-end !important;
  }
  .xl\:self-center {
    align-self: center !important;
  }
  .xl\:self-stretch {
    align-self: stretch !important;
  }
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-center {
    justify-content: center !important;
  }
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  .xl\:justify-around {
    justify-content: space-around !important;
  }
  .xl\:content-center {
    align-content: center !important;
  }
  .xl\:content-start {
    align-content: flex-start !important;
  }
  .xl\:content-end {
    align-content: flex-end !important;
  }
  .xl\:content-between {
    align-content: space-between !important;
  }
  .xl\:content-around {
    align-content: space-around !important;
  }
  .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;
  }
  .xl\:flex-grow {
    flex-grow: 1 !important;
  }
  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }
  .xl\:flex-no-grow {
    flex-grow: 0 !important;
  }
  .xl\:flex-no-shrink {
    flex-shrink: 0 !important;
  }
  .xl\:float-right {
    float: right !important;
  }
  .xl\:float-left {
    float: left !important;
  }
  .xl\:float-none {
    float: none !important;
  }
  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both !important;
  }
  .xl\:font-sans {
    font-family:
      system-ui,
      BlinkMacSystemFont,
      -apple-system,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif !important;
  }
  .xl\:font-serif {
    font-family:
      Constantia,
      Lucida Bright,
      Lucidabright,
      Lucida Serif,
      Lucida,
      DejaVu Serif,
      Bitstream Vera Serif,
      Liberation Serif,
      Georgia,
      serif !important;
  }
  .xl\:font-mono {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      Liberation Mono,
      Courier New,
      monospace !important;
  }
  .xl\:font-hairline {
    font-weight: 100 !important;
  }
  .xl\:font-thin {
    font-weight: 200 !important;
  }
  .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;
  }
  .xl\:font-extrabold {
    font-weight: 800 !important;
  }
  .xl\:font-black {
    font-weight: 900 !important;
  }
  .xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }
  .xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }
  .xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }
  .xl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }
  .xl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }
  .xl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .xl\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .xl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .xl\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .xl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .xl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .xl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }
  .xl\:h-1 {
    height: .25rem !important;
  }
  .xl\:h-2 {
    height: .5rem !important;
  }
  .xl\:h-3 {
    height: .75rem !important;
  }
  .xl\:h-4 {
    height: 1rem !important;
  }
  .xl\:h-5 {
    height: 1.25rem !important;
  }
  .xl\:h-6 {
    height: 1.5rem !important;
  }
  .xl\:h-8 {
    height: 2rem !important;
  }
  .xl\:h-10 {
    height: 2.5rem !important;
  }
  .xl\:h-12 {
    height: 3rem !important;
  }
  .xl\:h-16 {
    height: 4rem !important;
  }
  .xl\:h-24 {
    height: 6rem !important;
  }
  .xl\:h-32 {
    height: 8rem !important;
  }
  .xl\:h-48 {
    height: 12rem !important;
  }
  .xl\:h-64 {
    height: 16rem !important;
  }
  .xl\:h-auto {
    height: auto !important;
  }
  .xl\:h-px {
    height: 1px !important;
  }
  .xl\:h-full {
    height: 100% !important;
  }
  .xl\:h-screen {
    height: 100vh !important;
  }
  .xl\:leading-none {
    line-height: 1 !important;
  }
  .xl\:leading-tight {
    line-height: 1.25 !important;
  }
  .xl\:leading-normal {
    line-height: 1.5 !important;
  }
  .xl\:leading-loose {
    line-height: 2 !important;
  }
  .xl\:m-0 {
    margin: 0 !important;
  }
  .xl\:m-1 {
    margin: .25rem !important;
  }
  .xl\:m-2 {
    margin: .5rem !important;
  }
  .xl\:m-3 {
    margin: .75rem !important;
  }
  .xl\:m-4 {
    margin: 1rem !important;
  }
  .xl\:m-5 {
    margin: 1.25rem !important;
  }
  .xl\:m-6 {
    margin: 1.5rem !important;
  }
  .xl\:m-8 {
    margin: 2rem !important;
  }
  .xl\:m-10 {
    margin: 2.5rem !important;
  }
  .xl\:m-12 {
    margin: 3rem !important;
  }
  .xl\:m-16 {
    margin: 4rem !important;
  }
  .xl\:m-20 {
    margin: 5rem !important;
  }
  .xl\:m-24 {
    margin: 6rem !important;
  }
  .xl\:m-32 {
    margin: 8rem !important;
  }
  .xl\:m-auto {
    margin: auto !important;
  }
  .xl\:m-px {
    margin: 1px !important;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem !important;
  }
  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem !important;
  }
  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem !important;
  }
  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem !important;
  }
  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem !important;
  }
  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem !important;
  }
  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }
  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem !important;
  }
  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem !important;
  }
  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem !important;
  }
  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem !important;
  }
  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem !important;
  }
  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem !important;
  }
  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem !important;
  }
  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem !important;
  }
  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem !important;
  }
  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem !important;
  }
  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem !important;
  }
  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem !important;
  }
  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem !important;
  }
  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem !important;
  }
  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem !important;
  }
  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem !important;
  }
  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem !important;
  }
  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem !important;
  }
  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem !important;
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto !important;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto !important;
  }
  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px !important;
  }
  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px !important;
  }
  .xl\:mt-0 {
    margin-top: 0 !important;
  }
  .xl\:mr-0 {
    margin-right: 0 !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:ml-0 {
    margin-left: 0 !important;
  }
  .xl\:mt-1 {
    margin-top: .25rem !important;
  }
  .xl\:mr-1 {
    margin-right: .25rem !important;
  }
  .xl\:mb-1 {
    margin-bottom: .25rem !important;
  }
  .xl\:ml-1 {
    margin-left: .25rem !important;
  }
  .xl\:mt-2 {
    margin-top: .5rem !important;
  }
  .xl\:mr-2 {
    margin-right: .5rem !important;
  }
  .xl\:mb-2 {
    margin-bottom: .5rem !important;
  }
  .xl\:ml-2 {
    margin-left: .5rem !important;
  }
  .xl\:mt-3 {
    margin-top: .75rem !important;
  }
  .xl\:mr-3 {
    margin-right: .75rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: .75rem !important;
  }
  .xl\:ml-3 {
    margin-left: .75rem !important;
  }
  .xl\:mt-4 {
    margin-top: 1rem !important;
  }
  .xl\:mr-4 {
    margin-right: 1rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .xl\:ml-4 {
    margin-left: 1rem !important;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .xl\:mt-8 {
    margin-top: 2rem !important;
  }
  .xl\:mr-8 {
    margin-right: 2rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .xl\:ml-8 {
    margin-left: 2rem !important;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .xl\:mt-12 {
    margin-top: 3rem !important;
  }
  .xl\:mr-12 {
    margin-right: 3rem !important;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .xl\:ml-12 {
    margin-left: 3rem !important;
  }
  .xl\:mt-16 {
    margin-top: 4rem !important;
  }
  .xl\:mr-16 {
    margin-right: 4rem !important;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .xl\:ml-16 {
    margin-left: 4rem !important;
  }
  .xl\:mt-20 {
    margin-top: 5rem !important;
  }
  .xl\:mr-20 {
    margin-right: 5rem !important;
  }
  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .xl\:ml-20 {
    margin-left: 5rem !important;
  }
  .xl\:mt-24 {
    margin-top: 6rem !important;
  }
  .xl\:mr-24 {
    margin-right: 6rem !important;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .xl\:ml-24 {
    margin-left: 6rem !important;
  }
  .xl\:mt-32 {
    margin-top: 8rem !important;
  }
  .xl\:mr-32 {
    margin-right: 8rem !important;
  }
  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .xl\:ml-32 {
    margin-left: 8rem !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  .xl\:mt-px {
    margin-top: 1px !important;
  }
  .xl\:mr-px {
    margin-right: 1px !important;
  }
  .xl\:mb-px {
    margin-bottom: 1px !important;
  }
  .xl\:ml-px {
    margin-left: 1px !important;
  }
  .xl\:max-h-full {
    max-height: 100% !important;
  }
  .xl\:max-h-screen {
    max-height: 100vh !important;
  }
  .xl\:max-w-xs {
    max-width: 20rem !important;
  }
  .xl\:max-w-sm {
    max-width: 30rem !important;
  }
  .xl\:max-w-md {
    max-width: 40rem !important;
  }
  .xl\:max-w-lg {
    max-width: 50rem !important;
  }
  .xl\:max-w-xl {
    max-width: 60rem !important;
  }
  .xl\:max-w-2xl {
    max-width: 70rem !important;
  }
  .xl\:max-w-3xl {
    max-width: 80rem !important;
  }
  .xl\:max-w-4xl {
    max-width: 90rem !important;
  }
  .xl\:max-w-5xl {
    max-width: 100rem !important;
  }
  .xl\:max-w-full {
    max-width: 100% !important;
  }
  .xl\:min-h-0 {
    min-height: 0 !important;
  }
  .xl\:min-h-full {
    min-height: 100% !important;
  }
  .xl\:min-h-screen {
    min-height: 100vh !important;
  }
  .xl\:min-w-0 {
    min-width: 0 !important;
  }
  .xl\:min-w-full {
    min-width: 100% !important;
  }
  .xl\:-m-0 {
    margin: 0 !important;
  }
  .xl\:-m-1 {
    margin: -.25rem !important;
  }
  .xl\:-m-2 {
    margin: -.5rem !important;
  }
  .xl\:-m-3 {
    margin: -.75rem !important;
  }
  .xl\:-m-4 {
    margin: -1rem !important;
  }
  .xl\:-m-5 {
    margin: -1.25rem !important;
  }
  .xl\:-m-6 {
    margin: -1.5rem !important;
  }
  .xl\:-m-8 {
    margin: -2rem !important;
  }
  .xl\:-m-10 {
    margin: -2.5rem !important;
  }
  .xl\:-m-12 {
    margin: -3rem !important;
  }
  .xl\:-m-16 {
    margin: -4rem !important;
  }
  .xl\:-m-20 {
    margin: -5rem !important;
  }
  .xl\:-m-24 {
    margin: -6rem !important;
  }
  .xl\:-m-32 {
    margin: -8rem !important;
  }
  .xl\:-m-px {
    margin: -1px !important;
  }
  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .xl\:-my-1 {
    margin-top: -.25rem;
    margin-bottom: -.25rem !important;
  }
  .xl\:-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem !important;
  }
  .xl\:-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem !important;
  }
  .xl\:-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem !important;
  }
  .xl\:-my-3 {
    margin-top: -.75rem;
    margin-bottom: -.75rem !important;
  }
  .xl\:-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem !important;
  }
  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem !important;
  }
  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem !important;
  }
  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem !important;
  }
  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem !important;
  }
  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem !important;
  }
  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem !important;
  }
  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem !important;
  }
  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem !important;
  }
  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem !important;
  }
  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem !important;
  }
  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem !important;
  }
  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem !important;
  }
  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem !important;
  }
  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem !important;
  }
  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem !important;
  }
  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem !important;
  }
  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem !important;
  }
  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem !important;
  }
  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem !important;
  }
  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem !important;
  }
  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px !important;
  }
  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px !important;
  }
  .xl\:-mt-0 {
    margin-top: 0 !important;
  }
  .xl\:-mr-0 {
    margin-right: 0 !important;
  }
  .xl\:-mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:-ml-0 {
    margin-left: 0 !important;
  }
  .xl\:-mt-1 {
    margin-top: -.25rem !important;
  }
  .xl\:-mr-1 {
    margin-right: -.25rem !important;
  }
  .xl\:-mb-1 {
    margin-bottom: -.25rem !important;
  }
  .xl\:-ml-1 {
    margin-left: -.25rem !important;
  }
  .xl\:-mt-2 {
    margin-top: -.5rem !important;
  }
  .xl\:-mr-2 {
    margin-right: -.5rem !important;
  }
  .xl\:-mb-2 {
    margin-bottom: -.5rem !important;
  }
  .xl\:-ml-2 {
    margin-left: -.5rem !important;
  }
  .xl\:-mt-3 {
    margin-top: -.75rem !important;
  }
  .xl\:-mr-3 {
    margin-right: -.75rem !important;
  }
  .xl\:-mb-3 {
    margin-bottom: -.75rem !important;
  }
  .xl\:-ml-3 {
    margin-left: -.75rem !important;
  }
  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }
  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }
  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }
  .xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }
  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }
  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }
  .xl\:-mr-12 {
    margin-right: -3rem !important;
  }
  .xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .xl\:-ml-12 {
    margin-left: -3rem !important;
  }
  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }
  .xl\:-mr-16 {
    margin-right: -4rem !important;
  }
  .xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .xl\:-ml-16 {
    margin-left: -4rem !important;
  }
  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }
  .xl\:-mr-20 {
    margin-right: -5rem !important;
  }
  .xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .xl\:-ml-20 {
    margin-left: -5rem !important;
  }
  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }
  .xl\:-mr-24 {
    margin-right: -6rem !important;
  }
  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .xl\:-ml-24 {
    margin-left: -6rem !important;
  }
  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }
  .xl\:-mr-32 {
    margin-right: -8rem !important;
  }
  .xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }
  .xl\:-mt-px {
    margin-top: -1px !important;
  }
  .xl\:-mr-px {
    margin-right: -1px !important;
  }
  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }
  .xl\:-ml-px {
    margin-left: -1px !important;
  }
  .xl\:opacity-0 {
    opacity: 0 !important;
  }
  .xl\:opacity-25 {
    opacity: .25 !important;
  }
  .xl\:opacity-50 {
    opacity: .5 !important;
  }
  .xl\:opacity-75 {
    opacity: .75 !important;
  }
  .xl\:opacity-100 {
    opacity: 1 !important;
  }
  .xl\:overflow-auto {
    overflow: auto !important;
  }
  .xl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xl\:overflow-visible {
    overflow: visible !important;
  }
  .xl\:overflow-scroll {
    overflow: scroll !important;
  }
  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }
  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }
  .xl\:p-0 {
    padding: 0 !important;
  }
  .xl\:p-1 {
    padding: .25rem !important;
  }
  .xl\:p-2 {
    padding: .5rem !important;
  }
  .xl\:p-3 {
    padding: .75rem !important;
  }
  .xl\:p-4 {
    padding: 1rem !important;
  }
  .xl\:p-5 {
    padding: 1.25rem !important;
  }
  .xl\:p-6 {
    padding: 1.5rem !important;
  }
  .xl\:p-8 {
    padding: 2rem !important;
  }
  .xl\:p-10 {
    padding: 2.5rem !important;
  }
  .xl\:p-12 {
    padding: 3rem !important;
  }
  .xl\:p-16 {
    padding: 4rem !important;
  }
  .xl\:p-20 {
    padding: 5rem !important;
  }
  .xl\:p-24 {
    padding: 6rem !important;
  }
  .xl\:p-32 {
    padding: 8rem !important;
  }
  .xl\:p-px {
    padding: 1px !important;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem !important;
  }
  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem !important;
  }
  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem !important;
  }
  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem !important;
  }
  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem !important;
  }
  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem !important;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem !important;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem !important;
  }
  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem !important;
  }
  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem !important;
  }
  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem !important;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem !important;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem !important;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem !important;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem !important;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem !important;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem !important;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem !important;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem !important;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem !important;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem !important;
  }
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem !important;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem !important;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem !important;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem !important;
  }
  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem !important;
  }
  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px !important;
  }
  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px !important;
  }
  .xl\:pt-0 {
    padding-top: 0 !important;
  }
  .xl\:pr-0 {
    padding-right: 0 !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }
  .xl\:pl-0 {
    padding-left: 0 !important;
  }
  .xl\:pt-1 {
    padding-top: .25rem !important;
  }
  .xl\:pr-1 {
    padding-right: .25rem !important;
  }
  .xl\:pb-1 {
    padding-bottom: .25rem !important;
  }
  .xl\:pl-1 {
    padding-left: .25rem !important;
  }
  .xl\:pt-2 {
    padding-top: .5rem !important;
  }
  .xl\:pr-2 {
    padding-right: .5rem !important;
  }
  .xl\:pb-2 {
    padding-bottom: .5rem !important;
  }
  .xl\:pl-2 {
    padding-left: .5rem !important;
  }
  .xl\:pt-3 {
    padding-top: .75rem !important;
  }
  .xl\:pr-3 {
    padding-right: .75rem !important;
  }
  .xl\:pb-3 {
    padding-bottom: .75rem !important;
  }
  .xl\:pl-3 {
    padding-left: .75rem !important;
  }
  .xl\:pt-4 {
    padding-top: 1rem !important;
  }
  .xl\:pr-4 {
    padding-right: 1rem !important;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .xl\:pl-4 {
    padding-left: 1rem !important;
  }
  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .xl\:pt-8 {
    padding-top: 2rem !important;
  }
  .xl\:pr-8 {
    padding-right: 2rem !important;
  }
  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .xl\:pl-8 {
    padding-left: 2rem !important;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .xl\:pt-12 {
    padding-top: 3rem !important;
  }
  .xl\:pr-12 {
    padding-right: 3rem !important;
  }
  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .xl\:pl-12 {
    padding-left: 3rem !important;
  }
  .xl\:pt-16 {
    padding-top: 4rem !important;
  }
  .xl\:pr-16 {
    padding-right: 4rem !important;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .xl\:pl-16 {
    padding-left: 4rem !important;
  }
  .xl\:pt-20 {
    padding-top: 5rem !important;
  }
  .xl\:pr-20 {
    padding-right: 5rem !important;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .xl\:pl-20 {
    padding-left: 5rem !important;
  }
  .xl\:pt-24 {
    padding-top: 6rem !important;
  }
  .xl\:pr-24 {
    padding-right: 6rem !important;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .xl\:pl-24 {
    padding-left: 6rem !important;
  }
  .xl\:pt-32 {
    padding-top: 8rem !important;
  }
  .xl\:pr-32 {
    padding-right: 8rem !important;
  }
  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .xl\:pl-32 {
    padding-left: 8rem !important;
  }
  .xl\:pt-px {
    padding-top: 1px !important;
  }
  .xl\:pr-px {
    padding-right: 1px !important;
  }
  .xl\:pb-px {
    padding-bottom: 1px !important;
  }
  .xl\:pl-px {
    padding-left: 1px !important;
  }
  .xl\:pointer-events-none {
    pointer-events: none !important;
  }
  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .xl\:static {
    position: static !important;
  }
  .xl\:fixed {
    position: fixed !important;
  }
  .xl\:absolute {
    position: absolute !important;
  }
  .xl\:relative {
    position: relative !important;
  }
  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky !important;
  }
  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto !important;
  }
  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
  }
  .xl\:pin-y {
    top: 0;
    bottom: 0 !important;
  }
  .xl\:pin-x {
    right: 0;
    left: 0 !important;
  }
  .xl\:pin-t {
    top: 0 !important;
  }
  .xl\:pin-r {
    right: 0 !important;
  }
  .xl\:pin-b {
    bottom: 0 !important;
  }
  .xl\:pin-l {
    left: 0 !important;
  }
  .xl\:resize-none {
    resize: none !important;
  }
  .xl\:resize-y {
    resize: vertical !important;
  }
  .xl\:resize-x {
    resize: horizontal !important;
  }
  .xl\:resize {
    resize: both !important;
  }
  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .xl\:shadow-none {
    box-shadow: none !important;
  }
  .xl\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .xl\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }
  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }
  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }
  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }
  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
  }
  .xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .xl\:table-auto {
    table-layout: auto !important;
  }
  .xl\:table-fixed {
    table-layout: fixed !important;
  }
  .xl\:text-left {
    text-align: left !important;
  }
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
  .xl\:text-justify {
    text-align: justify !important;
  }
  .xl\:text-transparent {
    color: transparent !important;
  }
  .xl\:text-black {
    color: #22292f !important;
  }
  .xl\:text-grey-darkest {
    color: #3d4852 !important;
  }
  .xl\:text-grey-darker {
    color: #606f7b !important;
  }
  .xl\:text-grey-dark {
    color: #8795a1 !important;
  }
  .xl\:text-grey {
    color: #b8c2cc !important;
  }
  .xl\:text-grey-light {
    color: #dae1e7 !important;
  }
  .xl\:text-grey-lighter {
    color: #f1f5f8 !important;
  }
  .xl\:text-grey-lightest {
    color: #f8fafc !important;
  }
  .xl\:text-white {
    color: #fff !important;
  }
  .xl\:text-red-darkest {
    color: #3b0d0c !important;
  }
  .xl\:text-red-darker {
    color: #621b18 !important;
  }
  .xl\:text-red-dark {
    color: #cc1f1a !important;
  }
  .xl\:text-red {
    color: #e3342f !important;
  }
  .xl\:text-red-light {
    color: #ef5753 !important;
  }
  .xl\:text-red-lighter {
    color: #f9acaa !important;
  }
  .xl\:text-red-lightest {
    color: #fcebea !important;
  }
  .xl\:text-orange-darkest {
    color: #462a16 !important;
  }
  .xl\:text-orange-darker {
    color: #613b1f !important;
  }
  .xl\:text-orange-dark {
    color: #de751f !important;
  }
  .xl\:text-orange {
    color: #f6993f !important;
  }
  .xl\:text-orange-light {
    color: #faad63 !important;
  }
  .xl\:text-orange-lighter {
    color: #fcd9b6 !important;
  }
  .xl\:text-orange-lightest {
    color: #fff5eb !important;
  }
  .xl\:text-yellow-darkest {
    color: #453411 !important;
  }
  .xl\:text-yellow-darker {
    color: #684f1d !important;
  }
  .xl\:text-yellow-dark {
    color: #f2d024 !important;
  }
  .xl\:text-yellow {
    color: #ffed4a !important;
  }
  .xl\:text-yellow-light {
    color: #fff382 !important;
  }
  .xl\:text-yellow-lighter {
    color: #fff9c2 !important;
  }
  .xl\:text-yellow-lightest {
    color: #fcfbeb !important;
  }
  .xl\:text-green-darkest {
    color: #0f2f21 !important;
  }
  .xl\:text-green-darker {
    color: #1a4731 !important;
  }
  .xl\:text-green-dark {
    color: #1f9d55 !important;
  }
  .xl\:text-green {
    color: #38c172 !important;
  }
  .xl\:text-green-light {
    color: #51d88a !important;
  }
  .xl\:text-green-lighter {
    color: #a2f5bf !important;
  }
  .xl\:text-green-lightest {
    color: #e3fcec !important;
  }
  .xl\:text-teal-darkest {
    color: #0d3331 !important;
  }
  .xl\:text-teal-darker {
    color: #20504f !important;
  }
  .xl\:text-teal-dark {
    color: #38a89d !important;
  }
  .xl\:text-teal {
    color: #4dc0b5 !important;
  }
  .xl\:text-teal-light {
    color: #64d5ca !important;
  }
  .xl\:text-teal-lighter {
    color: #a0f0ed !important;
  }
  .xl\:text-teal-lightest {
    color: #e8fffe !important;
  }
  .xl\:text-blue-darkest {
    color: #12283a !important;
  }
  .xl\:text-blue-darker {
    color: #1c3d5a !important;
  }
  .xl\:text-blue-dark {
    color: #2779bd !important;
  }
  .xl\:text-blue {
    color: #3490dc !important;
  }
  .xl\:text-blue-light {
    color: #6cb2eb !important;
  }
  .xl\:text-blue-lighter {
    color: #bcdefa !important;
  }
  .xl\:text-blue-lightest {
    color: #eff8ff !important;
  }
  .xl\:text-indigo-darkest {
    color: #191e38 !important;
  }
  .xl\:text-indigo-darker {
    color: #2f365f !important;
  }
  .xl\:text-indigo-dark {
    color: #5661b3 !important;
  }
  .xl\:text-indigo {
    color: #6574cd !important;
  }
  .xl\:text-indigo-light {
    color: #7886d7 !important;
  }
  .xl\:text-indigo-lighter {
    color: #b2b7ff !important;
  }
  .xl\:text-indigo-lightest {
    color: #e6e8ff !important;
  }
  .xl\:text-purple-darkest {
    color: #21183c !important;
  }
  .xl\:text-purple-darker {
    color: #382b5f !important;
  }
  .xl\:text-purple-dark {
    color: #794acf !important;
  }
  .xl\:text-purple {
    color: #9561e2 !important;
  }
  .xl\:text-purple-light {
    color: #a779e9 !important;
  }
  .xl\:text-purple-lighter {
    color: #d6bbfc !important;
  }
  .xl\:text-purple-lightest {
    color: #f3ebff !important;
  }
  .xl\:text-pink-darkest {
    color: #451225 !important;
  }
  .xl\:text-pink-darker {
    color: #6f213f !important;
  }
  .xl\:text-pink-dark {
    color: #eb5286 !important;
  }
  .xl\:text-pink {
    color: #f66d9b !important;
  }
  .xl\:text-pink-light {
    color: #fa7ea8 !important;
  }
  .xl\:text-pink-lighter {
    color: #ffbbca !important;
  }
  .xl\:text-pink-lightest {
    color: #ffebef !important;
  }
  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  .xl\:hover\:text-black:hover {
    color: #22292f !important;
  }
  .xl\:hover\:text-grey-darkest:hover {
    color: #3d4852 !important;
  }
  .xl\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }
  .xl\:hover\:text-grey-dark:hover {
    color: #8795a1 !important;
  }
  .xl\:hover\:text-grey:hover {
    color: #b8c2cc !important;
  }
  .xl\:hover\:text-grey-light:hover {
    color: #dae1e7 !important;
  }
  .xl\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }
  .xl\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }
  .xl\:hover\:text-white:hover {
    color: #fff !important;
  }
  .xl\:hover\:text-red-darkest:hover {
    color: #3b0d0c !important;
  }
  .xl\:hover\:text-red-darker:hover {
    color: #621b18 !important;
  }
  .xl\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }
  .xl\:hover\:text-red:hover {
    color: #e3342f !important;
  }
  .xl\:hover\:text-red-light:hover {
    color: #ef5753 !important;
  }
  .xl\:hover\:text-red-lighter:hover {
    color: #f9acaa !important;
  }
  .xl\:hover\:text-red-lightest:hover {
    color: #fcebea !important;
  }
  .xl\:hover\:text-orange-darkest:hover {
    color: #462a16 !important;
  }
  .xl\:hover\:text-orange-darker:hover {
    color: #613b1f !important;
  }
  .xl\:hover\:text-orange-dark:hover {
    color: #de751f !important;
  }
  .xl\:hover\:text-orange:hover {
    color: #f6993f !important;
  }
  .xl\:hover\:text-orange-light:hover {
    color: #faad63 !important;
  }
  .xl\:hover\:text-orange-lighter:hover {
    color: #fcd9b6 !important;
  }
  .xl\:hover\:text-orange-lightest:hover {
    color: #fff5eb !important;
  }
  .xl\:hover\:text-yellow-darkest:hover {
    color: #453411 !important;
  }
  .xl\:hover\:text-yellow-darker:hover {
    color: #684f1d !important;
  }
  .xl\:hover\:text-yellow-dark:hover {
    color: #f2d024 !important;
  }
  .xl\:hover\:text-yellow:hover {
    color: #ffed4a !important;
  }
  .xl\:hover\:text-yellow-light:hover {
    color: #fff382 !important;
  }
  .xl\:hover\:text-yellow-lighter:hover {
    color: #fff9c2 !important;
  }
  .xl\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb !important;
  }
  .xl\:hover\:text-green-darkest:hover {
    color: #0f2f21 !important;
  }
  .xl\:hover\:text-green-darker:hover {
    color: #1a4731 !important;
  }
  .xl\:hover\:text-green-dark:hover {
    color: #1f9d55 !important;
  }
  .xl\:hover\:text-green:hover {
    color: #38c172 !important;
  }
  .xl\:hover\:text-green-light:hover {
    color: #51d88a !important;
  }
  .xl\:hover\:text-green-lighter:hover {
    color: #a2f5bf !important;
  }
  .xl\:hover\:text-green-lightest:hover {
    color: #e3fcec !important;
  }
  .xl\:hover\:text-teal-darkest:hover {
    color: #0d3331 !important;
  }
  .xl\:hover\:text-teal-darker:hover {
    color: #20504f !important;
  }
  .xl\:hover\:text-teal-dark:hover {
    color: #38a89d !important;
  }
  .xl\:hover\:text-teal:hover {
    color: #4dc0b5 !important;
  }
  .xl\:hover\:text-teal-light:hover {
    color: #64d5ca !important;
  }
  .xl\:hover\:text-teal-lighter:hover {
    color: #a0f0ed !important;
  }
  .xl\:hover\:text-teal-lightest:hover {
    color: #e8fffe !important;
  }
  .xl\:hover\:text-blue-darkest:hover {
    color: #12283a !important;
  }
  .xl\:hover\:text-blue-darker:hover {
    color: #1c3d5a !important;
  }
  .xl\:hover\:text-blue-dark:hover {
    color: #2779bd !important;
  }
  .xl\:hover\:text-blue:hover {
    color: #3490dc !important;
  }
  .xl\:hover\:text-blue-light:hover {
    color: #6cb2eb !important;
  }
  .xl\:hover\:text-blue-lighter:hover {
    color: #bcdefa !important;
  }
  .xl\:hover\:text-blue-lightest:hover {
    color: #eff8ff !important;
  }
  .xl\:hover\:text-indigo-darkest:hover {
    color: #191e38 !important;
  }
  .xl\:hover\:text-indigo-darker:hover {
    color: #2f365f !important;
  }
  .xl\:hover\:text-indigo-dark:hover {
    color: #5661b3 !important;
  }
  .xl\:hover\:text-indigo:hover {
    color: #6574cd !important;
  }
  .xl\:hover\:text-indigo-light:hover {
    color: #7886d7 !important;
  }
  .xl\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff !important;
  }
  .xl\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff !important;
  }
  .xl\:hover\:text-purple-darkest:hover {
    color: #21183c !important;
  }
  .xl\:hover\:text-purple-darker:hover {
    color: #382b5f !important;
  }
  .xl\:hover\:text-purple-dark:hover {
    color: #794acf !important;
  }
  .xl\:hover\:text-purple:hover {
    color: #9561e2 !important;
  }
  .xl\:hover\:text-purple-light:hover {
    color: #a779e9 !important;
  }
  .xl\:hover\:text-purple-lighter:hover {
    color: #d6bbfc !important;
  }
  .xl\:hover\:text-purple-lightest:hover {
    color: #f3ebff !important;
  }
  .xl\:hover\:text-pink-darkest:hover {
    color: #451225 !important;
  }
  .xl\:hover\:text-pink-darker:hover {
    color: #6f213f !important;
  }
  .xl\:hover\:text-pink-dark:hover {
    color: #eb5286 !important;
  }
  .xl\:hover\:text-pink:hover {
    color: #f66d9b !important;
  }
  .xl\:hover\:text-pink-light:hover {
    color: #fa7ea8 !important;
  }
  .xl\:hover\:text-pink-lighter:hover {
    color: #ffbbca !important;
  }
  .xl\:hover\:text-pink-lightest:hover {
    color: #ffebef !important;
  }
  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  .xl\:focus\:text-black:focus {
    color: #22292f !important;
  }
  .xl\:focus\:text-grey-darkest:focus {
    color: #3d4852 !important;
  }
  .xl\:focus\:text-grey-darker:focus {
    color: #606f7b !important;
  }
  .xl\:focus\:text-grey-dark:focus {
    color: #8795a1 !important;
  }
  .xl\:focus\:text-grey:focus {
    color: #b8c2cc !important;
  }
  .xl\:focus\:text-grey-light:focus {
    color: #dae1e7 !important;
  }
  .xl\:focus\:text-grey-lighter:focus {
    color: #f1f5f8 !important;
  }
  .xl\:focus\:text-grey-lightest:focus {
    color: #f8fafc !important;
  }
  .xl\:focus\:text-white:focus {
    color: #fff !important;
  }
  .xl\:focus\:text-red-darkest:focus {
    color: #3b0d0c !important;
  }
  .xl\:focus\:text-red-darker:focus {
    color: #621b18 !important;
  }
  .xl\:focus\:text-red-dark:focus {
    color: #cc1f1a !important;
  }
  .xl\:focus\:text-red:focus {
    color: #e3342f !important;
  }
  .xl\:focus\:text-red-light:focus {
    color: #ef5753 !important;
  }
  .xl\:focus\:text-red-lighter:focus {
    color: #f9acaa !important;
  }
  .xl\:focus\:text-red-lightest:focus {
    color: #fcebea !important;
  }
  .xl\:focus\:text-orange-darkest:focus {
    color: #462a16 !important;
  }
  .xl\:focus\:text-orange-darker:focus {
    color: #613b1f !important;
  }
  .xl\:focus\:text-orange-dark:focus {
    color: #de751f !important;
  }
  .xl\:focus\:text-orange:focus {
    color: #f6993f !important;
  }
  .xl\:focus\:text-orange-light:focus {
    color: #faad63 !important;
  }
  .xl\:focus\:text-orange-lighter:focus {
    color: #fcd9b6 !important;
  }
  .xl\:focus\:text-orange-lightest:focus {
    color: #fff5eb !important;
  }
  .xl\:focus\:text-yellow-darkest:focus {
    color: #453411 !important;
  }
  .xl\:focus\:text-yellow-darker:focus {
    color: #684f1d !important;
  }
  .xl\:focus\:text-yellow-dark:focus {
    color: #f2d024 !important;
  }
  .xl\:focus\:text-yellow:focus {
    color: #ffed4a !important;
  }
  .xl\:focus\:text-yellow-light:focus {
    color: #fff382 !important;
  }
  .xl\:focus\:text-yellow-lighter:focus {
    color: #fff9c2 !important;
  }
  .xl\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb !important;
  }
  .xl\:focus\:text-green-darkest:focus {
    color: #0f2f21 !important;
  }
  .xl\:focus\:text-green-darker:focus {
    color: #1a4731 !important;
  }
  .xl\:focus\:text-green-dark:focus {
    color: #1f9d55 !important;
  }
  .xl\:focus\:text-green:focus {
    color: #38c172 !important;
  }
  .xl\:focus\:text-green-light:focus {
    color: #51d88a !important;
  }
  .xl\:focus\:text-green-lighter:focus {
    color: #a2f5bf !important;
  }
  .xl\:focus\:text-green-lightest:focus {
    color: #e3fcec !important;
  }
  .xl\:focus\:text-teal-darkest:focus {
    color: #0d3331 !important;
  }
  .xl\:focus\:text-teal-darker:focus {
    color: #20504f !important;
  }
  .xl\:focus\:text-teal-dark:focus {
    color: #38a89d !important;
  }
  .xl\:focus\:text-teal:focus {
    color: #4dc0b5 !important;
  }
  .xl\:focus\:text-teal-light:focus {
    color: #64d5ca !important;
  }
  .xl\:focus\:text-teal-lighter:focus {
    color: #a0f0ed !important;
  }
  .xl\:focus\:text-teal-lightest:focus {
    color: #e8fffe !important;
  }
  .xl\:focus\:text-blue-darkest:focus {
    color: #12283a !important;
  }
  .xl\:focus\:text-blue-darker:focus {
    color: #1c3d5a !important;
  }
  .xl\:focus\:text-blue-dark:focus {
    color: #2779bd !important;
  }
  .xl\:focus\:text-blue:focus {
    color: #3490dc !important;
  }
  .xl\:focus\:text-blue-light:focus {
    color: #6cb2eb !important;
  }
  .xl\:focus\:text-blue-lighter:focus {
    color: #bcdefa !important;
  }
  .xl\:focus\:text-blue-lightest:focus {
    color: #eff8ff !important;
  }
  .xl\:focus\:text-indigo-darkest:focus {
    color: #191e38 !important;
  }
  .xl\:focus\:text-indigo-darker:focus {
    color: #2f365f !important;
  }
  .xl\:focus\:text-indigo-dark:focus {
    color: #5661b3 !important;
  }
  .xl\:focus\:text-indigo:focus {
    color: #6574cd !important;
  }
  .xl\:focus\:text-indigo-light:focus {
    color: #7886d7 !important;
  }
  .xl\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff !important;
  }
  .xl\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff !important;
  }
  .xl\:focus\:text-purple-darkest:focus {
    color: #21183c !important;
  }
  .xl\:focus\:text-purple-darker:focus {
    color: #382b5f !important;
  }
  .xl\:focus\:text-purple-dark:focus {
    color: #794acf !important;
  }
  .xl\:focus\:text-purple:focus {
    color: #9561e2 !important;
  }
  .xl\:focus\:text-purple-light:focus {
    color: #a779e9 !important;
  }
  .xl\:focus\:text-purple-lighter:focus {
    color: #d6bbfc !important;
  }
  .xl\:focus\:text-purple-lightest:focus {
    color: #f3ebff !important;
  }
  .xl\:focus\:text-pink-darkest:focus {
    color: #451225 !important;
  }
  .xl\:focus\:text-pink-darker:focus {
    color: #6f213f !important;
  }
  .xl\:focus\:text-pink-dark:focus {
    color: #eb5286 !important;
  }
  .xl\:focus\:text-pink:focus {
    color: #f66d9b !important;
  }
  .xl\:focus\:text-pink-light:focus {
    color: #fa7ea8 !important;
  }
  .xl\:focus\:text-pink-lighter:focus {
    color: #ffbbca !important;
  }
  .xl\:focus\:text-pink-lightest:focus {
    color: #ffebef !important;
  }
  .xl\:text-xs {
    font-size: .75rem !important;
  }
  .xl\:text-sm {
    font-size: .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.875rem !important;
  }
  .xl\:text-4xl {
    font-size: 2.25rem !important;
  }
  .xl\:text-5xl {
    font-size: 3rem !important;
  }
  .xl\:italic {
    font-style: italic !important;
  }
  .xl\:roman {
    font-style: normal !important;
  }
  .xl\:uppercase {
    text-transform: uppercase !important;
  }
  .xl\:lowercase {
    text-transform: lowercase !important;
  }
  .xl\:capitalize {
    text-transform: capitalize !important;
  }
  .xl\:normal-case {
    text-transform: none !important;
  }
  .xl\:underline {
    text-decoration: underline !important;
  }
  .xl\:line-through {
    text-decoration: line-through !important;
  }
  .xl\:no-underline {
    text-decoration: none !important;
  }
  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .xl\:hover\:italic:hover {
    font-style: italic !important;
  }
  .xl\:hover\:roman:hover {
    font-style: normal !important;
  }
  .xl\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }
  .xl\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }
  .xl\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }
  .xl\:hover\:normal-case:hover {
    text-transform: none !important;
  }
  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .xl\:focus\:italic:focus {
    font-style: italic !important;
  }
  .xl\:focus\:roman:focus {
    font-style: normal !important;
  }
  .xl\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }
  .xl\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }
  .xl\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }
  .xl\:focus\:normal-case:focus {
    text-transform: none !important;
  }
  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto !important;
  }
  .xl\:tracking-tight {
    letter-spacing: -.05em !important;
  }
  .xl\:tracking-normal {
    letter-spacing: 0 !important;
  }
  .xl\:tracking-wide {
    letter-spacing: .05em !important;
  }
  .xl\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none !important;
  }
  .xl\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text !important;
  }
  .xl\:align-baseline {
    vertical-align: baseline !important;
  }
  .xl\:align-top {
    vertical-align: top !important;
  }
  .xl\:align-middle {
    vertical-align: middle !important;
  }
  .xl\:align-bottom {
    vertical-align: bottom !important;
  }
  .xl\:align-text-top {
    vertical-align: text-top !important;
  }
  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .xl\:visible {
    visibility: visible !important;
  }
  .xl\:invisible {
    visibility: hidden !important;
  }
  .xl\:whitespace-normal {
    white-space: normal !important;
  }
  .xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }
  .xl\:whitespace-pre {
    white-space: pre !important;
  }
  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  .xl\:break-words {
    word-wrap: break-word !important;
  }
  .xl\:break-normal {
    word-wrap: normal !important;
  }
  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .xl\:w-1 {
    width: .25rem !important;
  }
  .xl\:w-2 {
    width: .5rem !important;
  }
  .xl\:w-3 {
    width: .75rem !important;
  }
  .xl\:w-4 {
    width: 1rem !important;
  }
  .xl\:w-5 {
    width: 1.25rem !important;
  }
  .xl\:w-6 {
    width: 1.5rem !important;
  }
  .xl\:w-8 {
    width: 2rem !important;
  }
  .xl\:w-10 {
    width: 2.5rem !important;
  }
  .xl\:w-12 {
    width: 3rem !important;
  }
  .xl\:w-16 {
    width: 4rem !important;
  }
  .xl\:w-24 {
    width: 6rem !important;
  }
  .xl\:w-32 {
    width: 8rem !important;
  }
  .xl\:w-48 {
    width: 12rem !important;
  }
  .xl\:w-64 {
    width: 16rem !important;
  }
  .xl\:w-auto {
    width: auto !important;
  }
  .xl\:w-px {
    width: 1px !important;
  }
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  .xl\:w-1\/3 {
    width: 33.33333% !important;
  }
  .xl\:w-2\/3 {
    width: 66.66667% !important;
  }
  .xl\:w-1\/4 {
    width: 25% !important;
  }
  .xl\:w-3\/4 {
    width: 75% !important;
  }
  .xl\:w-1\/5 {
    width: 20% !important;
  }
  .xl\:w-2\/5 {
    width: 40% !important;
  }
  .xl\:w-3\/5 {
    width: 60% !important;
  }
  .xl\:w-4\/5 {
    width: 80% !important;
  }
  .xl\:w-1\/6 {
    width: 16.66667% !important;
  }
  .xl\:w-5\/6 {
    width: 83.33333% !important;
  }
  .xl\:w-full {
    width: 100% !important;
  }
  .xl\:w-screen {
    width: 100vw !important;
  }
  .xl\:z-0 {
    z-index: 0 !important;
  }
  .xl\:z-10 {
    z-index: 10 !important;
  }
  .xl\:z-20 {
    z-index: 20 !important;
  }
  .xl\:z-30 {
    z-index: 30 !important;
  }
  .xl\:z-40 {
    z-index: 40 !important;
  }
  .xl\:z-50 {
    z-index: 50 !important;
  }
  .xl\:z-auto {
    z-index: auto;
  }
}

/* src/assets/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont-FMJ3VJ65.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont-FMJ3VJ65.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont-5GKVPAEF.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont-Z4ARLA73.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont-RJ6LE7IU.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont-3KIJVIEY.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* src/assets/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  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;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  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.33333333%;
}
.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.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}
.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}
.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}
.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}
.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}
.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}
.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}
.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}
.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}
.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}
.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-header,
  .card-group > .card:not(:last-child) > .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-footer,
  .card-group > .card:not(:last-child) > .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-header,
  .card-group > .card:not(:first-child) > .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-footer,
  .card-group > .card:not(:first-child) > .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color:var(--bs-body-color);
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width:1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.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;
}
.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;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-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;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !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;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity:0.25;
}
.text-opacity-50 {
  --bs-text-opacity:0.5;
}
.text-opacity-75 {
  --bs-text-opacity:0.75;
}
.text-opacity-100 {
  --bs-text-opacity:1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity:1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !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;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: inline-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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: inline-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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: inline-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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: inline-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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: inline-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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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-inline-grid {
    display: inline-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;
  }
}

/* src/styles.scss */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.page-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-title {
    font-size: calc(16px - 3 * (100vw - 1440px) / 1440);
  }
}
.page-title {
  letter-spacing: 1.25px;
  color: #2500d7;
  margin: 8px;
}
@media (min-width: 992px) {
  .page-title {
    margin: auto;
  }
}
::ng-deep mat-checkbox .mat-checkbox-frame {
  border-color: lightgrey;
  border-width: 1px;
}
.advance-filter img {
  width: 2.5rem;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: url(/assets/svg/update-check-tick.svg) no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -3px;
  left: -3px;
  transition: all 0.2s ease;
  background-size: 100%;
  border: none;
  z-index: 99;
}
.mat-checkbox-checked.mat-accent.primary .mat-checkbox-background {
  background: url(/assets/svg/check_box.svg) no-repeat;
}
.mat-checkbox-background svg {
  display: none;
}
.tranche-action-panel .mat-radio-label-content,
.tranche-action-panel .mat-slide-toggle-content {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .tranche-action-panel .mat-radio-label-content,
  .tranche-action-panel .mat-slide-toggle-content {
    font-size: calc(14px - 3 * (100vw - 1440px) / 1440);
  }
}
.tranche-action-panel .mat-radio-label-content,
.tranche-action-panel .mat-slide-toggle-content {
  letter-spacing: 0px;
  color: #172b4d;
  margin-right: 20px;
}
.agreement-calculations .mat-datepicker-toggle .mat-button-wrapper {
  left: 0px !important;
  top: 0px !important;
}
.increment-screen .mat-select-arrow {
  border: none;
}
.increment-screen .mat-select {
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/svg/down-angle.svg) no-repeat;
  background-position: center right;
  position: relative;
  top: -3px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .increment-screen .mat-select {
    font-size: calc(10px - 3 * (100vw - 1440px) / 1440);
  }
}
.link-card-feild {
  width: 100% !important;
}
.link-card-feild .card-link-tooltip {
  position: absolute;
  right: -20px;
  top: -15px;
  width: 16px;
  height: 16px;
}
.link-card-feild .card-link-tooltip .mat-button-wrapper {
  background-image: none;
}
.agreement-panel .mat-expansion-panel-content {
  padding: 0 !important;
}
.increment-screen .mat-form-field-flex {
  background-color: #ffffff;
}
.increment-screen .mat-form-field-infix {
  display: block !important;
  line-height: 20px !important;
}
.over-lay-panel-expense-type .mat-option,
.over-layer-operating-model .mat-option,
.over-lay-panel-expense .mat-option,
.over-lay-panel-expense-tranche .mat-option,
.over-lay-panel-increment .mat-option,
.over-lay-panel-outline .mat-option,
.over-layer-category .mat-option,
.over-lay-panel-agreement .mat-option,
.over-layer-owner .mat-option,
.over-lay-panel-city .mat-option {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.over-lay-panel-increment,
.over-lay-panel-outline,
.over-layer-category,
.over-lay-panel-agreement,
.over-layer-owner,
.over-lay-panel-city {
  margin: 35px 0 0 0 !important;
}
.over-lay-panel-expense,
.over-lay-panel-expense-tranche {
  margin: 28px 0 0 0 !important;
}
.over-layer-operating-model {
  margin: 20px 0 0 0 !important;
}
.over-lay-panel-expense-type {
  margin: 38px 0 0 0 !important;
}
.over-panel-select-owner {
  min-width: 100% !important;
  margin: 40px 11% !important;
}
.security-deposite .mat-tab-header {
  margin-bottom: 4rem;
  display: inline-block;
  border-bottom: 0;
}
.security-deposite .mat-tab-label-container {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tranches-share {
  display: flex;
}
.tranches-share > div:first-child .mat-form-field-flex {
  width: 275px;
  margin-right: 30px;
}
.sharing-dropdown + * .cdk-overlay-pane > div.mat-menu-panel {
  margin-top: 30px;
}
mat-form-field mat-select .ng-untouched.ng-invalid .mat-select-arrow {
  color: #f44336;
}
mat-form-field .mat-select.ng-untouched.ng-invalid .mat-select-trigger .mat-select-value .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.65) !important;
}
.bill-every-container .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.bill-every-container .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: transparent !important;
}
.bill-every-container .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: transparent !important;
}
.bill-every-container .mat-form-field-ripple {
  background-color: transparent !important;
}
.material-dark-tooltip.mat-tooltip {
  padding: 1rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .material-dark-tooltip.mat-tooltip {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
.material-dark-tooltip.mat-tooltip {
  background-color: #26283a;
  color: #f7f7f7;
  border-radius: 0.7rem;
  box-shadow: 0 0.6rem 1.5rem rgba(212, 212, 212, 0.5803921569);
  white-space: normal;
  word-wrap: break-word;
}
.material-light-tooltip.mat-tooltip {
  padding: 1rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .material-light-tooltip.mat-tooltip {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
.material-light-tooltip.mat-tooltip {
  color: #858EA2;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(25, 39, 68, 0.3019607843);
  border-radius: 10px;
}
.custom-toaster {
  padding: 0 !important;
  background: transparent !important;
}
.custom-toaster .mat-snackbar {
  min-width: 400px;
  border-left: 10px solid transparent;
  padding: 20px;
  display: flex;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-radius: 5px 0px 0px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-toaster .mat-snackbar .mat-snack-title {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .custom-toaster .mat-snackbar .mat-snack-title {
    font-size: calc(1.3rem - 3 * (100vw - 1440px) / 1440);
  }
}
.custom-toaster .mat-snackbar .mat-snack-title {
  letter-spacing: 0px;
  margin-left: 10px;
}
.custom-toaster .toast-mat-info {
  background: #fff;
  border-left-color: #2500d7;
}
.custom-toaster .toast-mat-info .mat-snack-title {
  color: #192744;
}
.custom-toaster .toast-mat-success {
  background: #fff;
  border-left-color: #36B37E;
}
.custom-toaster .toast-mat-success .mat-snack-title {
  color: #192744;
}
.custom-toaster .toast-mat-error {
  background: #fff;
  border-left-color: #ec2127;
}
.custom-toaster .toast-mat-error .mat-snack-title {
  color: #192744;
}
.custom-toaster .toast-mat-warning {
  background: #fff;
  border-left-color: #FE9118;
}
.custom-toaster .toast-mat-warning .mat-snack-title {
  color: #192744;
}
.custom-toaster .toast-mat-success-full {
  background: #36B37E;
  border-left-color: #36B37E;
}
.custom-toaster .toast-mat-success-full .mat-snack-title {
  color: #fff;
}
.link-gst-container .link-gst-form-formControl.mat-form-field-disabled .mat-form-field-suffix,
.link-gst-page-container .link-gst-form-formControl.mat-form-field-disabled .mat-form-field-suffix {
  cursor: default;
}
.link-gst-container .link-gst-form-formControl .mat-form-field-infix .mat-form-field-suffix,
.link-gst-page-container .link-gst-form-formControl .mat-form-field-infix .mat-form-field-suffix {
  display: none;
}
.link-gst-container .link-gst-form-formControl .mat-form-field-suffix,
.link-gst-page-container .link-gst-form-formControl .mat-form-field-suffix {
  cursor: pointer;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(25, 39, 68, 0.1607843137);
  border-radius: 17px;
}
.branch-code-family-dropdown .uncategorized-option {
  border-bottom: 0.1rem solid #ebeaff;
}
.branch-code-family-dropdown .uncategorized-option:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.branch-code-family-dropdown .uncategorized-option .mat-option-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.branch-code-family-dropdown .uncategorized-option .mat-option-text .uncategorized-text {
  opacity: 0.75;
  font-style: italic;
}
.branch-code-family-dropdown .uncategorized-option .mat-option-text .custom-select-all {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .branch-code-family-dropdown .uncategorized-option .mat-option-text .custom-select-all {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
.branch-code-family-dropdown .uncategorized-option .mat-option-text .custom-select-all {
  text-decoration: underline;
}
.branch-code-family-dropdown p.custom-select-all {
  margin: 0;
  padding: 0 1.6rem;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .branch-code-family-dropdown p.custom-select-all {
    font-size: calc(1.2rem - 3 * (100vw - 1440px) / 1440);
  }
}
.branch-code-family-dropdown p.custom-select-all {
  text-decoration: underline;
  border-bottom: 0.1rem solid #ebeaff;
}
.branch-code-family-dropdown p.custom-select-all:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.custom-material-dropdown,
.mat-select-panel {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 18px !important;
}
.mat-autocomplete-panel.custom-material-dropdown {
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.mat-large-input .mat-input-element {
  height: 30px;
}
.mat-menu-panel {
  overflow: hidden !important;
}
.mat-error {
  line-height: 18px;
  font-size: 10px;
}
.mat-outside-label {
  letter-spacing: 0px;
  color: #192744;
  font-size: 14px;
  font-weight: 600;
}
.mat-form-field-disabled:not(.mat-form-field-appearance-outline) .mat-form-field-flex {
  border-bottom: 1px solid gray;
  opacity: 0.5;
}
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: transparent !important;
}
body {
  min-height: 100%;
  background-color: #f5f6fa;
  font-family: "Inter", sans-serif;
  -webkit-overflow-scrolling: auto;
}
.disable-div {
  pointer-events: none;
  opacity: 0.8;
}
.sign-in-block .form-group input {
  color: #000;
  text-transform: none;
}
.password_change.sign-in-banner {
  background-image: none;
}
.password_change.sign-in-banner::before {
  background-color: transparent;
}
.password_change.sign-in-banner .welcome-msg h4,
.password_change.sign-in-banner .welcome-msg p {
  color: #000;
}
.content-wrapper.bulk-wrapper {
  padding: 20px 0 42px !important;
}
footer {
  height: 42px;
  background: #fff;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
footer span {
  display: inline-block;
  line-height: 42px;
  vertical-align: middle;
  color: #117ec1;
  font-size: 1em;
}
footer span img {
  height: 22px !important;
  width: auto;
}
.green-btn2.approve {
  position: relative;
  padding: 9px 30px 9px 40px;
  width: 138px;
  margin-left: 10px;
}
.form-label {
  font-size: 0.8em;
  color: #9f9f9f;
  font-weight: normal;
}
@media all and (max-width: 620px) {
  .kyc-status label {
    width: 100%;
    text-align: center;
  }
  .kyc-status .green-btn2.download {
    position: relative;
    padding: 9px 30px 9px 40px;
    width: 138px;
    float: none !important;
    display: block;
    margin: 0 auto 10px;
  }
  .kyc-status .green-btn2.approve {
    position: relative;
    padding: 9px 30px 9px 40px;
    width: 138px;
    float: none !important;
    display: block;
    margin: 0 auto 10px;
  }
  .content-wrapper.bulk-wrapper {
    padding: 20px 0 20px !important;
  }
  .content-wrapper {
    min-height: calc(100vh - 105px);
    padding: 30px 0 30px !important;
  }
}
@media (max-width: 640px) {
  .physical-card {
    padding: 0 !important;
    margin: 0 !important;
  }
  .physical-card #otp-image {
    height: auto !important;
    margin-bottom: 15px;
  }
  .virtual-account .inner-div {
    width: 100% !important;
  }
  .add-fund-pop,
  .add-allocate-pop {
    width: 320px !important;
  }
  .add-allocate-pop {
    width: 320px !important;
  }
  .add-allocate-pop .enter-amount {
    width: 85% !important;
  }
  .add-allocate-pop .enter-amount {
    padding-bottom: 9px;
  }
  .add-allocate-pop .modal-body {
    margin: 0 !important;
  }
  .add-allocate-pop .comp-card span {
    font-size: 11px !important;
  }
  .add-allocate-pop .inner-div .col-md-6 {
    padding: 0 !important;
  }
  .balance-wrap {
    width: 100% !important;
  }
  .virtual-account .tabs-view-panel li {
    font-size: 12px !important;
    padding: 10px 0 !important;
  }
}
.password_change .sign-wrapper {
  max-width: 330px;
}
.password_change .welcome-msg {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 0px 0 0;
  display: block;
  float: none;
}
.password_change .sign-wrapper .sign-trans-block {
  padding: 0;
  height: auto;
}
.cdk-global-overlay-wrapper {
  overflow: auto !important;
}
.password_change .sign-in-block .logo img {
  padding-bottom: 10px;
}
.password_change .welcome-msg h4 {
  max-width: 100%;
}
.password_change .sign-in-block {
  height: auto;
  margin-left: 0px !important;
  padding: 20px;
}
.password_change .welcome-msg p {
  margin-bottom: 10px;
}
.modal.fade.in,
.modal.fade.show {
  display: grid !important;
  justify-content: center;
  align-items: center;
}
.add-fund-pop .modal-content,
.add-allocate-pop .modal-content,
.card-confirm-action .modal-content,
.filter-pop-up .modal-content,
.add-pop-add-user .modal-content {
  background-color: #fff !important;
  box-shadow: 0px 6px 15px rgba(51, 51, 51, 0.5803921569) !important;
  border-radius: 6px !important;
  border: none !important;
  background: #fff !important;
}
@media (min-width: 768px) {
  .modal-dialog.add-pop-add-user,
  .modal-dialog.filter-modal-large {
    max-width: 75%;
  }
}
.link-request-modal {
  max-width: 880px;
  width: 880px;
}
.link-request-modal .modal-body {
  width: 100%;
  padding: 24px;
}
.link-advance-modal {
  max-width: 850px;
  width: 850px;
}
.link-advance-modal .modal-body {
  width: 100%;
  padding: 24px;
}
.modal-backdrop {
  background-color: #43425d;
  opacity: 0.88 !important;
}
.main-addcard-container .mat-form-field-appearance-legacy .mat-mdc-form-field-infix,
.user-add-popup .mat-form-field-appearance-legacy .mat-mdc-form-field-infix {
  padding: 8px 0px !important;
  display: inline-block;
  margin: 0px 15px 8px 15px !important;
}
.main-addcard-container .mat-select-arrow {
  background-image: url("./media/down-angle-7ODK7PU2.svg");
  background-repeat: no-repeat;
  border: none;
  height: 8px;
  width: 17px;
  background-position: center;
}
.user-add-popup .mat-select-arrow {
  background-image: url("./media/down-angle-7ODK7PU2.svg");
  background-repeat: no-repeat;
  border: none;
  height: 8px;
  width: 17px;
  background-position: center;
}
.user-add-popup .modal-body {
  padding: 40px 74px;
}
.main-addcard-container .mat-form-field-appearance-legacy .mat-form-field-underline,
.user-add-popup .mat-form-field-appearance-legacy .mat-form-field-underline {
  height: 0px;
  border-bottom: 1.2px solid #dfdfdf;
  background-color: transparent;
}
.main-addcard-container table {
  width: 100%;
}
.main-addcard-container .mat-form-field,
.mat-option-text {
  font-family: "Inter", sans-serif;
}
.main-addcard-container .mat-datepicker-toggle .mat-button-wrapper {
  background-image: url("./media/calender-JKZQV6GZ.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  background-size: 64%;
  left: -14px;
  top: 3px;
}
.main-addcard-container .mat-datepicker-toggle .mat-button-wrapper .mat-datepicker-toggle-default-icon {
  display: none;
}
.adduser-select .mat-mdc-select-panel,
.adduser-select .cdk-overlay-pane {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 11px rgba(51, 51, 51, 0.1215686275) !important;
  border: 1px solid #d7dae2 !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}
.adduser-select .mat-mdc-select-panel {
  margin: auto;
  min-width: 400px;
}
.adduser-select .mat-mdc-option:hover:not(.mat-option-disabled),
.mat-mdc-option:focus:not(.mat-option-disabled) {
  background: transparent;
}
.adduser-select .mat-option-text {
  display: inline-block;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  letter-spacing: 0;
  color: #111111;
  opacity: 0.76;
  font-weight: 500;
}
.add-fund-pop {
  width: 560px;
}
.add-fund-pop-create {
  width: 450px;
}
app-add-card .ek-bread-crumbs {
  margin: 0;
  padding: 0;
}
app-add-card .ek-bread-crumbs .breadcrumb {
  margin-bottom: 25px;
  width: 55%;
  margin: auto;
  padding-bottom: 10px;
}
.add-allocate-pop {
  width: 480px;
}
.add-allocate-pop .modal-body {
  padding: 25px;
}
.add-allocate-pop .modal-body .header-title {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333333;
  opacity: 0.7;
}
.add-allocate-pop .modal-body .inner-div {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  justify-content: center;
}
.card-confirm-action {
  width: 380px;
  padding: 25px;
}
.card-confirm-action .header-title {
  font-weight: 600;
  letter-spacing: 1px;
  color: #333333;
  opacity: 0.7;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 14px;
}
.card-confirm-action .form-group.otp-field-container {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #333333;
  opacity: 0.7;
}
.card-confirm-action button.confBtn.yesBtn {
  margin-top: 35px;
  font-size: 14px;
}
.card-confirm-action button.confBtn.noBtn {
  color: #333333;
  opacity: 0.7;
  font-size: 13px;
  margin-top: 5px;
}
.card-confirm-action .modal-body.modal-width {
  padding: 30px 20px;
}
.swapColumn {
  flex-direction: row-reverse;
  margin-right: 44px;
}
[selected=active] {
  background: #f4f5f7;
}
.table-main-container .table-row-container p:hover {
  white-space: normal;
}
.table-main-container .table-row-container {
  border-bottom: 0.5px solid #e6e6e6;
  width: 100%;
  display: inline-block;
  padding: 16px 0px;
  margin-top: -4px;
  position: relative;
}
.table-main-container .table-row-container.active {
  background: #f8f8f8;
}
.table-main-container .table-row-container > div {
  display: table-cell;
  float: left;
  margin: 0 1% 0 0;
}
.table-main-container .table-row-container label {
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #333333;
  opacity: 0.7;
  font-weight: 400;
  margin-bottom: 0;
}
.table-main-container .table-row-container p {
  font-size: 13px;
  letter-spacing: 0.7px;
  color: #333333;
  opacity: 1;
  font-weight: 500;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.user-add-popup table tr {
  display: flex;
}
.secondary-button.reset-btn {
  background-color: #fff;
  border: 1px solid #46bc43;
  border-radius: 9px;
  letter-spacing: 0.9px;
  color: #46bc43;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}
.new-submit {
  background-color: #46bc43;
  color: white;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  max-width: 325px;
  margin-top: 40px;
  border: 1px solid #46bc43;
  border-radius: 9px;
  letter-spacing: 0.9px;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}
app-new-filter-container .mat-select-arrow {
  background-image: url("./media/down-angle-7ODK7PU2.svg");
  background-repeat: no-repeat;
  border: none;
  height: 8px;
  width: 17px;
  background-position: center;
}
app-new-filter-container .mat-mdc-form-field-infix {
  padding: 8px 0px !important;
  margin: 0px 15px 8px 15px !important;
  width: 150px;
}
app-new-filter-container .mat-form-field-underline {
  height: 0px;
  border-bottom: 1.2px solid #dfdfdf;
  background-color: transparent;
}
app-new-filter-container .transaction-width .mat-form-field-wrapper {
  width: 89%;
}
app-new-filter-container .mat-button-wrapper {
  background-image: url("./media/calender-JKZQV6GZ.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  background-size: 64%;
  left: -14px;
  top: 3px;
}
app-new-filter-container .mat-button-wrapper svg {
  display: none;
}
.custom-header {
  padding: 50px 50px 0px 50px;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.4px;
  color: #001a49;
  opacity: 1;
  font-weight: 400;
  padding-top: 50px;
  padding-left: 50px;
}
.notify-msg {
  letter-spacing: 0.8px;
  color: #333333;
  opacity: 0.7;
  font-weight: 600;
  font-size: 13px;
  margin-top: 15px;
}
.user-add-popup .mat-card-title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #001a49;
  margin-bottom: 45px;
}
.new-submit:hover {
  background-color: #00a213;
}
.action-wrapper {
  border-top: 1px solid #e8e9ec;
}
.mat-form-field {
  font-family: "Inter", sans-serif;
}
.mat-mdc-select-panel .mat-mdc-option.mat-option-disabled,
.mat-autocomplete-panel .mat-mdc-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
.additional-selection {
  opacity: 0.75;
  font-size: 0.75em;
}
.custom-select-all {
  line-height: 3em;
  height: 3em;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.65px;
  opacity: 1;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 2px;
}
.transparent-dialog .mat-dialog-container {
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
}
.classic-link {
  color: #2500d7;
  cursor: pointer;
}
.classic-link:hover {
  text-decoration: underline !important;
}
.ngx-mat-file-input input.mat-input-element {
  cursor: pointer !important;
}
ngx-otp-input .ngx-otp-input-form {
  width: 100% !important;
  display: flex;
  justify-content: center !important;
  gap: 15px !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}
ngx-otp-input .ngx-otp-input-box {
  width: 35px !important;
  height: 35px !important;
  border: 2px solid rgba(25, 39, 68, 0.1607843137) !important;
  border-radius: 10px !important;
  font-weight: bold;
}
.gst-primary-solid-button,
button,
.nav-normal,
.nav-active {
  transition: all 200ms ease-in;
  transform: scale(1);
}
.gst-primary-solid-button:hover,
button:hover,
.nav-normal:hover,
.nav-active:hover {
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
.form-primary-button {
  transition: all 200ms ease-in;
  transform: scale(1);
}
.form-primary-button:hover {
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
.gst-primary-solid-button,
button,
.nav-normal,
.nav-active {
  transition: all 200ms ease-in;
  transform: scale(1);
}
.gst-primary-solid-button:hover,
button:hover,
.nav-normal:hover,
.nav-active:hover {
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
.form-primary-button {
  transition: all 200ms ease-in;
  transform: scale(1);
}
.form-primary-button:hover {
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
.highlight {
  color: #2500d7 !important;
}
.select-account-container {
  padding: 15px;
  background: #f5f6fa 0% 0% no-repeat padding-box !important;
  border: 1px solid rgba(25, 39, 68, 0.1215686275) !important;
  border-radius: 20px !important;
  max-height: 380px !important;
  left: 0px;
  overflow: auto;
}
.select-account-container .dropdown-head {
  padding: 15px;
  font-size: 14px;
}
.select-account-container .dropdown-head .account-dropdown-header {
  float: none !important;
  display: block !important;
}
.select-account-container .dropdown-head .account-dropdown-header div:first-child {
  float: left;
  font: normal normal 400 14px/18px Inter;
  letter-spacing: 0.46px;
  color: #091e42;
}
.select-account-container .dropdown-head .account-dropdown-header div:last-child {
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.select-account-container .dropdown-head .account-dropdown-header div:last-child a {
  font: normal normal 600 12px/15px Inter;
  letter-spacing: 0.4px;
  color: #2500d7;
}
.select-account-container {
}
.select-account-container .mat-mdc-option.mat-selected:not(.mat-mdc-option-multiple):not(.mat-mdc-option-disabled),
.select-account-container .mat-active .mat-selected {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border: 1px solid rgba(25, 39, 68, 0.1882352941) !important;
  opacity: 1 !important;
}
.select-account-container {
}
.select-account-container .mat-mdc-option {
  margin-top: 12px;
  margin-bottom: 12px;
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border-radius: 15px;
  height: 60px;
  transition: 0.5s ease;
}
.select-account-container .mat-mdc-option .mdc-list-item__primary-text {
  display: flex;
}
.select-account-container .mat-mdc-option .mdc-list-item__primary-text span {
  opacity: 1 !important;
}
.select-account-container .mat-mdc-option .mdc-list-item__primary-text .left-content-container {
  display: inline-flex;
  width: 80%;
  flex-basis: auto;
  flex-direction: column;
  justify-content: center;
}
.select-account-container .mat-mdc-option .mdc-list-item__primary-text .left-content-container span {
  line-height: 15px;
  font-size: 12px;
}
.select-account-container .mat-mdc-option .mdc-list-item__primary-text .left-content-container .type {
  font: normal normal 600 11px Inter;
  letter-spacing: 0.37px;
  color: #091e42;
  opacity: 0.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-account-container .mat-mdc-option .mdc-list-item__primary-text .left-content-container .main-title {
  font: normal normal bold 12px Inter;
  letter-spacing: 0.4px;
  color: #091e42;
  opacity: 1 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-account-container .mat-mdc-option .mdc-list-item__primary-text .right-content-container {
  display: inline-flex;
  width: 20%;
  height: 50px;
  flex-basis: auto;
}
.select-account-container .mat-mdc-option .mdc-list-item__primary-text .right-content-container img {
  height: 28px;
  width: 52px;
  margin: auto;
}
.select-account-container .mat-mdc-option:hover,
.select-account-container .mat-mdc-option:focus {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(25, 39, 68, 0.1882352941);
  opacity: 1 !important;
}
.em-user-swtich-container {
  padding: 15px !important;
  background: #fff 0% 0% no-repeat padding-box !important;
  border: 1px solid rgba(25, 39, 68, 0.1215686275) !important;
  border-radius: 20px !important;
  max-height: 380px !important;
  left: 35px;
  top: 10px;
  overflow: auto;
}
.em-user-swtich-container .dropdown-head {
  padding: 15px;
  font-size: 14px;
}
.em-user-swtich-container .dropdown-head .account-dropdown-header {
  float: none !important;
  display: block !important;
}
.em-user-swtich-container .dropdown-head .account-dropdown-header div:first-child {
  float: left;
  font: normal normal 400 14px/18px Inter;
  letter-spacing: 0.46px;
  color: #091e42;
}
.em-user-swtich-container .dropdown-head .account-dropdown-header div:last-child {
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.em-user-swtich-container .dropdown-head .account-dropdown-header div:last-child a {
  font: normal normal 600 12px/15px Inter;
  letter-spacing: 0.4px;
  color: #2500d7;
}
.em-user-swtich-container .mat-mdc-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
.em-user-swtich-container .mat-active .mat-selected {
  background: #f5f6fb 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border: 1px solid #7a65f6 !important;
}
.em-user-swtich-container .mat-mdc-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) .main-title,
.em-user-swtich-container .mat-active .mat-selected .main-title {
  color: #2500d7 !important;
}
.em-user-swtich-container .mat-mdc-option {
  margin-top: 12px;
  margin-bottom: 12px;
  background: #f5f6fb 0% 0% no-repeat padding-box;
  border-radius: 15px;
  height: 60px;
  transition: 0.5s ease;
}
.em-user-swtich-container .mat-mdc-option .mat-option-text {
  display: flex;
}
.em-user-swtich-container .mat-mdc-option .mat-option-text span {
  opacity: 1 !important;
}
.em-user-swtich-container .mat-mdc-option:hover,
.em-user-swtich-container .mat-mdc-option:focus {
  background: #f5f6fb 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #7a65f6;
  opacity: 1 !important;
}
.primary-button-container {
  margin: 1.5rem auto 0;
  text-align: center;
}
.primary-button-container .primary-submit-button {
  background:
    transparent linear-gradient(
      112deg,
      #604fdd 0%,
      #36d3d6 100%) 0% 0% no-repeat padding-box;
  border-radius: 10rem;
  padding: 0.2rem 4.25rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .primary-button-container .primary-submit-button {
    font-size: calc(1.4rem - 3 * (100vw - 1440px) / 1440);
  }
}
.primary-button-container .primary-submit-button {
  font-weight: 700;
}
.primary-button-container .primary-submit-button::before {
  content: "";
  position: absolute;
  height: 30%;
  width: 80%;
  background:
    linear-gradient(
      90deg,
      #5e67dc,
      #5495da,
      #42c1d7);
  z-index: -1;
  filter: blur(5px);
  left: 18px;
  bottom: -6px;
  border-radius: 10rem;
}
.min-width-btn-1 {
  min-width: 168px !important;
}
.min-width-btn-2 {
  min-width: 100px !important;
}
.btn-border-1 {
  border: 2px solid #604fdd !important;
}
.btn-border-2 {
  border: 2px solid rgba(96, 79, 221, 0.3294117647) !important;
}
.toast-message-close-btn {
  top: 15px;
  right: 15px;
}
.toast-message-close-btn img {
  width: 14px;
}
.text-enkash-success {
  color: #36b37e;
}
.text-disabled {
  color: #c2c7d1;
}
.h-90 {
  height: 90%;
}
@media (min-width: 1025px) {
  body {
    overflow: hidden;
  }
}
.bg-1 {
  background: #f3f2ff;
}
.bg-2 {
  background: #ffedd0;
}
.bg-3 {
  background:
    transparent linear-gradient(
      110deg,
      #604fdd 0%,
      #36d3d6 100%) 0% 0% no-repeat padding-box;
}
.bg-4 {
  background: #f59091;
}
.bg-5 {
  background: #f5f6fa;
}
.color-F59091 {
  color: #f59091;
}
.rounded-3xl,
.custom-mat-panel mat-dialog-container {
  border-radius: 1.5rem !important;
}
.border-md-left {
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 764px) {
  .rounded-3xl,
  .custom-mat-panel mat-dialog-container {
    border-radius: 6px !important;
  }
  .border-md-left {
    border-left: none;
  }
}
.enkash-round-input .mat-form-field-outline-start {
  border-radius: 15px 0 0 15px !important;
  min-width: 15px !important;
}
.enkash-round-input .mat-form-field-label {
  margin-left: 1.2rem;
  font: 400 12px "Inter", sans-serif !important;
  letter-spacing: 0.53px;
  color: #192744;
  opacity: 0.5;
}
.enkash-round-input .mat-input-element {
  font: 400 12px "Inter", sans-serif !important;
  padding-left: 0.8rem !important;
}
.enkash-round-input .mat-form-field-outline-end {
  border-radius: 0 15px 15px 0 !important;
}
.custom-scrollbar-1 ::-webkit-scrollbar {
  width: 0px;
  height: 2px;
}
.custom-scrollbar-1 {
}
.custom-scrollbar-1 ::-webkit-scrollbar-track {
  background: #ccc;
}
.custom-scrollbar-1 {
}
.custom-scrollbar-1 ::-webkit-scrollbar-thumb {
  background: #888;
}
.custom-scrollbar-1 {
}
.custom-scrollbar-1 ::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.list-card-1 {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1019607843);
}
.color-1 {
  color: #7a869a;
}
.font-weight-semibold {
  font-weight: 600;
}
.max-width-vw {
  max-width: 100vw;
}
.gap-10 {
  gap: 10px;
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
.primary-checkbox [type=checkbox]:checked + label:after {
  background: url("./media/checked_primary-6ZPYZ52D.png") no-repeat;
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
}
.app-shadow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.mat-menu-panel.my-class {
  transform: translate(0px, 5px);
  min-width: 360px !important;
}
.bg-success-1 {
  background: #36b37e;
}
.expense-form-custom .mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0;
}
.expense-form-custom .white-bg .mat-form-field-appearance-outline .mat-form-field-flex {
  background: white;
  border-radius: 8px;
}
.font-red {
  color: #ed7e71;
}
.expense-carousel .carousel-indicators li {
  background-color: #ebeaff;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  border: 1px solid #ebeaff;
}
.expense-carousel .carousel-indicators .active {
  border: 1px solid #2102ce;
}
.expense-carousel .carousel-control-prev {
  left: -5px;
  top: 30%;
  height: 50px;
}
.expense-carousel .carousel-control-prev-icon {
  background-image: url(/assets/svg/arrow-right.svg);
  transform: rotate(180deg) scale(1.3);
}
.expense-carousel .carousel-control-next {
  right: -5px;
  top: 30%;
  height: 50px;
}
.expense-carousel .carousel-control-next-icon {
  background-image: url(/assets/svg/arrow-right.svg);
  transform: scale(1.3);
}
.modal-link {
  color: #604fdd;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
}
.modal-link:hover {
  font-weight: bold;
}
.modal-link:hover .expense-list-status-dropdown .mat-form-field-wrapper {
  padding: 0;
}
.mat-form-field-type-mat-date-range-input .mat-mdc-form-field-infix {
  display: flex;
}
.mat-form-field-type-mat-date-range-input .mat-datepicker-toggle .mat-icon-button {
  height: 15px;
  width: 15px;
}
.axis-bbps-required .mat-form-field-required-marker {
  color: red !important;
}
.color-white {
  color: #fff;
}
.color-BEB0FF {
  color: #beb0ff;
}
.modal-xl {
  max-width: 1080px !important;
}
.info-chip {
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 11px;
  border-radius: 16px;
  font-weight: 600;
  line-height: 21px;
  height: min-content;
  color: #192744;
}
.info-chip.primary-chip {
  color: #2500d7;
  background-color: #ebeaff;
}
.info-chip.warning-chip {
  background-color: #FFEDD0;
}
.info-chip.error-chip {
  background-color: #FFEBE8;
}
.info-chip.success-chip {
  background-color: #E0FFE0;
}
.expense-chip {
  padding: 0px 10px;
  border-radius: 10px;
  font-size: 11px;
  border-radius: 16px;
  font-weight: 600;
  line-height: 21px;
}
.expense-chip.primary-chip {
  color: #2500d7;
  background-color: #ebeaff;
}
.expense-chip.warning-chip {
  color: #FE9118;
  background-color: #FFEDD0;
}
.expense-chip.error-chip {
  color: #ED7E71;
  background-color: #FFEBE8;
}
.expense-form-button {
  padding: 3px 25px !important;
  font-size: 15px !important;
}
.upgrade-now {
  color: #fe9118 !important;
  background-color: #ffedd0 !important;
}
.h-65vh {
  height: 65vh;
}
.h-80vh {
  height: 80vh;
}
.min-w-40vw {
  min-width: 40vw;
}
.text-black-60 {
  color: #858ea2;
}
.hover-none:hover {
  transform: none !important;
}
.font-weight-medium {
  font-weight: 500;
}
.border-radius-8px {
  border-radius: 8px;
}
.mx-24px {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.setting-shadow {
  box-shadow: -6px 0px 16px rgba(96, 96, 96, 0.1607843137);
  border: 0;
}
.thin-scroll-bar::-webkit-scrollbar {
  width: 6px;
}
.thin-scroll-bar::-webkit-scrollbar-track {
  background: transparent;
}
.thin-scroll-bar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.thin-scroll-bar:not(:hover)::-webkit-scrollbar-thumb {
  background: transparent;
}
.thin-scroll-bar::-webkit-scrollbar-button {
  display: none;
}
.thin-scroll-bar {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
.thin-scroll-bar:not(:hover) {
  scrollbar-color: transparent transparent;
}
.thin-scroll-bar {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
.thin-scroll-bar * {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
.thin-scroll-bar * {
  -ms-overflow-style: none;
}
.mdc-list-item__primary-text {
  margin-right: 0px !important;
  width: 100% !important;
}
.mat-mdc-menu-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.mat-mdc-menu-panel {
  max-width: 360px !important;
}
.shared-button-menu {
  margin-top: 8px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.shared-button-menu.mat-menu-panel {
  background: #ffffff;
  border-radius: 8px;
}
.shared-button-menu .mat-menu-content {
  padding: 8px 0;
  background: #ffffff;
}
.shared-button-menu .mat-menu-item {
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 20px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #1a1a2e !important;
  display: flex !important;
  align-items: center !important;
  line-height: 48px !important;
}
.shared-button-menu .mat-menu-item i,
.shared-button-menu .mat-menu-item img {
  margin-right: 12px;
  font-size: 20px;
  width: 14px;
  text-align: center;
}
.shared-button-menu .mat-menu-item span {
  flex: 1;
}
.shared-button-menu .mat-menu-item:hover {
  background-color: #f8f9fa !important;
}
.shared-button-menu .mat-menu-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.shared-button-menu .mat-menu-item button:hover {
  transform: scale(1) !important;
}
.confirm-dialog-v2 .mat-dialog-container {
  padding: 0;
  padding: 32px 32px 46px;
  border-radius: 8px;
  overflow: hidden;
}
.row [class*=col-]:has(app-nested-select-group) {
  min-width: 0;
}

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