@charset "UTF-8";
/*!******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/style/primeflex/primeone-light.css ***!
  \******************************************************************************************/

/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/style/primeflex/primeflex.min.css ***!
  \*****************************************************************************************/
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  margin-top: -.5rem
}

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

.text-300 {
  color: var(--surface-300) !important
}

.surface-500 {
  background-color: var(--surface-500) !important
}

.border-400 {
  border-color: var(--surface-400) !important
}

.bg-white-alpha-50 {
  background-color: hsla(0, 0%, 100%, .5) !important
}

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

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

.field.grid,
.formgrid.grid {
  margin-top: 0
}

.field.grid .col,
.field.grid .col-1,
.field.grid .col-10,
.field.grid .col-11,
.field.grid .col-12,
.field.grid .col-2,
.field.grid .col-3,
.field.grid .col-4,
.field.grid .col-5,
.field.grid .col-6,
.field.grid .col-7,
.field.grid .col-8,
.field.grid .col-9,
.field.grid .col-fixed,
.formgrid.grid .col,
.formgrid.grid .col-1,
.formgrid.grid .col-10,
.formgrid.grid .col-11,
.formgrid.grid .col-12,
.formgrid.grid .col-2,
.formgrid.grid .col-3,
.formgrid.grid .col-4,
.formgrid.grid .col-5,
.formgrid.grid .col-6,
.formgrid.grid .col-7,
.formgrid.grid .col-8,
.formgrid.grid .col-9,
.formgrid.grid .col-fixed {
  padding-bottom: 0;
  padding-top: 0
}

.inline {
  display: inline !important
}

.inline-block {
  display: inline-block !important
}

.flex {
  display: flex !important
}

.text-center {
  text-align: center !important
}

.text-justify {
  text-align: justify !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.underline {
  text-decoration: underline !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
}

.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
}

.line-height-3 {
  line-height: 1.5 !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-wrap {
  flex-wrap: wrap !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
}

.align-content-center {
  align-content: center !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-center {
  align-items: center !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pr-1 {
  padding-right: .25rem !important
}

.pr-2 {
  padding-right: .5rem !important
}

.pr-4 {
  padding-right: 1.5rem !important
}

.pl-1 {
  padding-left: .25rem !important
}

.pl-2 {
  padding-left: .5rem !important
}

.pl-3 {
  padding-left: 1rem !important
}

.pl-4 {
  padding-left: 1.5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

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

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

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

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

.py-2 {
  padding-bottom: .5rem !important;
  padding-top: .5rem !important
}

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

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

.m-2 {
  margin: .5rem !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.-mt-2 {
  margin-top: -.5rem !important
}

.-mt-3 {
  margin-top: -1rem !important
}

.mr-1 {
  margin-right: .25rem !important
}

.mr-2 {
  margin-right: .5rem !important
}

.mr-3 {
  margin-right: 1rem !important
}

.mr-4 {
  margin-right: 1.5rem !important
}

.mr-auto {
  margin-right: auto !important
}

.ml-1 {
  margin-left: .25rem !important
}

.ml-2 {
  margin-left: .5rem !important
}

.ml-3 {
  margin-left: 1rem !important
}

.ml-auto {
  margin-left: auto !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: 2rem !important
}

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

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

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

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

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

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

.border-left-1,
.border-x-1 {
  border-left-style: solid;
  border-left-width: 1px !important
}

.border-x-1 {
  border-right-style: solid;
  border-right-width: 1px !important
}

.border-round {
  border-radius: var(--border-radius) !important
}

.border-round-sm {
  border-radius: .25rem !important
}

.border-round-md {
  border-radius: .375rem !important
}

.border-round-lg {
  border-radius: .5rem !important
}

.border-round-2xl {
  border-radius: 1rem !important
}

.border-circle {
  border-radius: 50% !important
}

.border-round-bottom-md {
  border-bottom-left-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important
}

.border-round-top-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important
}

.w-full {
  width: 100% !important
}

.w-6 {
  width: 50% !important
}

.w-10 {
  width: 83.3333% !important
}

.h-full {
  height: 100% !important
}

.h-2rem {
  height: 2rem !important
}

.h-3rem {
  height: 3rem !important
}

.h-4rem {
  height: 4rem !important
}

.min-w-full {
  min-width: 100% !important
}

.overflow-scroll {
  overflow: scroll !important
}

.overflow-x-hidden {
  overflow-x: hidden !important
}

/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/style/jquery-ui.css ***!
  \***************************************************************************/
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0.25rem&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=0.5rem&offsetTopShadow=-0.5rem&offsetLeftShadow=-0.5rem&cornerRadiusShadow=0.5rem
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  clip: rect(0 0 0 0);
  border: 0;
  height: .063rem;
  margin: -.063rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: .063rem
}

.ui-helper-reset {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  border-collapse: collapse;
  content: "";
  display: table
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-clearfix {
  min-height: 0
}

.ui-helper-zfix {
  filter: Alpha(Opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important
}

.ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -6249.938rem
}

.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  font-size: 100%;
  margin: .125rem 0 0;
  min-height: 0;
  padding: .5em .5em .5em .7em;
  position: relative
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: .5em;
  margin-top: -.5rem;
  position: absolute;
  top: 50%
}

.ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
  padding: 1em 2.2em
}

.ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0
}

.ui-button {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin-right: .1em;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2.2em
}

button.ui-button-icon-only {
  width: 2.4em
}

.ui-button-icons-only {
  width: 3.4em
}

button.ui-button-icons-only {
  width: 3.7em
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -624999.938rem
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em
}

input.ui-button {
  padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  margin-top: -.5rem;
  position: absolute;
  top: 50%
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -.5rem
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: .5em
}

.ui-buttonset {
  margin-right: .438rem
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-datepicker {
  display: none;
  padding: .2em .2em 0;
  width: 17em
}

.ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  position: relative
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  height: 1.8em;
  position: absolute;
  top: .125rem;
  width: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: .063rem
}

.ui-datepicker .ui-datepicker-prev {
  left: .125rem
}

.ui-datepicker .ui-datepicker-next {
  right: .125rem
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: .063rem
}

.ui-datepicker .ui-datepicker-next-hover {
  right: .063rem
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  left: 50%;
  margin-left: -.5rem;
  margin-top: -.5rem;
  position: absolute;
  top: 50%
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: .063rem 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0 0 .4em;
  width: 100%
}

.ui-datepicker th {
  border: 0;
  font-weight: 700;
  padding: .7em .3em;
  text-align: center
}

.ui-datepicker td {
  border: 0;
  padding: .063rem
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0;
  padding: 0 .2em
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: .5em .2em .4em;
  overflow: visible;
  padding: .2em .6em .3em;
  width: auto
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto .4em;
  width: 95%
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: .125rem
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: .125rem;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: .063rem
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: .063rem;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: .063rem;
  border-right-width: 0
}

.ui-dialog {
  left: 0;
  outline: 0;
  overflow: hidden;
  padding: .2em;
  position: absolute;
  top: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%
}

.ui-dialog .ui-dialog-titlebar-close {
  height: 1.25rem;
  margin: -.625rem 0 0;
  padding: .063rem;
  position: absolute;
  right: .3em;
  top: 50%;
  width: 1.25rem
}

.ui-dialog .ui-dialog-content {
  background: none;
  border: 0;
  overflow: auto;
  padding: .5em 1em;
  position: relative
}

.ui-dialog .ui-dialog-buttonpane {
  background-image: none;
  border-width: .063rem 0 0;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
  text-align: left
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  margin: .5em .4em .5em 0
}

.ui-dialog .ui-resizable-se {
  background-position: 2rem 2rem;
  bottom: -.313rem;
  height: 10.125rem;
  right: -.313rem;
  width: 10.125rem
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  min-height: 0;
  padding: .188rem 1em .188rem .4em;
  position: relative
}

.ui-menu .ui-menu-divider {
  border-width: .063rem 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: .313rem 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -.063rem
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em
}

.ui-menu .ui-icon {
  bottom: 0;
  left: .2em;
  margin: auto 0;
  position: absolute;
  top: 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-progressbar {
  height: 2em;
  overflow: hidden;
  text-align: left
}

.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -.063rem
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  filter: alpha(opacity=25);
  height: 100%;
  opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  display: block;
  font-size: 0063rem;
  position: absolute;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  top: -.313rem
}

.ui-resizable-n,
.ui-resizable-s {
  height: .438rem;
  left: 0;
  width: 100%
}

.ui-resizable-s {
  bottom: -.313rem;
  cursor: s-resize
}

.ui-resizable-e {
  cursor: e-resize;
  height: 100%;
  right: -.313rem;
  top: 0;
  width: .438rem
}

.ui-resizable-w {
  cursor: w-resize;
  height: 100%;
  left: -.313rem;
  top: 0;
  width: .438rem
}

.ui-resizable-se {
  bottom: .063rem;
  cursor: se-resize;
  height: 10.125rem;
  right: .063rem;
  width: 10.125rem
}

.ui-resizable-sw {
  bottom: -.313rem;
  cursor: sw-resize
}

.ui-resizable-nw,
.ui-resizable-sw {
  height: .563rem;
  left: -.313rem;
  width: .563rem
}

.ui-resizable-nw {
  cursor: nw-resize;
  top: -.313rem
}

.ui-resizable-ne {
  cursor: ne-resize;
  height: .563rem;
  right: -.313rem;
  top: -.313rem;
  width: .563rem
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  border: .063rem dotted #000;
  position: absolute;
  z-index: 100
}

.ui-selectmenu-menu {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: .063rem
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  border: 0;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: .5em 0 0;
  padding: .125rem .4em
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-button {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none
}

.ui-selectmenu-button span.ui-icon {
  left: auto;
  margin-top: -.5rem;
  position: absolute;
  right: .5em;
  top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 1.4;
  overflow: hidden;
  padding: .4em 2.1em .4em 1em;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.2em;
  position: absolute;
  -ms-touch-action: none;
  touch-action: none;
  width: 1.2em;
  z-index: 2
}

.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
  top: -.3em
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  height: 6.25rem;
  width: .8em
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-bottom: -.6em;
  margin-left: 0
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-spinner {
  display: inline-block;
  overflow: hidden;
  position: relative
}

.ui-spinner,
.ui-spinner-input {
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  background: none;
  border: none;
  color: inherit;
  margin: .2em 20.125rem .2em .4em
}

.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: .5em;
  height: 50%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 2rem
}

.ui-spinner a.ui-spinner-button {
  border-bottom: none;
  border-right: none;
  border-top: none
}

.ui-spinner .ui-icon {
  left: 0;
  margin-top: -.5rem;
  position: absolute;
  top: 50%
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -60.313rem -2rem
}

.ui-tabs {
  padding: .2em;
  position: relative
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  border-bottom-width: 0;
  float: left;
  list-style: none;
  margin: .063rem .2em 0 0;
  padding: 0;
  position: relative;
  top: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -.063rem;
  padding-bottom: .063rem
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  background: none;
  border-width: 0;
  display: block;
  padding: 1em 1.4em
}

.ui-tooltip {
  -webkit-box-shadow: 0 0 .313rem #aaa;
  box-shadow: 0 0 .313rem #aaa;
  max-width: 18.75rem;
  padding: .5rem;
  position: absolute;
  z-index: 9999
}

body .ui-tooltip {
  border-width: .125rem
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em
}

.ui-widget-content {
  background-color: #ffbf81;
  border: .063rem solid #aaa;
  color: #222
}

.ui-widget-content a {
  color: #222
}

.ui-widget-header {
  background: #ccc url(/nb3/img/NCCimages/f83bfd55fb5f04b5167c.png) 50% 50% repeat-x;
  border: .063rem solid #aaa;
  color: #222;
  font-weight: 700
}

.ui-widget-header a {
  color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #e6e6e6 url(/nb3/img/NCCimages/f9bcafac915559886d84.png) 50% 50% repeat-x;
  border: .063rem solid #d3d3d3;
  color: #555;
  font-weight: 400
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: #dadada url(/nb3/img/NCCimages/f9bcafac915559886d84.png) 50% 50% repeat-x;
  border: .125rem solid #000;
  color: #212121;
  font-weight: 400
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fff url(/nb3/img/NCCimages/e84266551884304a6be5.png) 50% 50% repeat-x;
  border: .063rem solid #aaa;
  color: #212121;
  font-weight: 400
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #fbf9ee url(/nb3/img/NCCimages/e84266551884304a6be5.png) 50% 50% repeat-x;
  border: .125rem solid #813000;
  color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  background: #fef1ec url(/nb3/img/NCCimages/e84266551884304a6be5.png) 50% 50% repeat-x;
  border: .063rem solid #cd0a0a;
  color: #cd0a0a
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  filter: Alpha(Opacity=70);
  font-weight: 400;
  opacity: .7
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none;
  filter: Alpha(Opacity=35);
  opacity: .35
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  height: 1rem;
  width: 1rem
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(/nb3/img/NCCimages/0868a30e9b2b46e56486.png)
}

.ui-state-active .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-highlight .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(/nb3/img/NCCimages/71b819abdc8bef6e0a81.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/nb3/img/NCCimages/2ee735fbcba2fd43bc0c.png)
}

.ui-icon-blank {
  background-position: 1rem 1rem
}

.ui-icon-carat-1-n {
  background-position: 0 0
}

.ui-icon-carat-1-ne {
  background-position: -1rem 0
}

.ui-icon-carat-1-e {
  background-position: -2rem 0
}

.ui-icon-carat-1-se {
  background-position: -3rem 0
}

.ui-icon-carat-1-s {
  background-position: -4rem 0
}

.ui-icon-carat-1-sw {
  background-position: -5rem 0
}

.ui-icon-carat-1-w {
  background-position: -6rem 0
}

.ui-icon-carat-1-nw {
  background-position: -7rem 0
}

.ui-icon-carat-2-n-s {
  background-position: -8rem 0
}

.ui-icon-carat-2-e-w {
  background-position: -9rem 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -1rem
}

.ui-icon-triangle-1-ne {
  background-position: -1rem -1rem
}

.ui-icon-triangle-1-e {
  background-position: -2rem -1rem
}

.ui-icon-triangle-1-se {
  background-position: -3rem -1rem
}

.ui-icon-triangle-1-s {
  background-position: -4rem -1rem
}

.ui-icon-triangle-1-sw {
  background-position: -5rem -1rem
}

.ui-icon-triangle-1-w {
  background-position: -6rem -1rem
}

.ui-icon-triangle-1-nw {
  background-position: -7rem -1rem
}

.ui-icon-triangle-2-n-s {
  background-position: -8rem -1rem
}

.ui-icon-triangle-2-e-w {
  background-position: -9rem -1rem
}

.ui-icon-arrow-1-n {
  background-position: 0 -2rem
}

.ui-icon-arrow-1-e,
.ui-icon-arrow-1-ne {
  background-position: -2rem -2rem
}

.ui-icon-arrow-1-se {
  background-position: -3rem -2rem
}

.ui-icon-arrow-1-s {
  background-position: -4rem -2rem
}

.ui-icon-arrow-1-sw {
  background-position: -5rem -2rem
}

.ui-icon-arrow-1-w {
  background-position: -6rem -2rem
}

.ui-icon-arrow-1-nw {
  background-position: -7rem -2rem
}

.ui-icon-arrow-2-n-s {
  background-position: -8rem -2rem
}

.ui-icon-arrow-2-ne-sw {
  background-position: -9rem -2rem
}

.ui-icon-arrow-2-e-w {
  background-position: -10rem -2rem
}

.ui-icon-arrow-2-se-nw {
  background-position: -11rem -2rem
}

.ui-icon-arrowstop-1-n {
  background-position: -12rem -2rem
}

.ui-icon-arrowstop-1-e {
  background-position: -13rem -2rem
}

.ui-icon-arrowstop-1-s {
  background-position: -14rem -2rem
}

.ui-icon-arrowstop-1-w {
  background-position: -15rem -2rem
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -3rem
}

.ui-icon-arrowthick-1-e,
.ui-icon-arrowthick-1-ne {
  background-position: -2rem -3rem
}

.ui-icon-arrowthick-1-se {
  background-position: -3rem -3rem
}

.ui-icon-arrowthick-1-s {
  background-position: -4rem -3rem
}

.ui-icon-arrowthick-1-sw {
  background-position: -5rem -3rem
}

.ui-icon-arrowthick-1-w {
  background-position: -6rem -3rem
}

.ui-icon-arrowthick-1-nw {
  background-position: -7rem -3rem
}

.ui-icon-arrowthick-2-n-s {
  background-position: -8rem -3rem
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -9rem -3rem
}

.ui-icon-arrowthick-2-e-w {
  background-position: -10rem -3rem
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -11rem -3rem
}

.ui-icon-arrowthickstop-1-n {
  background-position: -12rem -3rem
}

.ui-icon-arrowthickstop-1-e {
  background-position: -13rem -3rem
}

.ui-icon-arrowthickstop-1-s {
  background-position: -14rem -3rem
}

.ui-icon-arrowthickstop-1-w {
  background-position: -15rem -3rem
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -4rem
}

.ui-icon-arrowreturnthick-1-e,
.ui-icon-arrowreturnthick-1-n {
  background-position: -2rem -4rem
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -3rem -4rem
}

.ui-icon-arrowreturn-1-w {
  background-position: -4rem -4rem
}

.ui-icon-arrowreturn-1-n {
  background-position: -5rem -4rem
}

.ui-icon-arrowreturn-1-e {
  background-position: -6rem -4rem
}

.ui-icon-arrowreturn-1-s {
  background-position: -7rem -4rem
}

.ui-icon-arrowrefresh-1-w {
  background-position: -8rem -4rem
}

.ui-icon-arrowrefresh-1-n {
  background-position: -9rem -4rem
}

.ui-icon-arrowrefresh-1-e {
  background-position: -10rem -4rem
}

.ui-icon-arrowrefresh-1-s {
  background-position: -11rem -4rem
}

.ui-icon-arrow-4 {
  background-position: 0 -5rem
}

.ui-icon-arrow-4-diag,
.ui-icon-extlink {
  background-position: -2rem -5rem
}

.ui-icon-newwin {
  background-position: -3rem -5rem
}

.ui-icon-refresh {
  background-position: -4rem -5rem
}

.ui-icon-shuffle {
  background-position: -5rem -5rem
}

.ui-icon-transfer-e-w {
  background-position: -6rem -5rem
}

.ui-icon-transferthick-e-w {
  background-position: -7rem -5rem
}

.ui-icon-folder-collapsed {
  background-position: 0 -6rem
}

.ui-icon-document,
.ui-icon-folder-open {
  background-position: -2rem -6rem
}

.ui-icon-document-b {
  background-position: -3rem -6rem
}

.ui-icon-note {
  background-position: -4rem -6rem
}

.ui-icon-mail-closed {
  background-position: -5rem -6rem
}

.ui-icon-mail-open {
  background-position: -6rem -6rem
}

.ui-icon-suitcase {
  background-position: -7rem -6rem
}

.ui-icon-comment {
  background-position: -8rem -6rem
}

.ui-icon-person {
  background-position: -9rem -6rem
}

.ui-icon-print {
  background-position: -10rem -6rem
}

.ui-icon-trash {
  background-position: -11rem -6rem
}

.ui-icon-locked {
  background-position: -12rem -6rem
}

.ui-icon-unlocked {
  background-position: -13rem -6rem
}

.ui-icon-bookmark {
  background-position: -14rem -6rem
}

.ui-icon-tag {
  background-position: -15rem -6rem
}

.ui-icon-home {
  background-position: 0 -7rem
}

.ui-icon-calendar,
.ui-icon-flag {
  background-position: -2rem -7rem
}

.ui-icon-cart {
  background-position: -3rem -7rem
}

.ui-icon-pencil {
  background-position: -4rem -7rem
}

.ui-icon-clock {
  background-position: -5rem -7rem
}

.ui-icon-disk {
  background-position: -6rem -7rem
}

.ui-icon-calculator {
  background-position: -7rem -7rem
}

.ui-icon-zoomin {
  background-position: -8rem -7rem
}

.ui-icon-zoomout {
  background-position: -9rem -7rem
}

.ui-icon-search {
  background-position: -10rem -7rem
}

.ui-icon-wrench {
  background-position: -11rem -7rem
}

.ui-icon-gear {
  background-position: -12rem -7rem
}

.ui-icon-heart {
  background-position: -13rem -7rem
}

.ui-icon-star {
  background-position: -14rem -7rem
}

.ui-icon-link {
  background-position: -15rem -7rem
}

.ui-icon-cancel {
  background-position: 0 -8rem
}

.ui-icon-plus,
.ui-icon-plusthick {
  background-position: -2rem -8rem
}

.ui-icon-minus {
  background-position: -3rem -8rem
}

.ui-icon-minusthick {
  background-position: -4rem -8rem
}

.ui-icon-close {
  background-position: -5rem -8rem
}

.ui-icon-closethick {
  background-position: -6rem -8rem
}

.ui-icon-key {
  background-position: -7rem -8rem
}

.ui-icon-lightbulb {
  background-position: -8rem -8rem
}

.ui-icon-scissors {
  background-position: -9rem -8rem
}

.ui-icon-clipboard {
  background-position: -10rem -8rem
}

.ui-icon-copy {
  background-position: -11rem -8rem
}

.ui-icon-contact {
  background-position: -12rem -8rem
}

.ui-icon-image {
  background-position: -13rem -8rem
}

.ui-icon-video {
  background-position: -14rem -8rem
}

.ui-icon-script {
  background-position: -15rem -8rem
}

.ui-icon-alert {
  background-position: 0 -9rem
}

.ui-icon-info,
.ui-icon-notice {
  background-position: -2rem -9rem
}

.ui-icon-help {
  background-position: -3rem -9rem
}

.ui-icon-check {
  background-position: -4rem -9rem
}

.ui-icon-bullet {
  background-position: -5rem -9rem
}

.ui-icon-radio-on {
  background-position: -6rem -9rem
}

.ui-icon-radio-off {
  background-position: -7rem -9rem
}

.ui-icon-pin-w {
  background-position: -8rem -9rem
}

.ui-icon-pin-s {
  background-position: -9rem -9rem
}

.ui-icon-play {
  background-position: 0 -10rem
}

.ui-icon-pause,
.ui-icon-seek-next {
  background-position: -2rem -10rem
}

.ui-icon-seek-prev {
  background-position: -3rem -10rem
}

.ui-icon-seek-end {
  background-position: -4rem -10rem
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -5rem -10rem
}

.ui-icon-stop {
  background-position: -6rem -10rem
}

.ui-icon-eject {
  background-position: -7rem -10rem
}

.ui-icon-volume-off {
  background-position: -8rem -10rem
}

.ui-icon-volume-on {
  background-position: -9rem -10rem
}

.ui-icon-power {
  background-position: 0 -11rem
}

.ui-icon-signal,
.ui-icon-signal-diag {
  background-position: -2rem -11rem
}

.ui-icon-battery-0 {
  background-position: -3rem -11rem
}

.ui-icon-battery-1 {
  background-position: -4rem -11rem
}

.ui-icon-battery-2 {
  background-position: -5rem -11rem
}

.ui-icon-battery-3 {
  background-position: -6rem -11rem
}

.ui-icon-circle-plus {
  background-position: 0 -12rem
}

.ui-icon-circle-close,
.ui-icon-circle-minus {
  background-position: -2rem -12rem
}

.ui-icon-circle-triangle-e {
  background-position: -3rem -12rem
}

.ui-icon-circle-triangle-s {
  background-position: -4rem -12rem
}

.ui-icon-circle-triangle-w {
  background-position: -5rem -12rem
}

.ui-icon-circle-triangle-n {
  background-position: -6rem -12rem
}

.ui-icon-circle-arrow-e {
  background-position: -7rem -12rem
}

.ui-icon-circle-arrow-s {
  background-position: -8rem -12rem
}

.ui-icon-circle-arrow-w {
  background-position: -9rem -12rem
}

.ui-icon-circle-arrow-n {
  background-position: -10rem -12rem
}

.ui-icon-circle-zoomin {
  background-position: -11rem -12rem
}

.ui-icon-circle-zoomout {
  background-position: -12rem -12rem
}

.ui-icon-circle-check {
  background-position: -13rem -12rem
}

.ui-icon-circlesmall-plus {
  background-position: 0 -13rem
}

.ui-icon-circlesmall-close,
.ui-icon-circlesmall-minus {
  background-position: -2rem -13rem
}

.ui-icon-squaresmall-plus {
  background-position: -3rem -13rem
}

.ui-icon-squaresmall-minus {
  background-position: -4rem -13rem
}

.ui-icon-squaresmall-close {
  background-position: -5rem -13rem
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -14rem
}

.ui-icon-grip-dotted-horizontal,
.ui-icon-grip-solid-vertical {
  background-position: -2rem -14rem
}

.ui-icon-grip-solid-horizontal {
  background-position: -3rem -14rem
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -4rem -14rem
}

.ui-icon-grip-diagonal-se {
  background-position: -5rem -14rem
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: .25rem
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: .25rem
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: .25rem
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: .25rem
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: #aaa url(/nb3/img/NCCimages/e84266551884304a6be5.png) 50% 50% repeat-x;
  filter: Alpha(Opacity=30);
  opacity: .3
}

.ui-widget-shadow {
  border-radius: .5rem;
  margin: -.5rem 0 0 -.5rem;
  padding: .5rem
}

/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/style/styles.scss ***!
  \***********************************************************************************************************************************************************************************************/
.card-button-div,
.foreign-rate,
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  margin-top: -.5rem
}

.card-button-div>.col,
.card-button-div>[class*=col],
.foreign-rate>.col,
.foreign-rate>[class*=col],
.grid>.col,
.grid>[class*=col] {
  box-sizing: border-box
}

.grid-nogutter {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0
}

.grid-nogutter>.col,
.grid-nogutter>[class*=col-] {
  padding: 0
}

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

.col-1,
.col-fixed {
  flex: 0 0 auto;
  padding: .5rem
}

.col-1 {
  width: 8.3333%
}

.col-2 {
  width: 16.6667%
}

.col-2,
.col-3 {
  flex: 0 0 auto;
  padding: .5rem
}

.col-3 {
  width: 25%
}

.col-4 {
  width: 33.3333%
}

.col-4,
.col-5 {
  flex: 0 0 auto;
  padding: .5rem
}

.col-5 {
  width: 41.6667%
}

.col-6 {
  width: 50%
}

.col-6,
.col-7 {
  flex: 0 0 auto;
  padding: .5rem
}

.col-7 {
  width: 58.3333%
}

.col-8 {
  width: 66.6667%
}

.col-8,
.col-9 {
  flex: 0 0 auto;
  padding: .5rem
}

.col-9 {
  width: 75%
}

.col-10 {
  width: 83.3333%
}

.col-10,
.col-11 {
  flex: 0 0 auto;
  padding: .5rem
}

.col-11 {
  width: 91.6667%
}

.col-12 {
  flex: 0 0 auto;
  padding: .5rem;
  width: 100%
}

@media screen and (min-width:576px) {
  .sm\:col {
    flex-basis: 0;
    flex-grow: 1;
    padding: .5rem
  }

  .sm\:col-1,
  .sm\:col-fixed {
    flex: 0 0 auto;
    padding: .5rem
  }

  .sm\:col-1 {
    width: 8.3333%
  }

  .sm\:col-2 {
    width: 16.6667%
  }

  .sm\:col-2,
  .sm\:col-3 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .sm\:col-3 {
    width: 25%
  }

  .sm\:col-4 {
    width: 33.3333%
  }

  .sm\:col-4,
  .sm\:col-5 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .sm\:col-5 {
    width: 41.6667%
  }

  .sm\:col-6 {
    width: 50%
  }

  .sm\:col-6,
  .sm\:col-7 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .sm\:col-7 {
    width: 58.3333%
  }

  .sm\:col-8 {
    width: 66.6667%
  }

  .sm\:col-8,
  .sm\:col-9 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .sm\:col-9 {
    width: 75%
  }

  .sm\:col-10 {
    width: 83.3333%
  }

  .sm\:col-10,
  .sm\:col-11 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .sm\:col-11 {
    width: 91.6667%
  }

  .sm\:col-12 {
    flex: 0 0 auto;
    padding: .5rem;
    width: 100%
  }
}

@media screen and (min-width:768px) {
  .md\:col {
    flex-basis: 0;
    flex-grow: 1;
    padding: .5rem
  }

  .md\:col-1,
  .md\:col-fixed {
    flex: 0 0 auto;
    padding: .5rem
  }

  .md\:col-1 {
    width: 8.3333%
  }

  .md\:col-2 {
    width: 16.6667%
  }

  .md\:col-2,
  .md\:col-3 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .md\:col-3 {
    width: 25%
  }

  .md\:col-4 {
    width: 33.3333%
  }

  .md\:col-4,
  .md\:col-5 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .md\:col-5 {
    width: 41.6667%
  }

  .md\:col-6 {
    width: 50%
  }

  .md\:col-6,
  .md\:col-7 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .md\:col-7 {
    width: 58.3333%
  }

  .md\:col-8 {
    width: 66.6667%
  }

  .md\:col-8,
  .md\:col-9 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .md\:col-9 {
    width: 75%
  }

  .md\:col-10 {
    width: 83.3333%
  }

  .md\:col-10,
  .md\:col-11 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .md\:col-11 {
    width: 91.6667%
  }

  .md\:col-12 {
    flex: 0 0 auto;
    padding: .5rem;
    width: 100%
  }
}

@media screen and (min-width:992px) {
  .lg\:col {
    flex-basis: 0;
    flex-grow: 1;
    padding: .5rem
  }

  .lg\:col-1,
  .lg\:col-fixed {
    flex: 0 0 auto;
    padding: .5rem
  }

  .lg\:col-1 {
    width: 8.3333%
  }

  .lg\:col-2 {
    width: 16.6667%
  }

  .lg\:col-2,
  .lg\:col-3 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .lg\:col-3 {
    width: 25%
  }

  .lg\:col-4 {
    width: 33.3333%
  }

  .lg\:col-4,
  .lg\:col-5 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .lg\:col-5 {
    width: 41.6667%
  }

  .lg\:col-6 {
    width: 50%
  }

  .lg\:col-6,
  .lg\:col-7 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .lg\:col-7 {
    width: 58.3333%
  }

  .lg\:col-8 {
    width: 66.6667%
  }

  .lg\:col-8,
  .lg\:col-9 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .lg\:col-9 {
    width: 75%
  }

  .lg\:col-10 {
    width: 83.3333%
  }

  .lg\:col-10,
  .lg\:col-11 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .lg\:col-11 {
    width: 91.6667%
  }

  .lg\:col-12 {
    flex: 0 0 auto;
    padding: .5rem;
    width: 100%
  }
}

@media screen and (min-width:1200px) {
  .xl\:col {
    flex-basis: 0;
    flex-grow: 1;
    padding: .5rem
  }

  .xl\:col-1,
  .xl\:col-fixed {
    flex: 0 0 auto;
    padding: .5rem
  }

  .xl\:col-1 {
    width: 8.3333%
  }

  .xl\:col-2 {
    width: 16.6667%
  }

  .xl\:col-2,
  .xl\:col-3 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .xl\:col-3 {
    width: 25%
  }

  .xl\:col-4 {
    width: 33.3333%
  }

  .xl\:col-4,
  .xl\:col-5 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .xl\:col-5 {
    width: 41.6667%
  }

  .xl\:col-6 {
    width: 50%
  }

  .xl\:col-6,
  .xl\:col-7 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .xl\:col-7 {
    width: 58.3333%
  }

  .xl\:col-8 {
    width: 66.6667%
  }

  .xl\:col-8,
  .xl\:col-9 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .xl\:col-9 {
    width: 75%
  }

  .xl\:col-10 {
    width: 83.3333%
  }

  .xl\:col-10,
  .xl\:col-11 {
    flex: 0 0 auto;
    padding: .5rem
  }

  .xl\:col-11 {
    width: 91.6667%
  }

  .xl\:col-12 {
    flex: 0 0 auto;
    padding: .5rem;
    width: 100%
  }
}

.col-offset-0 {
  margin-left: 0 !important
}

.col-offset-1 {
  margin-left: 8.3333% !important
}

.col-offset-2 {
  margin-left: 16.6667% !important
}

.col-offset-3 {
  margin-left: 25% !important
}

.col-offset-4 {
  margin-left: 33.3333% !important
}

.col-offset-5 {
  margin-left: 41.6667% !important
}

.col-offset-6 {
  margin-left: 50% !important
}

.col-offset-7 {
  margin-left: 58.3333% !important
}

.col-offset-8 {
  margin-left: 66.6667% !important
}

.col-offset-9 {
  margin-left: 75% !important
}

.col-offset-10 {
  margin-left: 83.3333% !important
}

.col-offset-11 {
  margin-left: 91.6667% !important
}

.col-offset-12 {
  margin-left: 100% !important
}

@media screen and (min-width:576px) {
  .sm\:col-offset-0 {
    margin-left: 0 !important
  }

  .sm\:col-offset-1 {
    margin-left: 8.3333% !important
  }

  .sm\:col-offset-2 {
    margin-left: 16.6667% !important
  }

  .sm\:col-offset-3 {
    margin-left: 25% !important
  }

  .sm\:col-offset-4 {
    margin-left: 33.3333% !important
  }

  .sm\:col-offset-5 {
    margin-left: 41.6667% !important
  }

  .sm\:col-offset-6 {
    margin-left: 50% !important
  }

  .sm\:col-offset-7 {
    margin-left: 58.3333% !important
  }

  .sm\:col-offset-8 {
    margin-left: 66.6667% !important
  }

  .sm\:col-offset-9 {
    margin-left: 75% !important
  }

  .sm\:col-offset-10 {
    margin-left: 83.3333% !important
  }

  .sm\:col-offset-11 {
    margin-left: 91.6667% !important
  }

  .sm\:col-offset-12 {
    margin-left: 100% !important
  }
}

@media screen and (min-width:768px) {
  .md\:col-offset-0 {
    margin-left: 0 !important
  }

  .md\:col-offset-1 {
    margin-left: 8.3333% !important
  }

  .md\:col-offset-2 {
    margin-left: 16.6667% !important
  }

  .md\:col-offset-3 {
    margin-left: 25% !important
  }

  .md\:col-offset-4 {
    margin-left: 33.3333% !important
  }

  .md\:col-offset-5 {
    margin-left: 41.6667% !important
  }

  .md\:col-offset-6 {
    margin-left: 50% !important
  }

  .md\:col-offset-7 {
    margin-left: 58.3333% !important
  }

  .md\:col-offset-8 {
    margin-left: 66.6667% !important
  }

  .md\:col-offset-9 {
    margin-left: 75% !important
  }

  .md\:col-offset-10 {
    margin-left: 83.3333% !important
  }

  .md\:col-offset-11 {
    margin-left: 91.6667% !important
  }

  .md\:col-offset-12 {
    margin-left: 100% !important
  }
}

@media screen and (min-width:992px) {
  .lg\:col-offset-0 {
    margin-left: 0 !important
  }

  .lg\:col-offset-1 {
    margin-left: 8.3333% !important
  }

  .lg\:col-offset-2 {
    margin-left: 16.6667% !important
  }

  .lg\:col-offset-3 {
    margin-left: 25% !important
  }

  .lg\:col-offset-4 {
    margin-left: 33.3333% !important
  }

  .lg\:col-offset-5 {
    margin-left: 41.6667% !important
  }

  .lg\:col-offset-6 {
    margin-left: 50% !important
  }

  .lg\:col-offset-7 {
    margin-left: 58.3333% !important
  }

  .lg\:col-offset-8 {
    margin-left: 66.6667% !important
  }

  .lg\:col-offset-9 {
    margin-left: 75% !important
  }

  .lg\:col-offset-10 {
    margin-left: 83.3333% !important
  }

  .lg\:col-offset-11 {
    margin-left: 91.6667% !important
  }

  .lg\:col-offset-12 {
    margin-left: 100% !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:col-offset-0 {
    margin-left: 0 !important
  }

  .xl\:col-offset-1 {
    margin-left: 8.3333% !important
  }

  .xl\:col-offset-2 {
    margin-left: 16.6667% !important
  }

  .xl\:col-offset-3 {
    margin-left: 25% !important
  }

  .xl\:col-offset-4 {
    margin-left: 33.3333% !important
  }

  .xl\:col-offset-5 {
    margin-left: 41.6667% !important
  }

  .xl\:col-offset-6 {
    margin-left: 50% !important
  }

  .xl\:col-offset-7 {
    margin-left: 58.3333% !important
  }

  .xl\:col-offset-8 {
    margin-left: 66.6667% !important
  }

  .xl\:col-offset-9 {
    margin-left: 75% !important
  }

  .xl\:col-offset-10 {
    margin-left: 83.3333% !important
  }

  .xl\:col-offset-11 {
    margin-left: 91.6667% !important
  }

  .xl\:col-offset-12 {
    margin-left: 100% !important
  }
}

.text-0 {
  color: var(--surface-0) !important
}

.text-50 {
  color: var(--surface-50) !important
}

.text-100 {
  color: var(--surface-100) !important
}

.text-200 {
  color: var(--surface-200) !important
}

.link-base-disable,
.text-300 {
  color: var(--surface-300) !important
}

.text-400 {
  color: var(--surface-400) !important
}

.text-500 {
  color: var(--surface-500) !important
}

.text-600 {
  color: var(--surface-600) !important
}

.text-700 {
  color: var(--surface-700) !important
}

.text-800 {
  color: var(--surface-800) !important
}

.text-900 {
  color: var(--surface-900) !important
}

.active\:text-0:active,
.focus\:text-0:focus,
.hover\:text-0:hover {
  color: var(--surface-0) !important
}

.active\:text-50:active,
.focus\:text-50:focus,
.hover\:text-50:hover {
  color: var(--surface-50) !important
}

.active\:text-100:active,
.focus\:text-100:focus,
.hover\:text-100:hover {
  color: var(--surface-100) !important
}

.active\:text-200:active,
.focus\:text-200:focus,
.hover\:text-200:hover {
  color: var(--surface-200) !important
}

.active\:text-300:active,
.focus\:text-300:focus,
.hover\:text-300:hover {
  color: var(--surface-300) !important
}

.active\:text-400:active,
.focus\:text-400:focus,
.hover\:text-400:hover {
  color: var(--surface-400) !important
}

.active\:text-500:active,
.focus\:text-500:focus,
.hover\:text-500:hover {
  color: var(--surface-500) !important
}

.active\:text-600:active,
.focus\:text-600:focus,
.hover\:text-600:hover {
  color: var(--surface-600) !important
}

.active\:text-700:active,
.focus\:text-700:focus,
.hover\:text-700:hover {
  color: var(--surface-700) !important
}

.active\:text-800:active,
.focus\:text-800:focus,
.hover\:text-800:hover {
  color: var(--surface-800) !important
}

.active\:text-900:active,
.focus\:text-900:focus,
.hover\:text-900:hover {
  color: var(--surface-900) !important
}

.surface-0 {
  background-color: var(--surface-0) !important
}

.surface-50 {
  background-color: var(--surface-50) !important
}

.surface-100 {
  background-color: var(--surface-100) !important
}

.surface-200 {
  background-color: var(--surface-200) !important
}

.surface-300 {
  background-color: var(--surface-300) !important
}

.surface-400 {
  background-color: var(--surface-400) !important
}

.link-base-disable,
.surface-500 {
  background-color: var(--surface-500) !important
}

.surface-600 {
  background-color: var(--surface-600) !important
}

.surface-700 {
  background-color: var(--surface-700) !important
}

.surface-800 {
  background-color: var(--surface-800) !important
}

.surface-900 {
  background-color: var(--surface-900) !important
}

.active\:surface-0:active,
.focus\:surface-0:focus,
.hover\:surface-0:hover {
  background-color: var(--surface-0) !important
}

.active\:surface-50:active,
.focus\:surface-50:focus,
.hover\:surface-50:hover {
  background-color: var(--surface-50) !important
}

.active\:surface-100:active,
.focus\:surface-100:focus,
.hover\:surface-100:hover {
  background-color: var(--surface-100) !important
}

.active\:surface-200:active,
.focus\:surface-200:focus,
.hover\:surface-200:hover {
  background-color: var(--surface-200) !important
}

.active\:surface-300:active,
.focus\:surface-300:focus,
.hover\:surface-300:hover {
  background-color: var(--surface-300) !important
}

.active\:surface-400:active,
.focus\:surface-400:focus,
.hover\:surface-400:hover {
  background-color: var(--surface-400) !important
}

.active\:surface-500:active,
.focus\:surface-500:focus,
.hover\:surface-500:hover {
  background-color: var(--surface-500) !important
}

.active\:surface-600:active,
.focus\:surface-600:focus,
.hover\:surface-600:hover {
  background-color: var(--surface-600) !important
}

.active\:surface-700:active,
.focus\:surface-700:focus,
.hover\:surface-700:hover {
  background-color: var(--surface-700) !important
}

.active\:surface-800:active,
.focus\:surface-800:focus,
.hover\:surface-800:hover {
  background-color: var(--surface-800) !important
}

.active\:surface-900:active,
.focus\:surface-900:focus,
.hover\:surface-900:hover {
  background-color: var(--surface-900) !important
}

.border-0 {
  border-color: var(--surface-0) !important
}

.border-50 {
  border-color: var(--surface-50) !important
}

.border-100 {
  border-color: var(--surface-100) !important
}

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

.border-300 {
  border-color: var(--surface-300) !important
}

.border-400,
.sitemap-block {
  border-color: var(--surface-400) !important
}

.border-500 {
  border-color: var(--surface-500) !important
}

.border-600 {
  border-color: var(--surface-600) !important
}

.border-700 {
  border-color: var(--surface-700) !important
}

.border-800 {
  border-color: var(--surface-800) !important
}

.border-900 {
  border-color: var(--surface-900) !important
}

.active\:border-0:active,
.focus\:border-0:focus,
.hover\:border-0:hover {
  border-color: var(--surface-0) !important
}

.active\:border-50:active,
.focus\:border-50:focus,
.hover\:border-50:hover {
  border-color: var(--surface-50) !important
}

.active\:border-100:active,
.focus\:border-100:focus,
.hover\:border-100:hover {
  border-color: var(--surface-100) !important
}

.active\:border-200:active,
.focus\:border-200:focus,
.hover\:border-200:hover {
  border-color: var(--surface-200) !important
}

.active\:border-300:active,
.focus\:border-300:focus,
.hover\:border-300:hover {
  border-color: var(--surface-300) !important
}

.active\:border-400:active,
.focus\:border-400:focus,
.hover\:border-400:hover {
  border-color: var(--surface-400) !important
}

.active\:border-500:active,
.focus\:border-500:focus,
.hover\:border-500:hover {
  border-color: var(--surface-500) !important
}

.active\:border-600:active,
.focus\:border-600:focus,
.hover\:border-600:hover {
  border-color: var(--surface-600) !important
}

.active\:border-700:active,
.focus\:border-700:focus,
.hover\:border-700:hover {
  border-color: var(--surface-700) !important
}

.active\:border-800:active,
.focus\:border-800:focus,
.hover\:border-800:hover {
  border-color: var(--surface-800) !important
}

.active\:border-900:active,
.focus\:border-900:focus,
.hover\:border-900:hover {
  border-color: var(--surface-900) !important
}

.bg-transparent {
  background-color: transparent !important
}

@media screen and (min-width:576px) {
  .sm\:bg-transparent {
    background-color: transparent !important
  }
}

@media screen and (min-width:768px) {
  .md\:bg-transparent {
    background-color: transparent !important
  }
}

@media screen and (min-width:992px) {
  .lg\:bg-transparent {
    background-color: transparent !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:bg-transparent {
    background-color: transparent !important
  }
}

.border-transparent {
  border-color: transparent !important
}

@media screen and (min-width:576px) {
  .sm\:border-transparent {
    border-color: transparent !important
  }
}

@media screen and (min-width:768px) {
  .md\:border-transparent {
    border-color: transparent !important
  }
}

@media screen and (min-width:992px) {
  .lg\:border-transparent {
    border-color: transparent !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:border-transparent {
    border-color: transparent !important
  }
}

.text-blue-50 {
  color: var(--blue-50) !important
}

.text-blue-100 {
  color: var(--blue-100) !important
}

.text-blue-200 {
  color: var(--blue-200) !important
}

.text-blue-300 {
  color: var(--blue-300) !important
}

.text-blue-400 {
  color: var(--blue-400) !important
}

.text-blue-500 {
  color: var(--blue-500) !important
}

.text-blue-600 {
  color: var(--blue-600) !important
}

.text-blue-700 {
  color: var(--blue-700) !important
}

.text-blue-800 {
  color: var(--blue-800) !important
}

.text-blue-900 {
  color: var(--blue-900) !important
}

.focus\:text-blue-50:focus {
  color: var(--blue-50) !important
}

.focus\:text-blue-100:focus {
  color: var(--blue-100) !important
}

.focus\:text-blue-200:focus {
  color: var(--blue-200) !important
}

.focus\:text-blue-300:focus {
  color: var(--blue-300) !important
}

.focus\:text-blue-400:focus {
  color: var(--blue-400) !important
}

.focus\:text-blue-500:focus {
  color: var(--blue-500) !important
}

.focus\:text-blue-600:focus {
  color: var(--blue-600) !important
}

.focus\:text-blue-700:focus {
  color: var(--blue-700) !important
}

.focus\:text-blue-800:focus {
  color: var(--blue-800) !important
}

.focus\:text-blue-900:focus {
  color: var(--blue-900) !important
}

.hover\:text-blue-50:hover {
  color: var(--blue-50) !important
}

.hover\:text-blue-100:hover {
  color: var(--blue-100) !important
}

.hover\:text-blue-200:hover {
  color: var(--blue-200) !important
}

.hover\:text-blue-300:hover {
  color: var(--blue-300) !important
}

.hover\:text-blue-400:hover {
  color: var(--blue-400) !important
}

.hover\:text-blue-500:hover {
  color: var(--blue-500) !important
}

.hover\:text-blue-600:hover {
  color: var(--blue-600) !important
}

.hover\:text-blue-700:hover {
  color: var(--blue-700) !important
}

.hover\:text-blue-800:hover {
  color: var(--blue-800) !important
}

.hover\:text-blue-900:hover {
  color: var(--blue-900) !important
}

.active\:text-blue-50:active {
  color: var(--blue-50) !important
}

.active\:text-blue-100:active {
  color: var(--blue-100) !important
}

.active\:text-blue-200:active {
  color: var(--blue-200) !important
}

.active\:text-blue-300:active {
  color: var(--blue-300) !important
}

.active\:text-blue-400:active {
  color: var(--blue-400) !important
}

.active\:text-blue-500:active {
  color: var(--blue-500) !important
}

.active\:text-blue-600:active {
  color: var(--blue-600) !important
}

.active\:text-blue-700:active {
  color: var(--blue-700) !important
}

.active\:text-blue-800:active {
  color: var(--blue-800) !important
}

.active\:text-blue-900:active {
  color: var(--blue-900) !important
}

.text-green-50 {
  color: var(--green-50) !important
}

.text-green-100 {
  color: var(--green-100) !important
}

.text-green-200 {
  color: var(--green-200) !important
}

.text-green-300 {
  color: var(--green-300) !important
}

.text-green-400 {
  color: var(--green-400) !important
}

.text-green-500 {
  color: var(--green-500) !important
}

.text-green-600 {
  color: var(--green-600) !important
}

.text-green-700 {
  color: var(--green-700) !important
}

.text-green-800 {
  color: var(--green-800) !important
}

.text-green-900 {
  color: var(--green-900) !important
}

.focus\:text-green-50:focus {
  color: var(--green-50) !important
}

.focus\:text-green-100:focus {
  color: var(--green-100) !important
}

.focus\:text-green-200:focus {
  color: var(--green-200) !important
}

.focus\:text-green-300:focus {
  color: var(--green-300) !important
}

.focus\:text-green-400:focus {
  color: var(--green-400) !important
}

.focus\:text-green-500:focus {
  color: var(--green-500) !important
}

.focus\:text-green-600:focus {
  color: var(--green-600) !important
}

.focus\:text-green-700:focus {
  color: var(--green-700) !important
}

.focus\:text-green-800:focus {
  color: var(--green-800) !important
}

.focus\:text-green-900:focus {
  color: var(--green-900) !important
}

.hover\:text-green-50:hover {
  color: var(--green-50) !important
}

.hover\:text-green-100:hover {
  color: var(--green-100) !important
}

.hover\:text-green-200:hover {
  color: var(--green-200) !important
}

.hover\:text-green-300:hover {
  color: var(--green-300) !important
}

.hover\:text-green-400:hover {
  color: var(--green-400) !important
}

.hover\:text-green-500:hover {
  color: var(--green-500) !important
}

.hover\:text-green-600:hover {
  color: var(--green-600) !important
}

.hover\:text-green-700:hover {
  color: var(--green-700) !important
}

.hover\:text-green-800:hover {
  color: var(--green-800) !important
}

.hover\:text-green-900:hover {
  color: var(--green-900) !important
}

.active\:text-green-50:active {
  color: var(--green-50) !important
}

.active\:text-green-100:active {
  color: var(--green-100) !important
}

.active\:text-green-200:active {
  color: var(--green-200) !important
}

.active\:text-green-300:active {
  color: var(--green-300) !important
}

.active\:text-green-400:active {
  color: var(--green-400) !important
}

.active\:text-green-500:active {
  color: var(--green-500) !important
}

.active\:text-green-600:active {
  color: var(--green-600) !important
}

.active\:text-green-700:active {
  color: var(--green-700) !important
}

.active\:text-green-800:active {
  color: var(--green-800) !important
}

.active\:text-green-900:active {
  color: var(--green-900) !important
}

.text-yellow-50 {
  color: var(--yellow-50) !important
}

.text-yellow-100 {
  color: var(--yellow-100) !important
}

.text-yellow-200 {
  color: var(--yellow-200) !important
}

.text-yellow-300 {
  color: var(--yellow-300) !important
}

.text-yellow-400 {
  color: var(--yellow-400) !important
}

.text-yellow-500 {
  color: var(--yellow-500) !important
}

.text-yellow-600 {
  color: var(--yellow-600) !important
}

.text-yellow-700 {
  color: var(--yellow-700) !important
}

.text-yellow-800 {
  color: var(--yellow-800) !important
}

.text-yellow-900 {
  color: var(--yellow-900) !important
}

.focus\:text-yellow-50:focus {
  color: var(--yellow-50) !important
}

.focus\:text-yellow-100:focus {
  color: var(--yellow-100) !important
}

.focus\:text-yellow-200:focus {
  color: var(--yellow-200) !important
}

.focus\:text-yellow-300:focus {
  color: var(--yellow-300) !important
}

.focus\:text-yellow-400:focus {
  color: var(--yellow-400) !important
}

.focus\:text-yellow-500:focus {
  color: var(--yellow-500) !important
}

.focus\:text-yellow-600:focus {
  color: var(--yellow-600) !important
}

.focus\:text-yellow-700:focus {
  color: var(--yellow-700) !important
}

.focus\:text-yellow-800:focus {
  color: var(--yellow-800) !important
}

.focus\:text-yellow-900:focus {
  color: var(--yellow-900) !important
}

.hover\:text-yellow-50:hover {
  color: var(--yellow-50) !important
}

.hover\:text-yellow-100:hover {
  color: var(--yellow-100) !important
}

.hover\:text-yellow-200:hover {
  color: var(--yellow-200) !important
}

.hover\:text-yellow-300:hover {
  color: var(--yellow-300) !important
}

.hover\:text-yellow-400:hover {
  color: var(--yellow-400) !important
}

.hover\:text-yellow-500:hover {
  color: var(--yellow-500) !important
}

.hover\:text-yellow-600:hover {
  color: var(--yellow-600) !important
}

.hover\:text-yellow-700:hover {
  color: var(--yellow-700) !important
}

.hover\:text-yellow-800:hover {
  color: var(--yellow-800) !important
}

.hover\:text-yellow-900:hover {
  color: var(--yellow-900) !important
}

.active\:text-yellow-50:active {
  color: var(--yellow-50) !important
}

.active\:text-yellow-100:active {
  color: var(--yellow-100) !important
}

.active\:text-yellow-200:active {
  color: var(--yellow-200) !important
}

.active\:text-yellow-300:active {
  color: var(--yellow-300) !important
}

.active\:text-yellow-400:active {
  color: var(--yellow-400) !important
}

.active\:text-yellow-500:active {
  color: var(--yellow-500) !important
}

.active\:text-yellow-600:active {
  color: var(--yellow-600) !important
}

.active\:text-yellow-700:active {
  color: var(--yellow-700) !important
}

.active\:text-yellow-800:active {
  color: var(--yellow-800) !important
}

.active\:text-yellow-900:active {
  color: var(--yellow-900) !important
}

.text-cyan-50 {
  color: var(--cyan-50) !important
}

.text-cyan-100 {
  color: var(--cyan-100) !important
}

.text-cyan-200 {
  color: var(--cyan-200) !important
}

.text-cyan-300 {
  color: var(--cyan-300) !important
}

.text-cyan-400 {
  color: var(--cyan-400) !important
}

.text-cyan-500 {
  color: var(--cyan-500) !important
}

.text-cyan-600 {
  color: var(--cyan-600) !important
}

.text-cyan-700 {
  color: var(--cyan-700) !important
}

.text-cyan-800 {
  color: var(--cyan-800) !important
}

.text-cyan-900 {
  color: var(--cyan-900) !important
}

.focus\:text-cyan-50:focus {
  color: var(--cyan-50) !important
}

.focus\:text-cyan-100:focus {
  color: var(--cyan-100) !important
}

.focus\:text-cyan-200:focus {
  color: var(--cyan-200) !important
}

.focus\:text-cyan-300:focus {
  color: var(--cyan-300) !important
}

.focus\:text-cyan-400:focus {
  color: var(--cyan-400) !important
}

.focus\:text-cyan-500:focus {
  color: var(--cyan-500) !important
}

.focus\:text-cyan-600:focus {
  color: var(--cyan-600) !important
}

.focus\:text-cyan-700:focus {
  color: var(--cyan-700) !important
}

.focus\:text-cyan-800:focus {
  color: var(--cyan-800) !important
}

.focus\:text-cyan-900:focus {
  color: var(--cyan-900) !important
}

.hover\:text-cyan-50:hover {
  color: var(--cyan-50) !important
}

.hover\:text-cyan-100:hover {
  color: var(--cyan-100) !important
}

.hover\:text-cyan-200:hover {
  color: var(--cyan-200) !important
}

.hover\:text-cyan-300:hover {
  color: var(--cyan-300) !important
}

.hover\:text-cyan-400:hover {
  color: var(--cyan-400) !important
}

.hover\:text-cyan-500:hover {
  color: var(--cyan-500) !important
}

.hover\:text-cyan-600:hover {
  color: var(--cyan-600) !important
}

.hover\:text-cyan-700:hover {
  color: var(--cyan-700) !important
}

.hover\:text-cyan-800:hover {
  color: var(--cyan-800) !important
}

.hover\:text-cyan-900:hover {
  color: var(--cyan-900) !important
}

.active\:text-cyan-50:active {
  color: var(--cyan-50) !important
}

.active\:text-cyan-100:active {
  color: var(--cyan-100) !important
}

.active\:text-cyan-200:active {
  color: var(--cyan-200) !important
}

.active\:text-cyan-300:active {
  color: var(--cyan-300) !important
}

.active\:text-cyan-400:active {
  color: var(--cyan-400) !important
}

.active\:text-cyan-500:active {
  color: var(--cyan-500) !important
}

.active\:text-cyan-600:active {
  color: var(--cyan-600) !important
}

.active\:text-cyan-700:active {
  color: var(--cyan-700) !important
}

.active\:text-cyan-800:active {
  color: var(--cyan-800) !important
}

.active\:text-cyan-900:active {
  color: var(--cyan-900) !important
}

.text-pink-50 {
  color: var(--pink-50) !important
}

.text-pink-100 {
  color: var(--pink-100) !important
}

.text-pink-200 {
  color: var(--pink-200) !important
}

.text-pink-300 {
  color: var(--pink-300) !important
}

.text-pink-400 {
  color: var(--pink-400) !important
}

.text-pink-500 {
  color: var(--pink-500) !important
}

.text-pink-600 {
  color: var(--pink-600) !important
}

.text-pink-700 {
  color: var(--pink-700) !important
}

.text-pink-800 {
  color: var(--pink-800) !important
}

.text-pink-900 {
  color: var(--pink-900) !important
}

.focus\:text-pink-50:focus {
  color: var(--pink-50) !important
}

.focus\:text-pink-100:focus {
  color: var(--pink-100) !important
}

.focus\:text-pink-200:focus {
  color: var(--pink-200) !important
}

.focus\:text-pink-300:focus {
  color: var(--pink-300) !important
}

.focus\:text-pink-400:focus {
  color: var(--pink-400) !important
}

.focus\:text-pink-500:focus {
  color: var(--pink-500) !important
}

.focus\:text-pink-600:focus {
  color: var(--pink-600) !important
}

.focus\:text-pink-700:focus {
  color: var(--pink-700) !important
}

.focus\:text-pink-800:focus {
  color: var(--pink-800) !important
}

.focus\:text-pink-900:focus {
  color: var(--pink-900) !important
}

.hover\:text-pink-50:hover {
  color: var(--pink-50) !important
}

.hover\:text-pink-100:hover {
  color: var(--pink-100) !important
}

.hover\:text-pink-200:hover {
  color: var(--pink-200) !important
}

.hover\:text-pink-300:hover {
  color: var(--pink-300) !important
}

.hover\:text-pink-400:hover {
  color: var(--pink-400) !important
}

.hover\:text-pink-500:hover {
  color: var(--pink-500) !important
}

.hover\:text-pink-600:hover {
  color: var(--pink-600) !important
}

.hover\:text-pink-700:hover {
  color: var(--pink-700) !important
}

.hover\:text-pink-800:hover {
  color: var(--pink-800) !important
}

.hover\:text-pink-900:hover {
  color: var(--pink-900) !important
}

.active\:text-pink-50:active {
  color: var(--pink-50) !important
}

.active\:text-pink-100:active {
  color: var(--pink-100) !important
}

.active\:text-pink-200:active {
  color: var(--pink-200) !important
}

.active\:text-pink-300:active {
  color: var(--pink-300) !important
}

.active\:text-pink-400:active {
  color: var(--pink-400) !important
}

.active\:text-pink-500:active {
  color: var(--pink-500) !important
}

.active\:text-pink-600:active {
  color: var(--pink-600) !important
}

.active\:text-pink-700:active {
  color: var(--pink-700) !important
}

.active\:text-pink-800:active {
  color: var(--pink-800) !important
}

.active\:text-pink-900:active {
  color: var(--pink-900) !important
}

.text-indigo-50 {
  color: var(--indigo-50) !important
}

.text-indigo-100 {
  color: var(--indigo-100) !important
}

.text-indigo-200 {
  color: var(--indigo-200) !important
}

.text-indigo-300 {
  color: var(--indigo-300) !important
}

.text-indigo-400 {
  color: var(--indigo-400) !important
}

.text-indigo-500 {
  color: var(--indigo-500) !important
}

.text-indigo-600 {
  color: var(--indigo-600) !important
}

.text-indigo-700 {
  color: var(--indigo-700) !important
}

.text-indigo-800 {
  color: var(--indigo-800) !important
}

.text-indigo-900 {
  color: var(--indigo-900) !important
}

.focus\:text-indigo-50:focus {
  color: var(--indigo-50) !important
}

.focus\:text-indigo-100:focus {
  color: var(--indigo-100) !important
}

.focus\:text-indigo-200:focus {
  color: var(--indigo-200) !important
}

.focus\:text-indigo-300:focus {
  color: var(--indigo-300) !important
}

.focus\:text-indigo-400:focus {
  color: var(--indigo-400) !important
}

.focus\:text-indigo-500:focus {
  color: var(--indigo-500) !important
}

.focus\:text-indigo-600:focus {
  color: var(--indigo-600) !important
}

.focus\:text-indigo-700:focus {
  color: var(--indigo-700) !important
}

.focus\:text-indigo-800:focus {
  color: var(--indigo-800) !important
}

.focus\:text-indigo-900:focus {
  color: var(--indigo-900) !important
}

.hover\:text-indigo-50:hover {
  color: var(--indigo-50) !important
}

.hover\:text-indigo-100:hover {
  color: var(--indigo-100) !important
}

.hover\:text-indigo-200:hover {
  color: var(--indigo-200) !important
}

.hover\:text-indigo-300:hover {
  color: var(--indigo-300) !important
}

.hover\:text-indigo-400:hover {
  color: var(--indigo-400) !important
}

.hover\:text-indigo-500:hover {
  color: var(--indigo-500) !important
}

.hover\:text-indigo-600:hover {
  color: var(--indigo-600) !important
}

.hover\:text-indigo-700:hover {
  color: var(--indigo-700) !important
}

.hover\:text-indigo-800:hover {
  color: var(--indigo-800) !important
}

.hover\:text-indigo-900:hover {
  color: var(--indigo-900) !important
}

.active\:text-indigo-50:active {
  color: var(--indigo-50) !important
}

.active\:text-indigo-100:active {
  color: var(--indigo-100) !important
}

.active\:text-indigo-200:active {
  color: var(--indigo-200) !important
}

.active\:text-indigo-300:active {
  color: var(--indigo-300) !important
}

.active\:text-indigo-400:active {
  color: var(--indigo-400) !important
}

.active\:text-indigo-500:active {
  color: var(--indigo-500) !important
}

.active\:text-indigo-600:active {
  color: var(--indigo-600) !important
}

.active\:text-indigo-700:active {
  color: var(--indigo-700) !important
}

.active\:text-indigo-800:active {
  color: var(--indigo-800) !important
}

.active\:text-indigo-900:active {
  color: var(--indigo-900) !important
}

.text-teal-50 {
  color: var(--teal-50) !important
}

.text-teal-100 {
  color: var(--teal-100) !important
}

.text-teal-200 {
  color: var(--teal-200) !important
}

.text-teal-300 {
  color: var(--teal-300) !important
}

.text-teal-400 {
  color: var(--teal-400) !important
}

.text-teal-500 {
  color: var(--teal-500) !important
}

.text-teal-600 {
  color: var(--teal-600) !important
}

.text-teal-700 {
  color: var(--teal-700) !important
}

.text-teal-800 {
  color: var(--teal-800) !important
}

.text-teal-900 {
  color: var(--teal-900) !important
}

.focus\:text-teal-50:focus {
  color: var(--teal-50) !important
}

.focus\:text-teal-100:focus {
  color: var(--teal-100) !important
}

.focus\:text-teal-200:focus {
  color: var(--teal-200) !important
}

.focus\:text-teal-300:focus {
  color: var(--teal-300) !important
}

.focus\:text-teal-400:focus {
  color: var(--teal-400) !important
}

.focus\:text-teal-500:focus {
  color: var(--teal-500) !important
}

.focus\:text-teal-600:focus {
  color: var(--teal-600) !important
}

.focus\:text-teal-700:focus {
  color: var(--teal-700) !important
}

.focus\:text-teal-800:focus {
  color: var(--teal-800) !important
}

.focus\:text-teal-900:focus {
  color: var(--teal-900) !important
}

.hover\:text-teal-50:hover {
  color: var(--teal-50) !important
}

.hover\:text-teal-100:hover {
  color: var(--teal-100) !important
}

.hover\:text-teal-200:hover {
  color: var(--teal-200) !important
}

.hover\:text-teal-300:hover {
  color: var(--teal-300) !important
}

.hover\:text-teal-400:hover {
  color: var(--teal-400) !important
}

.hover\:text-teal-500:hover {
  color: var(--teal-500) !important
}

.hover\:text-teal-600:hover {
  color: var(--teal-600) !important
}

.hover\:text-teal-700:hover {
  color: var(--teal-700) !important
}

.hover\:text-teal-800:hover {
  color: var(--teal-800) !important
}

.hover\:text-teal-900:hover {
  color: var(--teal-900) !important
}

.active\:text-teal-50:active {
  color: var(--teal-50) !important
}

.active\:text-teal-100:active {
  color: var(--teal-100) !important
}

.active\:text-teal-200:active {
  color: var(--teal-200) !important
}

.active\:text-teal-300:active {
  color: var(--teal-300) !important
}

.active\:text-teal-400:active {
  color: var(--teal-400) !important
}

.active\:text-teal-500:active {
  color: var(--teal-500) !important
}

.active\:text-teal-600:active {
  color: var(--teal-600) !important
}

.active\:text-teal-700:active {
  color: var(--teal-700) !important
}

.active\:text-teal-800:active {
  color: var(--teal-800) !important
}

.active\:text-teal-900:active {
  color: var(--teal-900) !important
}

.text-orange-50 {
  color: var(--orange-50) !important
}

.text-orange-100 {
  color: var(--orange-100) !important
}

.text-orange-200 {
  color: var(--orange-200) !important
}

.text-orange-300 {
  color: var(--orange-300) !important
}

.text-orange-400 {
  color: var(--orange-400) !important
}

.text-orange-500 {
  color: var(--orange-500) !important
}

.text-orange-600 {
  color: var(--orange-600) !important
}

.text-orange-700 {
  color: var(--orange-700) !important
}

.text-orange-800 {
  color: var(--orange-800) !important
}

.text-orange-900 {
  color: var(--orange-900) !important
}

.focus\:text-orange-50:focus {
  color: var(--orange-50) !important
}

.focus\:text-orange-100:focus {
  color: var(--orange-100) !important
}

.focus\:text-orange-200:focus {
  color: var(--orange-200) !important
}

.focus\:text-orange-300:focus {
  color: var(--orange-300) !important
}

.focus\:text-orange-400:focus {
  color: var(--orange-400) !important
}

.focus\:text-orange-500:focus {
  color: var(--orange-500) !important
}

.focus\:text-orange-600:focus {
  color: var(--orange-600) !important
}

.focus\:text-orange-700:focus {
  color: var(--orange-700) !important
}

.focus\:text-orange-800:focus {
  color: var(--orange-800) !important
}

.focus\:text-orange-900:focus {
  color: var(--orange-900) !important
}

.hover\:text-orange-50:hover {
  color: var(--orange-50) !important
}

.hover\:text-orange-100:hover {
  color: var(--orange-100) !important
}

.hover\:text-orange-200:hover {
  color: var(--orange-200) !important
}

.hover\:text-orange-300:hover {
  color: var(--orange-300) !important
}

.hover\:text-orange-400:hover {
  color: var(--orange-400) !important
}

.hover\:text-orange-500:hover {
  color: var(--orange-500) !important
}

.hover\:text-orange-600:hover {
  color: var(--orange-600) !important
}

.hover\:text-orange-700:hover {
  color: var(--orange-700) !important
}

.hover\:text-orange-800:hover {
  color: var(--orange-800) !important
}

.hover\:text-orange-900:hover {
  color: var(--orange-900) !important
}

.active\:text-orange-50:active {
  color: var(--orange-50) !important
}

.active\:text-orange-100:active {
  color: var(--orange-100) !important
}

.active\:text-orange-200:active {
  color: var(--orange-200) !important
}

.active\:text-orange-300:active {
  color: var(--orange-300) !important
}

.active\:text-orange-400:active {
  color: var(--orange-400) !important
}

.active\:text-orange-500:active {
  color: var(--orange-500) !important
}

.active\:text-orange-600:active {
  color: var(--orange-600) !important
}

.active\:text-orange-700:active {
  color: var(--orange-700) !important
}

.active\:text-orange-800:active {
  color: var(--orange-800) !important
}

.active\:text-orange-900:active {
  color: var(--orange-900) !important
}

.text-bluegray-50 {
  color: var(--bluegray-50) !important
}

.text-bluegray-100 {
  color: var(--bluegray-100) !important
}

.text-bluegray-200 {
  color: var(--bluegray-200) !important
}

.text-bluegray-300 {
  color: var(--bluegray-300) !important
}

.text-bluegray-400 {
  color: var(--bluegray-400) !important
}

.text-bluegray-500 {
  color: var(--bluegray-500) !important
}

.text-bluegray-600 {
  color: var(--bluegray-600) !important
}

.text-bluegray-700 {
  color: var(--bluegray-700) !important
}

.text-bluegray-800 {
  color: var(--bluegray-800) !important
}

.text-bluegray-900 {
  color: var(--bluegray-900) !important
}

.focus\:text-bluegray-50:focus {
  color: var(--bluegray-50) !important
}

.focus\:text-bluegray-100:focus {
  color: var(--bluegray-100) !important
}

.focus\:text-bluegray-200:focus {
  color: var(--bluegray-200) !important
}

.focus\:text-bluegray-300:focus {
  color: var(--bluegray-300) !important
}

.focus\:text-bluegray-400:focus {
  color: var(--bluegray-400) !important
}

.focus\:text-bluegray-500:focus {
  color: var(--bluegray-500) !important
}

.focus\:text-bluegray-600:focus {
  color: var(--bluegray-600) !important
}

.focus\:text-bluegray-700:focus {
  color: var(--bluegray-700) !important
}

.focus\:text-bluegray-800:focus {
  color: var(--bluegray-800) !important
}

.focus\:text-bluegray-900:focus {
  color: var(--bluegray-900) !important
}

.hover\:text-bluegray-50:hover {
  color: var(--bluegray-50) !important
}

.hover\:text-bluegray-100:hover {
  color: var(--bluegray-100) !important
}

.hover\:text-bluegray-200:hover {
  color: var(--bluegray-200) !important
}

.hover\:text-bluegray-300:hover {
  color: var(--bluegray-300) !important
}

.hover\:text-bluegray-400:hover {
  color: var(--bluegray-400) !important
}

.hover\:text-bluegray-500:hover {
  color: var(--bluegray-500) !important
}

.hover\:text-bluegray-600:hover {
  color: var(--bluegray-600) !important
}

.hover\:text-bluegray-700:hover {
  color: var(--bluegray-700) !important
}

.hover\:text-bluegray-800:hover {
  color: var(--bluegray-800) !important
}

.hover\:text-bluegray-900:hover {
  color: var(--bluegray-900) !important
}

.active\:text-bluegray-50:active {
  color: var(--bluegray-50) !important
}

.active\:text-bluegray-100:active {
  color: var(--bluegray-100) !important
}

.active\:text-bluegray-200:active {
  color: var(--bluegray-200) !important
}

.active\:text-bluegray-300:active {
  color: var(--bluegray-300) !important
}

.active\:text-bluegray-400:active {
  color: var(--bluegray-400) !important
}

.active\:text-bluegray-500:active {
  color: var(--bluegray-500) !important
}

.active\:text-bluegray-600:active {
  color: var(--bluegray-600) !important
}

.active\:text-bluegray-700:active {
  color: var(--bluegray-700) !important
}

.active\:text-bluegray-800:active {
  color: var(--bluegray-800) !important
}

.active\:text-bluegray-900:active {
  color: var(--bluegray-900) !important
}

.text-purple-50 {
  color: var(--purple-50) !important
}

.text-purple-100 {
  color: var(--purple-100) !important
}

.text-purple-200 {
  color: var(--purple-200) !important
}

.text-purple-300 {
  color: var(--purple-300) !important
}

.text-purple-400 {
  color: var(--purple-400) !important
}

.text-purple-500 {
  color: var(--purple-500) !important
}

.text-purple-600 {
  color: var(--purple-600) !important
}

.text-purple-700 {
  color: var(--purple-700) !important
}

.text-purple-800 {
  color: var(--purple-800) !important
}

.text-purple-900 {
  color: var(--purple-900) !important
}

.focus\:text-purple-50:focus {
  color: var(--purple-50) !important
}

.focus\:text-purple-100:focus {
  color: var(--purple-100) !important
}

.focus\:text-purple-200:focus {
  color: var(--purple-200) !important
}

.focus\:text-purple-300:focus {
  color: var(--purple-300) !important
}

.focus\:text-purple-400:focus {
  color: var(--purple-400) !important
}

.focus\:text-purple-500:focus {
  color: var(--purple-500) !important
}

.focus\:text-purple-600:focus {
  color: var(--purple-600) !important
}

.focus\:text-purple-700:focus {
  color: var(--purple-700) !important
}

.focus\:text-purple-800:focus {
  color: var(--purple-800) !important
}

.focus\:text-purple-900:focus {
  color: var(--purple-900) !important
}

.hover\:text-purple-50:hover {
  color: var(--purple-50) !important
}

.hover\:text-purple-100:hover {
  color: var(--purple-100) !important
}

.hover\:text-purple-200:hover {
  color: var(--purple-200) !important
}

.hover\:text-purple-300:hover {
  color: var(--purple-300) !important
}

.hover\:text-purple-400:hover {
  color: var(--purple-400) !important
}

.hover\:text-purple-500:hover {
  color: var(--purple-500) !important
}

.hover\:text-purple-600:hover {
  color: var(--purple-600) !important
}

.hover\:text-purple-700:hover {
  color: var(--purple-700) !important
}

.hover\:text-purple-800:hover {
  color: var(--purple-800) !important
}

.hover\:text-purple-900:hover {
  color: var(--purple-900) !important
}

.active\:text-purple-50:active {
  color: var(--purple-50) !important
}

.active\:text-purple-100:active {
  color: var(--purple-100) !important
}

.active\:text-purple-200:active {
  color: var(--purple-200) !important
}

.active\:text-purple-300:active {
  color: var(--purple-300) !important
}

.active\:text-purple-400:active {
  color: var(--purple-400) !important
}

.active\:text-purple-500:active {
  color: var(--purple-500) !important
}

.active\:text-purple-600:active {
  color: var(--purple-600) !important
}

.active\:text-purple-700:active {
  color: var(--purple-700) !important
}

.active\:text-purple-800:active {
  color: var(--purple-800) !important
}

.active\:text-purple-900:active {
  color: var(--purple-900) !important
}

.text-gray-50 {
  color: var(--gray-50) !important
}

.text-gray-100 {
  color: var(--gray-100) !important
}

.text-gray-200 {
  color: var(--gray-200) !important
}

.text-gray-300 {
  color: var(--gray-300) !important
}

.text-gray-400 {
  color: var(--gray-400) !important
}

.text-gray-500 {
  color: var(--gray-500) !important
}

.text-gray-600 {
  color: var(--gray-600) !important
}

.text-gray-700 {
  color: var(--gray-700) !important
}

.text-gray-800 {
  color: var(--gray-800) !important
}

.text-gray-900 {
  color: var(--gray-900) !important
}

.focus\:text-gray-50:focus {
  color: var(--gray-50) !important
}

.focus\:text-gray-100:focus {
  color: var(--gray-100) !important
}

.focus\:text-gray-200:focus {
  color: var(--gray-200) !important
}

.focus\:text-gray-300:focus {
  color: var(--gray-300) !important
}

.focus\:text-gray-400:focus {
  color: var(--gray-400) !important
}

.focus\:text-gray-500:focus {
  color: var(--gray-500) !important
}

.focus\:text-gray-600:focus {
  color: var(--gray-600) !important
}

.focus\:text-gray-700:focus {
  color: var(--gray-700) !important
}

.focus\:text-gray-800:focus {
  color: var(--gray-800) !important
}

.focus\:text-gray-900:focus {
  color: var(--gray-900) !important
}

.hover\:text-gray-50:hover {
  color: var(--gray-50) !important
}

.hover\:text-gray-100:hover {
  color: var(--gray-100) !important
}

.hover\:text-gray-200:hover {
  color: var(--gray-200) !important
}

.hover\:text-gray-300:hover {
  color: var(--gray-300) !important
}

.hover\:text-gray-400:hover {
  color: var(--gray-400) !important
}

.hover\:text-gray-500:hover {
  color: var(--gray-500) !important
}

.hover\:text-gray-600:hover {
  color: var(--gray-600) !important
}

.hover\:text-gray-700:hover {
  color: var(--gray-700) !important
}

.hover\:text-gray-800:hover {
  color: var(--gray-800) !important
}

.hover\:text-gray-900:hover {
  color: var(--gray-900) !important
}

.active\:text-gray-50:active {
  color: var(--gray-50) !important
}

.active\:text-gray-100:active {
  color: var(--gray-100) !important
}

.active\:text-gray-200:active {
  color: var(--gray-200) !important
}

.active\:text-gray-300:active {
  color: var(--gray-300) !important
}

.active\:text-gray-400:active {
  color: var(--gray-400) !important
}

.active\:text-gray-500:active {
  color: var(--gray-500) !important
}

.active\:text-gray-600:active {
  color: var(--gray-600) !important
}

.active\:text-gray-700:active {
  color: var(--gray-700) !important
}

.active\:text-gray-800:active {
  color: var(--gray-800) !important
}

.active\:text-gray-900:active {
  color: var(--gray-900) !important
}

.text-red-50 {
  color: var(--red-50) !important
}

.text-red-100 {
  color: var(--red-100) !important
}

.text-red-200 {
  color: var(--red-200) !important
}

.text-red-300 {
  color: var(--red-300) !important
}

.text-red-400 {
  color: var(--red-400) !important
}

.text-red-500 {
  color: var(--red-500) !important
}

.text-red-600 {
  color: var(--red-600) !important
}

.text-red-700 {
  color: var(--red-700) !important
}

.text-red-800 {
  color: var(--red-800) !important
}

.text-red-900 {
  color: var(--red-900) !important
}

.focus\:text-red-50:focus {
  color: var(--red-50) !important
}

.focus\:text-red-100:focus {
  color: var(--red-100) !important
}

.focus\:text-red-200:focus {
  color: var(--red-200) !important
}

.focus\:text-red-300:focus {
  color: var(--red-300) !important
}

.focus\:text-red-400:focus {
  color: var(--red-400) !important
}

.focus\:text-red-500:focus {
  color: var(--red-500) !important
}

.focus\:text-red-600:focus {
  color: var(--red-600) !important
}

.focus\:text-red-700:focus {
  color: var(--red-700) !important
}

.focus\:text-red-800:focus {
  color: var(--red-800) !important
}

.focus\:text-red-900:focus {
  color: var(--red-900) !important
}

.hover\:text-red-50:hover {
  color: var(--red-50) !important
}

.hover\:text-red-100:hover {
  color: var(--red-100) !important
}

.hover\:text-red-200:hover {
  color: var(--red-200) !important
}

.hover\:text-red-300:hover {
  color: var(--red-300) !important
}

.hover\:text-red-400:hover {
  color: var(--red-400) !important
}

.hover\:text-red-500:hover {
  color: var(--red-500) !important
}

.hover\:text-red-600:hover {
  color: var(--red-600) !important
}

.hover\:text-red-700:hover {
  color: var(--red-700) !important
}

.hover\:text-red-800:hover {
  color: var(--red-800) !important
}

.hover\:text-red-900:hover {
  color: var(--red-900) !important
}

.active\:text-red-50:active {
  color: var(--red-50) !important
}

.active\:text-red-100:active {
  color: var(--red-100) !important
}

.active\:text-red-200:active {
  color: var(--red-200) !important
}

.active\:text-red-300:active {
  color: var(--red-300) !important
}

.active\:text-red-400:active {
  color: var(--red-400) !important
}

.active\:text-red-500:active {
  color: var(--red-500) !important
}

.active\:text-red-600:active {
  color: var(--red-600) !important
}

.active\:text-red-700:active {
  color: var(--red-700) !important
}

.active\:text-red-800:active {
  color: var(--red-800) !important
}

.active\:text-red-900:active {
  color: var(--red-900) !important
}

.text-primary-50 {
  color: var(--primary-50) !important
}

.text-primary-100 {
  color: var(--primary-100) !important
}

.text-primary-200 {
  color: var(--primary-200) !important
}

.text-primary-300 {
  color: var(--primary-300) !important
}

.text-primary-400 {
  color: var(--primary-400) !important
}

.text-primary-500 {
  color: var(--primary-500) !important
}

.text-primary-600 {
  color: var(--primary-600) !important
}

.text-primary-700 {
  color: var(--primary-700) !important
}

.text-primary-800 {
  color: var(--primary-800) !important
}

.text-primary-900 {
  color: var(--primary-900) !important
}

.focus\:text-primary-50:focus {
  color: var(--primary-50) !important
}

.focus\:text-primary-100:focus {
  color: var(--primary-100) !important
}

.focus\:text-primary-200:focus {
  color: var(--primary-200) !important
}

.focus\:text-primary-300:focus {
  color: var(--primary-300) !important
}

.focus\:text-primary-400:focus {
  color: var(--primary-400) !important
}

.focus\:text-primary-500:focus {
  color: var(--primary-500) !important
}

.focus\:text-primary-600:focus {
  color: var(--primary-600) !important
}

.focus\:text-primary-700:focus {
  color: var(--primary-700) !important
}

.focus\:text-primary-800:focus {
  color: var(--primary-800) !important
}

.focus\:text-primary-900:focus {
  color: var(--primary-900) !important
}

.hover\:text-primary-50:hover {
  color: var(--primary-50) !important
}

.hover\:text-primary-100:hover {
  color: var(--primary-100) !important
}

.hover\:text-primary-200:hover {
  color: var(--primary-200) !important
}

.hover\:text-primary-300:hover {
  color: var(--primary-300) !important
}

.hover\:text-primary-400:hover {
  color: var(--primary-400) !important
}

.hover\:text-primary-500:hover {
  color: var(--primary-500) !important
}

.hover\:text-primary-600:hover {
  color: var(--primary-600) !important
}

.hover\:text-primary-700:hover {
  color: var(--primary-700) !important
}

.hover\:text-primary-800:hover {
  color: var(--primary-800) !important
}

.hover\:text-primary-900:hover {
  color: var(--primary-900) !important
}

.active\:text-primary-50:active {
  color: var(--primary-50) !important
}

.active\:text-primary-100:active {
  color: var(--primary-100) !important
}

.active\:text-primary-200:active {
  color: var(--primary-200) !important
}

.active\:text-primary-300:active {
  color: var(--primary-300) !important
}

.active\:text-primary-400:active {
  color: var(--primary-400) !important
}

.active\:text-primary-500:active {
  color: var(--primary-500) !important
}

.active\:text-primary-600:active {
  color: var(--primary-600) !important
}

.active\:text-primary-700:active {
  color: var(--primary-700) !important
}

.active\:text-primary-800:active {
  color: var(--primary-800) !important
}

.active\:text-primary-900:active {
  color: var(--primary-900) !important
}

.bg-blue-50 {
  background-color: var(--blue-50) !important
}

.bg-blue-100 {
  background-color: var(--blue-100) !important
}

.bg-blue-200 {
  background-color: var(--blue-200) !important
}

.bg-blue-300 {
  background-color: var(--blue-300) !important
}

.bg-blue-400 {
  background-color: var(--blue-400) !important
}

.bg-blue-500 {
  background-color: var(--blue-500) !important
}

.bg-blue-600 {
  background-color: var(--blue-600) !important
}

.bg-blue-700 {
  background-color: var(--blue-700) !important
}

.bg-blue-800 {
  background-color: var(--blue-800) !important
}

.bg-blue-900 {
  background-color: var(--blue-900) !important
}

.focus\:bg-blue-50:focus {
  background-color: var(--blue-50) !important
}

.focus\:bg-blue-100:focus {
  background-color: var(--blue-100) !important
}

.focus\:bg-blue-200:focus {
  background-color: var(--blue-200) !important
}

.focus\:bg-blue-300:focus {
  background-color: var(--blue-300) !important
}

.focus\:bg-blue-400:focus {
  background-color: var(--blue-400) !important
}

.focus\:bg-blue-500:focus {
  background-color: var(--blue-500) !important
}

.focus\:bg-blue-600:focus {
  background-color: var(--blue-600) !important
}

.focus\:bg-blue-700:focus {
  background-color: var(--blue-700) !important
}

.focus\:bg-blue-800:focus {
  background-color: var(--blue-800) !important
}

.focus\:bg-blue-900:focus {
  background-color: var(--blue-900) !important
}

.hover\:bg-blue-50:hover {
  background-color: var(--blue-50) !important
}

.hover\:bg-blue-100:hover {
  background-color: var(--blue-100) !important
}

.hover\:bg-blue-200:hover {
  background-color: var(--blue-200) !important
}

.hover\:bg-blue-300:hover {
  background-color: var(--blue-300) !important
}

.hover\:bg-blue-400:hover {
  background-color: var(--blue-400) !important
}

.hover\:bg-blue-500:hover {
  background-color: var(--blue-500) !important
}

.hover\:bg-blue-600:hover {
  background-color: var(--blue-600) !important
}

.hover\:bg-blue-700:hover {
  background-color: var(--blue-700) !important
}

.hover\:bg-blue-800:hover {
  background-color: var(--blue-800) !important
}

.hover\:bg-blue-900:hover {
  background-color: var(--blue-900) !important
}

.active\:bg-blue-50:active {
  background-color: var(--blue-50) !important
}

.active\:bg-blue-100:active {
  background-color: var(--blue-100) !important
}

.active\:bg-blue-200:active {
  background-color: var(--blue-200) !important
}

.active\:bg-blue-300:active {
  background-color: var(--blue-300) !important
}

.active\:bg-blue-400:active {
  background-color: var(--blue-400) !important
}

.active\:bg-blue-500:active {
  background-color: var(--blue-500) !important
}

.active\:bg-blue-600:active {
  background-color: var(--blue-600) !important
}

.active\:bg-blue-700:active {
  background-color: var(--blue-700) !important
}

.active\:bg-blue-800:active {
  background-color: var(--blue-800) !important
}

.active\:bg-blue-900:active {
  background-color: var(--blue-900) !important
}

.bg-green-50 {
  background-color: var(--green-50) !important
}

.bg-green-100 {
  background-color: var(--green-100) !important
}

.bg-green-200 {
  background-color: var(--green-200) !important
}

.bg-green-300 {
  background-color: var(--green-300) !important
}

.bg-green-400 {
  background-color: var(--green-400) !important
}

.bg-green-500 {
  background-color: var(--green-500) !important
}

.bg-green-600 {
  background-color: var(--green-600) !important
}

.bg-green-700 {
  background-color: var(--green-700) !important
}

.bg-green-800 {
  background-color: var(--green-800) !important
}

.bg-green-900 {
  background-color: var(--green-900) !important
}

.focus\:bg-green-50:focus {
  background-color: var(--green-50) !important
}

.focus\:bg-green-100:focus {
  background-color: var(--green-100) !important
}

.focus\:bg-green-200:focus {
  background-color: var(--green-200) !important
}

.focus\:bg-green-300:focus {
  background-color: var(--green-300) !important
}

.focus\:bg-green-400:focus {
  background-color: var(--green-400) !important
}

.focus\:bg-green-500:focus {
  background-color: var(--green-500) !important
}

.focus\:bg-green-600:focus {
  background-color: var(--green-600) !important
}

.focus\:bg-green-700:focus {
  background-color: var(--green-700) !important
}

.focus\:bg-green-800:focus {
  background-color: var(--green-800) !important
}

.focus\:bg-green-900:focus {
  background-color: var(--green-900) !important
}

.hover\:bg-green-50:hover {
  background-color: var(--green-50) !important
}

.hover\:bg-green-100:hover {
  background-color: var(--green-100) !important
}

.hover\:bg-green-200:hover {
  background-color: var(--green-200) !important
}

.hover\:bg-green-300:hover {
  background-color: var(--green-300) !important
}

.hover\:bg-green-400:hover {
  background-color: var(--green-400) !important
}

.hover\:bg-green-500:hover {
  background-color: var(--green-500) !important
}

.hover\:bg-green-600:hover {
  background-color: var(--green-600) !important
}

.hover\:bg-green-700:hover {
  background-color: var(--green-700) !important
}

.hover\:bg-green-800:hover {
  background-color: var(--green-800) !important
}

.hover\:bg-green-900:hover {
  background-color: var(--green-900) !important
}

.active\:bg-green-50:active {
  background-color: var(--green-50) !important
}

.active\:bg-green-100:active {
  background-color: var(--green-100) !important
}

.active\:bg-green-200:active {
  background-color: var(--green-200) !important
}

.active\:bg-green-300:active {
  background-color: var(--green-300) !important
}

.active\:bg-green-400:active {
  background-color: var(--green-400) !important
}

.active\:bg-green-500:active {
  background-color: var(--green-500) !important
}

.active\:bg-green-600:active {
  background-color: var(--green-600) !important
}

.active\:bg-green-700:active {
  background-color: var(--green-700) !important
}

.active\:bg-green-800:active {
  background-color: var(--green-800) !important
}

.active\:bg-green-900:active {
  background-color: var(--green-900) !important
}

.bg-yellow-50 {
  background-color: var(--yellow-50) !important
}

.bg-yellow-100 {
  background-color: var(--yellow-100) !important
}

.bg-yellow-200 {
  background-color: var(--yellow-200) !important
}

.bg-yellow-300 {
  background-color: var(--yellow-300) !important
}

.bg-yellow-400 {
  background-color: var(--yellow-400) !important
}

.bg-yellow-500 {
  background-color: var(--yellow-500) !important
}

.bg-yellow-600 {
  background-color: var(--yellow-600) !important
}

.bg-yellow-700 {
  background-color: var(--yellow-700) !important
}

.bg-yellow-800 {
  background-color: var(--yellow-800) !important
}

.bg-yellow-900 {
  background-color: var(--yellow-900) !important
}

.focus\:bg-yellow-50:focus {
  background-color: var(--yellow-50) !important
}

.focus\:bg-yellow-100:focus {
  background-color: var(--yellow-100) !important
}

.focus\:bg-yellow-200:focus {
  background-color: var(--yellow-200) !important
}

.focus\:bg-yellow-300:focus {
  background-color: var(--yellow-300) !important
}

.focus\:bg-yellow-400:focus {
  background-color: var(--yellow-400) !important
}

.focus\:bg-yellow-500:focus {
  background-color: var(--yellow-500) !important
}

.focus\:bg-yellow-600:focus {
  background-color: var(--yellow-600) !important
}

.focus\:bg-yellow-700:focus {
  background-color: var(--yellow-700) !important
}

.focus\:bg-yellow-800:focus {
  background-color: var(--yellow-800) !important
}

.focus\:bg-yellow-900:focus {
  background-color: var(--yellow-900) !important
}

.hover\:bg-yellow-50:hover {
  background-color: var(--yellow-50) !important
}

.hover\:bg-yellow-100:hover {
  background-color: var(--yellow-100) !important
}

.hover\:bg-yellow-200:hover {
  background-color: var(--yellow-200) !important
}

.hover\:bg-yellow-300:hover {
  background-color: var(--yellow-300) !important
}

.hover\:bg-yellow-400:hover {
  background-color: var(--yellow-400) !important
}

.hover\:bg-yellow-500:hover {
  background-color: var(--yellow-500) !important
}

.hover\:bg-yellow-600:hover {
  background-color: var(--yellow-600) !important
}

.hover\:bg-yellow-700:hover {
  background-color: var(--yellow-700) !important
}

.hover\:bg-yellow-800:hover {
  background-color: var(--yellow-800) !important
}

.hover\:bg-yellow-900:hover {
  background-color: var(--yellow-900) !important
}

.active\:bg-yellow-50:active {
  background-color: var(--yellow-50) !important
}

.active\:bg-yellow-100:active {
  background-color: var(--yellow-100) !important
}

.active\:bg-yellow-200:active {
  background-color: var(--yellow-200) !important
}

.active\:bg-yellow-300:active {
  background-color: var(--yellow-300) !important
}

.active\:bg-yellow-400:active {
  background-color: var(--yellow-400) !important
}

.active\:bg-yellow-500:active {
  background-color: var(--yellow-500) !important
}

.active\:bg-yellow-600:active {
  background-color: var(--yellow-600) !important
}

.active\:bg-yellow-700:active {
  background-color: var(--yellow-700) !important
}

.active\:bg-yellow-800:active {
  background-color: var(--yellow-800) !important
}

.active\:bg-yellow-900:active {
  background-color: var(--yellow-900) !important
}

.bg-cyan-50 {
  background-color: var(--cyan-50) !important
}

.bg-cyan-100 {
  background-color: var(--cyan-100) !important
}

.bg-cyan-200 {
  background-color: var(--cyan-200) !important
}

.bg-cyan-300 {
  background-color: var(--cyan-300) !important
}

.bg-cyan-400 {
  background-color: var(--cyan-400) !important
}

.bg-cyan-500 {
  background-color: var(--cyan-500) !important
}

.bg-cyan-600 {
  background-color: var(--cyan-600) !important
}

.bg-cyan-700 {
  background-color: var(--cyan-700) !important
}

.bg-cyan-800 {
  background-color: var(--cyan-800) !important
}

.bg-cyan-900 {
  background-color: var(--cyan-900) !important
}

.focus\:bg-cyan-50:focus {
  background-color: var(--cyan-50) !important
}

.focus\:bg-cyan-100:focus {
  background-color: var(--cyan-100) !important
}

.focus\:bg-cyan-200:focus {
  background-color: var(--cyan-200) !important
}

.focus\:bg-cyan-300:focus {
  background-color: var(--cyan-300) !important
}

.focus\:bg-cyan-400:focus {
  background-color: var(--cyan-400) !important
}

.focus\:bg-cyan-500:focus {
  background-color: var(--cyan-500) !important
}

.focus\:bg-cyan-600:focus {
  background-color: var(--cyan-600) !important
}

.focus\:bg-cyan-700:focus {
  background-color: var(--cyan-700) !important
}

.focus\:bg-cyan-800:focus {
  background-color: var(--cyan-800) !important
}

.focus\:bg-cyan-900:focus {
  background-color: var(--cyan-900) !important
}

.hover\:bg-cyan-50:hover {
  background-color: var(--cyan-50) !important
}

.hover\:bg-cyan-100:hover {
  background-color: var(--cyan-100) !important
}

.hover\:bg-cyan-200:hover {
  background-color: var(--cyan-200) !important
}

.hover\:bg-cyan-300:hover {
  background-color: var(--cyan-300) !important
}

.hover\:bg-cyan-400:hover {
  background-color: var(--cyan-400) !important
}

.hover\:bg-cyan-500:hover {
  background-color: var(--cyan-500) !important
}

.hover\:bg-cyan-600:hover {
  background-color: var(--cyan-600) !important
}

.hover\:bg-cyan-700:hover {
  background-color: var(--cyan-700) !important
}

.hover\:bg-cyan-800:hover {
  background-color: var(--cyan-800) !important
}

.hover\:bg-cyan-900:hover {
  background-color: var(--cyan-900) !important
}

.active\:bg-cyan-50:active {
  background-color: var(--cyan-50) !important
}

.active\:bg-cyan-100:active {
  background-color: var(--cyan-100) !important
}

.active\:bg-cyan-200:active {
  background-color: var(--cyan-200) !important
}

.active\:bg-cyan-300:active {
  background-color: var(--cyan-300) !important
}

.active\:bg-cyan-400:active {
  background-color: var(--cyan-400) !important
}

.active\:bg-cyan-500:active {
  background-color: var(--cyan-500) !important
}

.active\:bg-cyan-600:active {
  background-color: var(--cyan-600) !important
}

.active\:bg-cyan-700:active {
  background-color: var(--cyan-700) !important
}

.active\:bg-cyan-800:active {
  background-color: var(--cyan-800) !important
}

.active\:bg-cyan-900:active {
  background-color: var(--cyan-900) !important
}

.bg-pink-50 {
  background-color: var(--pink-50) !important
}

.bg-pink-100 {
  background-color: var(--pink-100) !important
}

.bg-pink-200 {
  background-color: var(--pink-200) !important
}

.bg-pink-300 {
  background-color: var(--pink-300) !important
}

.bg-pink-400 {
  background-color: var(--pink-400) !important
}

.bg-pink-500 {
  background-color: var(--pink-500) !important
}

.bg-pink-600 {
  background-color: var(--pink-600) !important
}

.bg-pink-700 {
  background-color: var(--pink-700) !important
}

.bg-pink-800 {
  background-color: var(--pink-800) !important
}

.bg-pink-900 {
  background-color: var(--pink-900) !important
}

.focus\:bg-pink-50:focus {
  background-color: var(--pink-50) !important
}

.focus\:bg-pink-100:focus {
  background-color: var(--pink-100) !important
}

.focus\:bg-pink-200:focus {
  background-color: var(--pink-200) !important
}

.focus\:bg-pink-300:focus {
  background-color: var(--pink-300) !important
}

.focus\:bg-pink-400:focus {
  background-color: var(--pink-400) !important
}

.focus\:bg-pink-500:focus {
  background-color: var(--pink-500) !important
}

.focus\:bg-pink-600:focus {
  background-color: var(--pink-600) !important
}

.focus\:bg-pink-700:focus {
  background-color: var(--pink-700) !important
}

.focus\:bg-pink-800:focus {
  background-color: var(--pink-800) !important
}

.focus\:bg-pink-900:focus {
  background-color: var(--pink-900) !important
}

.hover\:bg-pink-50:hover {
  background-color: var(--pink-50) !important
}

.hover\:bg-pink-100:hover {
  background-color: var(--pink-100) !important
}

.hover\:bg-pink-200:hover {
  background-color: var(--pink-200) !important
}

.hover\:bg-pink-300:hover {
  background-color: var(--pink-300) !important
}

.hover\:bg-pink-400:hover {
  background-color: var(--pink-400) !important
}

.hover\:bg-pink-500:hover {
  background-color: var(--pink-500) !important
}

.hover\:bg-pink-600:hover {
  background-color: var(--pink-600) !important
}

.hover\:bg-pink-700:hover {
  background-color: var(--pink-700) !important
}

.hover\:bg-pink-800:hover {
  background-color: var(--pink-800) !important
}

.hover\:bg-pink-900:hover {
  background-color: var(--pink-900) !important
}

.active\:bg-pink-50:active {
  background-color: var(--pink-50) !important
}

.active\:bg-pink-100:active {
  background-color: var(--pink-100) !important
}

.active\:bg-pink-200:active {
  background-color: var(--pink-200) !important
}

.active\:bg-pink-300:active {
  background-color: var(--pink-300) !important
}

.active\:bg-pink-400:active {
  background-color: var(--pink-400) !important
}

.active\:bg-pink-500:active {
  background-color: var(--pink-500) !important
}

.active\:bg-pink-600:active {
  background-color: var(--pink-600) !important
}

.active\:bg-pink-700:active {
  background-color: var(--pink-700) !important
}

.active\:bg-pink-800:active {
  background-color: var(--pink-800) !important
}

.active\:bg-pink-900:active {
  background-color: var(--pink-900) !important
}

.bg-indigo-50 {
  background-color: var(--indigo-50) !important
}

.bg-indigo-100 {
  background-color: var(--indigo-100) !important
}

.bg-indigo-200 {
  background-color: var(--indigo-200) !important
}

.bg-indigo-300 {
  background-color: var(--indigo-300) !important
}

.bg-indigo-400 {
  background-color: var(--indigo-400) !important
}

.bg-indigo-500 {
  background-color: var(--indigo-500) !important
}

.bg-indigo-600 {
  background-color: var(--indigo-600) !important
}

.bg-indigo-700 {
  background-color: var(--indigo-700) !important
}

.bg-indigo-800 {
  background-color: var(--indigo-800) !important
}

.bg-indigo-900 {
  background-color: var(--indigo-900) !important
}

.focus\:bg-indigo-50:focus {
  background-color: var(--indigo-50) !important
}

.focus\:bg-indigo-100:focus {
  background-color: var(--indigo-100) !important
}

.focus\:bg-indigo-200:focus {
  background-color: var(--indigo-200) !important
}

.focus\:bg-indigo-300:focus {
  background-color: var(--indigo-300) !important
}

.focus\:bg-indigo-400:focus {
  background-color: var(--indigo-400) !important
}

.focus\:bg-indigo-500:focus {
  background-color: var(--indigo-500) !important
}

.focus\:bg-indigo-600:focus {
  background-color: var(--indigo-600) !important
}

.focus\:bg-indigo-700:focus {
  background-color: var(--indigo-700) !important
}

.focus\:bg-indigo-800:focus {
  background-color: var(--indigo-800) !important
}

.focus\:bg-indigo-900:focus {
  background-color: var(--indigo-900) !important
}

.hover\:bg-indigo-50:hover {
  background-color: var(--indigo-50) !important
}

.hover\:bg-indigo-100:hover {
  background-color: var(--indigo-100) !important
}

.hover\:bg-indigo-200:hover {
  background-color: var(--indigo-200) !important
}

.hover\:bg-indigo-300:hover {
  background-color: var(--indigo-300) !important
}

.hover\:bg-indigo-400:hover {
  background-color: var(--indigo-400) !important
}

.hover\:bg-indigo-500:hover {
  background-color: var(--indigo-500) !important
}

.hover\:bg-indigo-600:hover {
  background-color: var(--indigo-600) !important
}

.hover\:bg-indigo-700:hover {
  background-color: var(--indigo-700) !important
}

.hover\:bg-indigo-800:hover {
  background-color: var(--indigo-800) !important
}

.hover\:bg-indigo-900:hover {
  background-color: var(--indigo-900) !important
}

.active\:bg-indigo-50:active {
  background-color: var(--indigo-50) !important
}

.active\:bg-indigo-100:active {
  background-color: var(--indigo-100) !important
}

.active\:bg-indigo-200:active {
  background-color: var(--indigo-200) !important
}

.active\:bg-indigo-300:active {
  background-color: var(--indigo-300) !important
}

.active\:bg-indigo-400:active {
  background-color: var(--indigo-400) !important
}

.active\:bg-indigo-500:active {
  background-color: var(--indigo-500) !important
}

.active\:bg-indigo-600:active {
  background-color: var(--indigo-600) !important
}

.active\:bg-indigo-700:active {
  background-color: var(--indigo-700) !important
}

.active\:bg-indigo-800:active {
  background-color: var(--indigo-800) !important
}

.active\:bg-indigo-900:active {
  background-color: var(--indigo-900) !important
}

.bg-teal-50 {
  background-color: var(--teal-50) !important
}

.bg-teal-100 {
  background-color: var(--teal-100) !important
}

.bg-teal-200 {
  background-color: var(--teal-200) !important
}

.bg-teal-300 {
  background-color: var(--teal-300) !important
}

.bg-teal-400 {
  background-color: var(--teal-400) !important
}

.bg-teal-500 {
  background-color: var(--teal-500) !important
}

.bg-teal-600 {
  background-color: var(--teal-600) !important
}

.bg-teal-700 {
  background-color: var(--teal-700) !important
}

.bg-teal-800 {
  background-color: var(--teal-800) !important
}

.bg-teal-900 {
  background-color: var(--teal-900) !important
}

.focus\:bg-teal-50:focus {
  background-color: var(--teal-50) !important
}

.focus\:bg-teal-100:focus {
  background-color: var(--teal-100) !important
}

.focus\:bg-teal-200:focus {
  background-color: var(--teal-200) !important
}

.focus\:bg-teal-300:focus {
  background-color: var(--teal-300) !important
}

.focus\:bg-teal-400:focus {
  background-color: var(--teal-400) !important
}

.focus\:bg-teal-500:focus {
  background-color: var(--teal-500) !important
}

.focus\:bg-teal-600:focus {
  background-color: var(--teal-600) !important
}

.focus\:bg-teal-700:focus {
  background-color: var(--teal-700) !important
}

.focus\:bg-teal-800:focus {
  background-color: var(--teal-800) !important
}

.focus\:bg-teal-900:focus {
  background-color: var(--teal-900) !important
}

.hover\:bg-teal-50:hover {
  background-color: var(--teal-50) !important
}

.hover\:bg-teal-100:hover {
  background-color: var(--teal-100) !important
}

.hover\:bg-teal-200:hover {
  background-color: var(--teal-200) !important
}

.hover\:bg-teal-300:hover {
  background-color: var(--teal-300) !important
}

.hover\:bg-teal-400:hover {
  background-color: var(--teal-400) !important
}

.hover\:bg-teal-500:hover {
  background-color: var(--teal-500) !important
}

.hover\:bg-teal-600:hover {
  background-color: var(--teal-600) !important
}

.hover\:bg-teal-700:hover {
  background-color: var(--teal-700) !important
}

.hover\:bg-teal-800:hover {
  background-color: var(--teal-800) !important
}

.hover\:bg-teal-900:hover {
  background-color: var(--teal-900) !important
}

.active\:bg-teal-50:active {
  background-color: var(--teal-50) !important
}

.active\:bg-teal-100:active {
  background-color: var(--teal-100) !important
}

.active\:bg-teal-200:active {
  background-color: var(--teal-200) !important
}

.active\:bg-teal-300:active {
  background-color: var(--teal-300) !important
}

.active\:bg-teal-400:active {
  background-color: var(--teal-400) !important
}

.active\:bg-teal-500:active {
  background-color: var(--teal-500) !important
}

.active\:bg-teal-600:active {
  background-color: var(--teal-600) !important
}

.active\:bg-teal-700:active {
  background-color: var(--teal-700) !important
}

.active\:bg-teal-800:active {
  background-color: var(--teal-800) !important
}

.active\:bg-teal-900:active {
  background-color: var(--teal-900) !important
}

.bg-orange-50 {
  background-color: var(--orange-50) !important
}

.bg-orange-100 {
  background-color: var(--orange-100) !important
}

.bg-orange-200 {
  background-color: var(--orange-200) !important
}

.bg-orange-300 {
  background-color: var(--orange-300) !important
}

.bg-orange-400 {
  background-color: var(--orange-400) !important
}

.bg-orange-500 {
  background-color: var(--orange-500) !important
}

.bg-orange-600 {
  background-color: var(--orange-600) !important
}

.bg-orange-700 {
  background-color: var(--orange-700) !important
}

.bg-orange-800 {
  background-color: var(--orange-800) !important
}

.bg-orange-900 {
  background-color: var(--orange-900) !important
}

.focus\:bg-orange-50:focus {
  background-color: var(--orange-50) !important
}

.focus\:bg-orange-100:focus {
  background-color: var(--orange-100) !important
}

.focus\:bg-orange-200:focus {
  background-color: var(--orange-200) !important
}

.focus\:bg-orange-300:focus {
  background-color: var(--orange-300) !important
}

.focus\:bg-orange-400:focus {
  background-color: var(--orange-400) !important
}

.focus\:bg-orange-500:focus {
  background-color: var(--orange-500) !important
}

.focus\:bg-orange-600:focus {
  background-color: var(--orange-600) !important
}

.focus\:bg-orange-700:focus {
  background-color: var(--orange-700) !important
}

.focus\:bg-orange-800:focus {
  background-color: var(--orange-800) !important
}

.focus\:bg-orange-900:focus {
  background-color: var(--orange-900) !important
}

.hover\:bg-orange-50:hover {
  background-color: var(--orange-50) !important
}

.hover\:bg-orange-100:hover {
  background-color: var(--orange-100) !important
}

.hover\:bg-orange-200:hover {
  background-color: var(--orange-200) !important
}

.hover\:bg-orange-300:hover {
  background-color: var(--orange-300) !important
}

.hover\:bg-orange-400:hover {
  background-color: var(--orange-400) !important
}

.hover\:bg-orange-500:hover {
  background-color: var(--orange-500) !important
}

.hover\:bg-orange-600:hover {
  background-color: var(--orange-600) !important
}

.hover\:bg-orange-700:hover {
  background-color: var(--orange-700) !important
}

.hover\:bg-orange-800:hover {
  background-color: var(--orange-800) !important
}

.hover\:bg-orange-900:hover {
  background-color: var(--orange-900) !important
}

.active\:bg-orange-50:active {
  background-color: var(--orange-50) !important
}

.active\:bg-orange-100:active {
  background-color: var(--orange-100) !important
}

.active\:bg-orange-200:active {
  background-color: var(--orange-200) !important
}

.active\:bg-orange-300:active {
  background-color: var(--orange-300) !important
}

.active\:bg-orange-400:active {
  background-color: var(--orange-400) !important
}

.active\:bg-orange-500:active {
  background-color: var(--orange-500) !important
}

.active\:bg-orange-600:active {
  background-color: var(--orange-600) !important
}

.active\:bg-orange-700:active {
  background-color: var(--orange-700) !important
}

.active\:bg-orange-800:active {
  background-color: var(--orange-800) !important
}

.active\:bg-orange-900:active {
  background-color: var(--orange-900) !important
}

.bg-bluegray-50 {
  background-color: var(--bluegray-50) !important
}

.bg-bluegray-100 {
  background-color: var(--bluegray-100) !important
}

.bg-bluegray-200 {
  background-color: var(--bluegray-200) !important
}

.bg-bluegray-300 {
  background-color: var(--bluegray-300) !important
}

.bg-bluegray-400 {
  background-color: var(--bluegray-400) !important
}

.bg-bluegray-500 {
  background-color: var(--bluegray-500) !important
}

.bg-bluegray-600 {
  background-color: var(--bluegray-600) !important
}

.bg-bluegray-700 {
  background-color: var(--bluegray-700) !important
}

.bg-bluegray-800 {
  background-color: var(--bluegray-800) !important
}

.bg-bluegray-900 {
  background-color: var(--bluegray-900) !important
}

.focus\:bg-bluegray-50:focus {
  background-color: var(--bluegray-50) !important
}

.focus\:bg-bluegray-100:focus {
  background-color: var(--bluegray-100) !important
}

.focus\:bg-bluegray-200:focus {
  background-color: var(--bluegray-200) !important
}

.focus\:bg-bluegray-300:focus {
  background-color: var(--bluegray-300) !important
}

.focus\:bg-bluegray-400:focus {
  background-color: var(--bluegray-400) !important
}

.focus\:bg-bluegray-500:focus {
  background-color: var(--bluegray-500) !important
}

.focus\:bg-bluegray-600:focus {
  background-color: var(--bluegray-600) !important
}

.focus\:bg-bluegray-700:focus {
  background-color: var(--bluegray-700) !important
}

.focus\:bg-bluegray-800:focus {
  background-color: var(--bluegray-800) !important
}

.focus\:bg-bluegray-900:focus {
  background-color: var(--bluegray-900) !important
}

.hover\:bg-bluegray-50:hover {
  background-color: var(--bluegray-50) !important
}

.hover\:bg-bluegray-100:hover {
  background-color: var(--bluegray-100) !important
}

.hover\:bg-bluegray-200:hover {
  background-color: var(--bluegray-200) !important
}

.hover\:bg-bluegray-300:hover {
  background-color: var(--bluegray-300) !important
}

.hover\:bg-bluegray-400:hover {
  background-color: var(--bluegray-400) !important
}

.hover\:bg-bluegray-500:hover {
  background-color: var(--bluegray-500) !important
}

.hover\:bg-bluegray-600:hover {
  background-color: var(--bluegray-600) !important
}

.hover\:bg-bluegray-700:hover {
  background-color: var(--bluegray-700) !important
}

.hover\:bg-bluegray-800:hover {
  background-color: var(--bluegray-800) !important
}

.hover\:bg-bluegray-900:hover {
  background-color: var(--bluegray-900) !important
}

.active\:bg-bluegray-50:active {
  background-color: var(--bluegray-50) !important
}

.active\:bg-bluegray-100:active {
  background-color: var(--bluegray-100) !important
}

.active\:bg-bluegray-200:active {
  background-color: var(--bluegray-200) !important
}

.active\:bg-bluegray-300:active {
  background-color: var(--bluegray-300) !important
}

.active\:bg-bluegray-400:active {
  background-color: var(--bluegray-400) !important
}

.active\:bg-bluegray-500:active {
  background-color: var(--bluegray-500) !important
}

.active\:bg-bluegray-600:active {
  background-color: var(--bluegray-600) !important
}

.active\:bg-bluegray-700:active {
  background-color: var(--bluegray-700) !important
}

.active\:bg-bluegray-800:active {
  background-color: var(--bluegray-800) !important
}

.active\:bg-bluegray-900:active {
  background-color: var(--bluegray-900) !important
}

.bg-purple-50 {
  background-color: var(--purple-50) !important
}

.bg-purple-100 {
  background-color: var(--purple-100) !important
}

.bg-purple-200 {
  background-color: var(--purple-200) !important
}

.bg-purple-300 {
  background-color: var(--purple-300) !important
}

.bg-purple-400 {
  background-color: var(--purple-400) !important
}

.bg-purple-500 {
  background-color: var(--purple-500) !important
}

.bg-purple-600 {
  background-color: var(--purple-600) !important
}

.bg-purple-700 {
  background-color: var(--purple-700) !important
}

.bg-purple-800 {
  background-color: var(--purple-800) !important
}

.bg-purple-900 {
  background-color: var(--purple-900) !important
}

.focus\:bg-purple-50:focus {
  background-color: var(--purple-50) !important
}

.focus\:bg-purple-100:focus {
  background-color: var(--purple-100) !important
}

.focus\:bg-purple-200:focus {
  background-color: var(--purple-200) !important
}

.focus\:bg-purple-300:focus {
  background-color: var(--purple-300) !important
}

.focus\:bg-purple-400:focus {
  background-color: var(--purple-400) !important
}

.focus\:bg-purple-500:focus {
  background-color: var(--purple-500) !important
}

.focus\:bg-purple-600:focus {
  background-color: var(--purple-600) !important
}

.focus\:bg-purple-700:focus {
  background-color: var(--purple-700) !important
}

.focus\:bg-purple-800:focus {
  background-color: var(--purple-800) !important
}

.focus\:bg-purple-900:focus {
  background-color: var(--purple-900) !important
}

.hover\:bg-purple-50:hover {
  background-color: var(--purple-50) !important
}

.hover\:bg-purple-100:hover {
  background-color: var(--purple-100) !important
}

.hover\:bg-purple-200:hover {
  background-color: var(--purple-200) !important
}

.hover\:bg-purple-300:hover {
  background-color: var(--purple-300) !important
}

.hover\:bg-purple-400:hover {
  background-color: var(--purple-400) !important
}

.hover\:bg-purple-500:hover {
  background-color: var(--purple-500) !important
}

.hover\:bg-purple-600:hover {
  background-color: var(--purple-600) !important
}

.hover\:bg-purple-700:hover {
  background-color: var(--purple-700) !important
}

.hover\:bg-purple-800:hover {
  background-color: var(--purple-800) !important
}

.hover\:bg-purple-900:hover {
  background-color: var(--purple-900) !important
}

.active\:bg-purple-50:active {
  background-color: var(--purple-50) !important
}

.active\:bg-purple-100:active {
  background-color: var(--purple-100) !important
}

.active\:bg-purple-200:active {
  background-color: var(--purple-200) !important
}

.active\:bg-purple-300:active {
  background-color: var(--purple-300) !important
}

.active\:bg-purple-400:active {
  background-color: var(--purple-400) !important
}

.active\:bg-purple-500:active {
  background-color: var(--purple-500) !important
}

.active\:bg-purple-600:active {
  background-color: var(--purple-600) !important
}

.active\:bg-purple-700:active {
  background-color: var(--purple-700) !important
}

.active\:bg-purple-800:active {
  background-color: var(--purple-800) !important
}

.active\:bg-purple-900:active {
  background-color: var(--purple-900) !important
}

.bg-gray-50 {
  background-color: var(--gray-50) !important
}

.bg-gray-100 {
  background-color: var(--gray-100) !important
}

.bg-gray-200 {
  background-color: var(--gray-200) !important
}

.bg-gray-300 {
  background-color: var(--gray-300) !important
}

.bg-gray-400 {
  background-color: var(--gray-400) !important
}

.bg-gray-500 {
  background-color: var(--gray-500) !important
}

.bg-gray-600 {
  background-color: var(--gray-600) !important
}

.bg-gray-700 {
  background-color: var(--gray-700) !important
}

.bg-gray-800 {
  background-color: var(--gray-800) !important
}

.bg-gray-900 {
  background-color: var(--gray-900) !important
}

.focus\:bg-gray-50:focus {
  background-color: var(--gray-50) !important
}

.focus\:bg-gray-100:focus {
  background-color: var(--gray-100) !important
}

.focus\:bg-gray-200:focus {
  background-color: var(--gray-200) !important
}

.focus\:bg-gray-300:focus {
  background-color: var(--gray-300) !important
}

.focus\:bg-gray-400:focus {
  background-color: var(--gray-400) !important
}

.focus\:bg-gray-500:focus {
  background-color: var(--gray-500) !important
}

.focus\:bg-gray-600:focus {
  background-color: var(--gray-600) !important
}

.focus\:bg-gray-700:focus {
  background-color: var(--gray-700) !important
}

.focus\:bg-gray-800:focus {
  background-color: var(--gray-800) !important
}

.focus\:bg-gray-900:focus {
  background-color: var(--gray-900) !important
}

.hover\:bg-gray-50:hover {
  background-color: var(--gray-50) !important
}

.hover\:bg-gray-100:hover {
  background-color: var(--gray-100) !important
}

.hover\:bg-gray-200:hover {
  background-color: var(--gray-200) !important
}

.hover\:bg-gray-300:hover {
  background-color: var(--gray-300) !important
}

.hover\:bg-gray-400:hover {
  background-color: var(--gray-400) !important
}

.hover\:bg-gray-500:hover {
  background-color: var(--gray-500) !important
}

.hover\:bg-gray-600:hover {
  background-color: var(--gray-600) !important
}

.hover\:bg-gray-700:hover {
  background-color: var(--gray-700) !important
}

.hover\:bg-gray-800:hover {
  background-color: var(--gray-800) !important
}

.hover\:bg-gray-900:hover {
  background-color: var(--gray-900) !important
}

.active\:bg-gray-50:active {
  background-color: var(--gray-50) !important
}

.active\:bg-gray-100:active {
  background-color: var(--gray-100) !important
}

.active\:bg-gray-200:active {
  background-color: var(--gray-200) !important
}

.active\:bg-gray-300:active {
  background-color: var(--gray-300) !important
}

.active\:bg-gray-400:active {
  background-color: var(--gray-400) !important
}

.active\:bg-gray-500:active {
  background-color: var(--gray-500) !important
}

.active\:bg-gray-600:active {
  background-color: var(--gray-600) !important
}

.active\:bg-gray-700:active {
  background-color: var(--gray-700) !important
}

.active\:bg-gray-800:active {
  background-color: var(--gray-800) !important
}

.active\:bg-gray-900:active {
  background-color: var(--gray-900) !important
}

.bg-red-50 {
  background-color: var(--red-50) !important
}

.bg-red-100 {
  background-color: var(--red-100) !important
}

.bg-red-200 {
  background-color: var(--red-200) !important
}

.bg-red-300 {
  background-color: var(--red-300) !important
}

.bg-red-400 {
  background-color: var(--red-400) !important
}

.bg-red-500 {
  background-color: var(--red-500) !important
}

.bg-red-600 {
  background-color: var(--red-600) !important
}

.bg-red-700 {
  background-color: var(--red-700) !important
}

.bg-red-800 {
  background-color: var(--red-800) !important
}

.bg-red-900 {
  background-color: var(--red-900) !important
}

.focus\:bg-red-50:focus {
  background-color: var(--red-50) !important
}

.focus\:bg-red-100:focus {
  background-color: var(--red-100) !important
}

.focus\:bg-red-200:focus {
  background-color: var(--red-200) !important
}

.focus\:bg-red-300:focus {
  background-color: var(--red-300) !important
}

.focus\:bg-red-400:focus {
  background-color: var(--red-400) !important
}

.focus\:bg-red-500:focus {
  background-color: var(--red-500) !important
}

.focus\:bg-red-600:focus {
  background-color: var(--red-600) !important
}

.focus\:bg-red-700:focus {
  background-color: var(--red-700) !important
}

.focus\:bg-red-800:focus {
  background-color: var(--red-800) !important
}

.focus\:bg-red-900:focus {
  background-color: var(--red-900) !important
}

.hover\:bg-red-50:hover {
  background-color: var(--red-50) !important
}

.hover\:bg-red-100:hover {
  background-color: var(--red-100) !important
}

.hover\:bg-red-200:hover {
  background-color: var(--red-200) !important
}

.hover\:bg-red-300:hover {
  background-color: var(--red-300) !important
}

.hover\:bg-red-400:hover {
  background-color: var(--red-400) !important
}

.hover\:bg-red-500:hover {
  background-color: var(--red-500) !important
}

.hover\:bg-red-600:hover {
  background-color: var(--red-600) !important
}

.hover\:bg-red-700:hover {
  background-color: var(--red-700) !important
}

.hover\:bg-red-800:hover {
  background-color: var(--red-800) !important
}

.hover\:bg-red-900:hover {
  background-color: var(--red-900) !important
}

.active\:bg-red-50:active {
  background-color: var(--red-50) !important
}

.active\:bg-red-100:active {
  background-color: var(--red-100) !important
}

.active\:bg-red-200:active {
  background-color: var(--red-200) !important
}

.active\:bg-red-300:active {
  background-color: var(--red-300) !important
}

.active\:bg-red-400:active {
  background-color: var(--red-400) !important
}

.active\:bg-red-500:active {
  background-color: var(--red-500) !important
}

.active\:bg-red-600:active {
  background-color: var(--red-600) !important
}

.active\:bg-red-700:active {
  background-color: var(--red-700) !important
}

.active\:bg-red-800:active {
  background-color: var(--red-800) !important
}

.active\:bg-red-900:active {
  background-color: var(--red-900) !important
}

.bg-primary-50 {
  background-color: var(--primary-50) !important
}

.bg-primary-100 {
  background-color: var(--primary-100) !important
}

.bg-primary-200 {
  background-color: var(--primary-200) !important
}

.bg-primary-300 {
  background-color: var(--primary-300) !important
}

.bg-primary-400 {
  background-color: var(--primary-400) !important
}

.bg-primary-500 {
  background-color: var(--primary-500) !important
}

.bg-primary-600 {
  background-color: var(--primary-600) !important
}

.bg-primary-700 {
  background-color: var(--primary-700) !important
}

.bg-primary-800 {
  background-color: var(--primary-800) !important
}

.bg-primary-900 {
  background-color: var(--primary-900) !important
}

.focus\:bg-primary-50:focus {
  background-color: var(--primary-50) !important
}

.focus\:bg-primary-100:focus {
  background-color: var(--primary-100) !important
}

.focus\:bg-primary-200:focus {
  background-color: var(--primary-200) !important
}

.focus\:bg-primary-300:focus {
  background-color: var(--primary-300) !important
}

.focus\:bg-primary-400:focus {
  background-color: var(--primary-400) !important
}

.focus\:bg-primary-500:focus {
  background-color: var(--primary-500) !important
}

.focus\:bg-primary-600:focus {
  background-color: var(--primary-600) !important
}

.focus\:bg-primary-700:focus {
  background-color: var(--primary-700) !important
}

.focus\:bg-primary-800:focus {
  background-color: var(--primary-800) !important
}

.focus\:bg-primary-900:focus {
  background-color: var(--primary-900) !important
}

.hover\:bg-primary-50:hover {
  background-color: var(--primary-50) !important
}

.hover\:bg-primary-100:hover {
  background-color: var(--primary-100) !important
}

.hover\:bg-primary-200:hover {
  background-color: var(--primary-200) !important
}

.hover\:bg-primary-300:hover {
  background-color: var(--primary-300) !important
}

.hover\:bg-primary-400:hover {
  background-color: var(--primary-400) !important
}

.hover\:bg-primary-500:hover {
  background-color: var(--primary-500) !important
}

.hover\:bg-primary-600:hover {
  background-color: var(--primary-600) !important
}

.hover\:bg-primary-700:hover {
  background-color: var(--primary-700) !important
}

.hover\:bg-primary-800:hover {
  background-color: var(--primary-800) !important
}

.hover\:bg-primary-900:hover {
  background-color: var(--primary-900) !important
}

.active\:bg-primary-50:active {
  background-color: var(--primary-50) !important
}

.active\:bg-primary-100:active {
  background-color: var(--primary-100) !important
}

.active\:bg-primary-200:active {
  background-color: var(--primary-200) !important
}

.active\:bg-primary-300:active {
  background-color: var(--primary-300) !important
}

.active\:bg-primary-400:active {
  background-color: var(--primary-400) !important
}

.active\:bg-primary-500:active {
  background-color: var(--primary-500) !important
}

.active\:bg-primary-600:active {
  background-color: var(--primary-600) !important
}

.active\:bg-primary-700:active {
  background-color: var(--primary-700) !important
}

.active\:bg-primary-800:active {
  background-color: var(--primary-800) !important
}

.active\:bg-primary-900:active {
  background-color: var(--primary-900) !important
}

.border-blue-50 {
  border-color: var(--blue-50) !important
}

.border-blue-100 {
  border-color: var(--blue-100) !important
}

.border-blue-200 {
  border-color: var(--blue-200) !important
}

.border-blue-300 {
  border-color: var(--blue-300) !important
}

.border-blue-400 {
  border-color: var(--blue-400) !important
}

.border-blue-500 {
  border-color: var(--blue-500) !important
}

.border-blue-600 {
  border-color: var(--blue-600) !important
}

.border-blue-700 {
  border-color: var(--blue-700) !important
}

.border-blue-800 {
  border-color: var(--blue-800) !important
}

.border-blue-900 {
  border-color: var(--blue-900) !important
}

.focus\:border-blue-50:focus {
  border-color: var(--blue-50) !important
}

.focus\:border-blue-100:focus {
  border-color: var(--blue-100) !important
}

.focus\:border-blue-200:focus {
  border-color: var(--blue-200) !important
}

.focus\:border-blue-300:focus {
  border-color: var(--blue-300) !important
}

.focus\:border-blue-400:focus {
  border-color: var(--blue-400) !important
}

.focus\:border-blue-500:focus {
  border-color: var(--blue-500) !important
}

.focus\:border-blue-600:focus {
  border-color: var(--blue-600) !important
}

.focus\:border-blue-700:focus {
  border-color: var(--blue-700) !important
}

.focus\:border-blue-800:focus {
  border-color: var(--blue-800) !important
}

.focus\:border-blue-900:focus {
  border-color: var(--blue-900) !important
}

.hover\:border-blue-50:hover {
  border-color: var(--blue-50) !important
}

.hover\:border-blue-100:hover {
  border-color: var(--blue-100) !important
}

.hover\:border-blue-200:hover {
  border-color: var(--blue-200) !important
}

.hover\:border-blue-300:hover {
  border-color: var(--blue-300) !important
}

.hover\:border-blue-400:hover {
  border-color: var(--blue-400) !important
}

.hover\:border-blue-500:hover {
  border-color: var(--blue-500) !important
}

.hover\:border-blue-600:hover {
  border-color: var(--blue-600) !important
}

.hover\:border-blue-700:hover {
  border-color: var(--blue-700) !important
}

.hover\:border-blue-800:hover {
  border-color: var(--blue-800) !important
}

.hover\:border-blue-900:hover {
  border-color: var(--blue-900) !important
}

.active\:border-blue-50:active {
  border-color: var(--blue-50) !important
}

.active\:border-blue-100:active {
  border-color: var(--blue-100) !important
}

.active\:border-blue-200:active {
  border-color: var(--blue-200) !important
}

.active\:border-blue-300:active {
  border-color: var(--blue-300) !important
}

.active\:border-blue-400:active {
  border-color: var(--blue-400) !important
}

.active\:border-blue-500:active {
  border-color: var(--blue-500) !important
}

.active\:border-blue-600:active {
  border-color: var(--blue-600) !important
}

.active\:border-blue-700:active {
  border-color: var(--blue-700) !important
}

.active\:border-blue-800:active {
  border-color: var(--blue-800) !important
}

.active\:border-blue-900:active {
  border-color: var(--blue-900) !important
}

.border-green-50 {
  border-color: var(--green-50) !important
}

.border-green-100 {
  border-color: var(--green-100) !important
}

.border-green-200 {
  border-color: var(--green-200) !important
}

.border-green-300 {
  border-color: var(--green-300) !important
}

.border-green-400 {
  border-color: var(--green-400) !important
}

.border-green-500 {
  border-color: var(--green-500) !important
}

.border-green-600 {
  border-color: var(--green-600) !important
}

.border-green-700 {
  border-color: var(--green-700) !important
}

.border-green-800 {
  border-color: var(--green-800) !important
}

.border-green-900 {
  border-color: var(--green-900) !important
}

.focus\:border-green-50:focus {
  border-color: var(--green-50) !important
}

.focus\:border-green-100:focus {
  border-color: var(--green-100) !important
}

.focus\:border-green-200:focus {
  border-color: var(--green-200) !important
}

.focus\:border-green-300:focus {
  border-color: var(--green-300) !important
}

.focus\:border-green-400:focus {
  border-color: var(--green-400) !important
}

.focus\:border-green-500:focus {
  border-color: var(--green-500) !important
}

.focus\:border-green-600:focus {
  border-color: var(--green-600) !important
}

.focus\:border-green-700:focus {
  border-color: var(--green-700) !important
}

.focus\:border-green-800:focus {
  border-color: var(--green-800) !important
}

.focus\:border-green-900:focus {
  border-color: var(--green-900) !important
}

.hover\:border-green-50:hover {
  border-color: var(--green-50) !important
}

.hover\:border-green-100:hover {
  border-color: var(--green-100) !important
}

.hover\:border-green-200:hover {
  border-color: var(--green-200) !important
}

.hover\:border-green-300:hover {
  border-color: var(--green-300) !important
}

.hover\:border-green-400:hover {
  border-color: var(--green-400) !important
}

.hover\:border-green-500:hover {
  border-color: var(--green-500) !important
}

.hover\:border-green-600:hover {
  border-color: var(--green-600) !important
}

.hover\:border-green-700:hover {
  border-color: var(--green-700) !important
}

.hover\:border-green-800:hover {
  border-color: var(--green-800) !important
}

.hover\:border-green-900:hover {
  border-color: var(--green-900) !important
}

.active\:border-green-50:active {
  border-color: var(--green-50) !important
}

.active\:border-green-100:active {
  border-color: var(--green-100) !important
}

.active\:border-green-200:active {
  border-color: var(--green-200) !important
}

.active\:border-green-300:active {
  border-color: var(--green-300) !important
}

.active\:border-green-400:active {
  border-color: var(--green-400) !important
}

.active\:border-green-500:active {
  border-color: var(--green-500) !important
}

.active\:border-green-600:active {
  border-color: var(--green-600) !important
}

.active\:border-green-700:active {
  border-color: var(--green-700) !important
}

.active\:border-green-800:active {
  border-color: var(--green-800) !important
}

.active\:border-green-900:active {
  border-color: var(--green-900) !important
}

.border-yellow-50 {
  border-color: var(--yellow-50) !important
}

.border-yellow-100 {
  border-color: var(--yellow-100) !important
}

.border-yellow-200 {
  border-color: var(--yellow-200) !important
}

.border-yellow-300 {
  border-color: var(--yellow-300) !important
}

.border-yellow-400 {
  border-color: var(--yellow-400) !important
}

.border-yellow-500 {
  border-color: var(--yellow-500) !important
}

.border-yellow-600 {
  border-color: var(--yellow-600) !important
}

.border-yellow-700 {
  border-color: var(--yellow-700) !important
}

.border-yellow-800 {
  border-color: var(--yellow-800) !important
}

.border-yellow-900 {
  border-color: var(--yellow-900) !important
}

.focus\:border-yellow-50:focus {
  border-color: var(--yellow-50) !important
}

.focus\:border-yellow-100:focus {
  border-color: var(--yellow-100) !important
}

.focus\:border-yellow-200:focus {
  border-color: var(--yellow-200) !important
}

.focus\:border-yellow-300:focus {
  border-color: var(--yellow-300) !important
}

.focus\:border-yellow-400:focus {
  border-color: var(--yellow-400) !important
}

.focus\:border-yellow-500:focus {
  border-color: var(--yellow-500) !important
}

.focus\:border-yellow-600:focus {
  border-color: var(--yellow-600) !important
}

.focus\:border-yellow-700:focus {
  border-color: var(--yellow-700) !important
}

.focus\:border-yellow-800:focus {
  border-color: var(--yellow-800) !important
}

.focus\:border-yellow-900:focus {
  border-color: var(--yellow-900) !important
}

.hover\:border-yellow-50:hover {
  border-color: var(--yellow-50) !important
}

.hover\:border-yellow-100:hover {
  border-color: var(--yellow-100) !important
}

.hover\:border-yellow-200:hover {
  border-color: var(--yellow-200) !important
}

.hover\:border-yellow-300:hover {
  border-color: var(--yellow-300) !important
}

.hover\:border-yellow-400:hover {
  border-color: var(--yellow-400) !important
}

.hover\:border-yellow-500:hover {
  border-color: var(--yellow-500) !important
}

.hover\:border-yellow-600:hover {
  border-color: var(--yellow-600) !important
}

.hover\:border-yellow-700:hover {
  border-color: var(--yellow-700) !important
}

.hover\:border-yellow-800:hover {
  border-color: var(--yellow-800) !important
}

.hover\:border-yellow-900:hover {
  border-color: var(--yellow-900) !important
}

.active\:border-yellow-50:active {
  border-color: var(--yellow-50) !important
}

.active\:border-yellow-100:active {
  border-color: var(--yellow-100) !important
}

.active\:border-yellow-200:active {
  border-color: var(--yellow-200) !important
}

.active\:border-yellow-300:active {
  border-color: var(--yellow-300) !important
}

.active\:border-yellow-400:active {
  border-color: var(--yellow-400) !important
}

.active\:border-yellow-500:active {
  border-color: var(--yellow-500) !important
}

.active\:border-yellow-600:active {
  border-color: var(--yellow-600) !important
}

.active\:border-yellow-700:active {
  border-color: var(--yellow-700) !important
}

.active\:border-yellow-800:active {
  border-color: var(--yellow-800) !important
}

.active\:border-yellow-900:active {
  border-color: var(--yellow-900) !important
}

.border-cyan-50 {
  border-color: var(--cyan-50) !important
}

.border-cyan-100 {
  border-color: var(--cyan-100) !important
}

.border-cyan-200 {
  border-color: var(--cyan-200) !important
}

.border-cyan-300 {
  border-color: var(--cyan-300) !important
}

.border-cyan-400 {
  border-color: var(--cyan-400) !important
}

.border-cyan-500 {
  border-color: var(--cyan-500) !important
}

.border-cyan-600 {
  border-color: var(--cyan-600) !important
}

.border-cyan-700 {
  border-color: var(--cyan-700) !important
}

.border-cyan-800 {
  border-color: var(--cyan-800) !important
}

.border-cyan-900 {
  border-color: var(--cyan-900) !important
}

.focus\:border-cyan-50:focus {
  border-color: var(--cyan-50) !important
}

.focus\:border-cyan-100:focus {
  border-color: var(--cyan-100) !important
}

.focus\:border-cyan-200:focus {
  border-color: var(--cyan-200) !important
}

.focus\:border-cyan-300:focus {
  border-color: var(--cyan-300) !important
}

.focus\:border-cyan-400:focus {
  border-color: var(--cyan-400) !important
}

.focus\:border-cyan-500:focus {
  border-color: var(--cyan-500) !important
}

.focus\:border-cyan-600:focus {
  border-color: var(--cyan-600) !important
}

.focus\:border-cyan-700:focus {
  border-color: var(--cyan-700) !important
}

.focus\:border-cyan-800:focus {
  border-color: var(--cyan-800) !important
}

.focus\:border-cyan-900:focus {
  border-color: var(--cyan-900) !important
}

.hover\:border-cyan-50:hover {
  border-color: var(--cyan-50) !important
}

.hover\:border-cyan-100:hover {
  border-color: var(--cyan-100) !important
}

.hover\:border-cyan-200:hover {
  border-color: var(--cyan-200) !important
}

.hover\:border-cyan-300:hover {
  border-color: var(--cyan-300) !important
}

.hover\:border-cyan-400:hover {
  border-color: var(--cyan-400) !important
}

.hover\:border-cyan-500:hover {
  border-color: var(--cyan-500) !important
}

.hover\:border-cyan-600:hover {
  border-color: var(--cyan-600) !important
}

.hover\:border-cyan-700:hover {
  border-color: var(--cyan-700) !important
}

.hover\:border-cyan-800:hover {
  border-color: var(--cyan-800) !important
}

.hover\:border-cyan-900:hover {
  border-color: var(--cyan-900) !important
}

.active\:border-cyan-50:active {
  border-color: var(--cyan-50) !important
}

.active\:border-cyan-100:active {
  border-color: var(--cyan-100) !important
}

.active\:border-cyan-200:active {
  border-color: var(--cyan-200) !important
}

.active\:border-cyan-300:active {
  border-color: var(--cyan-300) !important
}

.active\:border-cyan-400:active {
  border-color: var(--cyan-400) !important
}

.active\:border-cyan-500:active {
  border-color: var(--cyan-500) !important
}

.active\:border-cyan-600:active {
  border-color: var(--cyan-600) !important
}

.active\:border-cyan-700:active {
  border-color: var(--cyan-700) !important
}

.active\:border-cyan-800:active {
  border-color: var(--cyan-800) !important
}

.active\:border-cyan-900:active {
  border-color: var(--cyan-900) !important
}

.border-pink-50 {
  border-color: var(--pink-50) !important
}

.border-pink-100 {
  border-color: var(--pink-100) !important
}

.border-pink-200 {
  border-color: var(--pink-200) !important
}

.border-pink-300 {
  border-color: var(--pink-300) !important
}

.border-pink-400 {
  border-color: var(--pink-400) !important
}

.border-pink-500 {
  border-color: var(--pink-500) !important
}

.border-pink-600 {
  border-color: var(--pink-600) !important
}

.border-pink-700 {
  border-color: var(--pink-700) !important
}

.border-pink-800 {
  border-color: var(--pink-800) !important
}

.border-pink-900 {
  border-color: var(--pink-900) !important
}

.focus\:border-pink-50:focus {
  border-color: var(--pink-50) !important
}

.focus\:border-pink-100:focus {
  border-color: var(--pink-100) !important
}

.focus\:border-pink-200:focus {
  border-color: var(--pink-200) !important
}

.focus\:border-pink-300:focus {
  border-color: var(--pink-300) !important
}

.focus\:border-pink-400:focus {
  border-color: var(--pink-400) !important
}

.focus\:border-pink-500:focus {
  border-color: var(--pink-500) !important
}

.focus\:border-pink-600:focus {
  border-color: var(--pink-600) !important
}

.focus\:border-pink-700:focus {
  border-color: var(--pink-700) !important
}

.focus\:border-pink-800:focus {
  border-color: var(--pink-800) !important
}

.focus\:border-pink-900:focus {
  border-color: var(--pink-900) !important
}

.hover\:border-pink-50:hover {
  border-color: var(--pink-50) !important
}

.hover\:border-pink-100:hover {
  border-color: var(--pink-100) !important
}

.hover\:border-pink-200:hover {
  border-color: var(--pink-200) !important
}

.hover\:border-pink-300:hover {
  border-color: var(--pink-300) !important
}

.hover\:border-pink-400:hover {
  border-color: var(--pink-400) !important
}

.hover\:border-pink-500:hover {
  border-color: var(--pink-500) !important
}

.hover\:border-pink-600:hover {
  border-color: var(--pink-600) !important
}

.hover\:border-pink-700:hover {
  border-color: var(--pink-700) !important
}

.hover\:border-pink-800:hover {
  border-color: var(--pink-800) !important
}

.hover\:border-pink-900:hover {
  border-color: var(--pink-900) !important
}

.active\:border-pink-50:active {
  border-color: var(--pink-50) !important
}

.active\:border-pink-100:active {
  border-color: var(--pink-100) !important
}

.active\:border-pink-200:active {
  border-color: var(--pink-200) !important
}

.active\:border-pink-300:active {
  border-color: var(--pink-300) !important
}

.active\:border-pink-400:active {
  border-color: var(--pink-400) !important
}

.active\:border-pink-500:active {
  border-color: var(--pink-500) !important
}

.active\:border-pink-600:active {
  border-color: var(--pink-600) !important
}

.active\:border-pink-700:active {
  border-color: var(--pink-700) !important
}

.active\:border-pink-800:active {
  border-color: var(--pink-800) !important
}

.active\:border-pink-900:active {
  border-color: var(--pink-900) !important
}

.border-indigo-50 {
  border-color: var(--indigo-50) !important
}

.border-indigo-100 {
  border-color: var(--indigo-100) !important
}

.border-indigo-200 {
  border-color: var(--indigo-200) !important
}

.border-indigo-300 {
  border-color: var(--indigo-300) !important
}

.border-indigo-400 {
  border-color: var(--indigo-400) !important
}

.border-indigo-500 {
  border-color: var(--indigo-500) !important
}

.border-indigo-600 {
  border-color: var(--indigo-600) !important
}

.border-indigo-700 {
  border-color: var(--indigo-700) !important
}

.border-indigo-800 {
  border-color: var(--indigo-800) !important
}

.border-indigo-900 {
  border-color: var(--indigo-900) !important
}

.focus\:border-indigo-50:focus {
  border-color: var(--indigo-50) !important
}

.focus\:border-indigo-100:focus {
  border-color: var(--indigo-100) !important
}

.focus\:border-indigo-200:focus {
  border-color: var(--indigo-200) !important
}

.focus\:border-indigo-300:focus {
  border-color: var(--indigo-300) !important
}

.focus\:border-indigo-400:focus {
  border-color: var(--indigo-400) !important
}

.focus\:border-indigo-500:focus {
  border-color: var(--indigo-500) !important
}

.focus\:border-indigo-600:focus {
  border-color: var(--indigo-600) !important
}

.focus\:border-indigo-700:focus {
  border-color: var(--indigo-700) !important
}

.focus\:border-indigo-800:focus {
  border-color: var(--indigo-800) !important
}

.focus\:border-indigo-900:focus {
  border-color: var(--indigo-900) !important
}

.hover\:border-indigo-50:hover {
  border-color: var(--indigo-50) !important
}

.hover\:border-indigo-100:hover {
  border-color: var(--indigo-100) !important
}

.hover\:border-indigo-200:hover {
  border-color: var(--indigo-200) !important
}

.hover\:border-indigo-300:hover {
  border-color: var(--indigo-300) !important
}

.hover\:border-indigo-400:hover {
  border-color: var(--indigo-400) !important
}

.hover\:border-indigo-500:hover {
  border-color: var(--indigo-500) !important
}

.hover\:border-indigo-600:hover {
  border-color: var(--indigo-600) !important
}

.hover\:border-indigo-700:hover {
  border-color: var(--indigo-700) !important
}

.hover\:border-indigo-800:hover {
  border-color: var(--indigo-800) !important
}

.hover\:border-indigo-900:hover {
  border-color: var(--indigo-900) !important
}

.active\:border-indigo-50:active {
  border-color: var(--indigo-50) !important
}

.active\:border-indigo-100:active {
  border-color: var(--indigo-100) !important
}

.active\:border-indigo-200:active {
  border-color: var(--indigo-200) !important
}

.active\:border-indigo-300:active {
  border-color: var(--indigo-300) !important
}

.active\:border-indigo-400:active {
  border-color: var(--indigo-400) !important
}

.active\:border-indigo-500:active {
  border-color: var(--indigo-500) !important
}

.active\:border-indigo-600:active {
  border-color: var(--indigo-600) !important
}

.active\:border-indigo-700:active {
  border-color: var(--indigo-700) !important
}

.active\:border-indigo-800:active {
  border-color: var(--indigo-800) !important
}

.active\:border-indigo-900:active {
  border-color: var(--indigo-900) !important
}

.border-teal-50 {
  border-color: var(--teal-50) !important
}

.border-teal-100 {
  border-color: var(--teal-100) !important
}

.border-teal-200 {
  border-color: var(--teal-200) !important
}

.border-teal-300 {
  border-color: var(--teal-300) !important
}

.border-teal-400 {
  border-color: var(--teal-400) !important
}

.border-teal-500 {
  border-color: var(--teal-500) !important
}

.border-teal-600 {
  border-color: var(--teal-600) !important
}

.border-teal-700 {
  border-color: var(--teal-700) !important
}

.border-teal-800 {
  border-color: var(--teal-800) !important
}

.border-teal-900 {
  border-color: var(--teal-900) !important
}

.focus\:border-teal-50:focus {
  border-color: var(--teal-50) !important
}

.focus\:border-teal-100:focus {
  border-color: var(--teal-100) !important
}

.focus\:border-teal-200:focus {
  border-color: var(--teal-200) !important
}

.focus\:border-teal-300:focus {
  border-color: var(--teal-300) !important
}

.focus\:border-teal-400:focus {
  border-color: var(--teal-400) !important
}

.focus\:border-teal-500:focus {
  border-color: var(--teal-500) !important
}

.focus\:border-teal-600:focus {
  border-color: var(--teal-600) !important
}

.focus\:border-teal-700:focus {
  border-color: var(--teal-700) !important
}

.focus\:border-teal-800:focus {
  border-color: var(--teal-800) !important
}

.focus\:border-teal-900:focus {
  border-color: var(--teal-900) !important
}

.hover\:border-teal-50:hover {
  border-color: var(--teal-50) !important
}

.hover\:border-teal-100:hover {
  border-color: var(--teal-100) !important
}

.hover\:border-teal-200:hover {
  border-color: var(--teal-200) !important
}

.hover\:border-teal-300:hover {
  border-color: var(--teal-300) !important
}

.hover\:border-teal-400:hover {
  border-color: var(--teal-400) !important
}

.hover\:border-teal-500:hover {
  border-color: var(--teal-500) !important
}

.hover\:border-teal-600:hover {
  border-color: var(--teal-600) !important
}

.hover\:border-teal-700:hover {
  border-color: var(--teal-700) !important
}

.hover\:border-teal-800:hover {
  border-color: var(--teal-800) !important
}

.hover\:border-teal-900:hover {
  border-color: var(--teal-900) !important
}

.active\:border-teal-50:active {
  border-color: var(--teal-50) !important
}

.active\:border-teal-100:active {
  border-color: var(--teal-100) !important
}

.active\:border-teal-200:active {
  border-color: var(--teal-200) !important
}

.active\:border-teal-300:active {
  border-color: var(--teal-300) !important
}

.active\:border-teal-400:active {
  border-color: var(--teal-400) !important
}

.active\:border-teal-500:active {
  border-color: var(--teal-500) !important
}

.active\:border-teal-600:active {
  border-color: var(--teal-600) !important
}

.active\:border-teal-700:active {
  border-color: var(--teal-700) !important
}

.active\:border-teal-800:active {
  border-color: var(--teal-800) !important
}

.active\:border-teal-900:active {
  border-color: var(--teal-900) !important
}

.border-orange-50 {
  border-color: var(--orange-50) !important
}

.border-orange-100 {
  border-color: var(--orange-100) !important
}

.border-orange-200 {
  border-color: var(--orange-200) !important
}

.border-orange-300 {
  border-color: var(--orange-300) !important
}

.border-orange-400 {
  border-color: var(--orange-400) !important
}

.border-orange-500 {
  border-color: var(--orange-500) !important
}

.border-orange-600 {
  border-color: var(--orange-600) !important
}

.border-orange-700 {
  border-color: var(--orange-700) !important
}

.border-orange-800 {
  border-color: var(--orange-800) !important
}

.border-orange-900 {
  border-color: var(--orange-900) !important
}

.focus\:border-orange-50:focus {
  border-color: var(--orange-50) !important
}

.focus\:border-orange-100:focus {
  border-color: var(--orange-100) !important
}

.focus\:border-orange-200:focus {
  border-color: var(--orange-200) !important
}

.focus\:border-orange-300:focus {
  border-color: var(--orange-300) !important
}

.focus\:border-orange-400:focus {
  border-color: var(--orange-400) !important
}

.focus\:border-orange-500:focus {
  border-color: var(--orange-500) !important
}

.focus\:border-orange-600:focus {
  border-color: var(--orange-600) !important
}

.focus\:border-orange-700:focus {
  border-color: var(--orange-700) !important
}

.focus\:border-orange-800:focus {
  border-color: var(--orange-800) !important
}

.focus\:border-orange-900:focus {
  border-color: var(--orange-900) !important
}

.hover\:border-orange-50:hover {
  border-color: var(--orange-50) !important
}

.hover\:border-orange-100:hover {
  border-color: var(--orange-100) !important
}

.hover\:border-orange-200:hover {
  border-color: var(--orange-200) !important
}

.hover\:border-orange-300:hover {
  border-color: var(--orange-300) !important
}

.hover\:border-orange-400:hover {
  border-color: var(--orange-400) !important
}

.hover\:border-orange-500:hover {
  border-color: var(--orange-500) !important
}

.hover\:border-orange-600:hover {
  border-color: var(--orange-600) !important
}

.hover\:border-orange-700:hover {
  border-color: var(--orange-700) !important
}

.hover\:border-orange-800:hover {
  border-color: var(--orange-800) !important
}

.hover\:border-orange-900:hover {
  border-color: var(--orange-900) !important
}

.active\:border-orange-50:active {
  border-color: var(--orange-50) !important
}

.active\:border-orange-100:active {
  border-color: var(--orange-100) !important
}

.active\:border-orange-200:active {
  border-color: var(--orange-200) !important
}

.active\:border-orange-300:active {
  border-color: var(--orange-300) !important
}

.active\:border-orange-400:active {
  border-color: var(--orange-400) !important
}

.active\:border-orange-500:active {
  border-color: var(--orange-500) !important
}

.active\:border-orange-600:active {
  border-color: var(--orange-600) !important
}

.active\:border-orange-700:active {
  border-color: var(--orange-700) !important
}

.active\:border-orange-800:active {
  border-color: var(--orange-800) !important
}

.active\:border-orange-900:active {
  border-color: var(--orange-900) !important
}

.border-bluegray-50 {
  border-color: var(--bluegray-50) !important
}

.border-bluegray-100 {
  border-color: var(--bluegray-100) !important
}

.border-bluegray-200 {
  border-color: var(--bluegray-200) !important
}

.border-bluegray-300 {
  border-color: var(--bluegray-300) !important
}

.border-bluegray-400 {
  border-color: var(--bluegray-400) !important
}

.border-bluegray-500 {
  border-color: var(--bluegray-500) !important
}

.border-bluegray-600 {
  border-color: var(--bluegray-600) !important
}

.border-bluegray-700 {
  border-color: var(--bluegray-700) !important
}

.border-bluegray-800 {
  border-color: var(--bluegray-800) !important
}

.border-bluegray-900 {
  border-color: var(--bluegray-900) !important
}

.focus\:border-bluegray-50:focus {
  border-color: var(--bluegray-50) !important
}

.focus\:border-bluegray-100:focus {
  border-color: var(--bluegray-100) !important
}

.focus\:border-bluegray-200:focus {
  border-color: var(--bluegray-200) !important
}

.focus\:border-bluegray-300:focus {
  border-color: var(--bluegray-300) !important
}

.focus\:border-bluegray-400:focus {
  border-color: var(--bluegray-400) !important
}

.focus\:border-bluegray-500:focus {
  border-color: var(--bluegray-500) !important
}

.focus\:border-bluegray-600:focus {
  border-color: var(--bluegray-600) !important
}

.focus\:border-bluegray-700:focus {
  border-color: var(--bluegray-700) !important
}

.focus\:border-bluegray-800:focus {
  border-color: var(--bluegray-800) !important
}

.focus\:border-bluegray-900:focus {
  border-color: var(--bluegray-900) !important
}

.hover\:border-bluegray-50:hover {
  border-color: var(--bluegray-50) !important
}

.hover\:border-bluegray-100:hover {
  border-color: var(--bluegray-100) !important
}

.hover\:border-bluegray-200:hover {
  border-color: var(--bluegray-200) !important
}

.hover\:border-bluegray-300:hover {
  border-color: var(--bluegray-300) !important
}

.hover\:border-bluegray-400:hover {
  border-color: var(--bluegray-400) !important
}

.hover\:border-bluegray-500:hover {
  border-color: var(--bluegray-500) !important
}

.hover\:border-bluegray-600:hover {
  border-color: var(--bluegray-600) !important
}

.hover\:border-bluegray-700:hover {
  border-color: var(--bluegray-700) !important
}

.hover\:border-bluegray-800:hover {
  border-color: var(--bluegray-800) !important
}

.hover\:border-bluegray-900:hover {
  border-color: var(--bluegray-900) !important
}

.active\:border-bluegray-50:active {
  border-color: var(--bluegray-50) !important
}

.active\:border-bluegray-100:active {
  border-color: var(--bluegray-100) !important
}

.active\:border-bluegray-200:active {
  border-color: var(--bluegray-200) !important
}

.active\:border-bluegray-300:active {
  border-color: var(--bluegray-300) !important
}

.active\:border-bluegray-400:active {
  border-color: var(--bluegray-400) !important
}

.active\:border-bluegray-500:active {
  border-color: var(--bluegray-500) !important
}

.active\:border-bluegray-600:active {
  border-color: var(--bluegray-600) !important
}

.active\:border-bluegray-700:active {
  border-color: var(--bluegray-700) !important
}

.active\:border-bluegray-800:active {
  border-color: var(--bluegray-800) !important
}

.active\:border-bluegray-900:active {
  border-color: var(--bluegray-900) !important
}

.border-purple-50 {
  border-color: var(--purple-50) !important
}

.border-purple-100 {
  border-color: var(--purple-100) !important
}

.border-purple-200 {
  border-color: var(--purple-200) !important
}

.border-purple-300 {
  border-color: var(--purple-300) !important
}

.border-purple-400 {
  border-color: var(--purple-400) !important
}

.border-purple-500 {
  border-color: var(--purple-500) !important
}

.border-purple-600 {
  border-color: var(--purple-600) !important
}

.border-purple-700 {
  border-color: var(--purple-700) !important
}

.border-purple-800 {
  border-color: var(--purple-800) !important
}

.border-purple-900 {
  border-color: var(--purple-900) !important
}

.focus\:border-purple-50:focus {
  border-color: var(--purple-50) !important
}

.focus\:border-purple-100:focus {
  border-color: var(--purple-100) !important
}

.focus\:border-purple-200:focus {
  border-color: var(--purple-200) !important
}

.focus\:border-purple-300:focus {
  border-color: var(--purple-300) !important
}

.focus\:border-purple-400:focus {
  border-color: var(--purple-400) !important
}

.focus\:border-purple-500:focus {
  border-color: var(--purple-500) !important
}

.focus\:border-purple-600:focus {
  border-color: var(--purple-600) !important
}

.focus\:border-purple-700:focus {
  border-color: var(--purple-700) !important
}

.focus\:border-purple-800:focus {
  border-color: var(--purple-800) !important
}

.focus\:border-purple-900:focus {
  border-color: var(--purple-900) !important
}

.hover\:border-purple-50:hover {
  border-color: var(--purple-50) !important
}

.hover\:border-purple-100:hover {
  border-color: var(--purple-100) !important
}

.hover\:border-purple-200:hover {
  border-color: var(--purple-200) !important
}

.hover\:border-purple-300:hover {
  border-color: var(--purple-300) !important
}

.hover\:border-purple-400:hover {
  border-color: var(--purple-400) !important
}

.hover\:border-purple-500:hover {
  border-color: var(--purple-500) !important
}

.hover\:border-purple-600:hover {
  border-color: var(--purple-600) !important
}

.hover\:border-purple-700:hover {
  border-color: var(--purple-700) !important
}

.hover\:border-purple-800:hover {
  border-color: var(--purple-800) !important
}

.hover\:border-purple-900:hover {
  border-color: var(--purple-900) !important
}

.active\:border-purple-50:active {
  border-color: var(--purple-50) !important
}

.active\:border-purple-100:active {
  border-color: var(--purple-100) !important
}

.active\:border-purple-200:active {
  border-color: var(--purple-200) !important
}

.active\:border-purple-300:active {
  border-color: var(--purple-300) !important
}

.active\:border-purple-400:active {
  border-color: var(--purple-400) !important
}

.active\:border-purple-500:active {
  border-color: var(--purple-500) !important
}

.active\:border-purple-600:active {
  border-color: var(--purple-600) !important
}

.active\:border-purple-700:active {
  border-color: var(--purple-700) !important
}

.active\:border-purple-800:active {
  border-color: var(--purple-800) !important
}

.active\:border-purple-900:active {
  border-color: var(--purple-900) !important
}

.border-gray-50 {
  border-color: var(--gray-50) !important
}

.border-gray-100 {
  border-color: var(--gray-100) !important
}

.border-gray-200 {
  border-color: var(--gray-200) !important
}

.border-gray-300 {
  border-color: var(--gray-300) !important
}

.border-gray-400 {
  border-color: var(--gray-400) !important
}

.border-gray-500 {
  border-color: var(--gray-500) !important
}

.border-gray-600 {
  border-color: var(--gray-600) !important
}

.border-gray-700 {
  border-color: var(--gray-700) !important
}

.border-gray-800 {
  border-color: var(--gray-800) !important
}

.border-gray-900 {
  border-color: var(--gray-900) !important
}

.focus\:border-gray-50:focus {
  border-color: var(--gray-50) !important
}

.focus\:border-gray-100:focus {
  border-color: var(--gray-100) !important
}

.focus\:border-gray-200:focus {
  border-color: var(--gray-200) !important
}

.focus\:border-gray-300:focus {
  border-color: var(--gray-300) !important
}

.focus\:border-gray-400:focus {
  border-color: var(--gray-400) !important
}

.focus\:border-gray-500:focus {
  border-color: var(--gray-500) !important
}

.focus\:border-gray-600:focus {
  border-color: var(--gray-600) !important
}

.focus\:border-gray-700:focus {
  border-color: var(--gray-700) !important
}

.focus\:border-gray-800:focus {
  border-color: var(--gray-800) !important
}

.focus\:border-gray-900:focus {
  border-color: var(--gray-900) !important
}

.hover\:border-gray-50:hover {
  border-color: var(--gray-50) !important
}

.hover\:border-gray-100:hover {
  border-color: var(--gray-100) !important
}

.hover\:border-gray-200:hover {
  border-color: var(--gray-200) !important
}

.hover\:border-gray-300:hover {
  border-color: var(--gray-300) !important
}

.hover\:border-gray-400:hover {
  border-color: var(--gray-400) !important
}

.hover\:border-gray-500:hover {
  border-color: var(--gray-500) !important
}

.hover\:border-gray-600:hover {
  border-color: var(--gray-600) !important
}

.hover\:border-gray-700:hover {
  border-color: var(--gray-700) !important
}

.hover\:border-gray-800:hover {
  border-color: var(--gray-800) !important
}

.hover\:border-gray-900:hover {
  border-color: var(--gray-900) !important
}

.active\:border-gray-50:active {
  border-color: var(--gray-50) !important
}

.active\:border-gray-100:active {
  border-color: var(--gray-100) !important
}

.active\:border-gray-200:active {
  border-color: var(--gray-200) !important
}

.active\:border-gray-300:active {
  border-color: var(--gray-300) !important
}

.active\:border-gray-400:active {
  border-color: var(--gray-400) !important
}

.active\:border-gray-500:active {
  border-color: var(--gray-500) !important
}

.active\:border-gray-600:active {
  border-color: var(--gray-600) !important
}

.active\:border-gray-700:active {
  border-color: var(--gray-700) !important
}

.active\:border-gray-800:active {
  border-color: var(--gray-800) !important
}

.active\:border-gray-900:active {
  border-color: var(--gray-900) !important
}

.border-red-50 {
  border-color: var(--red-50) !important
}

.border-red-100 {
  border-color: var(--red-100) !important
}

.border-red-200 {
  border-color: var(--red-200) !important
}

.border-red-300 {
  border-color: var(--red-300) !important
}

.border-red-400 {
  border-color: var(--red-400) !important
}

.border-red-500 {
  border-color: var(--red-500) !important
}

.border-red-600 {
  border-color: var(--red-600) !important
}

.border-red-700 {
  border-color: var(--red-700) !important
}

.border-red-800 {
  border-color: var(--red-800) !important
}

.border-red-900 {
  border-color: var(--red-900) !important
}

.focus\:border-red-50:focus {
  border-color: var(--red-50) !important
}

.focus\:border-red-100:focus {
  border-color: var(--red-100) !important
}

.focus\:border-red-200:focus {
  border-color: var(--red-200) !important
}

.focus\:border-red-300:focus {
  border-color: var(--red-300) !important
}

.focus\:border-red-400:focus {
  border-color: var(--red-400) !important
}

.focus\:border-red-500:focus {
  border-color: var(--red-500) !important
}

.focus\:border-red-600:focus {
  border-color: var(--red-600) !important
}

.focus\:border-red-700:focus {
  border-color: var(--red-700) !important
}

.focus\:border-red-800:focus {
  border-color: var(--red-800) !important
}

.focus\:border-red-900:focus {
  border-color: var(--red-900) !important
}

.hover\:border-red-50:hover {
  border-color: var(--red-50) !important
}

.hover\:border-red-100:hover {
  border-color: var(--red-100) !important
}

.hover\:border-red-200:hover {
  border-color: var(--red-200) !important
}

.hover\:border-red-300:hover {
  border-color: var(--red-300) !important
}

.hover\:border-red-400:hover {
  border-color: var(--red-400) !important
}

.hover\:border-red-500:hover {
  border-color: var(--red-500) !important
}

.hover\:border-red-600:hover {
  border-color: var(--red-600) !important
}

.hover\:border-red-700:hover {
  border-color: var(--red-700) !important
}

.hover\:border-red-800:hover {
  border-color: var(--red-800) !important
}

.hover\:border-red-900:hover {
  border-color: var(--red-900) !important
}

.active\:border-red-50:active {
  border-color: var(--red-50) !important
}

.active\:border-red-100:active {
  border-color: var(--red-100) !important
}

.active\:border-red-200:active {
  border-color: var(--red-200) !important
}

.active\:border-red-300:active {
  border-color: var(--red-300) !important
}

.active\:border-red-400:active {
  border-color: var(--red-400) !important
}

.active\:border-red-500:active {
  border-color: var(--red-500) !important
}

.active\:border-red-600:active {
  border-color: var(--red-600) !important
}

.active\:border-red-700:active {
  border-color: var(--red-700) !important
}

.active\:border-red-800:active {
  border-color: var(--red-800) !important
}

.active\:border-red-900:active {
  border-color: var(--red-900) !important
}

.border-primary-50 {
  border-color: var(--primary-50) !important
}

.border-primary-100 {
  border-color: var(--primary-100) !important
}

.border-primary-200 {
  border-color: var(--primary-200) !important
}

.border-primary-300 {
  border-color: var(--primary-300) !important
}

.border-primary-400 {
  border-color: var(--primary-400) !important
}

.border-primary-500 {
  border-color: var(--primary-500) !important
}

.border-primary-600 {
  border-color: var(--primary-600) !important
}

.border-primary-700 {
  border-color: var(--primary-700) !important
}

.border-primary-800 {
  border-color: var(--primary-800) !important
}

.border-primary-900 {
  border-color: var(--primary-900) !important
}

.focus\:border-primary-50:focus {
  border-color: var(--primary-50) !important
}

.focus\:border-primary-100:focus {
  border-color: var(--primary-100) !important
}

.focus\:border-primary-200:focus {
  border-color: var(--primary-200) !important
}

.focus\:border-primary-300:focus {
  border-color: var(--primary-300) !important
}

.focus\:border-primary-400:focus {
  border-color: var(--primary-400) !important
}

.focus\:border-primary-500:focus {
  border-color: var(--primary-500) !important
}

.focus\:border-primary-600:focus {
  border-color: var(--primary-600) !important
}

.focus\:border-primary-700:focus {
  border-color: var(--primary-700) !important
}

.focus\:border-primary-800:focus {
  border-color: var(--primary-800) !important
}

.focus\:border-primary-900:focus {
  border-color: var(--primary-900) !important
}

.hover\:border-primary-50:hover {
  border-color: var(--primary-50) !important
}

.hover\:border-primary-100:hover {
  border-color: var(--primary-100) !important
}

.hover\:border-primary-200:hover {
  border-color: var(--primary-200) !important
}

.hover\:border-primary-300:hover {
  border-color: var(--primary-300) !important
}

.hover\:border-primary-400:hover {
  border-color: var(--primary-400) !important
}

.hover\:border-primary-500:hover {
  border-color: var(--primary-500) !important
}

.hover\:border-primary-600:hover {
  border-color: var(--primary-600) !important
}

.hover\:border-primary-700:hover {
  border-color: var(--primary-700) !important
}

.hover\:border-primary-800:hover {
  border-color: var(--primary-800) !important
}

.hover\:border-primary-900:hover {
  border-color: var(--primary-900) !important
}

.active\:border-primary-50:active {
  border-color: var(--primary-50) !important
}

.active\:border-primary-100:active {
  border-color: var(--primary-100) !important
}

.active\:border-primary-200:active {
  border-color: var(--primary-200) !important
}

.active\:border-primary-300:active {
  border-color: var(--primary-300) !important
}

.active\:border-primary-400:active {
  border-color: var(--primary-400) !important
}

.active\:border-primary-500:active {
  border-color: var(--primary-500) !important
}

.active\:border-primary-600:active {
  border-color: var(--primary-600) !important
}

.active\:border-primary-700:active {
  border-color: var(--primary-700) !important
}

.active\:border-primary-800:active {
  border-color: var(--primary-800) !important
}

.active\:border-primary-900:active {
  border-color: var(--primary-900) !important
}

.bg-white-alpha-10 {
  background-color: hsla(0, 0%, 100%, .1) !important
}

.bg-white-alpha-20 {
  background-color: hsla(0, 0%, 100%, .2) !important
}

.bg-white-alpha-30 {
  background-color: hsla(0, 0%, 100%, .3) !important
}

.bg-white-alpha-40 {
  background-color: hsla(0, 0%, 100%, .4) !important
}

.bg-white-alpha-50,
.sitemap-block {
  background-color: hsla(0, 0%, 100%, .5) !important
}

.bg-white-alpha-60 {
  background-color: hsla(0, 0%, 100%, .6) !important
}

.bg-white-alpha-70 {
  background-color: hsla(0, 0%, 100%, .7) !important
}

.bg-white-alpha-80 {
  background-color: hsla(0, 0%, 100%, .8) !important
}

.bg-white-alpha-90 {
  background-color: hsla(0, 0%, 100%, .9) !important
}

.hover\:bg-white-alpha-10:hover {
  background-color: hsla(0, 0%, 100%, .1) !important
}

.hover\:bg-white-alpha-20:hover {
  background-color: hsla(0, 0%, 100%, .2) !important
}

.hover\:bg-white-alpha-30:hover {
  background-color: hsla(0, 0%, 100%, .3) !important
}

.hover\:bg-white-alpha-40:hover {
  background-color: hsla(0, 0%, 100%, .4) !important
}

.hover\:bg-white-alpha-50:hover {
  background-color: hsla(0, 0%, 100%, .5) !important
}

.hover\:bg-white-alpha-60:hover {
  background-color: hsla(0, 0%, 100%, .6) !important
}

.hover\:bg-white-alpha-70:hover {
  background-color: hsla(0, 0%, 100%, .7) !important
}

.hover\:bg-white-alpha-80:hover {
  background-color: hsla(0, 0%, 100%, .8) !important
}

.hover\:bg-white-alpha-90:hover {
  background-color: hsla(0, 0%, 100%, .9) !important
}

.focus\:bg-white-alpha-10:focus {
  background-color: hsla(0, 0%, 100%, .1) !important
}

.focus\:bg-white-alpha-20:focus {
  background-color: hsla(0, 0%, 100%, .2) !important
}

.focus\:bg-white-alpha-30:focus {
  background-color: hsla(0, 0%, 100%, .3) !important
}

.focus\:bg-white-alpha-40:focus {
  background-color: hsla(0, 0%, 100%, .4) !important
}

.focus\:bg-white-alpha-50:focus {
  background-color: hsla(0, 0%, 100%, .5) !important
}

.focus\:bg-white-alpha-60:focus {
  background-color: hsla(0, 0%, 100%, .6) !important
}

.focus\:bg-white-alpha-70:focus {
  background-color: hsla(0, 0%, 100%, .7) !important
}

.focus\:bg-white-alpha-80:focus {
  background-color: hsla(0, 0%, 100%, .8) !important
}

.focus\:bg-white-alpha-90:focus {
  background-color: hsla(0, 0%, 100%, .9) !important
}

.active\:bg-white-alpha-10:active {
  background-color: hsla(0, 0%, 100%, .1) !important
}

.active\:bg-white-alpha-20:active {
  background-color: hsla(0, 0%, 100%, .2) !important
}

.active\:bg-white-alpha-30:active {
  background-color: hsla(0, 0%, 100%, .3) !important
}

.active\:bg-white-alpha-40:active {
  background-color: hsla(0, 0%, 100%, .4) !important
}

.active\:bg-white-alpha-50:active {
  background-color: hsla(0, 0%, 100%, .5) !important
}

.active\:bg-white-alpha-60:active {
  background-color: hsla(0, 0%, 100%, .6) !important
}

.active\:bg-white-alpha-70:active {
  background-color: hsla(0, 0%, 100%, .7) !important
}

.active\:bg-white-alpha-80:active {
  background-color: hsla(0, 0%, 100%, .8) !important
}

.active\:bg-white-alpha-90:active {
  background-color: hsla(0, 0%, 100%, .9) !important
}

.bg-black-alpha-10 {
  background-color: rgba(0, 0, 0, .1) !important
}

.bg-black-alpha-20 {
  background-color: rgba(0, 0, 0, .2) !important
}

.bg-black-alpha-30 {
  background-color: rgba(0, 0, 0, .3) !important
}

.bg-black-alpha-40 {
  background-color: rgba(0, 0, 0, .4) !important
}

.bg-black-alpha-50 {
  background-color: rgba(0, 0, 0, .5) !important
}

.bg-black-alpha-60 {
  background-color: rgba(0, 0, 0, .6) !important
}

.bg-black-alpha-70 {
  background-color: rgba(0, 0, 0, .7) !important
}

.bg-black-alpha-80 {
  background-color: rgba(0, 0, 0, .8) !important
}

.bg-black-alpha-90 {
  background-color: rgba(0, 0, 0, .9) !important
}

.hover\:bg-black-alpha-10:hover {
  background-color: rgba(0, 0, 0, .1) !important
}

.hover\:bg-black-alpha-20:hover {
  background-color: rgba(0, 0, 0, .2) !important
}

.hover\:bg-black-alpha-30:hover {
  background-color: rgba(0, 0, 0, .3) !important
}

.hover\:bg-black-alpha-40:hover {
  background-color: rgba(0, 0, 0, .4) !important
}

.hover\:bg-black-alpha-50:hover {
  background-color: rgba(0, 0, 0, .5) !important
}

.hover\:bg-black-alpha-60:hover {
  background-color: rgba(0, 0, 0, .6) !important
}

.hover\:bg-black-alpha-70:hover {
  background-color: rgba(0, 0, 0, .7) !important
}

.hover\:bg-black-alpha-80:hover {
  background-color: rgba(0, 0, 0, .8) !important
}

.hover\:bg-black-alpha-90:hover {
  background-color: rgba(0, 0, 0, .9) !important
}

.focus\:bg-black-alpha-10:focus {
  background-color: rgba(0, 0, 0, .1) !important
}

.focus\:bg-black-alpha-20:focus {
  background-color: rgba(0, 0, 0, .2) !important
}

.focus\:bg-black-alpha-30:focus {
  background-color: rgba(0, 0, 0, .3) !important
}

.focus\:bg-black-alpha-40:focus {
  background-color: rgba(0, 0, 0, .4) !important
}

.focus\:bg-black-alpha-50:focus {
  background-color: rgba(0, 0, 0, .5) !important
}

.focus\:bg-black-alpha-60:focus {
  background-color: rgba(0, 0, 0, .6) !important
}

.focus\:bg-black-alpha-70:focus {
  background-color: rgba(0, 0, 0, .7) !important
}

.focus\:bg-black-alpha-80:focus {
  background-color: rgba(0, 0, 0, .8) !important
}

.focus\:bg-black-alpha-90:focus {
  background-color: rgba(0, 0, 0, .9) !important
}

.active\:bg-black-alpha-10:active {
  background-color: rgba(0, 0, 0, .1) !important
}

.active\:bg-black-alpha-20:active {
  background-color: rgba(0, 0, 0, .2) !important
}

.active\:bg-black-alpha-30:active {
  background-color: rgba(0, 0, 0, .3) !important
}

.active\:bg-black-alpha-40:active {
  background-color: rgba(0, 0, 0, .4) !important
}

.active\:bg-black-alpha-50:active {
  background-color: rgba(0, 0, 0, .5) !important
}

.active\:bg-black-alpha-60:active {
  background-color: rgba(0, 0, 0, .6) !important
}

.active\:bg-black-alpha-70:active {
  background-color: rgba(0, 0, 0, .7) !important
}

.active\:bg-black-alpha-80:active {
  background-color: rgba(0, 0, 0, .8) !important
}

.active\:bg-black-alpha-90:active {
  background-color: rgba(0, 0, 0, .9) !important
}

.border-white-alpha-10 {
  border-color: hsla(0, 0%, 100%, .1) !important
}

.border-white-alpha-20 {
  border-color: hsla(0, 0%, 100%, .2) !important
}

.border-white-alpha-30 {
  border-color: hsla(0, 0%, 100%, .3) !important
}

.border-white-alpha-40 {
  border-color: hsla(0, 0%, 100%, .4) !important
}

.border-white-alpha-50 {
  border-color: hsla(0, 0%, 100%, .5) !important
}

.border-white-alpha-60 {
  border-color: hsla(0, 0%, 100%, .6) !important
}

.border-white-alpha-70 {
  border-color: hsla(0, 0%, 100%, .7) !important
}

.border-white-alpha-80 {
  border-color: hsla(0, 0%, 100%, .8) !important
}

.border-white-alpha-90 {
  border-color: hsla(0, 0%, 100%, .9) !important
}

.hover\:border-white-alpha-10:hover {
  border-color: hsla(0, 0%, 100%, .1) !important
}

.hover\:border-white-alpha-20:hover {
  border-color: hsla(0, 0%, 100%, .2) !important
}

.hover\:border-white-alpha-30:hover {
  border-color: hsla(0, 0%, 100%, .3) !important
}

.hover\:border-white-alpha-40:hover {
  border-color: hsla(0, 0%, 100%, .4) !important
}

.hover\:border-white-alpha-50:hover {
  border-color: hsla(0, 0%, 100%, .5) !important
}

.hover\:border-white-alpha-60:hover {
  border-color: hsla(0, 0%, 100%, .6) !important
}

.hover\:border-white-alpha-70:hover {
  border-color: hsla(0, 0%, 100%, .7) !important
}

.hover\:border-white-alpha-80:hover {
  border-color: hsla(0, 0%, 100%, .8) !important
}

.hover\:border-white-alpha-90:hover {
  border-color: hsla(0, 0%, 100%, .9) !important
}

.focus\:border-white-alpha-10:focus {
  border-color: hsla(0, 0%, 100%, .1) !important
}

.focus\:border-white-alpha-20:focus {
  border-color: hsla(0, 0%, 100%, .2) !important
}

.focus\:border-white-alpha-30:focus {
  border-color: hsla(0, 0%, 100%, .3) !important
}

.focus\:border-white-alpha-40:focus {
  border-color: hsla(0, 0%, 100%, .4) !important
}

.focus\:border-white-alpha-50:focus {
  border-color: hsla(0, 0%, 100%, .5) !important
}

.focus\:border-white-alpha-60:focus {
  border-color: hsla(0, 0%, 100%, .6) !important
}

.focus\:border-white-alpha-70:focus {
  border-color: hsla(0, 0%, 100%, .7) !important
}

.focus\:border-white-alpha-80:focus {
  border-color: hsla(0, 0%, 100%, .8) !important
}

.focus\:border-white-alpha-90:focus {
  border-color: hsla(0, 0%, 100%, .9) !important
}

.active\:border-white-alpha-10:active {
  border-color: hsla(0, 0%, 100%, .1) !important
}

.active\:border-white-alpha-20:active {
  border-color: hsla(0, 0%, 100%, .2) !important
}

.active\:border-white-alpha-30:active {
  border-color: hsla(0, 0%, 100%, .3) !important
}

.active\:border-white-alpha-40:active {
  border-color: hsla(0, 0%, 100%, .4) !important
}

.active\:border-white-alpha-50:active {
  border-color: hsla(0, 0%, 100%, .5) !important
}

.active\:border-white-alpha-60:active {
  border-color: hsla(0, 0%, 100%, .6) !important
}

.active\:border-white-alpha-70:active {
  border-color: hsla(0, 0%, 100%, .7) !important
}

.active\:border-white-alpha-80:active {
  border-color: hsla(0, 0%, 100%, .8) !important
}

.active\:border-white-alpha-90:active {
  border-color: hsla(0, 0%, 100%, .9) !important
}

.border-black-alpha-10 {
  border-color: rgba(0, 0, 0, .1) !important
}

.border-black-alpha-20 {
  border-color: rgba(0, 0, 0, .2) !important
}

.border-black-alpha-30 {
  border-color: rgba(0, 0, 0, .3) !important
}

.border-black-alpha-40 {
  border-color: rgba(0, 0, 0, .4) !important
}

.border-black-alpha-50 {
  border-color: rgba(0, 0, 0, .5) !important
}

.border-black-alpha-60 {
  border-color: rgba(0, 0, 0, .6) !important
}

.border-black-alpha-70 {
  border-color: rgba(0, 0, 0, .7) !important
}

.border-black-alpha-80 {
  border-color: rgba(0, 0, 0, .8) !important
}

.border-black-alpha-90 {
  border-color: rgba(0, 0, 0, .9) !important
}

.hover\:border-black-alpha-10:hover {
  border-color: rgba(0, 0, 0, .1) !important
}

.hover\:border-black-alpha-20:hover {
  border-color: rgba(0, 0, 0, .2) !important
}

.hover\:border-black-alpha-30:hover {
  border-color: rgba(0, 0, 0, .3) !important
}

.hover\:border-black-alpha-40:hover {
  border-color: rgba(0, 0, 0, .4) !important
}

.hover\:border-black-alpha-50:hover {
  border-color: rgba(0, 0, 0, .5) !important
}

.hover\:border-black-alpha-60:hover {
  border-color: rgba(0, 0, 0, .6) !important
}

.hover\:border-black-alpha-70:hover {
  border-color: rgba(0, 0, 0, .7) !important
}

.hover\:border-black-alpha-80:hover {
  border-color: rgba(0, 0, 0, .8) !important
}

.hover\:border-black-alpha-90:hover {
  border-color: rgba(0, 0, 0, .9) !important
}

.focus\:border-black-alpha-10:focus {
  border-color: rgba(0, 0, 0, .1) !important
}

.focus\:border-black-alpha-20:focus {
  border-color: rgba(0, 0, 0, .2) !important
}

.focus\:border-black-alpha-30:focus {
  border-color: rgba(0, 0, 0, .3) !important
}

.focus\:border-black-alpha-40:focus {
  border-color: rgba(0, 0, 0, .4) !important
}

.focus\:border-black-alpha-50:focus {
  border-color: rgba(0, 0, 0, .5) !important
}

.focus\:border-black-alpha-60:focus {
  border-color: rgba(0, 0, 0, .6) !important
}

.focus\:border-black-alpha-70:focus {
  border-color: rgba(0, 0, 0, .7) !important
}

.focus\:border-black-alpha-80:focus {
  border-color: rgba(0, 0, 0, .8) !important
}

.focus\:border-black-alpha-90:focus {
  border-color: rgba(0, 0, 0, .9) !important
}

.active\:border-black-alpha-10:active {
  border-color: rgba(0, 0, 0, .1) !important
}

.active\:border-black-alpha-20:active {
  border-color: rgba(0, 0, 0, .2) !important
}

.active\:border-black-alpha-30:active {
  border-color: rgba(0, 0, 0, .3) !important
}

.active\:border-black-alpha-40:active {
  border-color: rgba(0, 0, 0, .4) !important
}

.active\:border-black-alpha-50:active {
  border-color: rgba(0, 0, 0, .5) !important
}

.active\:border-black-alpha-60:active {
  border-color: rgba(0, 0, 0, .6) !important
}

.active\:border-black-alpha-70:active {
  border-color: rgba(0, 0, 0, .7) !important
}

.active\:border-black-alpha-80:active {
  border-color: rgba(0, 0, 0, .8) !important
}

.active\:border-black-alpha-90:active {
  border-color: rgba(0, 0, 0, .9) !important
}

.text-white-alpha-10 {
  color: hsla(0, 0%, 100%, .1) !important
}

.text-white-alpha-20 {
  color: hsla(0, 0%, 100%, .2) !important
}

.text-white-alpha-30 {
  color: hsla(0, 0%, 100%, .3) !important
}

.text-white-alpha-40 {
  color: hsla(0, 0%, 100%, .4) !important
}

.text-white-alpha-50 {
  color: hsla(0, 0%, 100%, .5) !important
}

.text-white-alpha-60 {
  color: hsla(0, 0%, 100%, .6) !important
}

.text-white-alpha-70 {
  color: hsla(0, 0%, 100%, .7) !important
}

.text-white-alpha-80 {
  color: hsla(0, 0%, 100%, .8) !important
}

.text-white-alpha-90 {
  color: hsla(0, 0%, 100%, .9) !important
}

.hover\:text-white-alpha-10:hover {
  color: hsla(0, 0%, 100%, .1) !important
}

.hover\:text-white-alpha-20:hover {
  color: hsla(0, 0%, 100%, .2) !important
}

.hover\:text-white-alpha-30:hover {
  color: hsla(0, 0%, 100%, .3) !important
}

.hover\:text-white-alpha-40:hover {
  color: hsla(0, 0%, 100%, .4) !important
}

.hover\:text-white-alpha-50:hover {
  color: hsla(0, 0%, 100%, .5) !important
}

.hover\:text-white-alpha-60:hover {
  color: hsla(0, 0%, 100%, .6) !important
}

.hover\:text-white-alpha-70:hover {
  color: hsla(0, 0%, 100%, .7) !important
}

.hover\:text-white-alpha-80:hover {
  color: hsla(0, 0%, 100%, .8) !important
}

.hover\:text-white-alpha-90:hover {
  color: hsla(0, 0%, 100%, .9) !important
}

.focus\:text-white-alpha-10:focus {
  color: hsla(0, 0%, 100%, .1) !important
}

.focus\:text-white-alpha-20:focus {
  color: hsla(0, 0%, 100%, .2) !important
}

.focus\:text-white-alpha-30:focus {
  color: hsla(0, 0%, 100%, .3) !important
}

.focus\:text-white-alpha-40:focus {
  color: hsla(0, 0%, 100%, .4) !important
}

.focus\:text-white-alpha-50:focus {
  color: hsla(0, 0%, 100%, .5) !important
}

.focus\:text-white-alpha-60:focus {
  color: hsla(0, 0%, 100%, .6) !important
}

.focus\:text-white-alpha-70:focus {
  color: hsla(0, 0%, 100%, .7) !important
}

.focus\:text-white-alpha-80:focus {
  color: hsla(0, 0%, 100%, .8) !important
}

.focus\:text-white-alpha-90:focus {
  color: hsla(0, 0%, 100%, .9) !important
}

.active\:text-white-alpha-10:active {
  color: hsla(0, 0%, 100%, .1) !important
}

.active\:text-white-alpha-20:active {
  color: hsla(0, 0%, 100%, .2) !important
}

.active\:text-white-alpha-30:active {
  color: hsla(0, 0%, 100%, .3) !important
}

.active\:text-white-alpha-40:active {
  color: hsla(0, 0%, 100%, .4) !important
}

.active\:text-white-alpha-50:active {
  color: hsla(0, 0%, 100%, .5) !important
}

.active\:text-white-alpha-60:active {
  color: hsla(0, 0%, 100%, .6) !important
}

.active\:text-white-alpha-70:active {
  color: hsla(0, 0%, 100%, .7) !important
}

.active\:text-white-alpha-80:active {
  color: hsla(0, 0%, 100%, .8) !important
}

.active\:text-white-alpha-90:active {
  color: hsla(0, 0%, 100%, .9) !important
}

.text-black-alpha-10 {
  color: rgba(0, 0, 0, .1) !important
}

.text-black-alpha-20 {
  color: rgba(0, 0, 0, .2) !important
}

.text-black-alpha-30 {
  color: rgba(0, 0, 0, .3) !important
}

.text-black-alpha-40 {
  color: rgba(0, 0, 0, .4) !important
}

.text-black-alpha-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-black-alpha-60 {
  color: rgba(0, 0, 0, .6) !important
}

.text-black-alpha-70 {
  color: rgba(0, 0, 0, .7) !important
}

.text-black-alpha-80 {
  color: rgba(0, 0, 0, .8) !important
}

.text-black-alpha-90 {
  color: rgba(0, 0, 0, .9) !important
}

.hover\:text-black-alpha-10:hover {
  color: rgba(0, 0, 0, .1) !important
}

.hover\:text-black-alpha-20:hover {
  color: rgba(0, 0, 0, .2) !important
}

.hover\:text-black-alpha-30:hover {
  color: rgba(0, 0, 0, .3) !important
}

.hover\:text-black-alpha-40:hover {
  color: rgba(0, 0, 0, .4) !important
}

.hover\:text-black-alpha-50:hover {
  color: rgba(0, 0, 0, .5) !important
}

.hover\:text-black-alpha-60:hover {
  color: rgba(0, 0, 0, .6) !important
}

.hover\:text-black-alpha-70:hover {
  color: rgba(0, 0, 0, .7) !important
}

.hover\:text-black-alpha-80:hover {
  color: rgba(0, 0, 0, .8) !important
}

.hover\:text-black-alpha-90:hover {
  color: rgba(0, 0, 0, .9) !important
}

.focus\:text-black-alpha-10:focus {
  color: rgba(0, 0, 0, .1) !important
}

.focus\:text-black-alpha-20:focus {
  color: rgba(0, 0, 0, .2) !important
}

.focus\:text-black-alpha-30:focus {
  color: rgba(0, 0, 0, .3) !important
}

.focus\:text-black-alpha-40:focus {
  color: rgba(0, 0, 0, .4) !important
}

.focus\:text-black-alpha-50:focus {
  color: rgba(0, 0, 0, .5) !important
}

.focus\:text-black-alpha-60:focus {
  color: rgba(0, 0, 0, .6) !important
}

.focus\:text-black-alpha-70:focus {
  color: rgba(0, 0, 0, .7) !important
}

.focus\:text-black-alpha-80:focus {
  color: rgba(0, 0, 0, .8) !important
}

.focus\:text-black-alpha-90:focus {
  color: rgba(0, 0, 0, .9) !important
}

.active\:text-black-alpha-10:active {
  color: rgba(0, 0, 0, .1) !important
}

.active\:text-black-alpha-20:active {
  color: rgba(0, 0, 0, .2) !important
}

.active\:text-black-alpha-30:active {
  color: rgba(0, 0, 0, .3) !important
}

.active\:text-black-alpha-40:active {
  color: rgba(0, 0, 0, .4) !important
}

.active\:text-black-alpha-50:active {
  color: rgba(0, 0, 0, .5) !important
}

.active\:text-black-alpha-60:active {
  color: rgba(0, 0, 0, .6) !important
}

.active\:text-black-alpha-70:active {
  color: rgba(0, 0, 0, .7) !important
}

.active\:text-black-alpha-80:active {
  color: rgba(0, 0, 0, .8) !important
}

.active\:text-black-alpha-90:active {
  color: rgba(0, 0, 0, .9) !important
}

.text-primary {
  color: var(--primary-color) !important
}

#login-layout,
.bg-primary {
  background-color: var(--primary-color) !important;
  color: var(--primary-color-text) !important
}

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

.bg-white {
  background-color: #fff !important
}

.border-primary {
  border-color: var(--primary-color) !important
}

.text-white {
  color: #fff !important
}

.border-white {
  border-color: #fff !important
}

.text-color {
  color: var(--text-color) !important
}

.text-color-secondary {
  color: var(--text-color-secondary) !important
}

.surface-ground {
  background-color: var(--surface-ground) !important
}

.surface-section {
  background-color: var(--surface-section) !important
}

.surface-card {
  background-color: var(--surface-card) !important
}

.surface-overlay {
  background-color: var(--surface-overlay) !important
}

.surface-hover {
  background-color: var(--surface-hover) !important
}

.surface-border {
  border-color: var(--surface-border) !important
}

.active\:text-primary:active,
.focus\:text-primary:focus,
.hover\:text-primary:hover {
  color: var(--primary-color) !important
}

.active\:bg-primary:active,
.focus\:bg-primary:focus,
.hover\:bg-primary:hover {
  background-color: var(--primary-color) !important;
  color: var(--primary-color-text) !important
}

.active\:bg-primary-reverse:active,
.focus\:bg-primary-reverse:focus,
.hover\:bg-primary-reverse:hover {
  background-color: var(--primary-color-text) !important;
  color: var(--primary-color) !important
}

.active\:bg-white:active,
.focus\:bg-white:focus,
.hover\:bg-white:hover {
  background-color: #fff !important
}

.active\:border-primary:active,
.focus\:border-primary:focus,
.hover\:border-primary:hover {
  border-color: var(--primary-color) !important
}

.active\:text-white:active,
.focus\:text-white:focus,
.hover\:text-white:hover {
  color: #fff !important
}

.active\:border-white:active,
.focus\:border-white:focus,
.hover\:border-white:hover {
  border-color: #fff !important
}

.active\:text-color:active,
.focus\:text-color:focus,
.hover\:text-color:hover {
  color: var(--text-color) !important
}

.active\:text-color-secondary:active,
.focus\:text-color-secondary:focus,
.hover\:text-color-secondary:hover {
  color: var(--text-color-secondary) !important
}

.active\:surface-ground:active,
.focus\:surface-ground:focus,
.hover\:surface-ground:hover {
  background-color: var(--surface-ground) !important
}

.active\:surface-section:active,
.focus\:surface-section:focus,
.hover\:surface-section:hover {
  background-color: var(--surface-section) !important
}

.active\:surface-card:active,
.focus\:surface-card:focus,
.hover\:surface-card:hover {
  background-color: var(--surface-card) !important
}

.active\:surface-overlay:active,
.focus\:surface-overlay:focus,
.hover\:surface-overlay:hover {
  background-color: var(--surface-overlay) !important
}

.active\:surface-hover:active,
.focus\:surface-hover:focus,
.hover\:surface-hover:hover {
  background-color: var(--surface-hover) !important
}

.active\:surface-border:active,
.focus\:surface-border:focus,
.hover\:surface-border:hover {
  border-color: var(--surface-border) !important
}

@media screen and (min-width:576px) {
  .sm\:text-primary {
    color: var(--primary-color) !important
  }

  .sm\:bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-text) !important
  }

  .sm\:bg-primary-reverse {
    background-color: var(--primary-color-text) !important;
    color: var(--primary-color) !important
  }

  .sm\:bg-white {
    background-color: #fff !important
  }

  .sm\:border-primary {
    border-color: var(--primary-color) !important
  }

  .sm\:text-white {
    color: #fff !important
  }

  .sm\:border-white {
    border-color: #fff !important
  }

  .sm\:text-color {
    color: var(--text-color) !important
  }

  .sm\:text-color-secondary {
    color: var(--text-color-secondary) !important
  }

  .sm\:surface-ground {
    background-color: var(--surface-ground) !important
  }

  .sm\:surface-section {
    background-color: var(--surface-section) !important
  }

  .sm\:surface-card {
    background-color: var(--surface-card) !important
  }

  .sm\:surface-overlay {
    background-color: var(--surface-overlay) !important
  }

  .sm\:surface-hover {
    background-color: var(--surface-hover) !important
  }

  .sm\:surface-border {
    border-color: var(--surface-border) !important
  }

  .sm\:active\:text-primary:active,
  .sm\:focus\:text-primary:focus,
  .sm\:hover\:text-primary:hover {
    color: var(--primary-color) !important
  }

  .sm\:active\:bg-primary:active,
  .sm\:focus\:bg-primary:focus,
  .sm\:hover\:bg-primary:hover {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-text) !important
  }

  .sm\:active\:bg-primary-reverse:active,
  .sm\:focus\:bg-primary-reverse:focus,
  .sm\:hover\:bg-primary-reverse:hover {
    background-color: var(--primary-color-text) !important;
    color: var(--primary-color) !important
  }

  .sm\:active\:bg-white:active,
  .sm\:focus\:bg-white:focus,
  .sm\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .sm\:active\:border-primary:active,
  .sm\:focus\:border-primary:focus,
  .sm\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important
  }

  .sm\:active\:text-white:active,
  .sm\:focus\:text-white:focus,
  .sm\:hover\:text-white:hover {
    color: #fff !important
  }

  .sm\:active\:border-white:active,
  .sm\:focus\:border-white:focus,
  .sm\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .sm\:active\:text-color:active,
  .sm\:focus\:text-color:focus,
  .sm\:hover\:text-color:hover {
    color: var(--text-color) !important
  }

  .sm\:active\:text-color-secondary:active,
  .sm\:focus\:text-color-secondary:focus,
  .sm\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important
  }

  .sm\:active\:surface-ground:active,
  .sm\:focus\:surface-ground:focus,
  .sm\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important
  }

  .sm\:active\:surface-section:active,
  .sm\:focus\:surface-section:focus,
  .sm\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important
  }

  .sm\:active\:surface-card:active,
  .sm\:focus\:surface-card:focus,
  .sm\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important
  }

  .sm\:active\:surface-overlay:active,
  .sm\:focus\:surface-overlay:focus,
  .sm\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important
  }

  .sm\:active\:surface-hover:active,
  .sm\:focus\:surface-hover:focus,
  .sm\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important
  }

  .sm\:active\:surface-border:active,
  .sm\:focus\:surface-border:focus,
  .sm\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important
  }
}

@media screen and (min-width:768px) {
  .md\:text-primary {
    color: var(--primary-color) !important
  }

  .md\:bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-text) !important
  }

  .md\:bg-primary-reverse {
    background-color: var(--primary-color-text) !important;
    color: var(--primary-color) !important
  }

  .md\:bg-white {
    background-color: #fff !important
  }

  .md\:border-primary {
    border-color: var(--primary-color) !important
  }

  .md\:text-white {
    color: #fff !important
  }

  .md\:border-white {
    border-color: #fff !important
  }

  .md\:text-color {
    color: var(--text-color) !important
  }

  .md\:text-color-secondary {
    color: var(--text-color-secondary) !important
  }

  .md\:surface-ground {
    background-color: var(--surface-ground) !important
  }

  .md\:surface-section {
    background-color: var(--surface-section) !important
  }

  .md\:surface-card {
    background-color: var(--surface-card) !important
  }

  .md\:surface-overlay {
    background-color: var(--surface-overlay) !important
  }

  .md\:surface-hover {
    background-color: var(--surface-hover) !important
  }

  .md\:surface-border {
    border-color: var(--surface-border) !important
  }

  .md\:active\:text-primary:active,
  .md\:focus\:text-primary:focus,
  .md\:hover\:text-primary:hover {
    color: var(--primary-color) !important
  }

  .md\:active\:bg-primary:active,
  .md\:focus\:bg-primary:focus,
  .md\:hover\:bg-primary:hover {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-text) !important
  }

  .md\:active\:bg-primary-reverse:active,
  .md\:focus\:bg-primary-reverse:focus,
  .md\:hover\:bg-primary-reverse:hover {
    background-color: var(--primary-color-text) !important;
    color: var(--primary-color) !important
  }

  .md\:active\:bg-white:active,
  .md\:focus\:bg-white:focus,
  .md\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .md\:active\:border-primary:active,
  .md\:focus\:border-primary:focus,
  .md\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important
  }

  .md\:active\:text-white:active,
  .md\:focus\:text-white:focus,
  .md\:hover\:text-white:hover {
    color: #fff !important
  }

  .md\:active\:border-white:active,
  .md\:focus\:border-white:focus,
  .md\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .md\:active\:text-color:active,
  .md\:focus\:text-color:focus,
  .md\:hover\:text-color:hover {
    color: var(--text-color) !important
  }

  .md\:active\:text-color-secondary:active,
  .md\:focus\:text-color-secondary:focus,
  .md\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important
  }

  .md\:active\:surface-ground:active,
  .md\:focus\:surface-ground:focus,
  .md\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important
  }

  .md\:active\:surface-section:active,
  .md\:focus\:surface-section:focus,
  .md\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important
  }

  .md\:active\:surface-card:active,
  .md\:focus\:surface-card:focus,
  .md\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important
  }

  .md\:active\:surface-overlay:active,
  .md\:focus\:surface-overlay:focus,
  .md\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important
  }

  .md\:active\:surface-hover:active,
  .md\:focus\:surface-hover:focus,
  .md\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important
  }

  .md\:active\:surface-border:active,
  .md\:focus\:surface-border:focus,
  .md\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important
  }
}

@media screen and (min-width:992px) {
  .lg\:text-primary {
    color: var(--primary-color) !important
  }

  .lg\:bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-text) !important
  }

  .lg\:bg-primary-reverse {
    background-color: var(--primary-color-text) !important;
    color: var(--primary-color) !important
  }

  .lg\:bg-white {
    background-color: #fff !important
  }

  .lg\:border-primary {
    border-color: var(--primary-color) !important
  }

  .lg\:text-white {
    color: #fff !important
  }

  .lg\:border-white {
    border-color: #fff !important
  }

  .lg\:text-color {
    color: var(--text-color) !important
  }

  .lg\:text-color-secondary {
    color: var(--text-color-secondary) !important
  }

  .lg\:surface-ground {
    background-color: var(--surface-ground) !important
  }

  .lg\:surface-section {
    background-color: var(--surface-section) !important
  }

  .lg\:surface-card {
    background-color: var(--surface-card) !important
  }

  .lg\:surface-overlay {
    background-color: var(--surface-overlay) !important
  }

  .lg\:surface-hover {
    background-color: var(--surface-hover) !important
  }

  .lg\:surface-border {
    border-color: var(--surface-border) !important
  }

  .lg\:active\:text-primary:active,
  .lg\:focus\:text-primary:focus,
  .lg\:hover\:text-primary:hover {
    color: var(--primary-color) !important
  }

  .lg\:active\:bg-primary:active,
  .lg\:focus\:bg-primary:focus,
  .lg\:hover\:bg-primary:hover {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-text) !important
  }

  .lg\:active\:bg-primary-reverse:active,
  .lg\:focus\:bg-primary-reverse:focus,
  .lg\:hover\:bg-primary-reverse:hover {
    background-color: var(--primary-color-text) !important;
    color: var(--primary-color) !important
  }

  .lg\:active\:bg-white:active,
  .lg\:focus\:bg-white:focus,
  .lg\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .lg\:active\:border-primary:active,
  .lg\:focus\:border-primary:focus,
  .lg\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important
  }

  .lg\:active\:text-white:active,
  .lg\:focus\:text-white:focus,
  .lg\:hover\:text-white:hover {
    color: #fff !important
  }

  .lg\:active\:border-white:active,
  .lg\:focus\:border-white:focus,
  .lg\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .lg\:active\:text-color:active,
  .lg\:focus\:text-color:focus,
  .lg\:hover\:text-color:hover {
    color: var(--text-color) !important
  }

  .lg\:active\:text-color-secondary:active,
  .lg\:focus\:text-color-secondary:focus,
  .lg\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important
  }

  .lg\:active\:surface-ground:active,
  .lg\:focus\:surface-ground:focus,
  .lg\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important
  }

  .lg\:active\:surface-section:active,
  .lg\:focus\:surface-section:focus,
  .lg\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important
  }

  .lg\:active\:surface-card:active,
  .lg\:focus\:surface-card:focus,
  .lg\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important
  }

  .lg\:active\:surface-overlay:active,
  .lg\:focus\:surface-overlay:focus,
  .lg\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important
  }

  .lg\:active\:surface-hover:active,
  .lg\:focus\:surface-hover:focus,
  .lg\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important
  }

  .lg\:active\:surface-border:active,
  .lg\:focus\:surface-border:focus,
  .lg\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:text-primary {
    color: var(--primary-color) !important
  }

  .xl\:bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-text) !important
  }

  .xl\:bg-primary-reverse {
    background-color: var(--primary-color-text) !important;
    color: var(--primary-color) !important
  }

  .xl\:bg-white {
    background-color: #fff !important
  }

  .xl\:border-primary {
    border-color: var(--primary-color) !important
  }

  .xl\:text-white {
    color: #fff !important
  }

  .xl\:border-white {
    border-color: #fff !important
  }

  .xl\:text-color {
    color: var(--text-color) !important
  }

  .xl\:text-color-secondary {
    color: var(--text-color-secondary) !important
  }

  .xl\:surface-ground {
    background-color: var(--surface-ground) !important
  }

  .xl\:surface-section {
    background-color: var(--surface-section) !important
  }

  .xl\:surface-card {
    background-color: var(--surface-card) !important
  }

  .xl\:surface-overlay {
    background-color: var(--surface-overlay) !important
  }

  .xl\:surface-hover {
    background-color: var(--surface-hover) !important
  }

  .xl\:surface-border {
    border-color: var(--surface-border) !important
  }

  .xl\:active\:text-primary:active,
  .xl\:focus\:text-primary:focus,
  .xl\:hover\:text-primary:hover {
    color: var(--primary-color) !important
  }

  .xl\:active\:bg-primary:active,
  .xl\:focus\:bg-primary:focus,
  .xl\:hover\:bg-primary:hover {
    background-color: var(--primary-color) !important;
    color: var(--primary-color-text) !important
  }

  .xl\:active\:bg-primary-reverse:active,
  .xl\:focus\:bg-primary-reverse:focus,
  .xl\:hover\:bg-primary-reverse:hover {
    background-color: var(--primary-color-text) !important;
    color: var(--primary-color) !important
  }

  .xl\:active\:bg-white:active,
  .xl\:focus\:bg-white:focus,
  .xl\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .xl\:active\:border-primary:active,
  .xl\:focus\:border-primary:focus,
  .xl\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important
  }

  .xl\:active\:text-white:active,
  .xl\:focus\:text-white:focus,
  .xl\:hover\:text-white:hover {
    color: #fff !important
  }

  .xl\:active\:border-white:active,
  .xl\:focus\:border-white:focus,
  .xl\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .xl\:active\:text-color:active,
  .xl\:focus\:text-color:focus,
  .xl\:hover\:text-color:hover {
    color: var(--text-color) !important
  }

  .xl\:active\:text-color-secondary:active,
  .xl\:focus\:text-color-secondary:focus,
  .xl\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important
  }

  .xl\:active\:surface-ground:active,
  .xl\:focus\:surface-ground:focus,
  .xl\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important
  }

  .xl\:active\:surface-section:active,
  .xl\:focus\:surface-section:focus,
  .xl\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important
  }

  .xl\:active\:surface-card:active,
  .xl\:focus\:surface-card:focus,
  .xl\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important
  }

  .xl\:active\:surface-overlay:active,
  .xl\:focus\:surface-overlay:focus,
  .xl\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important
  }

  .xl\:active\:surface-hover:active,
  .xl\:focus\:surface-hover:focus,
  .xl\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important
  }

  .xl\:active\:surface-border:active,
  .xl\:focus\:surface-border:focus,
  .xl\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important
  }
}

.field {
  margin-bottom: 1rem
}

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

.field.card-button-div>label,
.field.foreign-rate>label,
.field.grid>label {
  align-items: center;
  display: flex
}

.field>small {
  margin-top: .25rem
}

.field.card-button-div,
.field.foreign-rate,
.field.grid,
.formgrid.card-button-div,
.formgrid.foreign-rate,
.formgrid.grid {
  margin-top: 0
}

.field.card-button-div .col,
.field.card-button-div .col-1,
.field.card-button-div .col-10,
.field.card-button-div .col-11,
.field.card-button-div .col-12,
.field.card-button-div .col-2,
.field.card-button-div .col-3,
.field.card-button-div .col-4,
.field.card-button-div .col-5,
.field.card-button-div .col-6,
.field.card-button-div .col-7,
.field.card-button-div .col-8,
.field.card-button-div .col-9,
.field.card-button-div .col-fixed,
.field.foreign-rate .col,
.field.foreign-rate .col-1,
.field.foreign-rate .col-10,
.field.foreign-rate .col-11,
.field.foreign-rate .col-12,
.field.foreign-rate .col-2,
.field.foreign-rate .col-3,
.field.foreign-rate .col-4,
.field.foreign-rate .col-5,
.field.foreign-rate .col-6,
.field.foreign-rate .col-7,
.field.foreign-rate .col-8,
.field.foreign-rate .col-9,
.field.foreign-rate .col-fixed,
.field.grid .col,
.field.grid .col-1,
.field.grid .col-10,
.field.grid .col-11,
.field.grid .col-12,
.field.grid .col-2,
.field.grid .col-3,
.field.grid .col-4,
.field.grid .col-5,
.field.grid .col-6,
.field.grid .col-7,
.field.grid .col-8,
.field.grid .col-9,
.field.grid .col-fixed,
.formgrid.card-button-div .col,
.formgrid.card-button-div .col-1,
.formgrid.card-button-div .col-10,
.formgrid.card-button-div .col-11,
.formgrid.card-button-div .col-12,
.formgrid.card-button-div .col-2,
.formgrid.card-button-div .col-3,
.formgrid.card-button-div .col-4,
.formgrid.card-button-div .col-5,
.formgrid.card-button-div .col-6,
.formgrid.card-button-div .col-7,
.formgrid.card-button-div .col-8,
.formgrid.card-button-div .col-9,
.formgrid.card-button-div .col-fixed,
.formgrid.foreign-rate .col,
.formgrid.foreign-rate .col-1,
.formgrid.foreign-rate .col-10,
.formgrid.foreign-rate .col-11,
.formgrid.foreign-rate .col-12,
.formgrid.foreign-rate .col-2,
.formgrid.foreign-rate .col-3,
.formgrid.foreign-rate .col-4,
.formgrid.foreign-rate .col-5,
.formgrid.foreign-rate .col-6,
.formgrid.foreign-rate .col-7,
.formgrid.foreign-rate .col-8,
.formgrid.foreign-rate .col-9,
.formgrid.foreign-rate .col-fixed,
.formgrid.grid .col,
.formgrid.grid .col-1,
.formgrid.grid .col-10,
.formgrid.grid .col-11,
.formgrid.grid .col-12,
.formgrid.grid .col-2,
.formgrid.grid .col-3,
.formgrid.grid .col-4,
.formgrid.grid .col-5,
.formgrid.grid .col-6,
.formgrid.grid .col-7,
.formgrid.grid .col-8,
.formgrid.grid .col-9,
.formgrid.grid .col-fixed {
  padding-bottom: 0;
  padding-top: 0
}

.formgroup-inline {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap
}

.formgroup-inline .field,
.formgroup-inline .field-checkbox,
.formgroup-inline .field-radiobutton {
  margin-right: 1rem
}

.formgroup-inline .field-checkbox>label,
.formgroup-inline .field-radiobutton>label,
.formgroup-inline .field>label {
  margin-bottom: 0;
  margin-right: .5rem
}

.field-checkbox,
.field-radiobutton {
  align-items: center;
  display: flex;
  margin-bottom: 1rem
}

.field-checkbox>label,
.field-radiobutton>label {
  line-height: 1;
  margin-left: .5rem
}

.hidden {
  display: none !important
}

.block {
  display: block !important
}

.inline,
.tabbar-base-header {
  display: inline !important
}

.inline-block,
.table-message,
.table-page,
.table-page-button,
.table-small-message {
  display: inline-block !important
}

#dialog_first_login_page3>div:first-child,
#dialog_forget-reset,
#login-base,
#login-content,
#login-execure-layout,
#login-label,
#login-layout,
.base-radio-box,
.base-radio-group-column,
.base-radio-group-div,
.base-radio-group-row,
.bg-span,
.breadcrumb-div,
.captcha-base,
.captcha-button-base,
.captcha-button-group,
.captcha-button-login,
.captcha-input,
.checkbox-div,
.checkbox-group-base,
.checkbox-group-column,
.checkbox-group-div,
.checkbox-group-row,
.datepicker-div,
.dialog_forget-tabs,
.dialog_user_update_div,
.firstlogin-buttonbox,
.flex,
.footer-content-flex,
.footer-content-left,
.header-content-flex,
.header-content-left,
.header-content-right,
.infolist-base,
.infolist-label,
.infolist-label-left,
.input-div,
.link-base,
.main_content-base,
.main_content-content,
.menu-base,
.menu-content,
.modal-content,
.modal-footer,
.multi_field-field,
.multi_field-label,
.progress-steps,
.radio-group-base,
.select_bank_search-base,
.step-number,
.step-number1,
.tabbar-base-header,
.tabbar-header-card,
.table-page,
.trad-base,
.userinfo-base {
  display: flex !important
}

.inline-flex {
  display: inline-flex !important
}

@media screen and (min-width:576px) {
  .sm\:hidden {
    display: none !important
  }

  .sm\:block {
    display: block !important
  }

  .sm\:inline {
    display: inline !important
  }

  .sm\:inline-block {
    display: inline-block !important
  }

  .sm\:flex {
    display: flex !important
  }

  .sm\:inline-flex {
    display: inline-flex !important
  }
}

@media screen and (min-width:768px) {
  .md\:hidden {
    display: none !important
  }

  .md\:block {
    display: block !important
  }

  .md\:inline {
    display: inline !important
  }

  .md\:inline-block {
    display: inline-block !important
  }

  .md\:flex {
    display: flex !important
  }

  .md\:inline-flex {
    display: inline-flex !important
  }
}

@media screen and (min-width:992px) {
  .lg\:hidden {
    display: none !important
  }

  .lg\:block {
    display: block !important
  }

  .lg\:inline {
    display: inline !important
  }

  .lg\:inline-block {
    display: inline-block !important
  }

  .lg\:flex {
    display: flex !important
  }

  .lg\:inline-flex {
    display: inline-flex !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:hidden {
    display: none !important
  }

  .xl\:block {
    display: block !important
  }

  .xl\:inline {
    display: inline !important
  }

  .xl\:inline-block {
    display: inline-block !important
  }

  .xl\:flex {
    display: flex !important
  }

  .xl\:inline-flex {
    display: inline-flex !important
  }
}

#firstlogin-wordcolor,
#login-footer,
.card-big-title,
.cardless-title,
.foreign-smalltitle,
.foreign-title,
.gold-title,
.no-data,
.personal-title,
.tabbar-base-header,
.table-aligment-center,
.table-th,
.text-center {
  text-align: center !important
}

.cardless-div,
.cardless-div p,
.cardless-div span,
.cardless-word,
.non-agreed-word,
.table-aligment-justify,
.text-justify {
  text-align: justify !important
}

.table-aligment-left,
.table-small-title,
.text-left {
  text-align: left !important
}

.captcha-error-word,
.input-error-word,
.select-error-word,
.table-aligment-right,
.table-small-info,
.text-right {
  text-align: right !important
}

@media screen and (min-width:576px) {
  .sm\:text-center {
    text-align: center !important
  }

  .sm\:text-justify {
    text-align: justify !important
  }

  .sm\:text-left {
    text-align: left !important
  }

  .sm\:text-right {
    text-align: right !important
  }
}

@media screen and (min-width:768px) {
  .md\:text-center {
    text-align: center !important
  }

  .md\:text-justify {
    text-align: justify !important
  }

  .md\:text-left {
    text-align: left !important
  }

  .md\:text-right {
    text-align: right !important
  }
}

@media screen and (min-width:992px) {
  .lg\:text-center {
    text-align: center !important
  }

  .lg\:text-justify {
    text-align: justify !important
  }

  .lg\:text-left {
    text-align: left !important
  }

  .lg\:text-right {
    text-align: right !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:text-center {
    text-align: center !important
  }

  .xl\:text-justify {
    text-align: justify !important
  }

  .xl\:text-left {
    text-align: left !important
  }

  .xl\:text-right {
    text-align: right !important
  }
}

.foreign-btn-line,
.underline {
  text-decoration: underline !important
}

.line-through {
  text-decoration: line-through !important
}

.no-underline {
  text-decoration: none !important
}

.active\:underline:active,
.focus\:underline:focus,
.hover\:underline:hover {
  text-decoration: underline !important
}

.active\:line-through:active,
.focus\:line-through:focus,
.hover\:line-through:hover {
  text-decoration: line-through !important
}

.active\:no-underline:active,
.focus\:no-underline:focus,
.hover\:no-underline:hover {
  text-decoration: none !important
}

.lowercase {
  text-transform: lowercase !important
}

.uppercase {
  text-transform: uppercase !important
}

.capitalize {
  text-transform: capitalize !important
}

.text-overflow-clip {
  text-overflow: clip !important
}

.text-overflow-ellipsis {
  text-overflow: ellipsis !important
}

@media screen and (min-width:576px) {
  .sm\:text-overflow-clip {
    text-overflow: clip !important
  }

  .sm\:text-overflow-ellipsis {
    text-overflow: ellipsis !important
  }
}

@media screen and (min-width:768px) {
  .md\:text-overflow-clip {
    text-overflow: clip !important
  }

  .md\:text-overflow-ellipsis {
    text-overflow: ellipsis !important
  }
}

@media screen and (min-width:992px) {
  .lg\:text-overflow-clip {
    text-overflow: clip !important
  }

  .lg\:text-overflow-ellipsis {
    text-overflow: ellipsis !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:text-overflow-clip {
    text-overflow: clip !important
  }

  .xl\:text-overflow-ellipsis {
    text-overflow: ellipsis !important
  }
}

.font-light {
  font-weight: 300 !important
}

#firstlogin-wordcolor,
.acno-verify-word,
.breadcrumb-word,
.button-base,
.card-button-div,
.cardless-div,
.cardless-div p,
.cardless-div span,
.cardless-word,
.checkbox-group-word,
.datepicker,
.dialog_user_update_wordcolor,
.firstlogin-word,
.font-normal,
.foreign-smalltitle,
.link-base,
.nocard-info p,
.non-agreed-word,
.repay-waring-word,
.select_option,
.table-page-button,
.table-select,
.table-small-info,
.table-small-select,
.table-td {
  font-weight: 400 !important
}

.acno-verify-error,
.captcha-error-word,
.font-medium,
.input-error-word,
.input-label,
.repay-error-word,
.repay-notice li,
.select-error-word,
.table-message,
.table-small-message,
.transfer-error {
  font-weight: 500 !important
}

.cardless-div,
.font-semibold {
  font-weight: 600 !important
}

#login-layout,
.bg-button-login,
.bg-button-noshadow,
.bg-link-login,
.bg-link-noshadow,
.button-layout-login,
.button-layout-logout,
.button-layout-noshadow,
.button-layout-restart,
.button-layout-smallshow,
.card-big-title,
.cardless-title,
.font-bold,
.foreign-bigtitle,
.fund-search-word,
.infolist-bold,
.infolist-label,
.infolist-label-left,
.link-layout-login,
.link-layout-logout,
.link-layout-restart,
.multi_field-label,
.no-data,
.personal-money-color,
.personal-title,
.repay-money-color,
.step-arrow,
.step-arrow1,
.step-label,
.step-number,
.step-number1,
.tabbar-base-header,
.table-bold-700,
.table-button,
.table-small-button,
.table-small-button-top,
.table-small-info-bold,
.table-small-title-word,
.table-th,
.table-title,
.trad-base,
thead .table-th {
  font-weight: 700 !important
}

@media screen and (min-width:576px) {
  .sm\:font-light {
    font-weight: 300 !important
  }

  .sm\:font-normal {
    font-weight: 400 !important
  }

  .sm\:font-medium {
    font-weight: 500 !important
  }

  .sm\:font-semibold {
    font-weight: 600 !important
  }

  .sm\:font-bold {
    font-weight: 700 !important
  }
}

@media screen and (min-width:768px) {
  .md\:font-light {
    font-weight: 300 !important
  }

  .md\:font-normal {
    font-weight: 400 !important
  }

  .md\:font-medium {
    font-weight: 500 !important
  }

  .md\:font-semibold {
    font-weight: 600 !important
  }

  .md\:font-bold {
    font-weight: 700 !important
  }
}

@media screen and (min-width:992px) {
  .lg\:font-light {
    font-weight: 300 !important
  }

  .lg\:font-normal {
    font-weight: 400 !important
  }

  .lg\:font-medium {
    font-weight: 500 !important
  }

  .lg\:font-semibold {
    font-weight: 600 !important
  }

  .lg\:font-bold {
    font-weight: 700 !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:font-light {
    font-weight: 300 !important
  }

  .xl\:font-normal {
    font-weight: 400 !important
  }

  .xl\:font-medium {
    font-weight: 500 !important
  }

  .xl\:font-semibold {
    font-weight: 600 !important
  }

  .xl\:font-bold {
    font-weight: 700 !important
  }
}

.font-italic {
  font-style: italic !important
}

.text-xs {
  font-size: .75rem !important
}

.repay-waring-word,
.text-sm {
  font-size: .875rem !important
}

#firstlogin-wordcolor,
.acno-verify-word,
.base-radio-group-word,
.base-radio-group-word-small,
.base-radio-word,
.button-base,
.card-button-div,
.cardless-div,
.cardless-div p,
.cardless-div span,
.cardless-word,
.dialog_user_update_wordcolor,
.firstlogin-word,
.fund-search-word,
.link-base,
.nocard-info p,
.non-agreed-word,
.personal-money-color,
.personal-title,
.repay-money-color,
.search-input,
.select,
.select-short,
.select-wrapper,
.select_option,
.table-footer-select,
.text-base {
  font-size: 1rem !important
}

.cardless-title,
.foreign-num,
.foreign-smalltitle,
.text-lg {
  font-size: 1.125rem !important
}

#login-label,
.repay-notice li,
.text-xl {
  font-size: 1.25rem !important
}

.card-big-title,
.foreign-bigtitle,
.gold-title,
.text-2xl,
.trad-base {
  font-size: 1.5rem !important
}

.text-3xl {
  font-size: 1.75rem !important
}

.text-4xl {
  font-size: 2rem !important
}

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

.text-6xl {
  font-size: 3rem !important
}

.text-7xl {
  font-size: 4rem !important
}

.text-8xl {
  font-size: 6rem !important
}

@media screen and (min-width:576px) {
  .sm\:text-xs {
    font-size: .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.75rem !important
  }

  .sm\:text-4xl {
    font-size: 2rem !important
  }

  .sm\:text-5xl {
    font-size: 2.5rem !important
  }

  .sm\:text-6xl {
    font-size: 3rem !important
  }

  .sm\:text-7xl {
    font-size: 4rem !important
  }

  .sm\:text-8xl {
    font-size: 6rem !important
  }
}

@media screen and (min-width:768px) {
  .md\:text-xs {
    font-size: .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.75rem !important
  }

  .md\:text-4xl {
    font-size: 2rem !important
  }

  .md\:text-5xl {
    font-size: 2.5rem !important
  }

  .md\:text-6xl {
    font-size: 3rem !important
  }

  .md\:text-7xl {
    font-size: 4rem !important
  }

  .md\:text-8xl {
    font-size: 6rem !important
  }
}

@media screen and (min-width:992px) {
  .lg\:text-xs {
    font-size: .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.75rem !important
  }

  .lg\:text-4xl {
    font-size: 2rem !important
  }

  .lg\:text-5xl {
    font-size: 2.5rem !important
  }

  .lg\:text-6xl {
    font-size: 3rem !important
  }

  .lg\:text-7xl {
    font-size: 4rem !important
  }

  .lg\:text-8xl {
    font-size: 6rem !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:text-xs {
    font-size: .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.75rem !important
  }

  .xl\:text-4xl {
    font-size: 2rem !important
  }

  .xl\:text-5xl {
    font-size: 2.5rem !important
  }

  .xl\:text-6xl {
    font-size: 3rem !important
  }

  .xl\:text-7xl {
    font-size: 4rem !important
  }

  .xl\:text-8xl {
    font-size: 6rem !important
  }
}

.line-height-1 {
  line-height: 1 !important
}

.line-height-2 {
  line-height: 1.25 !important
}

.card-dropdown-content a,
.global-illustrate-word,
.line-height-3,
.repay-notice li,
.transfer-illustrate-word {
  line-height: 1.5 !important
}

.line-height-4 {
  line-height: 2 !important
}

.white-space-normal {
  white-space: normal !important
}

.white-space-nowrap {
  white-space: nowrap !important
}

.vertical-align-baseline {
  vertical-align: baseline !important
}

.vertical-align-top {
  vertical-align: top !important
}

.vertical-align-middle {
  vertical-align: middle !important
}

.vertical-align-bottom {
  vertical-align: bottom !important
}

.vertical-align-text-top {
  vertical-align: text-top !important
}

.vertical-align-text-bottom {
  vertical-align: text-bottom !important
}

.vertical-align-sub {
  vertical-align: sub !important
}

.vertical-align-super {
  vertical-align: super !important
}

@media screen and (min-width:576px) {
  .sm\:vertical-align-baseline {
    vertical-align: baseline !important
  }

  .sm\:vertical-align-top {
    vertical-align: top !important
  }

  .sm\:vertical-align-middle {
    vertical-align: middle !important
  }

  .sm\:vertical-align-bottom {
    vertical-align: bottom !important
  }

  .sm\:vertical-align-text-top {
    vertical-align: text-top !important
  }

  .sm\:vertical-align-text-bottom {
    vertical-align: text-bottom !important
  }

  .sm\:vertical-align-sub {
    vertical-align: sub !important
  }

  .sm\:vertical-align-super {
    vertical-align: super !important
  }
}

@media screen and (min-width:768px) {
  .md\:vertical-align-baseline {
    vertical-align: baseline !important
  }

  .md\:vertical-align-top {
    vertical-align: top !important
  }

  .md\:vertical-align-middle {
    vertical-align: middle !important
  }

  .md\:vertical-align-bottom {
    vertical-align: bottom !important
  }

  .md\:vertical-align-text-top {
    vertical-align: text-top !important
  }

  .md\:vertical-align-text-bottom {
    vertical-align: text-bottom !important
  }

  .md\:vertical-align-sub {
    vertical-align: sub !important
  }

  .md\:vertical-align-super {
    vertical-align: super !important
  }
}

@media screen and (min-width:992px) {
  .lg\:vertical-align-baseline {
    vertical-align: baseline !important
  }

  .lg\:vertical-align-top {
    vertical-align: top !important
  }

  .lg\:vertical-align-middle {
    vertical-align: middle !important
  }

  .lg\:vertical-align-bottom {
    vertical-align: bottom !important
  }

  .lg\:vertical-align-text-top {
    vertical-align: text-top !important
  }

  .lg\:vertical-align-text-bottom {
    vertical-align: text-bottom !important
  }

  .lg\:vertical-align-sub {
    vertical-align: sub !important
  }

  .lg\:vertical-align-super {
    vertical-align: super !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:vertical-align-baseline {
    vertical-align: baseline !important
  }

  .xl\:vertical-align-top {
    vertical-align: top !important
  }

  .xl\:vertical-align-middle {
    vertical-align: middle !important
  }

  .xl\:vertical-align-bottom {
    vertical-align: bottom !important
  }

  .xl\:vertical-align-text-top {
    vertical-align: text-top !important
  }

  .xl\:vertical-align-text-bottom {
    vertical-align: text-bottom !important
  }

  .xl\:vertical-align-sub {
    vertical-align: sub !important
  }

  .xl\:vertical-align-super {
    vertical-align: super !important
  }
}

.base-radio-group-row,
.captcha-button-base,
.captcha-button-group,
.captcha-button-login,
.captcha-input,
.checkbox-group-row,
.date-row,
.firstlogin-buttonbox,
.flex-row,
.input-div,
.menu-base,
.menu-content,
.userinfo-base {
  flex-direction: row !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

#dialog_first_login_page3>div:first-child,
#login-content,
#login-execure-layout,
#login-layout,
.base-radio-group-column,
.captcha-base,
.checkbox-group-column,
.flex-column,
.link-base,
.main_content-content,
.modal-content,
.multi_field-column,
.select_bank_search-base {
  flex-direction: column !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

@media screen and (min-width:576px) {
  .sm\:flex-row {
    flex-direction: row !important
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .sm\:flex-column {
    flex-direction: column !important
  }

  .sm\:flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

@media screen and (min-width:768px) {
  .md\:flex-row {
    flex-direction: row !important
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .md\:flex-column {
    flex-direction: column !important
  }

  .md\:flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

@media screen and (min-width:992px) {
  .lg\:flex-row {
    flex-direction: row !important
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .lg\:flex-column {
    flex-direction: column !important
  }

  .lg\:flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:flex-row {
    flex-direction: row !important
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .xl\:flex-column {
    flex-direction: column !important
  }

  .xl\:flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

#login-base,
.base-radio-group-row,
.captcha-base,
.captcha-button-base,
.firstlogin-buttonbox,
.flex-wrap,
.footer-content-flex,
.header-content-flex,
.infolist-base,
.multi_field-base {
  flex-wrap: wrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

@media screen and (min-width:576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important
  }
}

@media screen and (min-width:768px) {
  .md\:flex-wrap {
    flex-wrap: wrap !important
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap !important
  }
}

@media screen and (min-width:992px) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:flex-wrap {
    flex-wrap: wrap !important
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important
  }
}

.captcha-button-base,
.justify-content-start {
  justify-content: flex-start !important
}

.captcha-button-login,
.justify-content-end,
.table-message-container,
.userinfo-base {
  justify-content: flex-end !important
}

#dialog_first_login_page3>div:first-child,
#dialog_forget-reset,
#login-base,
#login-execure-layout,
#login-label,
.bg-span,
.button-base,
.card-button-div,
.card-title-div,
.datepicker-div,
.dialog_forget-tabs,
.dialog_user_update_div,
.firstlogin-buttonbox,
.footer-content-left,
.header-content-left,
.header-content-right,
.header-content-show,
.justify-content-center,
.link-base,
.main_content-base,
.menu-content,
.modal-content,
.modal-footer,
.progress-steps,
.select_bank_search-base,
.step-number,
.step-number1,
.tabbar-base-header,
.tabbar-header-card,
.table-th {
  justify-content: center !important
}

.footer-content-flex,
.header-content-flex,
.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

@media screen and (min-width:576px) {
  .sm\:justify-content-start {
    justify-content: flex-start !important
  }

  .sm\:justify-content-end {
    justify-content: flex-end !important
  }

  .sm\:justify-content-center {
    justify-content: center !important
  }

  .sm\:justify-content-between {
    justify-content: space-between !important
  }

  .sm\:justify-content-around {
    justify-content: space-around !important
  }

  .sm\:justify-content-evenly {
    justify-content: space-evenly !important
  }
}

@media screen and (min-width:768px) {
  .md\:justify-content-start {
    justify-content: flex-start !important
  }

  .md\:justify-content-end {
    justify-content: flex-end !important
  }

  .md\:justify-content-center {
    justify-content: center !important
  }

  .md\:justify-content-between {
    justify-content: space-between !important
  }

  .md\:justify-content-around {
    justify-content: space-around !important
  }

  .md\:justify-content-evenly {
    justify-content: space-evenly !important
  }
}

@media screen and (min-width:992px) {
  .lg\:justify-content-start {
    justify-content: flex-start !important
  }

  .lg\:justify-content-end {
    justify-content: flex-end !important
  }

  .lg\:justify-content-center {
    justify-content: center !important
  }

  .lg\:justify-content-between {
    justify-content: space-between !important
  }

  .lg\:justify-content-around {
    justify-content: space-around !important
  }

  .lg\:justify-content-evenly {
    justify-content: space-evenly !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:justify-content-start {
    justify-content: flex-start !important
  }

  .xl\:justify-content-end {
    justify-content: flex-end !important
  }

  .xl\:justify-content-center {
    justify-content: center !important
  }

  .xl\:justify-content-between {
    justify-content: space-between !important
  }

  .xl\:justify-content-around {
    justify-content: space-around !important
  }

  .xl\:justify-content-evenly {
    justify-content: space-evenly !important
  }
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center,
.tabbar-header-card,
.table {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-evenly {
  align-content: space-evenly !important
}

@media screen and (min-width:576px) {
  .sm\:align-content-start {
    align-content: flex-start !important
  }

  .sm\:align-content-end {
    align-content: flex-end !important
  }

  .sm\:align-content-center {
    align-content: center !important
  }

  .sm\:align-content-between {
    align-content: space-between !important
  }

  .sm\:align-content-around {
    align-content: space-around !important
  }

  .sm\:align-content-evenly {
    align-content: space-evenly !important
  }
}

@media screen and (min-width:768px) {
  .md\:align-content-start {
    align-content: flex-start !important
  }

  .md\:align-content-end {
    align-content: flex-end !important
  }

  .md\:align-content-center {
    align-content: center !important
  }

  .md\:align-content-between {
    align-content: space-between !important
  }

  .md\:align-content-around {
    align-content: space-around !important
  }

  .md\:align-content-evenly {
    align-content: space-evenly !important
  }
}

@media screen and (min-width:992px) {
  .lg\:align-content-start {
    align-content: flex-start !important
  }

  .lg\:align-content-end {
    align-content: flex-end !important
  }

  .lg\:align-content-center {
    align-content: center !important
  }

  .lg\:align-content-between {
    align-content: space-between !important
  }

  .lg\:align-content-around {
    align-content: space-around !important
  }

  .lg\:align-content-evenly {
    align-content: space-evenly !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:align-content-start {
    align-content: flex-start !important
  }

  .xl\:align-content-end {
    align-content: flex-end !important
  }

  .xl\:align-content-center {
    align-content: center !important
  }

  .xl\:align-content-between {
    align-content: space-between !important
  }

  .xl\:align-content-around {
    align-content: space-around !important
  }

  .xl\:align-content-evenly {
    align-content: space-evenly !important
  }
}

.align-items-stretch {
  align-items: stretch !important
}

.align-items-start,
.base-radio-group-column,
.base-radio-group-row,
.checkbox-group-column,
.checkbox-group-row,
.multi_label-top {
  align-items: flex-start !important
}

#dialog_first_login_page3>div:first-child,
#login-execure-layout,
.align-items-center,
.base-radio-box,
.bg-span,
.breadcrumb-div,
.button-base,
.checkbox-div,
.checkbox-group-base,
.dialog_user_update_div,
.footer-content-left,
.header-content-left,
.header-content-right,
.header-content-show,
.infolist-base,
.input-div,
.link-base,
.menu-content,
.modal-content,
.modal-footer,
.multi_label-center,
.progress-steps,
.select_bank_search-base,
.step-number,
.step-number1,
.tabbar-base-header,
.tabbar-header-card,
.table-page,
.trad-base,
.userinfo-base {
  align-items: center !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-baseline {
  align-items: baseline !important
}

@media screen and (min-width:576px) {
  .sm\:align-items-stretch {
    align-items: stretch !important
  }

  .sm\:align-items-start {
    align-items: flex-start !important
  }

  .sm\:align-items-center {
    align-items: center !important
  }

  .sm\:align-items-end {
    align-items: flex-end !important
  }

  .sm\:align-items-baseline {
    align-items: baseline !important
  }
}

@media screen and (min-width:768px) {
  .md\:align-items-stretch {
    align-items: stretch !important
  }

  .md\:align-items-start {
    align-items: flex-start !important
  }

  .md\:align-items-center {
    align-items: center !important
  }

  .md\:align-items-end {
    align-items: flex-end !important
  }

  .md\:align-items-baseline {
    align-items: baseline !important
  }
}

@media screen and (min-width:992px) {
  .lg\:align-items-stretch {
    align-items: stretch !important
  }

  .lg\:align-items-start {
    align-items: flex-start !important
  }

  .lg\:align-items-center {
    align-items: center !important
  }

  .lg\:align-items-end {
    align-items: flex-end !important
  }

  .lg\:align-items-baseline {
    align-items: baseline !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:align-items-stretch {
    align-items: stretch !important
  }

  .xl\:align-items-start {
    align-items: flex-start !important
  }

  .xl\:align-items-center {
    align-items: center !important
  }

  .xl\:align-items-end {
    align-items: flex-end !important
  }

  .xl\:align-items-baseline {
    align-items: baseline !important
  }
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-stretch {
  align-self: stretch !important
}

.align-self-baseline {
  align-self: baseline !important
}

@media screen and (min-width:576px) {
  .sm\:align-self-auto {
    align-self: auto !important
  }

  .sm\:align-self-start {
    align-self: flex-start !important
  }

  .sm\:align-self-end {
    align-self: flex-end !important
  }

  .sm\:align-self-center {
    align-self: center !important
  }

  .sm\:align-self-stretch {
    align-self: stretch !important
  }

  .sm\:align-self-baseline {
    align-self: baseline !important
  }
}

@media screen and (min-width:768px) {
  .md\:align-self-auto {
    align-self: auto !important
  }

  .md\:align-self-start {
    align-self: flex-start !important
  }

  .md\:align-self-end {
    align-self: flex-end !important
  }

  .md\:align-self-center {
    align-self: center !important
  }

  .md\:align-self-stretch {
    align-self: stretch !important
  }

  .md\:align-self-baseline {
    align-self: baseline !important
  }
}

@media screen and (min-width:992px) {
  .lg\:align-self-auto {
    align-self: auto !important
  }

  .lg\:align-self-start {
    align-self: flex-start !important
  }

  .lg\:align-self-end {
    align-self: flex-end !important
  }

  .lg\:align-self-center {
    align-self: center !important
  }

  .lg\:align-self-stretch {
    align-self: stretch !important
  }

  .lg\:align-self-baseline {
    align-self: baseline !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:align-self-auto {
    align-self: auto !important
  }

  .xl\:align-self-start {
    align-self: flex-start !important
  }

  .xl\:align-self-end {
    align-self: flex-end !important
  }

  .xl\:align-self-center {
    align-self: center !important
  }

  .xl\:align-self-stretch {
    align-self: stretch !important
  }

  .xl\:align-self-baseline {
    align-self: baseline !important
  }
}

.flex-order-0 {
  order: 0 !important
}

.flex-order-1 {
  order: 1 !important
}

.flex-order-2 {
  order: 2 !important
}

.flex-order-3 {
  order: 3 !important
}

.flex-order-4 {
  order: 4 !important
}

.flex-order-5 {
  order: 5 !important
}

.flex-order-6 {
  order: 6 !important
}

@media screen and (min-width:576px) {
  .sm\:flex-order-0 {
    order: 0 !important
  }

  .sm\:flex-order-1 {
    order: 1 !important
  }

  .sm\:flex-order-2 {
    order: 2 !important
  }

  .sm\:flex-order-3 {
    order: 3 !important
  }

  .sm\:flex-order-4 {
    order: 4 !important
  }

  .sm\:flex-order-5 {
    order: 5 !important
  }

  .sm\:flex-order-6 {
    order: 6 !important
  }
}

@media screen and (min-width:768px) {
  .md\:flex-order-0 {
    order: 0 !important
  }

  .md\:flex-order-1 {
    order: 1 !important
  }

  .md\:flex-order-2 {
    order: 2 !important
  }

  .md\:flex-order-3 {
    order: 3 !important
  }

  .md\:flex-order-4 {
    order: 4 !important
  }

  .md\:flex-order-5 {
    order: 5 !important
  }

  .md\:flex-order-6 {
    order: 6 !important
  }
}

@media screen and (min-width:992px) {
  .lg\:flex-order-0 {
    order: 0 !important
  }

  .lg\:flex-order-1 {
    order: 1 !important
  }

  .lg\:flex-order-2 {
    order: 2 !important
  }

  .lg\:flex-order-3 {
    order: 3 !important
  }

  .lg\:flex-order-4 {
    order: 4 !important
  }

  .lg\:flex-order-5 {
    order: 5 !important
  }

  .lg\:flex-order-6 {
    order: 6 !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:flex-order-0 {
    order: 0 !important
  }

  .xl\:flex-order-1 {
    order: 1 !important
  }

  .xl\:flex-order-2 {
    order: 2 !important
  }

  .xl\:flex-order-3 {
    order: 3 !important
  }

  .xl\:flex-order-4 {
    order: 4 !important
  }

  .xl\:flex-order-5 {
    order: 5 !important
  }

  .xl\:flex-order-6 {
    order: 6 !important
  }
}

.flex-1 {
  flex: 1 1 0% !important
}

.flex-auto {
  flex: 1 1 auto !important
}

.flex-initial {
  flex: 0 1 auto !important
}

.flex-none {
  flex: none !important
}

@media screen and (min-width:576px) {
  .sm\:flex-1 {
    flex: 1 1 0% !important
  }

  .sm\:flex-auto {
    flex: 1 1 auto !important
  }

  .sm\:flex-initial {
    flex: 0 1 auto !important
  }

  .sm\:flex-none {
    flex: none !important
  }
}

@media screen and (min-width:768px) {
  .md\:flex-1 {
    flex: 1 1 0% !important
  }

  .md\:flex-auto {
    flex: 1 1 auto !important
  }

  .md\:flex-initial {
    flex: 0 1 auto !important
  }

  .md\:flex-none {
    flex: none !important
  }
}

@media screen and (min-width:992px) {
  .lg\:flex-1 {
    flex: 1 1 0% !important
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important
  }

  .lg\:flex-none {
    flex: none !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:flex-1 {
    flex: 1 1 0% !important
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important
  }

  .xl\:flex-none {
    flex: none !important
  }
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1,
.menu-content {
  flex-grow: 1 !important
}

@media screen and (min-width:576px) {
  .sm\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .sm\:flex-grow-1 {
    flex-grow: 1 !important
  }
}

@media screen and (min-width:768px) {
  .md\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .md\:flex-grow-1 {
    flex-grow: 1 !important
  }
}

@media screen and (min-width:992px) {
  .lg\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .lg\:flex-grow-1 {
    flex-grow: 1 !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .xl\:flex-grow-1 {
    flex-grow: 1 !important
  }
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

@media screen and (min-width:576px) {
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .sm\:flex-shrink-1 {
    flex-shrink: 1 !important
  }
}

@media screen and (min-width:768px) {
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .md\:flex-shrink-1 {
    flex-shrink: 1 !important
  }
}

@media screen and (min-width:992px) {
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .lg\:flex-shrink-1 {
    flex-shrink: 1 !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .xl\:flex-shrink-1 {
    flex-shrink: 1 !important
  }
}

.gap-0 {
  gap: 0 !important
}

.captcha-button-base,
.captcha-button-group,
.gap-1,
.select_bank_search-base {
  gap: .25rem !important
}

#login-content,
#login-execure-layout,
.captcha-base,
.gap-2,
.multi_field-column {
  gap: .5rem !important
}

.captcha-button-login,
.firstlogin-buttonbox,
.gap-3,
.modal-footer,
.userinfo-base {
  gap: 1rem !important
}

.dialog_user_update_div,
.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 2rem !important
}

.gap-6 {
  gap: 3rem !important
}

.gap-7 {
  gap: 4rem !important
}

.gap-8 {
  gap: 5rem !important
}

.row-gap-0 {
  row-gap: 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: 2rem !important
}

.row-gap-6 {
  row-gap: 3rem !important
}

.row-gap-7 {
  row-gap: 4rem !important
}

.row-gap-8 {
  row-gap: 5rem !important
}

.column-gap-0 {
  column-gap: 0 !important
}

.column-gap-1 {
  column-gap: .25rem !important
}

.column-gap-2 {
  column-gap: .5rem !important
}

.column-gap-3 {
  column-gap: 1rem !important
}

.column-gap-4 {
  column-gap: 1.5rem !important
}

.column-gap-5 {
  column-gap: 2rem !important
}

.column-gap-6 {
  column-gap: 3rem !important
}

.column-gap-7 {
  column-gap: 4rem !important
}

.column-gap-8 {
  column-gap: 5rem !important
}

@media screen and (min-width:576px) {
  .sm\:gap-0 {
    gap: 0 !important
  }

  .sm\:gap-1 {
    gap: .25rem !important
  }

  .sm\:gap-2 {
    gap: .5rem !important
  }

  .sm\:gap-3 {
    gap: 1rem !important
  }

  .sm\:gap-4 {
    gap: 1.5rem !important
  }

  .sm\:gap-5 {
    gap: 2rem !important
  }

  .sm\:gap-6 {
    gap: 3rem !important
  }

  .sm\:gap-7 {
    gap: 4rem !important
  }

  .sm\:gap-8 {
    gap: 5rem !important
  }

  .sm\:row-gap-0 {
    row-gap: 0 !important
  }

  .sm\:row-gap-1 {
    row-gap: .25rem !important
  }

  .sm\:row-gap-2 {
    row-gap: .5rem !important
  }

  .sm\:row-gap-3 {
    row-gap: 1rem !important
  }

  .sm\:row-gap-4 {
    row-gap: 1.5rem !important
  }

  .sm\:row-gap-5 {
    row-gap: 2rem !important
  }

  .sm\:row-gap-6 {
    row-gap: 3rem !important
  }

  .sm\:row-gap-7 {
    row-gap: 4rem !important
  }

  .sm\:row-gap-8 {
    row-gap: 5rem !important
  }

  .sm\:column-gap-0 {
    column-gap: 0 !important
  }

  .sm\:column-gap-1 {
    column-gap: .25rem !important
  }

  .sm\:column-gap-2 {
    column-gap: .5rem !important
  }

  .sm\:column-gap-3 {
    column-gap: 1rem !important
  }

  .sm\:column-gap-4 {
    column-gap: 1.5rem !important
  }

  .sm\:column-gap-5 {
    column-gap: 2rem !important
  }

  .sm\:column-gap-6 {
    column-gap: 3rem !important
  }

  .sm\:column-gap-7 {
    column-gap: 4rem !important
  }

  .sm\:column-gap-8 {
    column-gap: 5rem !important
  }
}

@media screen and (min-width:768px) {
  .md\:gap-0 {
    gap: 0 !important
  }

  .md\:gap-1 {
    gap: .25rem !important
  }

  .md\:gap-2 {
    gap: .5rem !important
  }

  .md\:gap-3 {
    gap: 1rem !important
  }

  .md\:gap-4 {
    gap: 1.5rem !important
  }

  .md\:gap-5 {
    gap: 2rem !important
  }

  .md\:gap-6 {
    gap: 3rem !important
  }

  .md\:gap-7 {
    gap: 4rem !important
  }

  .md\:gap-8 {
    gap: 5rem !important
  }

  .md\:row-gap-0 {
    row-gap: 0 !important
  }

  .md\:row-gap-1 {
    row-gap: .25rem !important
  }

  .md\:row-gap-2 {
    row-gap: .5rem !important
  }

  .md\:row-gap-3 {
    row-gap: 1rem !important
  }

  .md\:row-gap-4 {
    row-gap: 1.5rem !important
  }

  .md\:row-gap-5 {
    row-gap: 2rem !important
  }

  .md\:row-gap-6 {
    row-gap: 3rem !important
  }

  .md\:row-gap-7 {
    row-gap: 4rem !important
  }

  .md\:row-gap-8 {
    row-gap: 5rem !important
  }

  .md\:column-gap-0 {
    column-gap: 0 !important
  }

  .md\:column-gap-1 {
    column-gap: .25rem !important
  }

  .md\:column-gap-2 {
    column-gap: .5rem !important
  }

  .md\:column-gap-3 {
    column-gap: 1rem !important
  }

  .md\:column-gap-4 {
    column-gap: 1.5rem !important
  }

  .md\:column-gap-5 {
    column-gap: 2rem !important
  }

  .md\:column-gap-6 {
    column-gap: 3rem !important
  }

  .md\:column-gap-7 {
    column-gap: 4rem !important
  }

  .md\:column-gap-8 {
    column-gap: 5rem !important
  }
}

@media screen and (min-width:992px) {
  .lg\:gap-0 {
    gap: 0 !important
  }

  .lg\:gap-1 {
    gap: .25rem !important
  }

  .lg\:gap-2 {
    gap: .5rem !important
  }

  .lg\:gap-3 {
    gap: 1rem !important
  }

  .lg\:gap-4 {
    gap: 1.5rem !important
  }

  .lg\:gap-5 {
    gap: 2rem !important
  }

  .lg\:gap-6 {
    gap: 3rem !important
  }

  .lg\:gap-7 {
    gap: 4rem !important
  }

  .lg\:gap-8 {
    gap: 5rem !important
  }

  .lg\:row-gap-0 {
    row-gap: 0 !important
  }

  .lg\:row-gap-1 {
    row-gap: .25rem !important
  }

  .lg\:row-gap-2 {
    row-gap: .5rem !important
  }

  .lg\:row-gap-3 {
    row-gap: 1rem !important
  }

  .lg\:row-gap-4 {
    row-gap: 1.5rem !important
  }

  .lg\:row-gap-5 {
    row-gap: 2rem !important
  }

  .lg\:row-gap-6 {
    row-gap: 3rem !important
  }

  .lg\:row-gap-7 {
    row-gap: 4rem !important
  }

  .lg\:row-gap-8 {
    row-gap: 5rem !important
  }

  .lg\:column-gap-0 {
    column-gap: 0 !important
  }

  .lg\:column-gap-1 {
    column-gap: .25rem !important
  }

  .lg\:column-gap-2 {
    column-gap: .5rem !important
  }

  .lg\:column-gap-3 {
    column-gap: 1rem !important
  }

  .lg\:column-gap-4 {
    column-gap: 1.5rem !important
  }

  .lg\:column-gap-5 {
    column-gap: 2rem !important
  }

  .lg\:column-gap-6 {
    column-gap: 3rem !important
  }

  .lg\:column-gap-7 {
    column-gap: 4rem !important
  }

  .lg\:column-gap-8 {
    column-gap: 5rem !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:gap-0 {
    gap: 0 !important
  }

  .xl\:gap-1 {
    gap: .25rem !important
  }

  .xl\:gap-2 {
    gap: .5rem !important
  }

  .xl\:gap-3 {
    gap: 1rem !important
  }

  .xl\:gap-4 {
    gap: 1.5rem !important
  }

  .xl\:gap-5 {
    gap: 2rem !important
  }

  .xl\:gap-6 {
    gap: 3rem !important
  }

  .xl\:gap-7 {
    gap: 4rem !important
  }

  .xl\:gap-8 {
    gap: 5rem !important
  }

  .xl\:row-gap-0 {
    row-gap: 0 !important
  }

  .xl\:row-gap-1 {
    row-gap: .25rem !important
  }

  .xl\:row-gap-2 {
    row-gap: .5rem !important
  }

  .xl\:row-gap-3 {
    row-gap: 1rem !important
  }

  .xl\:row-gap-4 {
    row-gap: 1.5rem !important
  }

  .xl\:row-gap-5 {
    row-gap: 2rem !important
  }

  .xl\:row-gap-6 {
    row-gap: 3rem !important
  }

  .xl\:row-gap-7 {
    row-gap: 4rem !important
  }

  .xl\:row-gap-8 {
    row-gap: 5rem !important
  }

  .xl\:column-gap-0 {
    column-gap: 0 !important
  }

  .xl\:column-gap-1 {
    column-gap: .25rem !important
  }

  .xl\:column-gap-2 {
    column-gap: .5rem !important
  }

  .xl\:column-gap-3 {
    column-gap: 1rem !important
  }

  .xl\:column-gap-4 {
    column-gap: 1.5rem !important
  }

  .xl\:column-gap-5 {
    column-gap: 2rem !important
  }

  .xl\:column-gap-6 {
    column-gap: 3rem !important
  }

  .xl\:column-gap-7 {
    column-gap: 4rem !important
  }

  .xl\:column-gap-8 {
    column-gap: 5rem !important
  }
}

.p-0 {
  padding: 0 !important
}

.p-1,
.table-button {
  padding: .25rem !important
}

.button-base,
.card-dropdown-content a,
.datepicker,
.link-base,
.p-2,
.tabbar-base-header,
.table-select,
.table-small-select,
.term-content {
  padding: .5rem !important
}

#login-footer,
.p-3,
.term-base {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 2rem !important
}

.p-6 {
  padding: 3rem !important
}

.p-7 {
  padding: 4rem !important
}

.p-8 {
  padding: 5rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.nocard-info p,
.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

#dialog_forget-reset,
.pt-3,
.table-small-info,
.table-small-title {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 2rem !important
}

.pt-6 {
  padding-top: 3rem !important
}

.pt-7 {
  padding-top: 4rem !important
}

.pt-8 {
  padding-top: 5rem !important
}

.pr-0 {
  padding-right: 0 !important
}

.personal-money-color,
.pr-1,
.repay-money-color {
  padding-right: .25rem !important
}

.breadcrumb-home,
.breadcrumb-word,
.pr-2,
.table-small-button,
.table-small-info,
.table-small-text,
.table-small-title {
  padding-right: .5rem !important
}

.pr-3 {
  padding-right: 1rem !important
}

.header-content-right,
.pr-4,
.table-message {
  padding-right: 1.5rem !important
}

.pr-5 {
  padding-right: 2rem !important
}

.pr-6 {
  padding-right: 3rem !important
}

.pr-7 {
  padding-right: 4rem !important
}

.pr-8 {
  padding-right: 5rem !important
}

.pl-0 {
  padding-left: 0 !important
}

.personal-money-color,
.pl-1,
.repay-money-color {
  padding-left: .25rem !important
}

.breadcrumb-word,
.nocard-info p,
.pl-2,
.table-small-button,
.table-small-info,
.table-small-text,
.table-small-title {
  padding-left: .5rem !important
}

.datepicker,
.input-base,
.pl-3,
.select,
.select-short,
.table-footer-select,
.table-select,
.table-small-select {
  padding-left: 1rem !important
}

.footer-content-left,
.global-illustrate-word,
.pl-4,
.transfer-illustrate-word {
  padding-left: 1.5rem !important
}

.pl-5 {
  padding-left: 2rem !important
}

.pl-6 {
  padding-left: 3rem !important
}

.pl-7 {
  padding-left: 4rem !important
}

.pl-8 {
  padding-left: 5rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3,
.table-small-info,
.table-small-title {
  padding-bottom: 1rem !important
}

#dialog_forget,
#login-feature-layout,
.notice-base,
.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 2rem !important
}

.pb-6 {
  padding-bottom: 3rem !important
}

.pb-7 {
  padding-bottom: 4rem !important
}

.pb-8 {
  padding-bottom: 5rem !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.footer-link,
.header-link,
.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.infolist-label,
.infolist-label-left,
.multi_field-label,
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.header-content-left,
.modal-content,
.notice-base,
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

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

#dialog_forget,
#login-feature-layout,
.px-6,
.sitemap-block {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.px-8 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.py-1 {
  padding-bottom: .25rem !important;
  padding-top: .25rem !important
}

.content_main,
.modal-footer,
.modal-header,
.py-2 {
  padding-bottom: .5rem !important;
  padding-top: .5rem !important
}

#login-label,
.modal-body,
.py-3,
.trad-base {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important
}

#login-content,
.firstlogin-buttonbox,
.modal-content,
.py-4,
.sitemap-block {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important
}

.py-5 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important
}

.py-6 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important
}

.py-7 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important
}

.py-8 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important
}

@media screen and (min-width:576px) {
  .sm\:p-0 {
    padding: 0 !important
  }

  .sm\:p-1 {
    padding: .25rem !important
  }

  .sm\:p-2 {
    padding: .5rem !important
  }

  .sm\:p-3 {
    padding: 1rem !important
  }

  .sm\:p-4 {
    padding: 1.5rem !important
  }

  .sm\:p-5 {
    padding: 2rem !important
  }

  .sm\:p-6 {
    padding: 3rem !important
  }

  .sm\:p-7 {
    padding: 4rem !important
  }

  .sm\:p-8 {
    padding: 5rem !important
  }

  .sm\:pt-0 {
    padding-top: 0 !important
  }

  .sm\:pt-1 {
    padding-top: .25rem !important
  }

  .sm\:pt-2 {
    padding-top: .5rem !important
  }

  .sm\:pt-3 {
    padding-top: 1rem !important
  }

  .sm\:pt-4 {
    padding-top: 1.5rem !important
  }

  .sm\:pt-5 {
    padding-top: 2rem !important
  }

  .sm\:pt-6 {
    padding-top: 3rem !important
  }

  .sm\:pt-7 {
    padding-top: 4rem !important
  }

  .sm\:pt-8 {
    padding-top: 5rem !important
  }

  .sm\:pr-0 {
    padding-right: 0 !important
  }

  .sm\:pr-1 {
    padding-right: .25rem !important
  }

  .sm\:pr-2 {
    padding-right: .5rem !important
  }

  .sm\:pr-3 {
    padding-right: 1rem !important
  }

  .sm\:pr-4 {
    padding-right: 1.5rem !important
  }

  .sm\:pr-5 {
    padding-right: 2rem !important
  }

  .sm\:pr-6 {
    padding-right: 3rem !important
  }

  .sm\:pr-7 {
    padding-right: 4rem !important
  }

  .sm\:pr-8 {
    padding-right: 5rem !important
  }

  .sm\:pl-0 {
    padding-left: 0 !important
  }

  .sm\:pl-1 {
    padding-left: .25rem !important
  }

  .sm\:pl-2 {
    padding-left: .5rem !important
  }

  .sm\:pl-3 {
    padding-left: 1rem !important
  }

  .sm\:pl-4 {
    padding-left: 1.5rem !important
  }

  .sm\:pl-5 {
    padding-left: 2rem !important
  }

  .sm\:pl-6 {
    padding-left: 3rem !important
  }

  .sm\:pl-7 {
    padding-left: 4rem !important
  }

  .sm\:pl-8 {
    padding-left: 5rem !important
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important
  }

  .sm\:pb-1 {
    padding-bottom: .25rem !important
  }

  .sm\:pb-2 {
    padding-bottom: .5rem !important
  }

  .sm\:pb-3 {
    padding-bottom: 1rem !important
  }

  .sm\:pb-4 {
    padding-bottom: 1.5rem !important
  }

  .sm\:pb-5 {
    padding-bottom: 2rem !important
  }

  .sm\:pb-6 {
    padding-bottom: 3rem !important
  }

  .sm\:pb-7 {
    padding-bottom: 4rem !important
  }

  .sm\:pb-8 {
    padding-bottom: 5rem !important
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .sm\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .sm\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .sm\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .sm\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .sm\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .sm\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .sm\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .sm\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .sm\:py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .sm\:py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .sm\:py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .sm\:py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .sm\:py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .sm\:py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
  }

  .sm\:py-6 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .sm\:py-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .sm\:py-8 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }
}

@media screen and (min-width:768px) {
  .md\:p-0 {
    padding: 0 !important
  }

  .md\:p-1 {
    padding: .25rem !important
  }

  .md\:p-2 {
    padding: .5rem !important
  }

  .md\:p-3 {
    padding: 1rem !important
  }

  .md\:p-4 {
    padding: 1.5rem !important
  }

  .md\:p-5 {
    padding: 2rem !important
  }

  .md\:p-6 {
    padding: 3rem !important
  }

  .md\:p-7 {
    padding: 4rem !important
  }

  .md\:p-8 {
    padding: 5rem !important
  }

  .md\:pt-0 {
    padding-top: 0 !important
  }

  .md\:pt-1 {
    padding-top: .25rem !important
  }

  .md\:pt-2 {
    padding-top: .5rem !important
  }

  .md\:pt-3 {
    padding-top: 1rem !important
  }

  .md\:pt-4 {
    padding-top: 1.5rem !important
  }

  .md\:pt-5 {
    padding-top: 2rem !important
  }

  .md\:pt-6 {
    padding-top: 3rem !important
  }

  .md\:pt-7 {
    padding-top: 4rem !important
  }

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

  .md\:pr-0 {
    padding-right: 0 !important
  }

  .md\:pr-1 {
    padding-right: .25rem !important
  }

  .md\:pr-2 {
    padding-right: .5rem !important
  }

  .md\:pr-3 {
    padding-right: 1rem !important
  }

  .md\:pr-4 {
    padding-right: 1.5rem !important
  }

  .md\:pr-5 {
    padding-right: 2rem !important
  }

  .md\:pr-6 {
    padding-right: 3rem !important
  }

  .md\:pr-7 {
    padding-right: 4rem !important
  }

  .md\:pr-8 {
    padding-right: 5rem !important
  }

  .md\:pl-0 {
    padding-left: 0 !important
  }

  .md\:pl-1 {
    padding-left: .25rem !important
  }

  .md\:pl-2 {
    padding-left: .5rem !important
  }

  .md\:pl-3 {
    padding-left: 1rem !important
  }

  .md\:pl-4 {
    padding-left: 1.5rem !important
  }

  .md\:pl-5 {
    padding-left: 2rem !important
  }

  .md\:pl-6 {
    padding-left: 3rem !important
  }

  .md\:pl-7 {
    padding-left: 4rem !important
  }

  .md\:pl-8 {
    padding-left: 5rem !important
  }

  .md\:pb-0 {
    padding-bottom: 0 !important
  }

  .md\:pb-1 {
    padding-bottom: .25rem !important
  }

  .md\:pb-2 {
    padding-bottom: .5rem !important
  }

  .md\:pb-3 {
    padding-bottom: 1rem !important
  }

  .md\:pb-4 {
    padding-bottom: 1.5rem !important
  }

  .md\:pb-5 {
    padding-bottom: 2rem !important
  }

  .md\:pb-6 {
    padding-bottom: 3rem !important
  }

  .md\:pb-7 {
    padding-bottom: 4rem !important
  }

  .md\:pb-8 {
    padding-bottom: 5rem !important
  }

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

  .md\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .md\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

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

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

  .md\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .md\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

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

  .md\:py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .md\:py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .md\:py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .md\:py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .md\:py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .md\:py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
  }

  .md\:py-6 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .md\:py-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .md\:py-8 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }
}

@media screen and (min-width:992px) {
  .lg\:p-0 {
    padding: 0 !important
  }

  .lg\:p-1 {
    padding: .25rem !important
  }

  .lg\:p-2 {
    padding: .5rem !important
  }

  .lg\:p-3 {
    padding: 1rem !important
  }

  .lg\:p-4 {
    padding: 1.5rem !important
  }

  .lg\:p-5 {
    padding: 2rem !important
  }

  .lg\:p-6 {
    padding: 3rem !important
  }

  .lg\:p-7 {
    padding: 4rem !important
  }

  .lg\:p-8 {
    padding: 5rem !important
  }

  .lg\:pt-0 {
    padding-top: 0 !important
  }

  .lg\:pt-1 {
    padding-top: .25rem !important
  }

  .lg\:pt-2 {
    padding-top: .5rem !important
  }

  .lg\:pt-3 {
    padding-top: 1rem !important
  }

  .lg\:pt-4 {
    padding-top: 1.5rem !important
  }

  .lg\:pt-5 {
    padding-top: 2rem !important
  }

  .lg\:pt-6 {
    padding-top: 3rem !important
  }

  .lg\:pt-7 {
    padding-top: 4rem !important
  }

  .lg\:pt-8 {
    padding-top: 5rem !important
  }

  .lg\:pr-0 {
    padding-right: 0 !important
  }

  .lg\:pr-1 {
    padding-right: .25rem !important
  }

  .lg\:pr-2 {
    padding-right: .5rem !important
  }

  .lg\:pr-3 {
    padding-right: 1rem !important
  }

  .lg\:pr-4 {
    padding-right: 1.5rem !important
  }

  .lg\:pr-5 {
    padding-right: 2rem !important
  }

  .lg\:pr-6 {
    padding-right: 3rem !important
  }

  .lg\:pr-7 {
    padding-right: 4rem !important
  }

  .lg\:pr-8 {
    padding-right: 5rem !important
  }

  .lg\:pl-0 {
    padding-left: 0 !important
  }

  .lg\:pl-1 {
    padding-left: .25rem !important
  }

  .lg\:pl-2 {
    padding-left: .5rem !important
  }

  .lg\:pl-3 {
    padding-left: 1rem !important
  }

  .lg\:pl-4 {
    padding-left: 1.5rem !important
  }

  .lg\:pl-5 {
    padding-left: 2rem !important
  }

  .lg\:pl-6 {
    padding-left: 3rem !important
  }

  .lg\:pl-7 {
    padding-left: 4rem !important
  }

  .lg\:pl-8 {
    padding-left: 5rem !important
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important
  }

  .lg\:pb-1 {
    padding-bottom: .25rem !important
  }

  .lg\:pb-2 {
    padding-bottom: .5rem !important
  }

  .lg\:pb-3 {
    padding-bottom: 1rem !important
  }

  .lg\:pb-4 {
    padding-bottom: 1.5rem !important
  }

  .lg\:pb-5 {
    padding-bottom: 2rem !important
  }

  .lg\:pb-6 {
    padding-bottom: 3rem !important
  }

  .lg\:pb-7 {
    padding-bottom: 4rem !important
  }

  .lg\:pb-8 {
    padding-bottom: 5rem !important
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .lg\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .lg\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .lg\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .lg\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .lg\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .lg\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .lg\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .lg\:py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .lg\:py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .lg\:py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .lg\:py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .lg\:py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .lg\:py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
  }

  .lg\:py-6 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .lg\:py-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .lg\:py-8 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:p-0 {
    padding: 0 !important
  }

  .xl\:p-1 {
    padding: .25rem !important
  }

  .xl\:p-2 {
    padding: .5rem !important
  }

  .xl\:p-3 {
    padding: 1rem !important
  }

  .xl\:p-4 {
    padding: 1.5rem !important
  }

  .xl\:p-5 {
    padding: 2rem !important
  }

  .xl\:p-6 {
    padding: 3rem !important
  }

  .xl\:p-7 {
    padding: 4rem !important
  }

  .xl\:p-8 {
    padding: 5rem !important
  }

  .xl\:pt-0 {
    padding-top: 0 !important
  }

  .xl\:pt-1 {
    padding-top: .25rem !important
  }

  .xl\:pt-2 {
    padding-top: .5rem !important
  }

  .xl\:pt-3 {
    padding-top: 1rem !important
  }

  .xl\:pt-4 {
    padding-top: 1.5rem !important
  }

  .xl\:pt-5 {
    padding-top: 2rem !important
  }

  .xl\:pt-6 {
    padding-top: 3rem !important
  }

  .xl\:pt-7 {
    padding-top: 4rem !important
  }

  .xl\:pt-8 {
    padding-top: 5rem !important
  }

  .xl\:pr-0 {
    padding-right: 0 !important
  }

  .xl\:pr-1 {
    padding-right: .25rem !important
  }

  .xl\:pr-2 {
    padding-right: .5rem !important
  }

  .xl\:pr-3 {
    padding-right: 1rem !important
  }

  .xl\:pr-4 {
    padding-right: 1.5rem !important
  }

  .xl\:pr-5 {
    padding-right: 2rem !important
  }

  .xl\:pr-6 {
    padding-right: 3rem !important
  }

  .xl\:pr-7 {
    padding-right: 4rem !important
  }

  .xl\:pr-8 {
    padding-right: 5rem !important
  }

  .xl\:pl-0 {
    padding-left: 0 !important
  }

  .xl\:pl-1 {
    padding-left: .25rem !important
  }

  .xl\:pl-2 {
    padding-left: .5rem !important
  }

  .xl\:pl-3 {
    padding-left: 1rem !important
  }

  .xl\:pl-4 {
    padding-left: 1.5rem !important
  }

  .xl\:pl-5 {
    padding-left: 2rem !important
  }

  .xl\:pl-6 {
    padding-left: 3rem !important
  }

  .xl\:pl-7 {
    padding-left: 4rem !important
  }

  .xl\:pl-8 {
    padding-left: 5rem !important
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important
  }

  .xl\:pb-1 {
    padding-bottom: .25rem !important
  }

  .xl\:pb-2 {
    padding-bottom: .5rem !important
  }

  .xl\:pb-3 {
    padding-bottom: 1rem !important
  }

  .xl\:pb-4 {
    padding-bottom: 1.5rem !important
  }

  .xl\:pb-5 {
    padding-bottom: 2rem !important
  }

  .xl\:pb-6 {
    padding-bottom: 3rem !important
  }

  .xl\:pb-7 {
    padding-bottom: 4rem !important
  }

  .xl\:pb-8 {
    padding-bottom: 5rem !important
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .xl\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .xl\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .xl\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xl\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .xl\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xl\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xl\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xl\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .xl\:py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .xl\:py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .xl\:py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .xl\:py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .xl\:py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .xl\:py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
  }

  .xl\:py-6 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .xl\:py-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .xl\:py-8 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

#login-layout,
.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 2rem !important
}

.m-6 {
  margin: 3rem !important
}

.m-7 {
  margin: 4rem !important
}

.m-8 {
  margin: 5rem !important
}

.-m-1 {
  margin: -.25rem !important
}

.-m-2 {
  margin: -.5rem !important
}

.-m-3 {
  margin: -1rem !important
}

.-m-4 {
  margin: -1.5rem !important
}

.-m-5 {
  margin: -2rem !important
}

.-m-6 {
  margin: -3rem !important
}

.-m-7 {
  margin: -4rem !important
}

.-m-8 {
  margin: -5rem !important
}

.m-auto {
  margin: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.cardless-div p,
.cardless-div span,
.date-margin,
.input-message,
.mt-1,
.table-page-word,
.transfer-illustrate-word {
  margin-top: .25rem !important
}

.card-title-div,
.mt-2,
.table_line {
  margin-top: .5rem !important
}

.mt-3,
.no-data,
.personal-smalltable,
.phone-transfer-mt,
.table-message,
.table-small-message,
.table-small-title-div {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 2rem !important
}

.mt-6 {
  margin-top: 3rem !important
}

.mt-7 {
  margin-top: 4rem !important
}

.mt-8 {
  margin-top: 5rem !important
}

.-mt-1 {
  margin-top: -.25rem !important
}

.-mt-2,
.global-illustrate-word,
.table_line-word,
.transfer-illustrate-mt {
  margin-top: -.5rem !important
}

.-mt-3,
.gold-title {
  margin-top: -1rem !important
}

.-mt-4 {
  margin-top: -1.5rem !important
}

.-mt-5 {
  margin-top: -2rem !important
}

.-mt-6 {
  margin-top: -3rem !important
}

.-mt-7 {
  margin-top: -4rem !important
}

.-mt-8 {
  margin-top: -5rem !important
}

.mt-auto {
  margin-top: auto !important
}

.mr-0 {
  margin-right: 0 !important
}

.base-radio-group,
.mr-1,
.non-agreed,
.phone-transfer-orgword,
.tabbar-orange,
.trad-base a {
  margin-right: .25rem !important
}

.base-radio-word,
.checkbox-group-input,
.checkbox-input,
.datepicker,
.fund-mr-1,
.loan-select-div,
.mr-2 {
  margin-right: .5rem !important
}

.mr-3,
.step-number {
  margin-right: 1rem !important
}

.fund-mr,
.fund-search-word,
.mr-4 {
  margin-right: 1.5rem !important
}

.mr-5 {
  margin-right: 2rem !important
}

.mr-6 {
  margin-right: 3rem !important
}

.mr-7 {
  margin-right: 4rem !important
}

.mr-8 {
  margin-right: 5rem !important
}

.-mr-1 {
  margin-right: -.25rem !important
}

.-mr-2 {
  margin-right: -.5rem !important
}

.-mr-3 {
  margin-right: -1rem !important
}

.-mr-4 {
  margin-right: -1.5rem !important
}

.-mr-5 {
  margin-right: -2rem !important
}

.-mr-6 {
  margin-right: -3rem !important
}

.-mr-7 {
  margin-right: -4rem !important
}

.-mr-8 {
  margin-right: -5rem !important
}

.drvide-margin,
.mr-auto {
  margin-right: auto !important
}

.ml-0 {
  margin-left: 0 !important
}

.base-radio-group-word,
.base-radio-group-word-small,
.base-radio-word,
.bg-pic,
.bg-span,
.input-message,
.ml-1,
.non-agreed,
.phone-transfer-orgword {
  margin-left: .25rem !important
}

.loan-select-div,
.ml-2,
.transfer-ml {
  margin-left: .5rem !important
}

.cardless-div p,
.ml-3 {
  margin-left: 1rem !important
}

.ml-4 {
  margin-left: 1.5rem !important
}

.ml-5 {
  margin-left: 2rem !important
}

.ml-6 {
  margin-left: 3rem !important
}

.ml-7 {
  margin-left: 4rem !important
}

.ml-8 {
  margin-left: 5rem !important
}

.-ml-1 {
  margin-left: -.25rem !important
}

.-ml-2 {
  margin-left: -.5rem !important
}

.-ml-3 {
  margin-left: -1rem !important
}

.-ml-4 {
  margin-left: -1.5rem !important
}

.-ml-5 {
  margin-left: -2rem !important
}

.-ml-6 {
  margin-left: -3rem !important
}

.-ml-7 {
  margin-left: -4rem !important
}

.-ml-8 {
  margin-left: -5rem !important
}

.drvide-margin,
.ml-auto {
  margin-left: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.cardless-div,
.cardless-div p,
.cardless-div span,
.mb-1 {
  margin-bottom: .25rem !important
}

.checkbox-group-base,
.datepicker-title,
.foreign-bigtitle,
.mb-2,
.repay-mb {
  margin-bottom: .5rem !important
}

.foreign-table-small-m,
.friendly-mb,
.fund-table-small-mb,
.loan-table-small-mb,
.mb-3,
.modal-footer,
.personal-title,
.phone-transfer-mb,
.progress-steps,
.table-small-title-div,
.transfer-table-small-m {
  margin-bottom: 1rem !important
}

.foreign-title,
.gold-title,
.mb-4 {
  margin-bottom: 1.5rem !important
}

.card-title-div,
.mb-5,
.term-base {
  margin-bottom: 2rem !important
}

.mb-6 {
  margin-bottom: 3rem !important
}

.mb-7 {
  margin-bottom: 4rem !important
}

.mb-8 {
  margin-bottom: 5rem !important
}

.-mb-1 {
  margin-bottom: -.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: -2rem !important
}

.-mb-6 {
  margin-bottom: -3rem !important
}

.-mb-7 {
  margin-bottom: -4rem !important
}

.-mb-8 {
  margin-bottom: -5rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

.mx-2,
.term-content {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

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

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

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

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}

.mx-8 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.-mx-1 {
  margin-left: -.25rem !important;
  margin-right: -.25rem !important
}

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

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

.-mx-4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important
}

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

.-mx-6 {
  margin-left: -3rem !important;
  margin-right: -3rem !important
}

.-mx-7 {
  margin-left: -4rem !important;
  margin-right: -4rem !important
}

.-mx-8 {
  margin-left: -5rem !important;
  margin-right: -5rem !important
}

.mx-auto,
.tabbar-header-card {
  margin-left: auto !important;
  margin-right: auto !important
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important
}

.my-1 {
  margin-bottom: .25rem !important;
  margin-top: .25rem !important
}

.infolist-base,
.my-2 {
  margin-bottom: .5rem !important;
  margin-top: .5rem !important
}

#login-execure-layout,
.multi_field-base,
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important
}

.my-4,
.term-content {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important
}

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

.my-6 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important
}

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

.my-8 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important
}

.-my-1 {
  margin-bottom: -.25rem !important;
  margin-top: -.25rem !important
}

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

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

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

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

.-my-6 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important
}

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

.-my-8 {
  margin-bottom: -5rem !important;
  margin-top: -5rem !important
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important
}

@media screen and (min-width:576px) {
  .sm\:m-0 {
    margin: 0 !important
  }

  .sm\:m-1 {
    margin: .25rem !important
  }

  .sm\:m-2 {
    margin: .5rem !important
  }

  .sm\:m-3 {
    margin: 1rem !important
  }

  .sm\:m-4 {
    margin: 1.5rem !important
  }

  .sm\:m-5 {
    margin: 2rem !important
  }

  .sm\:m-6 {
    margin: 3rem !important
  }

  .sm\:m-7 {
    margin: 4rem !important
  }

  .sm\:m-8 {
    margin: 5rem !important
  }

  .sm\:-m-1 {
    margin: -.25rem !important
  }

  .sm\:-m-2 {
    margin: -.5rem !important
  }

  .sm\:-m-3 {
    margin: -1rem !important
  }

  .sm\:-m-4 {
    margin: -1.5rem !important
  }

  .sm\:-m-5 {
    margin: -2rem !important
  }

  .sm\:-m-6 {
    margin: -3rem !important
  }

  .sm\:-m-7 {
    margin: -4rem !important
  }

  .sm\:-m-8 {
    margin: -5rem !important
  }

  .sm\:m-auto {
    margin: auto !important
  }

  .sm\:mt-0 {
    margin-top: 0 !important
  }

  .sm\:mt-1 {
    margin-top: .25rem !important
  }

  .sm\:mt-2 {
    margin-top: .5rem !important
  }

  .sm\:mt-3 {
    margin-top: 1rem !important
  }

  .sm\:mt-4 {
    margin-top: 1.5rem !important
  }

  .sm\:mt-5 {
    margin-top: 2rem !important
  }

  .sm\:mt-6 {
    margin-top: 3rem !important
  }

  .sm\:mt-7 {
    margin-top: 4rem !important
  }

  .sm\:mt-8 {
    margin-top: 5rem !important
  }

  .sm\:-mt-1 {
    margin-top: -.25rem !important
  }

  .sm\:-mt-2 {
    margin-top: -.5rem !important
  }

  .sm\:-mt-3 {
    margin-top: -1rem !important
  }

  .sm\:-mt-4 {
    margin-top: -1.5rem !important
  }

  .sm\:-mt-5 {
    margin-top: -2rem !important
  }

  .sm\:-mt-6 {
    margin-top: -3rem !important
  }

  .sm\:-mt-7 {
    margin-top: -4rem !important
  }

  .sm\:-mt-8 {
    margin-top: -5rem !important
  }

  .sm\:mt-auto {
    margin-top: auto !important
  }

  .sm\:mr-0 {
    margin-right: 0 !important
  }

  .sm\:mr-1 {
    margin-right: .25rem !important
  }

  .sm\:mr-2 {
    margin-right: .5rem !important
  }

  .sm\:mr-3 {
    margin-right: 1rem !important
  }

  .sm\:mr-4 {
    margin-right: 1.5rem !important
  }

  .sm\:mr-5 {
    margin-right: 2rem !important
  }

  .sm\:mr-6 {
    margin-right: 3rem !important
  }

  .sm\:mr-7 {
    margin-right: 4rem !important
  }

  .sm\:mr-8 {
    margin-right: 5rem !important
  }

  .sm\:-mr-1 {
    margin-right: -.25rem !important
  }

  .sm\:-mr-2 {
    margin-right: -.5rem !important
  }

  .sm\:-mr-3 {
    margin-right: -1rem !important
  }

  .sm\:-mr-4 {
    margin-right: -1.5rem !important
  }

  .sm\:-mr-5 {
    margin-right: -2rem !important
  }

  .sm\:-mr-6 {
    margin-right: -3rem !important
  }

  .sm\:-mr-7 {
    margin-right: -4rem !important
  }

  .sm\:-mr-8 {
    margin-right: -5rem !important
  }

  .sm\:mr-auto {
    margin-right: auto !important
  }

  .sm\:ml-0 {
    margin-left: 0 !important
  }

  .sm\:ml-1 {
    margin-left: .25rem !important
  }

  .sm\:ml-2 {
    margin-left: .5rem !important
  }

  .sm\:ml-3 {
    margin-left: 1rem !important
  }

  .sm\:ml-4 {
    margin-left: 1.5rem !important
  }

  .sm\:ml-5 {
    margin-left: 2rem !important
  }

  .sm\:ml-6 {
    margin-left: 3rem !important
  }

  .sm\:ml-7 {
    margin-left: 4rem !important
  }

  .sm\:ml-8 {
    margin-left: 5rem !important
  }

  .sm\:-ml-1 {
    margin-left: -.25rem !important
  }

  .sm\:-ml-2 {
    margin-left: -.5rem !important
  }

  .sm\:-ml-3 {
    margin-left: -1rem !important
  }

  .sm\:-ml-4 {
    margin-left: -1.5rem !important
  }

  .sm\:-ml-5 {
    margin-left: -2rem !important
  }

  .sm\:-ml-6 {
    margin-left: -3rem !important
  }

  .sm\:-ml-7 {
    margin-left: -4rem !important
  }

  .sm\:-ml-8 {
    margin-left: -5rem !important
  }

  .sm\:ml-auto {
    margin-left: auto !important
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important
  }

  .sm\:mb-1 {
    margin-bottom: .25rem !important
  }

  .sm\:mb-2 {
    margin-bottom: .5rem !important
  }

  .sm\:mb-3 {
    margin-bottom: 1rem !important
  }

  .sm\:mb-4 {
    margin-bottom: 1.5rem !important
  }

  .sm\:mb-5 {
    margin-bottom: 2rem !important
  }

  .sm\:mb-6 {
    margin-bottom: 3rem !important
  }

  .sm\:mb-7 {
    margin-bottom: 4rem !important
  }

  .sm\:mb-8 {
    margin-bottom: 5rem !important
  }

  .sm\:-mb-1 {
    margin-bottom: -.25rem !important
  }

  .sm\:-mb-2 {
    margin-bottom: -.5rem !important
  }

  .sm\:-mb-3 {
    margin-bottom: -1rem !important
  }

  .sm\:-mb-4 {
    margin-bottom: -1.5rem !important
  }

  .sm\:-mb-5 {
    margin-bottom: -2rem !important
  }

  .sm\:-mb-6 {
    margin-bottom: -3rem !important
  }

  .sm\:-mb-7 {
    margin-bottom: -4rem !important
  }

  .sm\:-mb-8 {
    margin-bottom: -5rem !important
  }

  .sm\:mb-auto {
    margin-bottom: auto !important
  }

  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .sm\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .sm\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .sm\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .sm\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .sm\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .sm\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .sm\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .sm\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .sm\:-mx-1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .sm\:-mx-2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .sm\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .sm\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .sm\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .sm\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .sm\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .sm\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .sm\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .sm\:my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .sm\:my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .sm\:my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .sm\:my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .sm\:my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
  }

  .sm\:my-6 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .sm\:my-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .sm\:my-8 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .sm\:-my-1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .sm\:-my-2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .sm\:-my-3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .sm\:-my-4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .sm\:-my-5 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
  }

  .sm\:-my-6 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .sm\:-my-7 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .sm\:-my-8 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .sm\:my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
}

@media screen and (min-width:768px) {
  .md\:m-0 {
    margin: 0 !important
  }

  .md\:m-1 {
    margin: .25rem !important
  }

  .md\:m-2 {
    margin: .5rem !important
  }

  .md\:m-3 {
    margin: 1rem !important
  }

  .md\:m-4 {
    margin: 1.5rem !important
  }

  .md\:m-5 {
    margin: 2rem !important
  }

  .md\:m-6 {
    margin: 3rem !important
  }

  .md\:m-7 {
    margin: 4rem !important
  }

  .md\:m-8 {
    margin: 5rem !important
  }

  .md\:-m-1 {
    margin: -.25rem !important
  }

  .md\:-m-2 {
    margin: -.5rem !important
  }

  .md\:-m-3 {
    margin: -1rem !important
  }

  .md\:-m-4 {
    margin: -1.5rem !important
  }

  .md\:-m-5 {
    margin: -2rem !important
  }

  .md\:-m-6 {
    margin: -3rem !important
  }

  .md\:-m-7 {
    margin: -4rem !important
  }

  .md\:-m-8 {
    margin: -5rem !important
  }

  .md\:m-auto {
    margin: auto !important
  }

  .md\:mt-0 {
    margin-top: 0 !important
  }

  .md\:mt-1 {
    margin-top: .25rem !important
  }

  .md\:mt-2 {
    margin-top: .5rem !important
  }

  .md\:mt-3 {
    margin-top: 1rem !important
  }

  .md\:mt-4 {
    margin-top: 1.5rem !important
  }

  .md\:mt-5 {
    margin-top: 2rem !important
  }

  .md\:mt-6 {
    margin-top: 3rem !important
  }

  .md\:mt-7 {
    margin-top: 4rem !important
  }

  .md\:mt-8 {
    margin-top: 5rem !important
  }

  .md\:-mt-1 {
    margin-top: -.25rem !important
  }

  .md\:-mt-2 {
    margin-top: -.5rem !important
  }

  .md\:-mt-3 {
    margin-top: -1rem !important
  }

  .md\:-mt-4 {
    margin-top: -1.5rem !important
  }

  .md\:-mt-5 {
    margin-top: -2rem !important
  }

  .md\:-mt-6 {
    margin-top: -3rem !important
  }

  .md\:-mt-7 {
    margin-top: -4rem !important
  }

  .md\:-mt-8 {
    margin-top: -5rem !important
  }

  .md\:mt-auto {
    margin-top: auto !important
  }

  .md\:mr-0 {
    margin-right: 0 !important
  }

  .md\:mr-1 {
    margin-right: .25rem !important
  }

  .md\:mr-2 {
    margin-right: .5rem !important
  }

  .md\:mr-3 {
    margin-right: 1rem !important
  }

  .md\:mr-4 {
    margin-right: 1.5rem !important
  }

  .md\:mr-5 {
    margin-right: 2rem !important
  }

  .md\:mr-6 {
    margin-right: 3rem !important
  }

  .md\:mr-7 {
    margin-right: 4rem !important
  }

  .md\:mr-8 {
    margin-right: 5rem !important
  }

  .md\:-mr-1 {
    margin-right: -.25rem !important
  }

  .md\:-mr-2 {
    margin-right: -.5rem !important
  }

  .md\:-mr-3 {
    margin-right: -1rem !important
  }

  .md\:-mr-4 {
    margin-right: -1.5rem !important
  }

  .md\:-mr-5 {
    margin-right: -2rem !important
  }

  .md\:-mr-6 {
    margin-right: -3rem !important
  }

  .md\:-mr-7 {
    margin-right: -4rem !important
  }

  .md\:-mr-8 {
    margin-right: -5rem !important
  }

  .md\:mr-auto {
    margin-right: auto !important
  }

  .md\:ml-0 {
    margin-left: 0 !important
  }

  .md\:ml-1 {
    margin-left: .25rem !important
  }

  .md\:ml-2 {
    margin-left: .5rem !important
  }

  .md\:ml-3 {
    margin-left: 1rem !important
  }

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

  .md\:ml-5 {
    margin-left: 2rem !important
  }

  .md\:ml-6 {
    margin-left: 3rem !important
  }

  .md\:ml-7 {
    margin-left: 4rem !important
  }

  .md\:ml-8 {
    margin-left: 5rem !important
  }

  .md\:-ml-1 {
    margin-left: -.25rem !important
  }

  .md\:-ml-2 {
    margin-left: -.5rem !important
  }

  .md\:-ml-3 {
    margin-left: -1rem !important
  }

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

  .md\:-ml-5 {
    margin-left: -2rem !important
  }

  .md\:-ml-6 {
    margin-left: -3rem !important
  }

  .md\:-ml-7 {
    margin-left: -4rem !important
  }

  .md\:-ml-8 {
    margin-left: -5rem !important
  }

  .md\:ml-auto {
    margin-left: auto !important
  }

  .md\:mb-0 {
    margin-bottom: 0 !important
  }

  .md\:mb-1 {
    margin-bottom: .25rem !important
  }

  .md\:mb-2 {
    margin-bottom: .5rem !important
  }

  .md\:mb-3 {
    margin-bottom: 1rem !important
  }

  .md\:mb-4 {
    margin-bottom: 1.5rem !important
  }

  .md\:mb-5 {
    margin-bottom: 2rem !important
  }

  .md\:mb-6 {
    margin-bottom: 3rem !important
  }

  .md\:mb-7 {
    margin-bottom: 4rem !important
  }

  .md\:mb-8 {
    margin-bottom: 5rem !important
  }

  .md\:-mb-1 {
    margin-bottom: -.25rem !important
  }

  .md\:-mb-2 {
    margin-bottom: -.5rem !important
  }

  .md\:-mb-3 {
    margin-bottom: -1rem !important
  }

  .md\:-mb-4 {
    margin-bottom: -1.5rem !important
  }

  .md\:-mb-5 {
    margin-bottom: -2rem !important
  }

  .md\:-mb-6 {
    margin-bottom: -3rem !important
  }

  .md\:-mb-7 {
    margin-bottom: -4rem !important
  }

  .md\:-mb-8 {
    margin-bottom: -5rem !important
  }

  .md\:mb-auto {
    margin-bottom: auto !important
  }

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .md\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .md\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .md\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .md\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .md\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .md\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .md\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .md\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .md\:-mx-1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .md\:-mx-2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .md\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .md\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .md\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .md\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .md\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .md\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .md\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .md\:my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .md\:my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .md\:my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .md\:my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .md\:my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
  }

  .md\:my-6 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .md\:my-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .md\:my-8 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .md\:-my-1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .md\:-my-2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .md\:-my-3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .md\:-my-4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .md\:-my-5 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
  }

  .md\:-my-6 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .md\:-my-7 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .md\:-my-8 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .md\:my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
}

@media screen and (min-width:992px) {
  .lg\:m-0 {
    margin: 0 !important
  }

  .lg\:m-1 {
    margin: .25rem !important
  }

  .lg\:m-2 {
    margin: .5rem !important
  }

  .lg\:m-3 {
    margin: 1rem !important
  }

  .lg\:m-4 {
    margin: 1.5rem !important
  }

  .lg\:m-5 {
    margin: 2rem !important
  }

  .lg\:m-6 {
    margin: 3rem !important
  }

  .lg\:m-7 {
    margin: 4rem !important
  }

  .lg\:m-8 {
    margin: 5rem !important
  }

  .lg\:-m-1 {
    margin: -.25rem !important
  }

  .lg\:-m-2 {
    margin: -.5rem !important
  }

  .lg\:-m-3 {
    margin: -1rem !important
  }

  .lg\:-m-4 {
    margin: -1.5rem !important
  }

  .lg\:-m-5 {
    margin: -2rem !important
  }

  .lg\:-m-6 {
    margin: -3rem !important
  }

  .lg\:-m-7 {
    margin: -4rem !important
  }

  .lg\:-m-8 {
    margin: -5rem !important
  }

  .lg\:m-auto {
    margin: auto !important
  }

  .lg\:mt-0 {
    margin-top: 0 !important
  }

  .lg\:mt-1 {
    margin-top: .25rem !important
  }

  .lg\:mt-2 {
    margin-top: .5rem !important
  }

  .lg\:mt-3 {
    margin-top: 1rem !important
  }

  .lg\:mt-4 {
    margin-top: 1.5rem !important
  }

  .lg\:mt-5 {
    margin-top: 2rem !important
  }

  .lg\:mt-6 {
    margin-top: 3rem !important
  }

  .lg\:mt-7 {
    margin-top: 4rem !important
  }

  .lg\:mt-8 {
    margin-top: 5rem !important
  }

  .lg\:-mt-1 {
    margin-top: -.25rem !important
  }

  .lg\:-mt-2 {
    margin-top: -.5rem !important
  }

  .lg\:-mt-3 {
    margin-top: -1rem !important
  }

  .lg\:-mt-4 {
    margin-top: -1.5rem !important
  }

  .lg\:-mt-5 {
    margin-top: -2rem !important
  }

  .lg\:-mt-6 {
    margin-top: -3rem !important
  }

  .lg\:-mt-7 {
    margin-top: -4rem !important
  }

  .lg\:-mt-8 {
    margin-top: -5rem !important
  }

  .lg\:mt-auto {
    margin-top: auto !important
  }

  .lg\:mr-0 {
    margin-right: 0 !important
  }

  .lg\:mr-1 {
    margin-right: .25rem !important
  }

  .lg\:mr-2 {
    margin-right: .5rem !important
  }

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

  .lg\:mr-4 {
    margin-right: 1.5rem !important
  }

  .lg\:mr-5 {
    margin-right: 2rem !important
  }

  .lg\:mr-6 {
    margin-right: 3rem !important
  }

  .lg\:mr-7 {
    margin-right: 4rem !important
  }

  .lg\:mr-8 {
    margin-right: 5rem !important
  }

  .lg\:-mr-1 {
    margin-right: -.25rem !important
  }

  .lg\:-mr-2 {
    margin-right: -.5rem !important
  }

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

  .lg\:-mr-4 {
    margin-right: -1.5rem !important
  }

  .lg\:-mr-5 {
    margin-right: -2rem !important
  }

  .lg\:-mr-6 {
    margin-right: -3rem !important
  }

  .lg\:-mr-7 {
    margin-right: -4rem !important
  }

  .lg\:-mr-8 {
    margin-right: -5rem !important
  }

  .lg\:mr-auto {
    margin-right: auto !important
  }

  .lg\:ml-0 {
    margin-left: 0 !important
  }

  .lg\:ml-1 {
    margin-left: .25rem !important
  }

  .lg\:ml-2 {
    margin-left: .5rem !important
  }

  .lg\:ml-3 {
    margin-left: 1rem !important
  }

  .lg\:ml-4 {
    margin-left: 1.5rem !important
  }

  .lg\:ml-5 {
    margin-left: 2rem !important
  }

  .lg\:ml-6 {
    margin-left: 3rem !important
  }

  .lg\:ml-7 {
    margin-left: 4rem !important
  }

  .lg\:ml-8 {
    margin-left: 5rem !important
  }

  .lg\:-ml-1 {
    margin-left: -.25rem !important
  }

  .lg\:-ml-2 {
    margin-left: -.5rem !important
  }

  .lg\:-ml-3 {
    margin-left: -1rem !important
  }

  .lg\:-ml-4 {
    margin-left: -1.5rem !important
  }

  .lg\:-ml-5 {
    margin-left: -2rem !important
  }

  .lg\:-ml-6 {
    margin-left: -3rem !important
  }

  .lg\:-ml-7 {
    margin-left: -4rem !important
  }

  .lg\:-ml-8 {
    margin-left: -5rem !important
  }

  .lg\:ml-auto {
    margin-left: auto !important
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important
  }

  .lg\:mb-1 {
    margin-bottom: .25rem !important
  }

  .lg\:mb-2 {
    margin-bottom: .5rem !important
  }

  .lg\:mb-3 {
    margin-bottom: 1rem !important
  }

  .lg\:mb-4 {
    margin-bottom: 1.5rem !important
  }

  .lg\:mb-5 {
    margin-bottom: 2rem !important
  }

  .lg\:mb-6 {
    margin-bottom: 3rem !important
  }

  .lg\:mb-7 {
    margin-bottom: 4rem !important
  }

  .lg\:mb-8 {
    margin-bottom: 5rem !important
  }

  .lg\:-mb-1 {
    margin-bottom: -.25rem !important
  }

  .lg\:-mb-2 {
    margin-bottom: -.5rem !important
  }

  .lg\:-mb-3 {
    margin-bottom: -1rem !important
  }

  .lg\:-mb-4 {
    margin-bottom: -1.5rem !important
  }

  .lg\:-mb-5 {
    margin-bottom: -2rem !important
  }

  .lg\:-mb-6 {
    margin-bottom: -3rem !important
  }

  .lg\:-mb-7 {
    margin-bottom: -4rem !important
  }

  .lg\:-mb-8 {
    margin-bottom: -5rem !important
  }

  .lg\:mb-auto {
    margin-bottom: auto !important
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .lg\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .lg\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .lg\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .lg\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .lg\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .lg\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .lg\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .lg\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .lg\:-mx-1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .lg\:-mx-2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .lg\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .lg\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .lg\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .lg\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .lg\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .lg\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .lg\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .lg\:my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .lg\:my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .lg\:my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .lg\:my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .lg\:my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
  }

  .lg\:my-6 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .lg\:my-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .lg\:my-8 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .lg\:-my-1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .lg\:-my-2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .lg\:-my-3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .lg\:-my-4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .lg\:-my-5 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
  }

  .lg\:-my-6 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .lg\:-my-7 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .lg\:-my-8 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .lg\:my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:m-0 {
    margin: 0 !important
  }

  .xl\:m-1 {
    margin: .25rem !important
  }

  .xl\:m-2 {
    margin: .5rem !important
  }

  .xl\:m-3 {
    margin: 1rem !important
  }

  .xl\:m-4 {
    margin: 1.5rem !important
  }

  .xl\:m-5 {
    margin: 2rem !important
  }

  .xl\:m-6 {
    margin: 3rem !important
  }

  .xl\:m-7 {
    margin: 4rem !important
  }

  .xl\:m-8 {
    margin: 5rem !important
  }

  .xl\:-m-1 {
    margin: -.25rem !important
  }

  .xl\:-m-2 {
    margin: -.5rem !important
  }

  .xl\:-m-3 {
    margin: -1rem !important
  }

  .xl\:-m-4 {
    margin: -1.5rem !important
  }

  .xl\:-m-5 {
    margin: -2rem !important
  }

  .xl\:-m-6 {
    margin: -3rem !important
  }

  .xl\:-m-7 {
    margin: -4rem !important
  }

  .xl\:-m-8 {
    margin: -5rem !important
  }

  .xl\:m-auto {
    margin: auto !important
  }

  .xl\:mt-0 {
    margin-top: 0 !important
  }

  .xl\:mt-1 {
    margin-top: .25rem !important
  }

  .xl\:mt-2 {
    margin-top: .5rem !important
  }

  .xl\:mt-3 {
    margin-top: 1rem !important
  }

  .xl\:mt-4 {
    margin-top: 1.5rem !important
  }

  .xl\:mt-5 {
    margin-top: 2rem !important
  }

  .xl\:mt-6 {
    margin-top: 3rem !important
  }

  .xl\:mt-7 {
    margin-top: 4rem !important
  }

  .xl\:mt-8 {
    margin-top: 5rem !important
  }

  .xl\:-mt-1 {
    margin-top: -.25rem !important
  }

  .xl\:-mt-2 {
    margin-top: -.5rem !important
  }

  .xl\:-mt-3 {
    margin-top: -1rem !important
  }

  .xl\:-mt-4 {
    margin-top: -1.5rem !important
  }

  .xl\:-mt-5 {
    margin-top: -2rem !important
  }

  .xl\:-mt-6 {
    margin-top: -3rem !important
  }

  .xl\:-mt-7 {
    margin-top: -4rem !important
  }

  .xl\:-mt-8 {
    margin-top: -5rem !important
  }

  .xl\:mt-auto {
    margin-top: auto !important
  }

  .xl\:mr-0 {
    margin-right: 0 !important
  }

  .xl\:mr-1 {
    margin-right: .25rem !important
  }

  .xl\:mr-2 {
    margin-right: .5rem !important
  }

  .xl\:mr-3 {
    margin-right: 1rem !important
  }

  .xl\:mr-4 {
    margin-right: 1.5rem !important
  }

  .xl\:mr-5 {
    margin-right: 2rem !important
  }

  .xl\:mr-6 {
    margin-right: 3rem !important
  }

  .xl\:mr-7 {
    margin-right: 4rem !important
  }

  .xl\:mr-8 {
    margin-right: 5rem !important
  }

  .xl\:-mr-1 {
    margin-right: -.25rem !important
  }

  .xl\:-mr-2 {
    margin-right: -.5rem !important
  }

  .xl\:-mr-3 {
    margin-right: -1rem !important
  }

  .xl\:-mr-4 {
    margin-right: -1.5rem !important
  }

  .xl\:-mr-5 {
    margin-right: -2rem !important
  }

  .xl\:-mr-6 {
    margin-right: -3rem !important
  }

  .xl\:-mr-7 {
    margin-right: -4rem !important
  }

  .xl\:-mr-8 {
    margin-right: -5rem !important
  }

  .xl\:mr-auto {
    margin-right: auto !important
  }

  .xl\:ml-0 {
    margin-left: 0 !important
  }

  .xl\:ml-1 {
    margin-left: .25rem !important
  }

  .xl\:ml-2 {
    margin-left: .5rem !important
  }

  .xl\:ml-3 {
    margin-left: 1rem !important
  }

  .xl\:ml-4 {
    margin-left: 1.5rem !important
  }

  .xl\:ml-5 {
    margin-left: 2rem !important
  }

  .xl\:ml-6 {
    margin-left: 3rem !important
  }

  .xl\:ml-7 {
    margin-left: 4rem !important
  }

  .xl\:ml-8 {
    margin-left: 5rem !important
  }

  .xl\:-ml-1 {
    margin-left: -.25rem !important
  }

  .xl\:-ml-2 {
    margin-left: -.5rem !important
  }

  .xl\:-ml-3 {
    margin-left: -1rem !important
  }

  .xl\:-ml-4 {
    margin-left: -1.5rem !important
  }

  .xl\:-ml-5 {
    margin-left: -2rem !important
  }

  .xl\:-ml-6 {
    margin-left: -3rem !important
  }

  .xl\:-ml-7 {
    margin-left: -4rem !important
  }

  .xl\:-ml-8 {
    margin-left: -5rem !important
  }

  .xl\:ml-auto {
    margin-left: auto !important
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important
  }

  .xl\:mb-1 {
    margin-bottom: .25rem !important
  }

  .xl\:mb-2 {
    margin-bottom: .5rem !important
  }

  .xl\:mb-3 {
    margin-bottom: 1rem !important
  }

  .xl\:mb-4 {
    margin-bottom: 1.5rem !important
  }

  .xl\:mb-5 {
    margin-bottom: 2rem !important
  }

  .xl\:mb-6 {
    margin-bottom: 3rem !important
  }

  .xl\:mb-7 {
    margin-bottom: 4rem !important
  }

  .xl\:mb-8 {
    margin-bottom: 5rem !important
  }

  .xl\:-mb-1 {
    margin-bottom: -.25rem !important
  }

  .xl\:-mb-2 {
    margin-bottom: -.5rem !important
  }

  .xl\:-mb-3 {
    margin-bottom: -1rem !important
  }

  .xl\:-mb-4 {
    margin-bottom: -1.5rem !important
  }

  .xl\:-mb-5 {
    margin-bottom: -2rem !important
  }

  .xl\:-mb-6 {
    margin-bottom: -3rem !important
  }

  .xl\:-mb-7 {
    margin-bottom: -4rem !important
  }

  .xl\:-mb-8 {
    margin-bottom: -5rem !important
  }

  .xl\:mb-auto {
    margin-bottom: auto !important
  }

  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .xl\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .xl\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .xl\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xl\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .xl\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xl\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xl\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xl\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .xl\:-mx-1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .xl\:-mx-2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .xl\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .xl\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .xl\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .xl\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .xl\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .xl\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xl\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .xl\:my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .xl\:my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .xl\:my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .xl\:my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .xl\:my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
  }

  .xl\:my-6 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .xl\:my-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .xl\:my-8 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .xl\:-my-1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .xl\:-my-2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .xl\:-my-3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .xl\:-my-4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .xl\:-my-5 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
  }

  .xl\:-my-6 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .xl\:-my-7 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .xl\:-my-8 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .xl\:my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
}

.shadow-none {
  box-shadow: none !important
}

.shadow-1 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
}

.shadow-2 {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
}

.shadow-3 {
  box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
}

.shadow-4 {
  box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
}

.shadow-5 {
  box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
}

.shadow-6 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
}

.shadow-7 {
  box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
}

.shadow-8 {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
}

.active\:shadow-none:active,
.focus\:shadow-none:focus,
.hover\:shadow-none:hover {
  box-shadow: none !important
}

.active\:shadow-1:active,
.focus\:shadow-1:focus,
.hover\:shadow-1:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
}

.active\:shadow-2:active,
.focus\:shadow-2:focus,
.hover\:shadow-2:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
}

.active\:shadow-3:active,
.focus\:shadow-3:focus,
.hover\:shadow-3:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
}

.active\:shadow-4:active,
.focus\:shadow-4:focus,
.hover\:shadow-4:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
}

.active\:shadow-5:active,
.focus\:shadow-5:focus,
.hover\:shadow-5:hover {
  box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
}

.active\:shadow-6:active,
.focus\:shadow-6:focus,
.hover\:shadow-6:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
}

.active\:shadow-7:active,
.focus\:shadow-7:focus,
.hover\:shadow-7:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
}

.active\:shadow-8:active,
.focus\:shadow-8:focus,
.hover\:shadow-8:hover {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
}

@media screen and (min-width:576px) {
  .sm\:shadow-none {
    box-shadow: none !important
  }

  .sm\:shadow-1 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
  }

  .sm\:shadow-2 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
  }

  .sm\:shadow-3 {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
  }

  .sm\:shadow-4 {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
  }

  .sm\:shadow-5 {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
  }

  .sm\:shadow-6 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
  }

  .sm\:shadow-7 {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
  }

  .sm\:shadow-8 {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
  }

  .sm\:active\:shadow-none:active,
  .sm\:focus\:shadow-none:focus,
  .sm\:hover\:shadow-none:hover {
    box-shadow: none !important
  }

  .sm\:active\:shadow-1:active,
  .sm\:focus\:shadow-1:focus,
  .sm\:hover\:shadow-1:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
  }

  .sm\:active\:shadow-2:active,
  .sm\:focus\:shadow-2:focus,
  .sm\:hover\:shadow-2:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
  }

  .sm\:active\:shadow-3:active,
  .sm\:focus\:shadow-3:focus,
  .sm\:hover\:shadow-3:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
  }

  .sm\:active\:shadow-4:active,
  .sm\:focus\:shadow-4:focus,
  .sm\:hover\:shadow-4:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
  }

  .sm\:active\:shadow-5:active,
  .sm\:focus\:shadow-5:focus,
  .sm\:hover\:shadow-5:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
  }

  .sm\:active\:shadow-6:active,
  .sm\:focus\:shadow-6:focus,
  .sm\:hover\:shadow-6:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
  }

  .sm\:active\:shadow-7:active,
  .sm\:focus\:shadow-7:focus,
  .sm\:hover\:shadow-7:hover {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
  }

  .sm\:active\:shadow-8:active,
  .sm\:focus\:shadow-8:focus,
  .sm\:hover\:shadow-8:hover {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
  }
}

@media screen and (min-width:768px) {
  .md\:shadow-none {
    box-shadow: none !important
  }

  .md\:shadow-1 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
  }

  .md\:shadow-2 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
  }

  .md\:shadow-3 {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
  }

  .md\:shadow-4 {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
  }

  .md\:shadow-5 {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
  }

  .md\:shadow-6 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
  }

  .md\:shadow-7 {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
  }

  .md\:shadow-8 {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
  }

  .md\:active\:shadow-none:active,
  .md\:focus\:shadow-none:focus,
  .md\:hover\:shadow-none:hover {
    box-shadow: none !important
  }

  .md\:active\:shadow-1:active,
  .md\:focus\:shadow-1:focus,
  .md\:hover\:shadow-1:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
  }

  .md\:active\:shadow-2:active,
  .md\:focus\:shadow-2:focus,
  .md\:hover\:shadow-2:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
  }

  .md\:active\:shadow-3:active,
  .md\:focus\:shadow-3:focus,
  .md\:hover\:shadow-3:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
  }

  .md\:active\:shadow-4:active,
  .md\:focus\:shadow-4:focus,
  .md\:hover\:shadow-4:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
  }

  .md\:active\:shadow-5:active,
  .md\:focus\:shadow-5:focus,
  .md\:hover\:shadow-5:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
  }

  .md\:active\:shadow-6:active,
  .md\:focus\:shadow-6:focus,
  .md\:hover\:shadow-6:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
  }

  .md\:active\:shadow-7:active,
  .md\:focus\:shadow-7:focus,
  .md\:hover\:shadow-7:hover {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
  }

  .md\:active\:shadow-8:active,
  .md\:focus\:shadow-8:focus,
  .md\:hover\:shadow-8:hover {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
  }
}

@media screen and (min-width:992px) {
  .lg\:shadow-none {
    box-shadow: none !important
  }

  .lg\:shadow-1 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
  }

  .lg\:shadow-2 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
  }

  .lg\:shadow-3 {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
  }

  .lg\:shadow-4 {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
  }

  .lg\:shadow-5 {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
  }

  .lg\:shadow-6 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
  }

  .lg\:shadow-7 {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
  }

  .lg\:shadow-8 {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
  }

  .lg\:active\:shadow-none:active,
  .lg\:focus\:shadow-none:focus,
  .lg\:hover\:shadow-none:hover {
    box-shadow: none !important
  }

  .lg\:active\:shadow-1:active,
  .lg\:focus\:shadow-1:focus,
  .lg\:hover\:shadow-1:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
  }

  .lg\:active\:shadow-2:active,
  .lg\:focus\:shadow-2:focus,
  .lg\:hover\:shadow-2:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
  }

  .lg\:active\:shadow-3:active,
  .lg\:focus\:shadow-3:focus,
  .lg\:hover\:shadow-3:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
  }

  .lg\:active\:shadow-4:active,
  .lg\:focus\:shadow-4:focus,
  .lg\:hover\:shadow-4:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
  }

  .lg\:active\:shadow-5:active,
  .lg\:focus\:shadow-5:focus,
  .lg\:hover\:shadow-5:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
  }

  .lg\:active\:shadow-6:active,
  .lg\:focus\:shadow-6:focus,
  .lg\:hover\:shadow-6:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
  }

  .lg\:active\:shadow-7:active,
  .lg\:focus\:shadow-7:focus,
  .lg\:hover\:shadow-7:hover {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
  }

  .lg\:active\:shadow-8:active,
  .lg\:focus\:shadow-8:focus,
  .lg\:hover\:shadow-8:hover {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:shadow-none {
    box-shadow: none !important
  }

  .xl\:shadow-1 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
  }

  .xl\:shadow-2 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
  }

  .xl\:shadow-3 {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
  }

  .xl\:shadow-4 {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
  }

  .xl\:shadow-5 {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
  }

  .xl\:shadow-6 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
  }

  .xl\:shadow-7 {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
  }

  .xl\:shadow-8 {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
  }

  .xl\:active\:shadow-none:active,
  .xl\:focus\:shadow-none:focus,
  .xl\:hover\:shadow-none:hover {
    box-shadow: none !important
  }

  .xl\:active\:shadow-1:active,
  .xl\:focus\:shadow-1:focus,
  .xl\:hover\:shadow-1:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important
  }

  .xl\:active\:shadow-2:active,
  .xl\:focus\:shadow-2:focus,
  .xl\:hover\:shadow-2:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03), 0 0 2px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .12) !important
  }

  .xl\:active\:shadow-3:active,
  .xl\:focus\:shadow-3:focus,
  .xl\:hover\:shadow-3:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08), 0 3px 4px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .1) !important
  }

  .xl\:active\:shadow-4:active,
  .xl\:focus\:shadow-4:focus,
  .xl\:hover\:shadow-4:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .14), 0 2px 4px -1px rgba(0, 0, 0, .2) !important
  }

  .xl\:active\:shadow-5:active,
  .xl\:focus\:shadow-5:focus,
  .xl\:hover\:shadow-5:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1), 0 4px 5px -2px rgba(0, 0, 0, .12), 0 10px 15px -5px rgba(0, 0, 0, .2) !important
  }

  .xl\:active\:shadow-6:active,
  .xl\:focus\:shadow-6:focus,
  .xl\:hover\:shadow-6:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .06), 0 7px 9px rgba(0, 0, 0, .12), 0 20px 25px -8px rgba(0, 0, 0, .18) !important
  }

  .xl\:active\:shadow-7:active,
  .xl\:focus\:shadow-7:focus,
  .xl\:hover\:shadow-7:hover {
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08), 0 22px 30px 2px rgba(0, 0, 0, .15), 0 8px 10px rgba(0, 0, 0, .15) !important
  }

  .xl\:active\:shadow-8:active,
  .xl\:focus\:shadow-8:focus,
  .xl\:hover\:shadow-8:hover {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 11px 15px rgba(0, 0, 0, .2) !important
  }
}

.border-none {
  border-style: none;
  border-width: 0 !important
}

.border-1,
.sitemap-block,
.term-content {
  border-style: solid;
  border-width: 1px !important
}

.border-2 {
  border-style: solid;
  border-width: 2px !important
}

.border-3 {
  border-style: solid;
  border-width: 3px !important
}

.border-top-none {
  border-top-style: none;
  border-top-width: 0 !important
}

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

.border-top-2 {
  border-top-style: solid;
  border-top-width: 2px !important
}

.border-top-3 {
  border-top-style: solid;
  border-top-width: 3px !important
}

.border-right-none {
  border-right-style: none;
  border-right-width: 0 !important
}

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

.border-right-2 {
  border-right-style: solid;
  border-right-width: 2px !important
}

.border-right-3 {
  border-right-style: solid;
  border-right-width: 3px !important
}

.border-left-none {
  border-left-style: none;
  border-left-width: 0 !important
}

.border-left-1,
.menu>li:first-child,
.menu>li:not(:first-child):not(:last-child) {
  border-left-style: solid;
  border-left-width: 1px !important
}

.border-left-2 {
  border-left-style: solid;
  border-left-width: 2px !important
}

.border-left-3 {
  border-left-style: solid;
  border-left-width: 3px !important
}

.border-bottom-none {
  border-bottom-style: none;
  border-bottom-width: 0 !important
}

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

.border-bottom-2 {
  border-bottom-style: solid;
  border-bottom-width: 2px !important
}

.border-bottom-3 {
  border-bottom-style: solid;
  border-bottom-width: 3px !important
}

.border-x-none {
  border-left-style: none;
  border-left-width: 0 !important;
  border-right-style: none;
  border-right-width: 0 !important
}

.border-x-1,
.menu>li:last-child {
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-style: solid;
  border-right-width: 1px !important
}

.border-x-2 {
  border-left-style: solid;
  border-left-width: 2px !important;
  border-right-style: solid;
  border-right-width: 2px !important
}

.border-x-3 {
  border-left-style: solid;
  border-left-width: 3px !important;
  border-right-style: solid;
  border-right-width: 3px !important
}

.border-y-none {
  border-bottom-style: none;
  border-bottom-width: 0 !important;
  border-top-style: none;
  border-top-width: 0 !important
}

.border-y-1 {
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-top-style: solid;
  border-top-width: 1px !important
}

.border-y-2 {
  border-bottom-style: solid;
  border-bottom-width: 2px !important;
  border-top-style: solid;
  border-top-width: 2px !important
}

.border-y-3 {
  border-bottom-style: solid;
  border-bottom-width: 3px !important;
  border-top-style: solid;
  border-top-width: 3px !important
}

@media screen and (min-width:576px) {
  .sm\:border-none {
    border-style: none;
    border-width: 0 !important
  }

  .sm\:border-1 {
    border-style: solid;
    border-width: 1px !important
  }

  .sm\:border-2 {
    border-style: solid;
    border-width: 2px !important
  }

  .sm\:border-3 {
    border-style: solid;
    border-width: 3px !important
  }

  .sm\:border-top-none {
    border-top-style: none;
    border-top-width: 0 !important
  }

  .sm\:border-top-1 {
    border-top-style: solid;
    border-top-width: 1px !important
  }

  .sm\:border-top-2 {
    border-top-style: solid;
    border-top-width: 2px !important
  }

  .sm\:border-top-3 {
    border-top-style: solid;
    border-top-width: 3px !important
  }

  .sm\:border-right-none {
    border-right-style: none;
    border-right-width: 0 !important
  }

  .sm\:border-right-1 {
    border-right-style: solid;
    border-right-width: 1px !important
  }

  .sm\:border-right-2 {
    border-right-style: solid;
    border-right-width: 2px !important
  }

  .sm\:border-right-3 {
    border-right-style: solid;
    border-right-width: 3px !important
  }

  .sm\:border-left-none {
    border-left-style: none;
    border-left-width: 0 !important
  }

  .sm\:border-left-1 {
    border-left-style: solid;
    border-left-width: 1px !important
  }

  .sm\:border-left-2 {
    border-left-style: solid;
    border-left-width: 2px !important
  }

  .sm\:border-left-3 {
    border-left-style: solid;
    border-left-width: 3px !important
  }

  .sm\:border-bottom-none {
    border-bottom-style: none;
    border-bottom-width: 0 !important
  }

  .sm\:border-bottom-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px !important
  }

  .sm\:border-bottom-2 {
    border-bottom-style: solid;
    border-bottom-width: 2px !important
  }

  .sm\:border-bottom-3 {
    border-bottom-style: solid;
    border-bottom-width: 3px !important
  }

  .sm\:border-x-none {
    border-left-style: none;
    border-left-width: 0 !important;
    border-right-style: none;
    border-right-width: 0 !important
  }

  .sm\:border-x-1 {
    border-left-style: solid;
    border-left-width: 1px !important;
    border-right-style: solid;
    border-right-width: 1px !important
  }

  .sm\:border-x-2 {
    border-left-style: solid;
    border-left-width: 2px !important;
    border-right-style: solid;
    border-right-width: 2px !important
  }

  .sm\:border-x-3 {
    border-left-style: solid;
    border-left-width: 3px !important;
    border-right-style: solid;
    border-right-width: 3px !important
  }

  .sm\:border-y-none {
    border-bottom-style: none;
    border-bottom-width: 0 !important;
    border-top-style: none;
    border-top-width: 0 !important
  }

  .sm\:border-y-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    border-top-style: solid;
    border-top-width: 1px !important
  }

  .sm\:border-y-2 {
    border-bottom-style: solid;
    border-bottom-width: 2px !important;
    border-top-style: solid;
    border-top-width: 2px !important
  }

  .sm\:border-y-3 {
    border-bottom-style: solid;
    border-bottom-width: 3px !important;
    border-top-style: solid;
    border-top-width: 3px !important
  }
}

@media screen and (min-width:768px) {
  .md\:border-none {
    border-style: none;
    border-width: 0 !important
  }

  .md\:border-1 {
    border-style: solid;
    border-width: 1px !important
  }

  .md\:border-2 {
    border-style: solid;
    border-width: 2px !important
  }

  .md\:border-3 {
    border-style: solid;
    border-width: 3px !important
  }

  .md\:border-top-none {
    border-top-style: none;
    border-top-width: 0 !important
  }

  .md\:border-top-1 {
    border-top-style: solid;
    border-top-width: 1px !important
  }

  .md\:border-top-2 {
    border-top-style: solid;
    border-top-width: 2px !important
  }

  .md\:border-top-3 {
    border-top-style: solid;
    border-top-width: 3px !important
  }

  .md\:border-right-none {
    border-right-style: none;
    border-right-width: 0 !important
  }

  .md\:border-right-1 {
    border-right-style: solid;
    border-right-width: 1px !important
  }

  .md\:border-right-2 {
    border-right-style: solid;
    border-right-width: 2px !important
  }

  .md\:border-right-3 {
    border-right-style: solid;
    border-right-width: 3px !important
  }

  .md\:border-left-none {
    border-left-style: none;
    border-left-width: 0 !important
  }

  .md\:border-left-1 {
    border-left-style: solid;
    border-left-width: 1px !important
  }

  .md\:border-left-2 {
    border-left-style: solid;
    border-left-width: 2px !important
  }

  .md\:border-left-3 {
    border-left-style: solid;
    border-left-width: 3px !important
  }

  .md\:border-bottom-none {
    border-bottom-style: none;
    border-bottom-width: 0 !important
  }

  .md\:border-bottom-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px !important
  }

  .md\:border-bottom-2 {
    border-bottom-style: solid;
    border-bottom-width: 2px !important
  }

  .md\:border-bottom-3 {
    border-bottom-style: solid;
    border-bottom-width: 3px !important
  }

  .md\:border-x-none {
    border-left-style: none;
    border-left-width: 0 !important;
    border-right-style: none;
    border-right-width: 0 !important
  }

  .md\:border-x-1 {
    border-left-style: solid;
    border-left-width: 1px !important;
    border-right-style: solid;
    border-right-width: 1px !important
  }

  .md\:border-x-2 {
    border-left-style: solid;
    border-left-width: 2px !important;
    border-right-style: solid;
    border-right-width: 2px !important
  }

  .md\:border-x-3 {
    border-left-style: solid;
    border-left-width: 3px !important;
    border-right-style: solid;
    border-right-width: 3px !important
  }

  .md\:border-y-none {
    border-bottom-style: none;
    border-bottom-width: 0 !important;
    border-top-style: none;
    border-top-width: 0 !important
  }

  .md\:border-y-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    border-top-style: solid;
    border-top-width: 1px !important
  }

  .md\:border-y-2 {
    border-bottom-style: solid;
    border-bottom-width: 2px !important;
    border-top-style: solid;
    border-top-width: 2px !important
  }

  .md\:border-y-3 {
    border-bottom-style: solid;
    border-bottom-width: 3px !important;
    border-top-style: solid;
    border-top-width: 3px !important
  }
}

@media screen and (min-width:992px) {
  .lg\:border-none {
    border-style: none;
    border-width: 0 !important
  }

  .lg\:border-1 {
    border-style: solid;
    border-width: 1px !important
  }

  .lg\:border-2 {
    border-style: solid;
    border-width: 2px !important
  }

  .lg\:border-3 {
    border-style: solid;
    border-width: 3px !important
  }

  .lg\:border-top-none {
    border-top-style: none;
    border-top-width: 0 !important
  }

  .lg\:border-top-1 {
    border-top-style: solid;
    border-top-width: 1px !important
  }

  .lg\:border-top-2 {
    border-top-style: solid;
    border-top-width: 2px !important
  }

  .lg\:border-top-3 {
    border-top-style: solid;
    border-top-width: 3px !important
  }

  .lg\:border-right-none {
    border-right-style: none;
    border-right-width: 0 !important
  }

  .lg\:border-right-1 {
    border-right-style: solid;
    border-right-width: 1px !important
  }

  .lg\:border-right-2 {
    border-right-style: solid;
    border-right-width: 2px !important
  }

  .lg\:border-right-3 {
    border-right-style: solid;
    border-right-width: 3px !important
  }

  .lg\:border-left-none {
    border-left-style: none;
    border-left-width: 0 !important
  }

  .lg\:border-left-1 {
    border-left-style: solid;
    border-left-width: 1px !important
  }

  .lg\:border-left-2 {
    border-left-style: solid;
    border-left-width: 2px !important
  }

  .lg\:border-left-3 {
    border-left-style: solid;
    border-left-width: 3px !important
  }

  .lg\:border-bottom-none {
    border-bottom-style: none;
    border-bottom-width: 0 !important
  }

  .lg\:border-bottom-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px !important
  }

  .lg\:border-bottom-2 {
    border-bottom-style: solid;
    border-bottom-width: 2px !important
  }

  .lg\:border-bottom-3 {
    border-bottom-style: solid;
    border-bottom-width: 3px !important
  }

  .lg\:border-x-none {
    border-left-style: none;
    border-left-width: 0 !important;
    border-right-style: none;
    border-right-width: 0 !important
  }

  .lg\:border-x-1 {
    border-left-style: solid;
    border-left-width: 1px !important;
    border-right-style: solid;
    border-right-width: 1px !important
  }

  .lg\:border-x-2 {
    border-left-style: solid;
    border-left-width: 2px !important;
    border-right-style: solid;
    border-right-width: 2px !important
  }

  .lg\:border-x-3 {
    border-left-style: solid;
    border-left-width: 3px !important;
    border-right-style: solid;
    border-right-width: 3px !important
  }

  .lg\:border-y-none {
    border-bottom-style: none;
    border-bottom-width: 0 !important;
    border-top-style: none;
    border-top-width: 0 !important
  }

  .lg\:border-y-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    border-top-style: solid;
    border-top-width: 1px !important
  }

  .lg\:border-y-2 {
    border-bottom-style: solid;
    border-bottom-width: 2px !important;
    border-top-style: solid;
    border-top-width: 2px !important
  }

  .lg\:border-y-3 {
    border-bottom-style: solid;
    border-bottom-width: 3px !important;
    border-top-style: solid;
    border-top-width: 3px !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:border-none {
    border-style: none;
    border-width: 0 !important
  }

  .xl\:border-1 {
    border-style: solid;
    border-width: 1px !important
  }

  .xl\:border-2 {
    border-style: solid;
    border-width: 2px !important
  }

  .xl\:border-3 {
    border-style: solid;
    border-width: 3px !important
  }

  .xl\:border-top-none {
    border-top-style: none;
    border-top-width: 0 !important
  }

  .xl\:border-top-1 {
    border-top-style: solid;
    border-top-width: 1px !important
  }

  .xl\:border-top-2 {
    border-top-style: solid;
    border-top-width: 2px !important
  }

  .xl\:border-top-3 {
    border-top-style: solid;
    border-top-width: 3px !important
  }

  .xl\:border-right-none {
    border-right-style: none;
    border-right-width: 0 !important
  }

  .xl\:border-right-1 {
    border-right-style: solid;
    border-right-width: 1px !important
  }

  .xl\:border-right-2 {
    border-right-style: solid;
    border-right-width: 2px !important
  }

  .xl\:border-right-3 {
    border-right-style: solid;
    border-right-width: 3px !important
  }

  .xl\:border-left-none {
    border-left-style: none;
    border-left-width: 0 !important
  }

  .xl\:border-left-1 {
    border-left-style: solid;
    border-left-width: 1px !important
  }

  .xl\:border-left-2 {
    border-left-style: solid;
    border-left-width: 2px !important
  }

  .xl\:border-left-3 {
    border-left-style: solid;
    border-left-width: 3px !important
  }

  .xl\:border-bottom-none {
    border-bottom-style: none;
    border-bottom-width: 0 !important
  }

  .xl\:border-bottom-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px !important
  }

  .xl\:border-bottom-2 {
    border-bottom-style: solid;
    border-bottom-width: 2px !important
  }

  .xl\:border-bottom-3 {
    border-bottom-style: solid;
    border-bottom-width: 3px !important
  }

  .xl\:border-x-none {
    border-left-style: none;
    border-left-width: 0 !important;
    border-right-style: none;
    border-right-width: 0 !important
  }

  .xl\:border-x-1 {
    border-left-style: solid;
    border-left-width: 1px !important;
    border-right-style: solid;
    border-right-width: 1px !important
  }

  .xl\:border-x-2 {
    border-left-style: solid;
    border-left-width: 2px !important;
    border-right-style: solid;
    border-right-width: 2px !important
  }

  .xl\:border-x-3 {
    border-left-style: solid;
    border-left-width: 3px !important;
    border-right-style: solid;
    border-right-width: 3px !important
  }

  .xl\:border-y-none {
    border-bottom-style: none;
    border-bottom-width: 0 !important;
    border-top-style: none;
    border-top-width: 0 !important
  }

  .xl\:border-y-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    border-top-style: solid;
    border-top-width: 1px !important
  }

  .xl\:border-y-2 {
    border-bottom-style: solid;
    border-bottom-width: 2px !important;
    border-top-style: solid;
    border-top-width: 2px !important
  }

  .xl\:border-y-3 {
    border-bottom-style: solid;
    border-bottom-width: 3px !important;
    border-top-style: solid;
    border-top-width: 3px !important
  }
}

.border-solid {
  border-style: solid !important
}

.border-dashed {
  border-style: dashed !important
}

.border-dotted {
  border-style: dotted !important
}

.border-double {
  border-style: double !important
}

@media screen and (min-width:576px) {
  .sm\:border-solid {
    border-style: solid !important
  }

  .sm\:border-dashed {
    border-style: dashed !important
  }

  .sm\:border-dotted {
    border-style: dotted !important
  }

  .sm\:border-double {
    border-style: double !important
  }
}

@media screen and (min-width:768px) {
  .md\:border-solid {
    border-style: solid !important
  }

  .md\:border-dashed {
    border-style: dashed !important
  }

  .md\:border-dotted {
    border-style: dotted !important
  }

  .md\:border-double {
    border-style: double !important
  }
}

@media screen and (min-width:992px) {
  .lg\:border-solid {
    border-style: solid !important
  }

  .lg\:border-dashed {
    border-style: dashed !important
  }

  .lg\:border-dotted {
    border-style: dotted !important
  }

  .lg\:border-double {
    border-style: double !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:border-solid {
    border-style: solid !important
  }

  .xl\:border-dashed {
    border-style: dashed !important
  }

  .xl\:border-dotted {
    border-style: dotted !important
  }

  .xl\:border-double {
    border-style: double !important
  }
}

.border-noround {
  border-radius: 0 !important
}

.border-round,
.cardbox-content {
  border-radius: var(--border-radius) !important
}

.border-round-xs {
  border-radius: .125rem !important
}

.border-round-sm,
.checkbox-group-input,
.checkbox-input,
.table-checkbox,
.table-small-checkbox {
  border-radius: .25rem !important
}

.border-round-md,
.table-select,
.table-small-select,
.table-small-text,
.table-text {
  border-radius: .375rem !important
}

.border-round-lg,
.sitemap-block {
  border-radius: .5rem !important
}

.border-round-xl {
  border-radius: .75rem !important
}

#login-layout,
.border-round-2xl,
.table-button,
.table-small-button,
.table-small-button-top {
  border-radius: 1rem !important
}

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

.border-circle,
.step-number,
.step-number1 {
  border-radius: 50% !important
}

@media screen and (min-width:576px) {
  .sm\:border-noround {
    border-radius: 0 !important
  }

  .sm\:border-round {
    border-radius: var(--border-radius) !important
  }

  .sm\:border-round-xs {
    border-radius: .125rem !important
  }

  .sm\:border-round-sm {
    border-radius: .25rem !important
  }

  .sm\:border-round-md {
    border-radius: .375rem !important
  }

  .sm\:border-round-lg {
    border-radius: .5rem !important
  }

  .sm\:border-round-xl {
    border-radius: .75rem !important
  }

  .sm\:border-round-2xl {
    border-radius: 1rem !important
  }

  .sm\:border-round-3xl {
    border-radius: 1.5rem !important
  }

  .sm\:border-circle {
    border-radius: 50% !important
  }
}

@media screen and (min-width:768px) {
  .md\:border-noround {
    border-radius: 0 !important
  }

  .md\:border-round {
    border-radius: var(--border-radius) !important
  }

  .md\:border-round-xs {
    border-radius: .125rem !important
  }

  .md\:border-round-sm {
    border-radius: .25rem !important
  }

  .md\:border-round-md {
    border-radius: .375rem !important
  }

  .md\:border-round-lg {
    border-radius: .5rem !important
  }

  .md\:border-round-xl {
    border-radius: .75rem !important
  }

  .md\:border-round-2xl {
    border-radius: 1rem !important
  }

  .md\:border-round-3xl {
    border-radius: 1.5rem !important
  }

  .md\:border-circle {
    border-radius: 50% !important
  }
}

@media screen and (min-width:992px) {
  .lg\:border-noround {
    border-radius: 0 !important
  }

  .lg\:border-round {
    border-radius: var(--border-radius) !important
  }

  .lg\:border-round-xs {
    border-radius: .125rem !important
  }

  .lg\:border-round-sm {
    border-radius: .25rem !important
  }

  .lg\:border-round-md {
    border-radius: .375rem !important
  }

  .lg\:border-round-lg {
    border-radius: .5rem !important
  }

  .lg\:border-round-xl {
    border-radius: .75rem !important
  }

  .lg\:border-round-2xl {
    border-radius: 1rem !important
  }

  .lg\:border-round-3xl {
    border-radius: 1.5rem !important
  }

  .lg\:border-circle {
    border-radius: 50% !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:border-noround {
    border-radius: 0 !important
  }

  .xl\:border-round {
    border-radius: var(--border-radius) !important
  }

  .xl\:border-round-xs {
    border-radius: .125rem !important
  }

  .xl\:border-round-sm {
    border-radius: .25rem !important
  }

  .xl\:border-round-md {
    border-radius: .375rem !important
  }

  .xl\:border-round-lg {
    border-radius: .5rem !important
  }

  .xl\:border-round-xl {
    border-radius: .75rem !important
  }

  .xl\:border-round-2xl {
    border-radius: 1rem !important
  }

  .xl\:border-round-3xl {
    border-radius: 1.5rem !important
  }

  .xl\:border-circle {
    border-radius: 50% !important
  }
}

.border-noround-left {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important
}

.border-noround-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.border-noround-right {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.border-noround-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.border-round-left {
  border-bottom-left-radius: var(--border-radius) !important
}

.border-round-left,
.border-round-top {
  border-top-left-radius: var(--border-radius) !important
}

.border-round-right,
.border-round-top {
  border-top-right-radius: var(--border-radius) !important
}

.border-round-bottom,
.border-round-right {
  border-bottom-right-radius: var(--border-radius) !important
}

.border-round-bottom {
  border-bottom-left-radius: var(--border-radius) !important
}

.border-round-left-xs {
  border-bottom-left-radius: .125rem !important;
  border-top-left-radius: .125rem !important
}

.border-round-top-xs {
  border-top-left-radius: .125rem !important;
  border-top-right-radius: .125rem !important
}

.border-round-right-xs {
  border-bottom-right-radius: .125rem !important;
  border-top-right-radius: .125rem !important
}

.border-round-bottom-xs {
  border-bottom-left-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important
}

.border-round-left-sm {
  border-bottom-left-radius: .25rem !important;
  border-top-left-radius: .25rem !important
}

.border-round-top-sm {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.border-round-right-sm {
  border-bottom-right-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.border-round-bottom-sm {
  border-bottom-left-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.border-round-left-md {
  border-bottom-left-radius: .375rem !important;
  border-top-left-radius: .375rem !important
}

.border-round-top-md {
  border-top-left-radius: .375rem !important;
  border-top-right-radius: .375rem !important
}

.border-round-right-md {
  border-bottom-right-radius: .375rem !important;
  border-top-right-radius: .375rem !important
}

.border-round-bottom-md,
.card-content,
.term-base {
  border-bottom-left-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important
}

.border-round-left-lg {
  border-bottom-left-radius: .5rem !important;
  border-top-left-radius: .5rem !important
}

.border-round-top-lg {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important
}

.border-round-right-lg {
  border-bottom-right-radius: .5rem !important;
  border-top-right-radius: .5rem !important
}

.border-round-bottom-lg {
  border-bottom-left-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important
}

.border-round-left-xl {
  border-bottom-left-radius: .75rem !important;
  border-top-left-radius: .75rem !important
}

.border-round-top-xl {
  border-top-left-radius: .75rem !important;
  border-top-right-radius: .75rem !important
}

.border-round-right-xl {
  border-bottom-right-radius: .75rem !important;
  border-top-right-radius: .75rem !important
}

.border-round-bottom-xl {
  border-bottom-left-radius: .75rem !important;
  border-bottom-right-radius: .75rem !important
}

.border-round-left-2xl {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important
}

.border-round-top-2xl,
.tabbar-base-header {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important
}

.border-round-right-2xl {
  border-bottom-right-radius: 1rem !important;
  border-top-right-radius: 1rem !important
}

.border-round-bottom-2xl {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important
}

.border-round-left-3xl {
  border-bottom-left-radius: 1.5rem !important;
  border-top-left-radius: 1.5rem !important
}

.border-round-top-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important
}

.border-round-right-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important
}

.border-round-bottom-3xl {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important
}

.border-circle-left {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important
}

.border-circle-top {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important
}

.border-circle-right {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important
}

.border-circle-bottom {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important
}

@media screen and (min-width:576px) {
  .sm\:border-noround-left {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }

  .sm\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .sm\:border-noround-right {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .sm\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .sm\:border-round-left {
    border-bottom-left-radius: var(--border-radius) !important
  }

  .sm\:border-round-left,
  .sm\:border-round-top {
    border-top-left-radius: var(--border-radius) !important
  }

  .sm\:border-round-right,
  .sm\:border-round-top {
    border-top-right-radius: var(--border-radius) !important
  }

  .sm\:border-round-bottom,
  .sm\:border-round-right {
    border-bottom-right-radius: var(--border-radius) !important
  }

  .sm\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important
  }

  .sm\:border-round-left-xs {
    border-bottom-left-radius: .125rem !important;
    border-top-left-radius: .125rem !important
  }

  .sm\:border-round-top-xs {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important
  }

  .sm\:border-round-right-xs {
    border-bottom-right-radius: .125rem !important;
    border-top-right-radius: .125rem !important
  }

  .sm\:border-round-bottom-xs {
    border-bottom-left-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important
  }

  .sm\:border-round-left-sm {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
  }

  .sm\:border-round-top-sm {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .sm\:border-round-right-sm {
    border-bottom-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .sm\:border-round-bottom-sm {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .sm\:border-round-left-md {
    border-bottom-left-radius: .375rem !important;
    border-top-left-radius: .375rem !important
  }

  .sm\:border-round-top-md {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .sm\:border-round-right-md {
    border-bottom-right-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .sm\:border-round-bottom-md {
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .sm\:border-round-left-lg {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important
  }

  .sm\:border-round-top-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }

  .sm\:border-round-right-lg {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }

  .sm\:border-round-bottom-lg {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
  }

  .sm\:border-round-left-xl {
    border-bottom-left-radius: .75rem !important;
    border-top-left-radius: .75rem !important
  }

  .sm\:border-round-top-xl {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important
  }

  .sm\:border-round-right-xl {
    border-bottom-right-radius: .75rem !important;
    border-top-right-radius: .75rem !important
  }

  .sm\:border-round-bottom-xl {
    border-bottom-left-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important
  }

  .sm\:border-round-left-2xl {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important
  }

  .sm\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important
  }

  .sm\:border-round-right-2xl {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important
  }

  .sm\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
  }

  .sm\:border-round-left-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important
  }

  .sm\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
  }

  .sm\:border-round-right-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
  }

  .sm\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important
  }

  .sm\:border-circle-left {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }

  .sm\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
  }

  .sm\:border-circle-right {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
  }

  .sm\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
}

@media screen and (min-width:768px) {
  .md\:border-noround-left {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }

  .md\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .md\:border-noround-right {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .md\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .md\:border-round-left {
    border-bottom-left-radius: var(--border-radius) !important
  }

  .md\:border-round-left,
  .md\:border-round-top {
    border-top-left-radius: var(--border-radius) !important
  }

  .md\:border-round-right,
  .md\:border-round-top {
    border-top-right-radius: var(--border-radius) !important
  }

  .md\:border-round-bottom,
  .md\:border-round-right {
    border-bottom-right-radius: var(--border-radius) !important
  }

  .md\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important
  }

  .md\:border-round-left-xs {
    border-bottom-left-radius: .125rem !important;
    border-top-left-radius: .125rem !important
  }

  .md\:border-round-top-xs {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important
  }

  .md\:border-round-right-xs {
    border-bottom-right-radius: .125rem !important;
    border-top-right-radius: .125rem !important
  }

  .md\:border-round-bottom-xs {
    border-bottom-left-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important
  }

  .md\:border-round-left-sm {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
  }

  .md\:border-round-top-sm {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .md\:border-round-right-sm {
    border-bottom-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .md\:border-round-bottom-sm {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .md\:border-round-left-md {
    border-bottom-left-radius: .375rem !important;
    border-top-left-radius: .375rem !important
  }

  .md\:border-round-top-md {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .md\:border-round-right-md {
    border-bottom-right-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .md\:border-round-bottom-md {
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .md\:border-round-left-lg {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important
  }

  .md\:border-round-top-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }

  .md\:border-round-right-lg {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }

  .md\:border-round-bottom-lg {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
  }

  .md\:border-round-left-xl {
    border-bottom-left-radius: .75rem !important;
    border-top-left-radius: .75rem !important
  }

  .md\:border-round-top-xl {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important
  }

  .md\:border-round-right-xl {
    border-bottom-right-radius: .75rem !important;
    border-top-right-radius: .75rem !important
  }

  .md\:border-round-bottom-xl {
    border-bottom-left-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important
  }

  .md\:border-round-left-2xl {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important
  }

  .md\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important
  }

  .md\:border-round-right-2xl {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important
  }

  .md\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
  }

  .md\:border-round-left-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important
  }

  .md\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
  }

  .md\:border-round-right-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
  }

  .md\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important
  }

  .md\:border-circle-left {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }

  .md\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
  }

  .md\:border-circle-right {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
  }

  .md\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
}

@media screen and (min-width:992px) {
  .lg\:border-noround-left {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }

  .lg\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .lg\:border-noround-right {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .lg\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .lg\:border-round-left {
    border-bottom-left-radius: var(--border-radius) !important
  }

  .lg\:border-round-left,
  .lg\:border-round-top {
    border-top-left-radius: var(--border-radius) !important
  }

  .lg\:border-round-right,
  .lg\:border-round-top {
    border-top-right-radius: var(--border-radius) !important
  }

  .lg\:border-round-bottom,
  .lg\:border-round-right {
    border-bottom-right-radius: var(--border-radius) !important
  }

  .lg\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important
  }

  .lg\:border-round-left-xs {
    border-bottom-left-radius: .125rem !important;
    border-top-left-radius: .125rem !important
  }

  .lg\:border-round-top-xs {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important
  }

  .lg\:border-round-right-xs {
    border-bottom-right-radius: .125rem !important;
    border-top-right-radius: .125rem !important
  }

  .lg\:border-round-bottom-xs {
    border-bottom-left-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important
  }

  .lg\:border-round-left-sm {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
  }

  .lg\:border-round-top-sm {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .lg\:border-round-right-sm {
    border-bottom-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .lg\:border-round-bottom-sm {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .lg\:border-round-left-md {
    border-bottom-left-radius: .375rem !important;
    border-top-left-radius: .375rem !important
  }

  .lg\:border-round-top-md {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .lg\:border-round-right-md {
    border-bottom-right-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .lg\:border-round-bottom-md {
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .lg\:border-round-left-lg {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important
  }

  .lg\:border-round-top-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }

  .lg\:border-round-right-lg {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }

  .lg\:border-round-bottom-lg {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
  }

  .lg\:border-round-left-xl {
    border-bottom-left-radius: .75rem !important;
    border-top-left-radius: .75rem !important
  }

  .lg\:border-round-top-xl {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important
  }

  .lg\:border-round-right-xl {
    border-bottom-right-radius: .75rem !important;
    border-top-right-radius: .75rem !important
  }

  .lg\:border-round-bottom-xl {
    border-bottom-left-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important
  }

  .lg\:border-round-left-2xl {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important
  }

  .lg\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important
  }

  .lg\:border-round-right-2xl {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important
  }

  .lg\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
  }

  .lg\:border-round-left-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important
  }

  .lg\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
  }

  .lg\:border-round-right-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
  }

  .lg\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important
  }

  .lg\:border-circle-left {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }

  .lg\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
  }

  .lg\:border-circle-right {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
  }

  .lg\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:border-noround-left {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }

  .xl\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .xl\:border-noround-right {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .xl\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .xl\:border-round-left {
    border-bottom-left-radius: var(--border-radius) !important
  }

  .xl\:border-round-left,
  .xl\:border-round-top {
    border-top-left-radius: var(--border-radius) !important
  }

  .xl\:border-round-right,
  .xl\:border-round-top {
    border-top-right-radius: var(--border-radius) !important
  }

  .xl\:border-round-bottom,
  .xl\:border-round-right {
    border-bottom-right-radius: var(--border-radius) !important
  }

  .xl\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important
  }

  .xl\:border-round-left-xs {
    border-bottom-left-radius: .125rem !important;
    border-top-left-radius: .125rem !important
  }

  .xl\:border-round-top-xs {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important
  }

  .xl\:border-round-right-xs {
    border-bottom-right-radius: .125rem !important;
    border-top-right-radius: .125rem !important
  }

  .xl\:border-round-bottom-xs {
    border-bottom-left-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important
  }

  .xl\:border-round-left-sm {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
  }

  .xl\:border-round-top-sm {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .xl\:border-round-right-sm {
    border-bottom-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .xl\:border-round-bottom-sm {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .xl\:border-round-left-md {
    border-bottom-left-radius: .375rem !important;
    border-top-left-radius: .375rem !important
  }

  .xl\:border-round-top-md {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .xl\:border-round-right-md {
    border-bottom-right-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .xl\:border-round-bottom-md {
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .xl\:border-round-left-lg {
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important
  }

  .xl\:border-round-top-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }

  .xl\:border-round-right-lg {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }

  .xl\:border-round-bottom-lg {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
  }

  .xl\:border-round-left-xl {
    border-bottom-left-radius: .75rem !important;
    border-top-left-radius: .75rem !important
  }

  .xl\:border-round-top-xl {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important
  }

  .xl\:border-round-right-xl {
    border-bottom-right-radius: .75rem !important;
    border-top-right-radius: .75rem !important
  }

  .xl\:border-round-bottom-xl {
    border-bottom-left-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important
  }

  .xl\:border-round-left-2xl {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important
  }

  .xl\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important
  }

  .xl\:border-round-right-2xl {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important
  }

  .xl\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
  }

  .xl\:border-round-left-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important
  }

  .xl\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
  }

  .xl\:border-round-right-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important
  }

  .xl\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important
  }

  .xl\:border-circle-left {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }

  .xl\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
  }

  .xl\:border-circle-right {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
  }

  .xl\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
}

.base-radio-group-column,
.card-title-div,
.checkbox-group-base,
.checkbox-group-column,
.checkbox-group-row,
.loan-full,
.no-data,
.phone-transfer-full,
.table,
.w-full {
  width: 100% !important
}

.w-screen {
  width: 100vw !important
}

.w-auto {
  width: auto !important
}

.w-1 {
  width: 8.3333% !important
}

.w-2 {
  width: 16.6667% !important
}

.w-3 {
  width: 25% !important
}

.w-4 {
  width: 33.3333% !important
}

.w-5 {
  width: 41.6667% !important
}

.tabbar-base-header,
.w-6 {
  width: 50% !important
}

.w-7 {
  width: 58.3333% !important
}

.w-8 {
  width: 66.6667% !important
}

.w-9 {
  width: 75% !important
}

.agreed-enter-div,
.tabbar-header-card,
.w-10 {
  width: 83.3333% !important
}

.w-11 {
  width: 91.6667% !important
}

.w-12 {
  width: 100% !important
}

.w-min {
  width: min-content !important
}

.w-max {
  width: max-content !important
}

.w-fit {
  width: fit-content !important
}

.w-1rem {
  width: 1rem !important
}

.w-2rem {
  width: 2rem !important
}

.w-3rem {
  width: 3rem !important
}

.w-4rem {
  width: 4rem !important
}

.w-5rem {
  width: 5rem !important
}

.w-6rem {
  width: 6rem !important
}

.w-7rem {
  width: 7rem !important
}

.w-8rem {
  width: 8rem !important
}

.w-9rem {
  width: 9rem !important
}

.w-10rem {
  width: 10rem !important
}

.w-11rem {
  width: 11rem !important
}

.w-12rem {
  width: 12rem !important
}

.w-13rem {
  width: 13rem !important
}

.w-14rem {
  width: 14rem !important
}

.w-15rem {
  width: 15rem !important
}

.w-16rem {
  width: 16rem !important
}

.w-17rem {
  width: 17rem !important
}

.w-18rem {
  width: 18rem !important
}

.w-19rem {
  width: 19rem !important
}

.w-20rem {
  width: 20rem !important
}

.w-21rem {
  width: 21rem !important
}

.w-22rem {
  width: 22rem !important
}

.w-23rem {
  width: 23rem !important
}

.w-24rem {
  width: 24rem !important
}

.w-25rem {
  width: 25rem !important
}

.w-26rem {
  width: 26rem !important
}

.w-27rem {
  width: 27rem !important
}

.w-28rem {
  width: 28rem !important
}

.w-29rem {
  width: 29rem !important
}

.w-30rem {
  width: 30rem !important
}

@media screen and (min-width:576px) {
  .sm\:w-full {
    width: 100% !important
  }

  .sm\:w-screen {
    width: 100vw !important
  }

  .sm\:w-auto {
    width: auto !important
  }

  .sm\:w-1 {
    width: 8.3333% !important
  }

  .sm\:w-2 {
    width: 16.6667% !important
  }

  .sm\:w-3 {
    width: 25% !important
  }

  .sm\:w-4 {
    width: 33.3333% !important
  }

  .sm\:w-5 {
    width: 41.6667% !important
  }

  .sm\:w-6 {
    width: 50% !important
  }

  .sm\:w-7 {
    width: 58.3333% !important
  }

  .sm\:w-8 {
    width: 66.6667% !important
  }

  .sm\:w-9 {
    width: 75% !important
  }

  .sm\:w-10 {
    width: 83.3333% !important
  }

  .sm\:w-11 {
    width: 91.6667% !important
  }

  .sm\:w-12 {
    width: 100% !important
  }

  .sm\:w-min {
    width: min-content !important
  }

  .sm\:w-max {
    width: max-content !important
  }

  .sm\:w-fit {
    width: fit-content !important
  }

  .sm\:w-1rem {
    width: 1rem !important
  }

  .sm\:w-2rem {
    width: 2rem !important
  }

  .sm\:w-3rem {
    width: 3rem !important
  }

  .sm\:w-4rem {
    width: 4rem !important
  }

  .sm\:w-5rem {
    width: 5rem !important
  }

  .sm\:w-6rem {
    width: 6rem !important
  }

  .sm\:w-7rem {
    width: 7rem !important
  }

  .sm\:w-8rem {
    width: 8rem !important
  }

  .sm\:w-9rem {
    width: 9rem !important
  }

  .sm\:w-10rem {
    width: 10rem !important
  }

  .sm\:w-11rem {
    width: 11rem !important
  }

  .sm\:w-12rem {
    width: 12rem !important
  }

  .sm\:w-13rem {
    width: 13rem !important
  }

  .sm\:w-14rem {
    width: 14rem !important
  }

  .sm\:w-15rem {
    width: 15rem !important
  }

  .sm\:w-16rem {
    width: 16rem !important
  }

  .sm\:w-17rem {
    width: 17rem !important
  }

  .sm\:w-18rem {
    width: 18rem !important
  }

  .sm\:w-19rem {
    width: 19rem !important
  }

  .sm\:w-20rem {
    width: 20rem !important
  }

  .sm\:w-21rem {
    width: 21rem !important
  }

  .sm\:w-22rem {
    width: 22rem !important
  }

  .sm\:w-23rem {
    width: 23rem !important
  }

  .sm\:w-24rem {
    width: 24rem !important
  }

  .sm\:w-25rem {
    width: 25rem !important
  }

  .sm\:w-26rem {
    width: 26rem !important
  }

  .sm\:w-27rem {
    width: 27rem !important
  }

  .sm\:w-28rem {
    width: 28rem !important
  }

  .sm\:w-29rem {
    width: 29rem !important
  }

  .sm\:w-30rem {
    width: 30rem !important
  }
}

@media screen and (min-width:768px) {
  .md\:w-full {
    width: 100% !important
  }

  .md\:w-screen {
    width: 100vw !important
  }

  .md\:w-auto {
    width: auto !important
  }

  .md\:w-1 {
    width: 8.3333% !important
  }

  .md\:w-2 {
    width: 16.6667% !important
  }

  .md\:w-3 {
    width: 25% !important
  }

  .md\:w-4 {
    width: 33.3333% !important
  }

  .md\:w-5 {
    width: 41.6667% !important
  }

  .md\:w-6 {
    width: 50% !important
  }

  .md\:w-7 {
    width: 58.3333% !important
  }

  .md\:w-8 {
    width: 66.6667% !important
  }

  .md\:w-9 {
    width: 75% !important
  }

  .md\:w-10 {
    width: 83.3333% !important
  }

  .md\:w-11 {
    width: 91.6667% !important
  }

  .md\:w-12 {
    width: 100% !important
  }

  .md\:w-min {
    width: min-content !important
  }

  .md\:w-max {
    width: max-content !important
  }

  .md\:w-fit {
    width: fit-content !important
  }

  .md\:w-1rem {
    width: 1rem !important
  }

  .md\:w-2rem {
    width: 2rem !important
  }

  .md\:w-3rem {
    width: 3rem !important
  }

  .md\:w-4rem {
    width: 4rem !important
  }

  .md\:w-5rem {
    width: 5rem !important
  }

  .md\:w-6rem {
    width: 6rem !important
  }

  .md\:w-7rem {
    width: 7rem !important
  }

  .md\:w-8rem {
    width: 8rem !important
  }

  .md\:w-9rem {
    width: 9rem !important
  }

  .md\:w-10rem {
    width: 10rem !important
  }

  .md\:w-11rem {
    width: 11rem !important
  }

  .md\:w-12rem {
    width: 12rem !important
  }

  .md\:w-13rem {
    width: 13rem !important
  }

  .md\:w-14rem {
    width: 14rem !important
  }

  .md\:w-15rem {
    width: 15rem !important
  }

  .md\:w-16rem {
    width: 16rem !important
  }

  .md\:w-17rem {
    width: 17rem !important
  }

  .md\:w-18rem {
    width: 18rem !important
  }

  .md\:w-19rem {
    width: 19rem !important
  }

  .md\:w-20rem {
    width: 20rem !important
  }

  .md\:w-21rem {
    width: 21rem !important
  }

  .md\:w-22rem {
    width: 22rem !important
  }

  .md\:w-23rem {
    width: 23rem !important
  }

  .md\:w-24rem {
    width: 24rem !important
  }

  .md\:w-25rem {
    width: 25rem !important
  }

  .md\:w-26rem {
    width: 26rem !important
  }

  .md\:w-27rem {
    width: 27rem !important
  }

  .md\:w-28rem {
    width: 28rem !important
  }

  .md\:w-29rem {
    width: 29rem !important
  }

  .md\:w-30rem {
    width: 30rem !important
  }
}

@media screen and (min-width:992px) {
  .lg\:w-full {
    width: 100% !important
  }

  .lg\:w-screen {
    width: 100vw !important
  }

  .lg\:w-auto {
    width: auto !important
  }

  .lg\:w-1 {
    width: 8.3333% !important
  }

  .lg\:w-2 {
    width: 16.6667% !important
  }

  .lg\:w-3 {
    width: 25% !important
  }

  .lg\:w-4 {
    width: 33.3333% !important
  }

  .lg\:w-5 {
    width: 41.6667% !important
  }

  .lg\:w-6 {
    width: 50% !important
  }

  .lg\:w-7 {
    width: 58.3333% !important
  }

  .lg\:w-8 {
    width: 66.6667% !important
  }

  .lg\:w-9 {
    width: 75% !important
  }

  .lg\:w-10 {
    width: 83.3333% !important
  }

  .lg\:w-11 {
    width: 91.6667% !important
  }

  .lg\:w-12 {
    width: 100% !important
  }

  .lg\:w-min {
    width: min-content !important
  }

  .lg\:w-max {
    width: max-content !important
  }

  .lg\:w-fit {
    width: fit-content !important
  }

  .lg\:w-1rem {
    width: 1rem !important
  }

  .lg\:w-2rem {
    width: 2rem !important
  }

  .lg\:w-3rem {
    width: 3rem !important
  }

  .lg\:w-4rem {
    width: 4rem !important
  }

  .lg\:w-5rem {
    width: 5rem !important
  }

  .lg\:w-6rem {
    width: 6rem !important
  }

  .lg\:w-7rem {
    width: 7rem !important
  }

  .lg\:w-8rem {
    width: 8rem !important
  }

  .lg\:w-9rem {
    width: 9rem !important
  }

  .lg\:w-10rem {
    width: 10rem !important
  }

  .lg\:w-11rem {
    width: 11rem !important
  }

  .lg\:w-12rem {
    width: 12rem !important
  }

  .lg\:w-13rem {
    width: 13rem !important
  }

  .lg\:w-14rem {
    width: 14rem !important
  }

  .lg\:w-15rem {
    width: 15rem !important
  }

  .lg\:w-16rem {
    width: 16rem !important
  }

  .lg\:w-17rem {
    width: 17rem !important
  }

  .lg\:w-18rem {
    width: 18rem !important
  }

  .lg\:w-19rem {
    width: 19rem !important
  }

  .lg\:w-20rem {
    width: 20rem !important
  }

  .lg\:w-21rem {
    width: 21rem !important
  }

  .lg\:w-22rem {
    width: 22rem !important
  }

  .lg\:w-23rem {
    width: 23rem !important
  }

  .lg\:w-24rem {
    width: 24rem !important
  }

  .lg\:w-25rem {
    width: 25rem !important
  }

  .lg\:w-26rem {
    width: 26rem !important
  }

  .lg\:w-27rem {
    width: 27rem !important
  }

  .lg\:w-28rem {
    width: 28rem !important
  }

  .lg\:w-29rem {
    width: 29rem !important
  }

  .lg\:w-30rem {
    width: 30rem !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:w-full {
    width: 100% !important
  }

  .xl\:w-screen {
    width: 100vw !important
  }

  .xl\:w-auto {
    width: auto !important
  }

  .xl\:w-1 {
    width: 8.3333% !important
  }

  .xl\:w-2 {
    width: 16.6667% !important
  }

  .xl\:w-3 {
    width: 25% !important
  }

  .xl\:w-4 {
    width: 33.3333% !important
  }

  .xl\:w-5 {
    width: 41.6667% !important
  }

  .xl\:w-6 {
    width: 50% !important
  }

  .xl\:w-7 {
    width: 58.3333% !important
  }

  .xl\:w-8 {
    width: 66.6667% !important
  }

  .xl\:w-9 {
    width: 75% !important
  }

  .xl\:w-10 {
    width: 83.3333% !important
  }

  .xl\:w-11 {
    width: 91.6667% !important
  }

  .xl\:w-12 {
    width: 100% !important
  }

  .xl\:w-min {
    width: min-content !important
  }

  .xl\:w-max {
    width: max-content !important
  }

  .xl\:w-fit {
    width: fit-content !important
  }

  .xl\:w-1rem {
    width: 1rem !important
  }

  .xl\:w-2rem {
    width: 2rem !important
  }

  .xl\:w-3rem {
    width: 3rem !important
  }

  .xl\:w-4rem {
    width: 4rem !important
  }

  .xl\:w-5rem {
    width: 5rem !important
  }

  .xl\:w-6rem {
    width: 6rem !important
  }

  .xl\:w-7rem {
    width: 7rem !important
  }

  .xl\:w-8rem {
    width: 8rem !important
  }

  .xl\:w-9rem {
    width: 9rem !important
  }

  .xl\:w-10rem {
    width: 10rem !important
  }

  .xl\:w-11rem {
    width: 11rem !important
  }

  .xl\:w-12rem {
    width: 12rem !important
  }

  .xl\:w-13rem {
    width: 13rem !important
  }

  .xl\:w-14rem {
    width: 14rem !important
  }

  .xl\:w-15rem {
    width: 15rem !important
  }

  .xl\:w-16rem {
    width: 16rem !important
  }

  .xl\:w-17rem {
    width: 17rem !important
  }

  .xl\:w-18rem {
    width: 18rem !important
  }

  .xl\:w-19rem {
    width: 19rem !important
  }

  .xl\:w-20rem {
    width: 20rem !important
  }

  .xl\:w-21rem {
    width: 21rem !important
  }

  .xl\:w-22rem {
    width: 22rem !important
  }

  .xl\:w-23rem {
    width: 23rem !important
  }

  .xl\:w-24rem {
    width: 24rem !important
  }

  .xl\:w-25rem {
    width: 25rem !important
  }

  .xl\:w-26rem {
    width: 26rem !important
  }

  .xl\:w-27rem {
    width: 27rem !important
  }

  .xl\:w-28rem {
    width: 28rem !important
  }

  .xl\:w-29rem {
    width: 29rem !important
  }

  .xl\:w-30rem {
    width: 30rem !important
  }
}

.cardbox-content,
.h-full {
  height: 100% !important
}

.h-screen {
  height: 100vh !important
}

.h-auto {
  height: auto !important
}

.h-min {
  height: min-content !important
}

.h-max {
  height: max-content !important
}

.h-fit {
  height: fit-content !important
}

.h-1rem {
  height: 1rem !important
}

.datepicker,
.h-2rem,
.tabbar-base-header,
.table-small-button,
.table-small-button-top {
  height: 2rem !important
}

.h-3rem,
.select,
.select-short,
.table-page,
.table-select,
.table-small-select,
.table-small-text,
.table-text {
  height: 3rem !important
}

.h-4rem,
.header-content-left,
.header-content-right {
  height: 4rem !important
}

.h-5rem {
  height: 5rem !important
}

.h-6rem {
  height: 6rem !important
}

.h-7rem {
  height: 7rem !important
}

.h-8rem {
  height: 8rem !important
}

.h-9rem {
  height: 9rem !important
}

.h-10rem {
  height: 10rem !important
}

.h-11rem {
  height: 11rem !important
}

.h-12rem {
  height: 12rem !important
}

.h-13rem {
  height: 13rem !important
}

.h-14rem {
  height: 14rem !important
}

.h-15rem {
  height: 15rem !important
}

.h-16rem {
  height: 16rem !important
}

.h-17rem {
  height: 17rem !important
}

.h-18rem {
  height: 18rem !important
}

.h-19rem {
  height: 19rem !important
}

.h-20rem {
  height: 20rem !important
}

.h-21rem {
  height: 21rem !important
}

.h-22rem {
  height: 22rem !important
}

.h-23rem {
  height: 23rem !important
}

.h-24rem {
  height: 24rem !important
}

.h-25rem {
  height: 25rem !important
}

.h-26rem {
  height: 26rem !important
}

.h-27rem {
  height: 27rem !important
}

.h-28rem {
  height: 28rem !important
}

.h-29rem {
  height: 29rem !important
}

.h-30rem {
  height: 30rem !important
}

@media screen and (min-width:576px) {
  .sm\:h-full {
    height: 100% !important
  }

  .sm\:h-screen {
    height: 100vh !important
  }

  .sm\:h-auto {
    height: auto !important
  }

  .sm\:h-min {
    height: min-content !important
  }

  .sm\:h-max {
    height: max-content !important
  }

  .sm\:h-fit {
    height: fit-content !important
  }

  .sm\:h-1rem {
    height: 1rem !important
  }

  .sm\:h-2rem {
    height: 2rem !important
  }

  .sm\:h-3rem {
    height: 3rem !important
  }

  .sm\:h-4rem {
    height: 4rem !important
  }

  .sm\:h-5rem {
    height: 5rem !important
  }

  .sm\:h-6rem {
    height: 6rem !important
  }

  .sm\:h-7rem {
    height: 7rem !important
  }

  .sm\:h-8rem {
    height: 8rem !important
  }

  .sm\:h-9rem {
    height: 9rem !important
  }

  .sm\:h-10rem {
    height: 10rem !important
  }

  .sm\:h-11rem {
    height: 11rem !important
  }

  .sm\:h-12rem {
    height: 12rem !important
  }

  .sm\:h-13rem {
    height: 13rem !important
  }

  .sm\:h-14rem {
    height: 14rem !important
  }

  .sm\:h-15rem {
    height: 15rem !important
  }

  .sm\:h-16rem {
    height: 16rem !important
  }

  .sm\:h-17rem {
    height: 17rem !important
  }

  .sm\:h-18rem {
    height: 18rem !important
  }

  .sm\:h-19rem {
    height: 19rem !important
  }

  .sm\:h-20rem {
    height: 20rem !important
  }

  .sm\:h-21rem {
    height: 21rem !important
  }

  .sm\:h-22rem {
    height: 22rem !important
  }

  .sm\:h-23rem {
    height: 23rem !important
  }

  .sm\:h-24rem {
    height: 24rem !important
  }

  .sm\:h-25rem {
    height: 25rem !important
  }

  .sm\:h-26rem {
    height: 26rem !important
  }

  .sm\:h-27rem {
    height: 27rem !important
  }

  .sm\:h-28rem {
    height: 28rem !important
  }

  .sm\:h-29rem {
    height: 29rem !important
  }

  .sm\:h-30rem {
    height: 30rem !important
  }
}

@media screen and (min-width:768px) {
  .md\:h-full {
    height: 100% !important
  }

  .md\:h-screen {
    height: 100vh !important
  }

  .md\:h-auto {
    height: auto !important
  }

  .md\:h-min {
    height: min-content !important
  }

  .md\:h-max {
    height: max-content !important
  }

  .md\:h-fit {
    height: fit-content !important
  }

  .md\:h-1rem {
    height: 1rem !important
  }

  .md\:h-2rem {
    height: 2rem !important
  }

  .md\:h-3rem {
    height: 3rem !important
  }

  .md\:h-4rem {
    height: 4rem !important
  }

  .md\:h-5rem {
    height: 5rem !important
  }

  .md\:h-6rem {
    height: 6rem !important
  }

  .md\:h-7rem {
    height: 7rem !important
  }

  .md\:h-8rem {
    height: 8rem !important
  }

  .md\:h-9rem {
    height: 9rem !important
  }

  .md\:h-10rem {
    height: 10rem !important
  }

  .md\:h-11rem {
    height: 11rem !important
  }

  .md\:h-12rem {
    height: 12rem !important
  }

  .md\:h-13rem {
    height: 13rem !important
  }

  .md\:h-14rem {
    height: 14rem !important
  }

  .md\:h-15rem {
    height: 15rem !important
  }

  .md\:h-16rem {
    height: 16rem !important
  }

  .md\:h-17rem {
    height: 17rem !important
  }

  .md\:h-18rem {
    height: 18rem !important
  }

  .md\:h-19rem {
    height: 19rem !important
  }

  .md\:h-20rem {
    height: 20rem !important
  }

  .md\:h-21rem {
    height: 21rem !important
  }

  .md\:h-22rem {
    height: 22rem !important
  }

  .md\:h-23rem {
    height: 23rem !important
  }

  .md\:h-24rem {
    height: 24rem !important
  }

  .md\:h-25rem {
    height: 25rem !important
  }

  .md\:h-26rem {
    height: 26rem !important
  }

  .md\:h-27rem {
    height: 27rem !important
  }

  .md\:h-28rem {
    height: 28rem !important
  }

  .md\:h-29rem {
    height: 29rem !important
  }

  .md\:h-30rem {
    height: 30rem !important
  }
}

@media screen and (min-width:992px) {
  .lg\:h-full {
    height: 100% !important
  }

  .lg\:h-screen {
    height: 100vh !important
  }

  .lg\:h-auto {
    height: auto !important
  }

  .lg\:h-min {
    height: min-content !important
  }

  .lg\:h-max {
    height: max-content !important
  }

  .lg\:h-fit {
    height: fit-content !important
  }

  .lg\:h-1rem {
    height: 1rem !important
  }

  .lg\:h-2rem {
    height: 2rem !important
  }

  .lg\:h-3rem {
    height: 3rem !important
  }

  .lg\:h-4rem {
    height: 4rem !important
  }

  .lg\:h-5rem {
    height: 5rem !important
  }

  .lg\:h-6rem {
    height: 6rem !important
  }

  .lg\:h-7rem {
    height: 7rem !important
  }

  .lg\:h-8rem {
    height: 8rem !important
  }

  .lg\:h-9rem {
    height: 9rem !important
  }

  .lg\:h-10rem {
    height: 10rem !important
  }

  .lg\:h-11rem {
    height: 11rem !important
  }

  .lg\:h-12rem {
    height: 12rem !important
  }

  .lg\:h-13rem {
    height: 13rem !important
  }

  .lg\:h-14rem {
    height: 14rem !important
  }

  .lg\:h-15rem {
    height: 15rem !important
  }

  .lg\:h-16rem {
    height: 16rem !important
  }

  .lg\:h-17rem {
    height: 17rem !important
  }

  .lg\:h-18rem {
    height: 18rem !important
  }

  .lg\:h-19rem {
    height: 19rem !important
  }

  .lg\:h-20rem {
    height: 20rem !important
  }

  .lg\:h-21rem {
    height: 21rem !important
  }

  .lg\:h-22rem {
    height: 22rem !important
  }

  .lg\:h-23rem {
    height: 23rem !important
  }

  .lg\:h-24rem {
    height: 24rem !important
  }

  .lg\:h-25rem {
    height: 25rem !important
  }

  .lg\:h-26rem {
    height: 26rem !important
  }

  .lg\:h-27rem {
    height: 27rem !important
  }

  .lg\:h-28rem {
    height: 28rem !important
  }

  .lg\:h-29rem {
    height: 29rem !important
  }

  .lg\:h-30rem {
    height: 30rem !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:h-full {
    height: 100% !important
  }

  .xl\:h-screen {
    height: 100vh !important
  }

  .xl\:h-auto {
    height: auto !important
  }

  .xl\:h-min {
    height: min-content !important
  }

  .xl\:h-max {
    height: max-content !important
  }

  .xl\:h-fit {
    height: fit-content !important
  }

  .xl\:h-1rem {
    height: 1rem !important
  }

  .xl\:h-2rem {
    height: 2rem !important
  }

  .xl\:h-3rem {
    height: 3rem !important
  }

  .xl\:h-4rem {
    height: 4rem !important
  }

  .xl\:h-5rem {
    height: 5rem !important
  }

  .xl\:h-6rem {
    height: 6rem !important
  }

  .xl\:h-7rem {
    height: 7rem !important
  }

  .xl\:h-8rem {
    height: 8rem !important
  }

  .xl\:h-9rem {
    height: 9rem !important
  }

  .xl\:h-10rem {
    height: 10rem !important
  }

  .xl\:h-11rem {
    height: 11rem !important
  }

  .xl\:h-12rem {
    height: 12rem !important
  }

  .xl\:h-13rem {
    height: 13rem !important
  }

  .xl\:h-14rem {
    height: 14rem !important
  }

  .xl\:h-15rem {
    height: 15rem !important
  }

  .xl\:h-16rem {
    height: 16rem !important
  }

  .xl\:h-17rem {
    height: 17rem !important
  }

  .xl\:h-18rem {
    height: 18rem !important
  }

  .xl\:h-19rem {
    height: 19rem !important
  }

  .xl\:h-20rem {
    height: 20rem !important
  }

  .xl\:h-21rem {
    height: 21rem !important
  }

  .xl\:h-22rem {
    height: 22rem !important
  }

  .xl\:h-23rem {
    height: 23rem !important
  }

  .xl\:h-24rem {
    height: 24rem !important
  }

  .xl\:h-25rem {
    height: 25rem !important
  }

  .xl\:h-26rem {
    height: 26rem !important
  }

  .xl\:h-27rem {
    height: 27rem !important
  }

  .xl\:h-28rem {
    height: 28rem !important
  }

  .xl\:h-29rem {
    height: 29rem !important
  }

  .xl\:h-30rem {
    height: 30rem !important
  }
}

.min-w-0 {
  min-width: 0 !important
}

.base-radio-group-word,
.min-w-full {
  min-width: 100% !important
}

.min-w-screen {
  min-width: 100vw !important
}

.min-w-min {
  min-width: min-content !important
}

.min-w-max {
  min-width: max-content !important
}

@media screen and (min-width:576px) {
  .sm\:min-w-0 {
    min-width: 0 !important
  }

  .sm\:min-w-full {
    min-width: 100% !important
  }

  .sm\:min-w-screen {
    min-width: 100vw !important
  }

  .sm\:min-w-min {
    min-width: min-content !important
  }

  .sm\:min-w-max {
    min-width: max-content !important
  }
}

@media screen and (min-width:768px) {
  .md\:min-w-0 {
    min-width: 0 !important
  }

  .md\:min-w-full {
    min-width: 100% !important
  }

  .md\:min-w-screen {
    min-width: 100vw !important
  }

  .md\:min-w-min {
    min-width: min-content !important
  }

  .md\:min-w-max {
    min-width: max-content !important
  }
}

@media screen and (min-width:992px) {
  .lg\:min-w-0 {
    min-width: 0 !important
  }

  .lg\:min-w-full {
    min-width: 100% !important
  }

  .lg\:min-w-screen {
    min-width: 100vw !important
  }

  .lg\:min-w-min {
    min-width: min-content !important
  }

  .lg\:min-w-max {
    min-width: max-content !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:min-w-0 {
    min-width: 0 !important
  }

  .xl\:min-w-full {
    min-width: 100% !important
  }

  .xl\:min-w-screen {
    min-width: 100vw !important
  }

  .xl\:min-w-min {
    min-width: min-content !important
  }

  .xl\:min-w-max {
    min-width: max-content !important
  }
}

.max-w-0 {
  max-width: 0 !important
}

.max-w-full {
  max-width: 100% !important
}

.max-w-screen {
  max-width: 100vw !important
}

.max-w-min {
  max-width: min-content !important
}

.max-w-max {
  max-width: max-content !important
}

.max-w-fit {
  max-width: fit-content !important
}

.max-w-1rem {
  max-width: 1rem !important
}

.max-w-2rem {
  max-width: 2rem !important
}

.max-w-3rem {
  max-width: 3rem !important
}

.max-w-4rem {
  max-width: 4rem !important
}

.max-w-5rem {
  max-width: 5rem !important
}

.max-w-6rem {
  max-width: 6rem !important
}

.max-w-7rem {
  max-width: 7rem !important
}

.max-w-8rem {
  max-width: 8rem !important
}

.max-w-9rem {
  max-width: 9rem !important
}

.max-w-10rem {
  max-width: 10rem !important
}

.max-w-11rem {
  max-width: 11rem !important
}

.max-w-12rem {
  max-width: 12rem !important
}

.max-w-13rem {
  max-width: 13rem !important
}

.max-w-14rem {
  max-width: 14rem !important
}

.max-w-15rem {
  max-width: 15rem !important
}

.max-w-16rem {
  max-width: 16rem !important
}

.max-w-17rem {
  max-width: 17rem !important
}

.max-w-18rem {
  max-width: 18rem !important
}

.max-w-19rem {
  max-width: 19rem !important
}

.max-w-20rem {
  max-width: 20rem !important
}

.max-w-21rem {
  max-width: 21rem !important
}

.max-w-22rem {
  max-width: 22rem !important
}

.max-w-23rem {
  max-width: 23rem !important
}

.max-w-24rem {
  max-width: 24rem !important
}

.max-w-25rem {
  max-width: 25rem !important
}

.max-w-26rem {
  max-width: 26rem !important
}

.max-w-27rem {
  max-width: 27rem !important
}

.max-w-28rem {
  max-width: 28rem !important
}

.max-w-29rem {
  max-width: 29rem !important
}

.max-w-30rem {
  max-width: 30rem !important
}

@media screen and (min-width:576px) {
  .sm\:max-w-0 {
    max-width: 0 !important
  }

  .sm\:max-w-full {
    max-width: 100% !important
  }

  .sm\:max-w-screen {
    max-width: 100vw !important
  }

  .sm\:max-w-min {
    max-width: min-content !important
  }

  .sm\:max-w-max {
    max-width: max-content !important
  }

  .sm\:max-w-fit {
    max-width: fit-content !important
  }

  .sm\:max-w-1rem {
    max-width: 1rem !important
  }

  .sm\:max-w-2rem {
    max-width: 2rem !important
  }

  .sm\:max-w-3rem {
    max-width: 3rem !important
  }

  .sm\:max-w-4rem {
    max-width: 4rem !important
  }

  .sm\:max-w-5rem {
    max-width: 5rem !important
  }

  .sm\:max-w-6rem {
    max-width: 6rem !important
  }

  .sm\:max-w-7rem {
    max-width: 7rem !important
  }

  .sm\:max-w-8rem {
    max-width: 8rem !important
  }

  .sm\:max-w-9rem {
    max-width: 9rem !important
  }

  .sm\:max-w-10rem {
    max-width: 10rem !important
  }

  .sm\:max-w-11rem {
    max-width: 11rem !important
  }

  .sm\:max-w-12rem {
    max-width: 12rem !important
  }

  .sm\:max-w-13rem {
    max-width: 13rem !important
  }

  .sm\:max-w-14rem {
    max-width: 14rem !important
  }

  .sm\:max-w-15rem {
    max-width: 15rem !important
  }

  .sm\:max-w-16rem {
    max-width: 16rem !important
  }

  .sm\:max-w-17rem {
    max-width: 17rem !important
  }

  .sm\:max-w-18rem {
    max-width: 18rem !important
  }

  .sm\:max-w-19rem {
    max-width: 19rem !important
  }

  .sm\:max-w-20rem {
    max-width: 20rem !important
  }

  .sm\:max-w-21rem {
    max-width: 21rem !important
  }

  .sm\:max-w-22rem {
    max-width: 22rem !important
  }

  .sm\:max-w-23rem {
    max-width: 23rem !important
  }

  .sm\:max-w-24rem {
    max-width: 24rem !important
  }

  .sm\:max-w-25rem {
    max-width: 25rem !important
  }

  .sm\:max-w-26rem {
    max-width: 26rem !important
  }

  .sm\:max-w-27rem {
    max-width: 27rem !important
  }

  .sm\:max-w-28rem {
    max-width: 28rem !important
  }

  .sm\:max-w-29rem {
    max-width: 29rem !important
  }

  .sm\:max-w-30rem {
    max-width: 30rem !important
  }
}

@media screen and (min-width:768px) {
  .md\:max-w-0 {
    max-width: 0 !important
  }

  .md\:max-w-full {
    max-width: 100% !important
  }

  .md\:max-w-screen {
    max-width: 100vw !important
  }

  .md\:max-w-min {
    max-width: min-content !important
  }

  .md\:max-w-max {
    max-width: max-content !important
  }

  .md\:max-w-fit {
    max-width: fit-content !important
  }

  .md\:max-w-1rem {
    max-width: 1rem !important
  }

  .md\:max-w-2rem {
    max-width: 2rem !important
  }

  .md\:max-w-3rem {
    max-width: 3rem !important
  }

  .md\:max-w-4rem {
    max-width: 4rem !important
  }

  .md\:max-w-5rem {
    max-width: 5rem !important
  }

  .md\:max-w-6rem {
    max-width: 6rem !important
  }

  .md\:max-w-7rem {
    max-width: 7rem !important
  }

  .md\:max-w-8rem {
    max-width: 8rem !important
  }

  .md\:max-w-9rem {
    max-width: 9rem !important
  }

  .md\:max-w-10rem {
    max-width: 10rem !important
  }

  .md\:max-w-11rem {
    max-width: 11rem !important
  }

  .md\:max-w-12rem {
    max-width: 12rem !important
  }

  .md\:max-w-13rem {
    max-width: 13rem !important
  }

  .md\:max-w-14rem {
    max-width: 14rem !important
  }

  .md\:max-w-15rem {
    max-width: 15rem !important
  }

  .md\:max-w-16rem {
    max-width: 16rem !important
  }

  .md\:max-w-17rem {
    max-width: 17rem !important
  }

  .md\:max-w-18rem {
    max-width: 18rem !important
  }

  .md\:max-w-19rem {
    max-width: 19rem !important
  }

  .md\:max-w-20rem {
    max-width: 20rem !important
  }

  .md\:max-w-21rem {
    max-width: 21rem !important
  }

  .md\:max-w-22rem {
    max-width: 22rem !important
  }

  .md\:max-w-23rem {
    max-width: 23rem !important
  }

  .md\:max-w-24rem {
    max-width: 24rem !important
  }

  .md\:max-w-25rem {
    max-width: 25rem !important
  }

  .md\:max-w-26rem {
    max-width: 26rem !important
  }

  .md\:max-w-27rem {
    max-width: 27rem !important
  }

  .md\:max-w-28rem {
    max-width: 28rem !important
  }

  .md\:max-w-29rem {
    max-width: 29rem !important
  }

  .md\:max-w-30rem {
    max-width: 30rem !important
  }
}

@media screen and (min-width:992px) {
  .lg\:max-w-0 {
    max-width: 0 !important
  }

  .lg\:max-w-full {
    max-width: 100% !important
  }

  .lg\:max-w-screen {
    max-width: 100vw !important
  }

  .lg\:max-w-min {
    max-width: min-content !important
  }

  .lg\:max-w-max {
    max-width: max-content !important
  }

  .lg\:max-w-fit {
    max-width: fit-content !important
  }

  .lg\:max-w-1rem {
    max-width: 1rem !important
  }

  .lg\:max-w-2rem {
    max-width: 2rem !important
  }

  .lg\:max-w-3rem {
    max-width: 3rem !important
  }

  .lg\:max-w-4rem {
    max-width: 4rem !important
  }

  .lg\:max-w-5rem {
    max-width: 5rem !important
  }

  .lg\:max-w-6rem {
    max-width: 6rem !important
  }

  .lg\:max-w-7rem {
    max-width: 7rem !important
  }

  .lg\:max-w-8rem {
    max-width: 8rem !important
  }

  .lg\:max-w-9rem {
    max-width: 9rem !important
  }

  .lg\:max-w-10rem {
    max-width: 10rem !important
  }

  .lg\:max-w-11rem {
    max-width: 11rem !important
  }

  .lg\:max-w-12rem {
    max-width: 12rem !important
  }

  .lg\:max-w-13rem {
    max-width: 13rem !important
  }

  .lg\:max-w-14rem {
    max-width: 14rem !important
  }

  .lg\:max-w-15rem {
    max-width: 15rem !important
  }

  .lg\:max-w-16rem {
    max-width: 16rem !important
  }

  .lg\:max-w-17rem {
    max-width: 17rem !important
  }

  .lg\:max-w-18rem {
    max-width: 18rem !important
  }

  .lg\:max-w-19rem {
    max-width: 19rem !important
  }

  .lg\:max-w-20rem {
    max-width: 20rem !important
  }

  .lg\:max-w-21rem {
    max-width: 21rem !important
  }

  .lg\:max-w-22rem {
    max-width: 22rem !important
  }

  .lg\:max-w-23rem {
    max-width: 23rem !important
  }

  .lg\:max-w-24rem {
    max-width: 24rem !important
  }

  .lg\:max-w-25rem {
    max-width: 25rem !important
  }

  .lg\:max-w-26rem {
    max-width: 26rem !important
  }

  .lg\:max-w-27rem {
    max-width: 27rem !important
  }

  .lg\:max-w-28rem {
    max-width: 28rem !important
  }

  .lg\:max-w-29rem {
    max-width: 29rem !important
  }

  .lg\:max-w-30rem {
    max-width: 30rem !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:max-w-0 {
    max-width: 0 !important
  }

  .xl\:max-w-full {
    max-width: 100% !important
  }

  .xl\:max-w-screen {
    max-width: 100vw !important
  }

  .xl\:max-w-min {
    max-width: min-content !important
  }

  .xl\:max-w-max {
    max-width: max-content !important
  }

  .xl\:max-w-fit {
    max-width: fit-content !important
  }

  .xl\:max-w-1rem {
    max-width: 1rem !important
  }

  .xl\:max-w-2rem {
    max-width: 2rem !important
  }

  .xl\:max-w-3rem {
    max-width: 3rem !important
  }

  .xl\:max-w-4rem {
    max-width: 4rem !important
  }

  .xl\:max-w-5rem {
    max-width: 5rem !important
  }

  .xl\:max-w-6rem {
    max-width: 6rem !important
  }

  .xl\:max-w-7rem {
    max-width: 7rem !important
  }

  .xl\:max-w-8rem {
    max-width: 8rem !important
  }

  .xl\:max-w-9rem {
    max-width: 9rem !important
  }

  .xl\:max-w-10rem {
    max-width: 10rem !important
  }

  .xl\:max-w-11rem {
    max-width: 11rem !important
  }

  .xl\:max-w-12rem {
    max-width: 12rem !important
  }

  .xl\:max-w-13rem {
    max-width: 13rem !important
  }

  .xl\:max-w-14rem {
    max-width: 14rem !important
  }

  .xl\:max-w-15rem {
    max-width: 15rem !important
  }

  .xl\:max-w-16rem {
    max-width: 16rem !important
  }

  .xl\:max-w-17rem {
    max-width: 17rem !important
  }

  .xl\:max-w-18rem {
    max-width: 18rem !important
  }

  .xl\:max-w-19rem {
    max-width: 19rem !important
  }

  .xl\:max-w-20rem {
    max-width: 20rem !important
  }

  .xl\:max-w-21rem {
    max-width: 21rem !important
  }

  .xl\:max-w-22rem {
    max-width: 22rem !important
  }

  .xl\:max-w-23rem {
    max-width: 23rem !important
  }

  .xl\:max-w-24rem {
    max-width: 24rem !important
  }

  .xl\:max-w-25rem {
    max-width: 25rem !important
  }

  .xl\:max-w-26rem {
    max-width: 26rem !important
  }

  .xl\:max-w-27rem {
    max-width: 27rem !important
  }

  .xl\:max-w-28rem {
    max-width: 28rem !important
  }

  .xl\:max-w-29rem {
    max-width: 29rem !important
  }

  .xl\:max-w-30rem {
    max-width: 30rem !important
  }
}

.min-h-0 {
  min-height: 0 !important
}

.min-h-full {
  min-height: 100% !important
}

.min-h-screen {
  min-height: 100vh !important
}

@media screen and (min-width:576px) {
  .sm\:min-h-0 {
    min-height: 0 !important
  }

  .sm\:min-h-full {
    min-height: 100% !important
  }

  .sm\:min-h-screen {
    min-height: 100vh !important
  }
}

@media screen and (min-width:768px) {
  .md\:min-h-0 {
    min-height: 0 !important
  }

  .md\:min-h-full {
    min-height: 100% !important
  }

  .md\:min-h-screen {
    min-height: 100vh !important
  }
}

@media screen and (min-width:992px) {
  .lg\:min-h-0 {
    min-height: 0 !important
  }

  .lg\:min-h-full {
    min-height: 100% !important
  }

  .lg\:min-h-screen {
    min-height: 100vh !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:min-h-0 {
    min-height: 0 !important
  }

  .xl\:min-h-full {
    min-height: 100% !important
  }

  .xl\:min-h-screen {
    min-height: 100vh !important
  }
}

.max-h-0 {
  max-height: 0 !important
}

.max-h-full {
  max-height: 100% !important
}

.max-h-screen {
  max-height: 100vh !important
}

.max-h-min {
  max-height: min-content !important
}

.max-h-max {
  max-height: max-content !important
}

.max-h-fit {
  max-height: fit-content !important
}

.max-h-1rem {
  max-height: 1rem !important
}

.max-h-2rem {
  max-height: 2rem !important
}

.max-h-3rem {
  max-height: 3rem !important
}

.max-h-4rem {
  max-height: 4rem !important
}

.max-h-5rem {
  max-height: 5rem !important
}

.max-h-6rem {
  max-height: 6rem !important
}

.max-h-7rem {
  max-height: 7rem !important
}

.max-h-8rem {
  max-height: 8rem !important
}

.max-h-9rem {
  max-height: 9rem !important
}

.max-h-10rem {
  max-height: 10rem !important
}

.max-h-11rem {
  max-height: 11rem !important
}

.max-h-12rem {
  max-height: 12rem !important
}

.max-h-13rem {
  max-height: 13rem !important
}

.max-h-14rem {
  max-height: 14rem !important
}

.max-h-15rem {
  max-height: 15rem !important
}

.max-h-16rem {
  max-height: 16rem !important
}

.max-h-17rem {
  max-height: 17rem !important
}

.max-h-18rem {
  max-height: 18rem !important
}

.max-h-19rem {
  max-height: 19rem !important
}

.max-h-20rem {
  max-height: 20rem !important
}

.max-h-21rem {
  max-height: 21rem !important
}

.max-h-22rem {
  max-height: 22rem !important
}

.max-h-23rem {
  max-height: 23rem !important
}

.max-h-24rem {
  max-height: 24rem !important
}

.max-h-25rem {
  max-height: 25rem !important
}

.max-h-26rem {
  max-height: 26rem !important
}

.max-h-27rem {
  max-height: 27rem !important
}

.max-h-28rem {
  max-height: 28rem !important
}

.max-h-29rem {
  max-height: 29rem !important
}

.max-h-30rem {
  max-height: 30rem !important
}

@media screen and (min-width:576px) {
  .sm\:max-h-0 {
    max-height: 0 !important
  }

  .sm\:max-h-full {
    max-height: 100% !important
  }

  .sm\:max-h-screen {
    max-height: 100vh !important
  }

  .sm\:max-h-min {
    max-height: min-content !important
  }

  .sm\:max-h-max {
    max-height: max-content !important
  }

  .sm\:max-h-fit {
    max-height: fit-content !important
  }

  .sm\:max-h-1rem {
    max-height: 1rem !important
  }

  .sm\:max-h-2rem {
    max-height: 2rem !important
  }

  .sm\:max-h-3rem {
    max-height: 3rem !important
  }

  .sm\:max-h-4rem {
    max-height: 4rem !important
  }

  .sm\:max-h-5rem {
    max-height: 5rem !important
  }

  .sm\:max-h-6rem {
    max-height: 6rem !important
  }

  .sm\:max-h-7rem {
    max-height: 7rem !important
  }

  .sm\:max-h-8rem {
    max-height: 8rem !important
  }

  .sm\:max-h-9rem {
    max-height: 9rem !important
  }

  .sm\:max-h-10rem {
    max-height: 10rem !important
  }

  .sm\:max-h-11rem {
    max-height: 11rem !important
  }

  .sm\:max-h-12rem {
    max-height: 12rem !important
  }

  .sm\:max-h-13rem {
    max-height: 13rem !important
  }

  .sm\:max-h-14rem {
    max-height: 14rem !important
  }

  .sm\:max-h-15rem {
    max-height: 15rem !important
  }

  .sm\:max-h-16rem {
    max-height: 16rem !important
  }

  .sm\:max-h-17rem {
    max-height: 17rem !important
  }

  .sm\:max-h-18rem {
    max-height: 18rem !important
  }

  .sm\:max-h-19rem {
    max-height: 19rem !important
  }

  .sm\:max-h-20rem {
    max-height: 20rem !important
  }

  .sm\:max-h-21rem {
    max-height: 21rem !important
  }

  .sm\:max-h-22rem {
    max-height: 22rem !important
  }

  .sm\:max-h-23rem {
    max-height: 23rem !important
  }

  .sm\:max-h-24rem {
    max-height: 24rem !important
  }

  .sm\:max-h-25rem {
    max-height: 25rem !important
  }

  .sm\:max-h-26rem {
    max-height: 26rem !important
  }

  .sm\:max-h-27rem {
    max-height: 27rem !important
  }

  .sm\:max-h-28rem {
    max-height: 28rem !important
  }

  .sm\:max-h-29rem {
    max-height: 29rem !important
  }

  .sm\:max-h-30rem {
    max-height: 30rem !important
  }
}

@media screen and (min-width:768px) {
  .md\:max-h-0 {
    max-height: 0 !important
  }

  .md\:max-h-full {
    max-height: 100% !important
  }

  .md\:max-h-screen {
    max-height: 100vh !important
  }

  .md\:max-h-min {
    max-height: min-content !important
  }

  .md\:max-h-max {
    max-height: max-content !important
  }

  .md\:max-h-fit {
    max-height: fit-content !important
  }

  .md\:max-h-1rem {
    max-height: 1rem !important
  }

  .md\:max-h-2rem {
    max-height: 2rem !important
  }

  .md\:max-h-3rem {
    max-height: 3rem !important
  }

  .md\:max-h-4rem {
    max-height: 4rem !important
  }

  .md\:max-h-5rem {
    max-height: 5rem !important
  }

  .md\:max-h-6rem {
    max-height: 6rem !important
  }

  .md\:max-h-7rem {
    max-height: 7rem !important
  }

  .md\:max-h-8rem {
    max-height: 8rem !important
  }

  .md\:max-h-9rem {
    max-height: 9rem !important
  }

  .md\:max-h-10rem {
    max-height: 10rem !important
  }

  .md\:max-h-11rem {
    max-height: 11rem !important
  }

  .md\:max-h-12rem {
    max-height: 12rem !important
  }

  .md\:max-h-13rem {
    max-height: 13rem !important
  }

  .md\:max-h-14rem {
    max-height: 14rem !important
  }

  .md\:max-h-15rem {
    max-height: 15rem !important
  }

  .md\:max-h-16rem {
    max-height: 16rem !important
  }

  .md\:max-h-17rem {
    max-height: 17rem !important
  }

  .md\:max-h-18rem {
    max-height: 18rem !important
  }

  .md\:max-h-19rem {
    max-height: 19rem !important
  }

  .md\:max-h-20rem {
    max-height: 20rem !important
  }

  .md\:max-h-21rem {
    max-height: 21rem !important
  }

  .md\:max-h-22rem {
    max-height: 22rem !important
  }

  .md\:max-h-23rem {
    max-height: 23rem !important
  }

  .md\:max-h-24rem {
    max-height: 24rem !important
  }

  .md\:max-h-25rem {
    max-height: 25rem !important
  }

  .md\:max-h-26rem {
    max-height: 26rem !important
  }

  .md\:max-h-27rem {
    max-height: 27rem !important
  }

  .md\:max-h-28rem {
    max-height: 28rem !important
  }

  .md\:max-h-29rem {
    max-height: 29rem !important
  }

  .md\:max-h-30rem {
    max-height: 30rem !important
  }
}

@media screen and (min-width:992px) {
  .lg\:max-h-0 {
    max-height: 0 !important
  }

  .lg\:max-h-full {
    max-height: 100% !important
  }

  .lg\:max-h-screen {
    max-height: 100vh !important
  }

  .lg\:max-h-min {
    max-height: min-content !important
  }

  .lg\:max-h-max {
    max-height: max-content !important
  }

  .lg\:max-h-fit {
    max-height: fit-content !important
  }

  .lg\:max-h-1rem {
    max-height: 1rem !important
  }

  .lg\:max-h-2rem {
    max-height: 2rem !important
  }

  .lg\:max-h-3rem {
    max-height: 3rem !important
  }

  .lg\:max-h-4rem {
    max-height: 4rem !important
  }

  .lg\:max-h-5rem {
    max-height: 5rem !important
  }

  .lg\:max-h-6rem {
    max-height: 6rem !important
  }

  .lg\:max-h-7rem {
    max-height: 7rem !important
  }

  .lg\:max-h-8rem {
    max-height: 8rem !important
  }

  .lg\:max-h-9rem {
    max-height: 9rem !important
  }

  .lg\:max-h-10rem {
    max-height: 10rem !important
  }

  .lg\:max-h-11rem {
    max-height: 11rem !important
  }

  .lg\:max-h-12rem {
    max-height: 12rem !important
  }

  .lg\:max-h-13rem {
    max-height: 13rem !important
  }

  .lg\:max-h-14rem {
    max-height: 14rem !important
  }

  .lg\:max-h-15rem {
    max-height: 15rem !important
  }

  .lg\:max-h-16rem {
    max-height: 16rem !important
  }

  .lg\:max-h-17rem {
    max-height: 17rem !important
  }

  .lg\:max-h-18rem {
    max-height: 18rem !important
  }

  .lg\:max-h-19rem {
    max-height: 19rem !important
  }

  .lg\:max-h-20rem {
    max-height: 20rem !important
  }

  .lg\:max-h-21rem {
    max-height: 21rem !important
  }

  .lg\:max-h-22rem {
    max-height: 22rem !important
  }

  .lg\:max-h-23rem {
    max-height: 23rem !important
  }

  .lg\:max-h-24rem {
    max-height: 24rem !important
  }

  .lg\:max-h-25rem {
    max-height: 25rem !important
  }

  .lg\:max-h-26rem {
    max-height: 26rem !important
  }

  .lg\:max-h-27rem {
    max-height: 27rem !important
  }

  .lg\:max-h-28rem {
    max-height: 28rem !important
  }

  .lg\:max-h-29rem {
    max-height: 29rem !important
  }

  .lg\:max-h-30rem {
    max-height: 30rem !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:max-h-0 {
    max-height: 0 !important
  }

  .xl\:max-h-full {
    max-height: 100% !important
  }

  .xl\:max-h-screen {
    max-height: 100vh !important
  }

  .xl\:max-h-min {
    max-height: min-content !important
  }

  .xl\:max-h-max {
    max-height: max-content !important
  }

  .xl\:max-h-fit {
    max-height: fit-content !important
  }

  .xl\:max-h-1rem {
    max-height: 1rem !important
  }

  .xl\:max-h-2rem {
    max-height: 2rem !important
  }

  .xl\:max-h-3rem {
    max-height: 3rem !important
  }

  .xl\:max-h-4rem {
    max-height: 4rem !important
  }

  .xl\:max-h-5rem {
    max-height: 5rem !important
  }

  .xl\:max-h-6rem {
    max-height: 6rem !important
  }

  .xl\:max-h-7rem {
    max-height: 7rem !important
  }

  .xl\:max-h-8rem {
    max-height: 8rem !important
  }

  .xl\:max-h-9rem {
    max-height: 9rem !important
  }

  .xl\:max-h-10rem {
    max-height: 10rem !important
  }

  .xl\:max-h-11rem {
    max-height: 11rem !important
  }

  .xl\:max-h-12rem {
    max-height: 12rem !important
  }

  .xl\:max-h-13rem {
    max-height: 13rem !important
  }

  .xl\:max-h-14rem {
    max-height: 14rem !important
  }

  .xl\:max-h-15rem {
    max-height: 15rem !important
  }

  .xl\:max-h-16rem {
    max-height: 16rem !important
  }

  .xl\:max-h-17rem {
    max-height: 17rem !important
  }

  .xl\:max-h-18rem {
    max-height: 18rem !important
  }

  .xl\:max-h-19rem {
    max-height: 19rem !important
  }

  .xl\:max-h-20rem {
    max-height: 20rem !important
  }

  .xl\:max-h-21rem {
    max-height: 21rem !important
  }

  .xl\:max-h-22rem {
    max-height: 22rem !important
  }

  .xl\:max-h-23rem {
    max-height: 23rem !important
  }

  .xl\:max-h-24rem {
    max-height: 24rem !important
  }

  .xl\:max-h-25rem {
    max-height: 25rem !important
  }

  .xl\:max-h-26rem {
    max-height: 26rem !important
  }

  .xl\:max-h-27rem {
    max-height: 27rem !important
  }

  .xl\:max-h-28rem {
    max-height: 28rem !important
  }

  .xl\:max-h-29rem {
    max-height: 29rem !important
  }

  .xl\:max-h-30rem {
    max-height: 30rem !important
  }
}

.static {
  position: static !important
}

.fixed {
  position: fixed !important
}

.absolute {
  position: absolute !important
}

.relative {
  position: relative !important
}

.sticky {
  position: sticky !important
}

@media screen and (min-width:576px) {
  .sm\:static {
    position: static !important
  }

  .sm\:fixed {
    position: fixed !important
  }

  .sm\:absolute {
    position: absolute !important
  }

  .sm\:relative {
    position: relative !important
  }

  .sm\:sticky {
    position: sticky !important
  }
}

@media screen and (min-width:768px) {
  .md\:static {
    position: static !important
  }

  .md\:fixed {
    position: fixed !important
  }

  .md\:absolute {
    position: absolute !important
  }

  .md\:relative {
    position: relative !important
  }

  .md\:sticky {
    position: sticky !important
  }
}

@media screen and (min-width:992px) {
  .lg\:static {
    position: static !important
  }

  .lg\:fixed {
    position: fixed !important
  }

  .lg\:absolute {
    position: absolute !important
  }

  .lg\:relative {
    position: relative !important
  }

  .lg\:sticky {
    position: sticky !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:static {
    position: static !important
  }

  .xl\:fixed {
    position: fixed !important
  }

  .xl\:absolute {
    position: absolute !important
  }

  .xl\:relative {
    position: relative !important
  }

  .xl\:sticky {
    position: sticky !important
  }
}

.top-auto {
  top: auto !important
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

@media screen and (min-width:576px) {
  .sm\:top-auto {
    top: auto !important
  }

  .sm\:top-0 {
    top: 0 !important
  }

  .sm\:top-50 {
    top: 50% !important
  }

  .sm\:top-100 {
    top: 100% !important
  }
}

@media screen and (min-width:768px) {
  .md\:top-auto {
    top: auto !important
  }

  .md\:top-0 {
    top: 0 !important
  }

  .md\:top-50 {
    top: 50% !important
  }

  .md\:top-100 {
    top: 100% !important
  }
}

@media screen and (min-width:992px) {
  .lg\:top-auto {
    top: auto !important
  }

  .lg\:top-0 {
    top: 0 !important
  }

  .lg\:top-50 {
    top: 50% !important
  }

  .lg\:top-100 {
    top: 100% !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:top-auto {
    top: auto !important
  }

  .xl\:top-0 {
    top: 0 !important
  }

  .xl\:top-50 {
    top: 50% !important
  }

  .xl\:top-100 {
    top: 100% !important
  }
}

.left-auto {
  left: auto !important
}

.left-0 {
  left: 0 !important
}

.left-50 {
  left: 50% !important
}

.left-100 {
  left: 100% !important
}

@media screen and (min-width:576px) {
  .sm\:left-auto {
    left: auto !important
  }

  .sm\:left-0 {
    left: 0 !important
  }

  .sm\:left-50 {
    left: 50% !important
  }

  .sm\:left-100 {
    left: 100% !important
  }
}

@media screen and (min-width:768px) {
  .md\:left-auto {
    left: auto !important
  }

  .md\:left-0 {
    left: 0 !important
  }

  .md\:left-50 {
    left: 50% !important
  }

  .md\:left-100 {
    left: 100% !important
  }
}

@media screen and (min-width:992px) {
  .lg\:left-auto {
    left: auto !important
  }

  .lg\:left-0 {
    left: 0 !important
  }

  .lg\:left-50 {
    left: 50% !important
  }

  .lg\:left-100 {
    left: 100% !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:left-auto {
    left: auto !important
  }

  .xl\:left-0 {
    left: 0 !important
  }

  .xl\:left-50 {
    left: 50% !important
  }

  .xl\:left-100 {
    left: 100% !important
  }
}

.right-auto {
  right: auto !important
}

.right-0 {
  right: 0 !important
}

.right-50 {
  right: 50% !important
}

.right-100 {
  right: 100% !important
}

@media screen and (min-width:576px) {
  .sm\:right-auto {
    right: auto !important
  }

  .sm\:right-0 {
    right: 0 !important
  }

  .sm\:right-50 {
    right: 50% !important
  }

  .sm\:right-100 {
    right: 100% !important
  }
}

@media screen and (min-width:768px) {
  .md\:right-auto {
    right: auto !important
  }

  .md\:right-0 {
    right: 0 !important
  }

  .md\:right-50 {
    right: 50% !important
  }

  .md\:right-100 {
    right: 100% !important
  }
}

@media screen and (min-width:992px) {
  .lg\:right-auto {
    right: auto !important
  }

  .lg\:right-0 {
    right: 0 !important
  }

  .lg\:right-50 {
    right: 50% !important
  }

  .lg\:right-100 {
    right: 100% !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:right-auto {
    right: auto !important
  }

  .xl\:right-0 {
    right: 0 !important
  }

  .xl\:right-50 {
    right: 50% !important
  }

  .xl\:right-100 {
    right: 100% !important
  }
}

.bottom-auto {
  bottom: auto !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

@media screen and (min-width:576px) {
  .sm\:bottom-auto {
    bottom: auto !important
  }

  .sm\:bottom-0 {
    bottom: 0 !important
  }

  .sm\:bottom-50 {
    bottom: 50% !important
  }

  .sm\:bottom-100 {
    bottom: 100% !important
  }
}

@media screen and (min-width:768px) {
  .md\:bottom-auto {
    bottom: auto !important
  }

  .md\:bottom-0 {
    bottom: 0 !important
  }

  .md\:bottom-50 {
    bottom: 50% !important
  }

  .md\:bottom-100 {
    bottom: 100% !important
  }
}

@media screen and (min-width:992px) {
  .lg\:bottom-auto {
    bottom: auto !important
  }

  .lg\:bottom-0 {
    bottom: 0 !important
  }

  .lg\:bottom-50 {
    bottom: 50% !important
  }

  .lg\:bottom-100 {
    bottom: 100% !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:bottom-auto {
    bottom: auto !important
  }

  .xl\:bottom-0 {
    bottom: 0 !important
  }

  .xl\:bottom-50 {
    bottom: 50% !important
  }

  .xl\:bottom-100 {
    bottom: 100% !important
  }
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll,
.term-content {
  overflow: scroll !important
}

@media screen and (min-width:576px) {
  .sm\:overflow-auto {
    overflow: auto !important
  }

  .sm\:overflow-hidden {
    overflow: hidden !important
  }

  .sm\:overflow-visible {
    overflow: visible !important
  }

  .sm\:overflow-scroll {
    overflow: scroll !important
  }
}

@media screen and (min-width:768px) {
  .md\:overflow-auto {
    overflow: auto !important
  }

  .md\:overflow-hidden {
    overflow: hidden !important
  }

  .md\:overflow-visible {
    overflow: visible !important
  }

  .md\:overflow-scroll {
    overflow: scroll !important
  }
}

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

  .lg\:overflow-hidden {
    overflow: hidden !important
  }

  .lg\:overflow-visible {
    overflow: visible !important
  }

  .lg\:overflow-scroll {
    overflow: scroll !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:overflow-auto {
    overflow: auto !important
  }

  .xl\:overflow-hidden {
    overflow: hidden !important
  }

  .xl\:overflow-visible {
    overflow: visible !important
  }

  .xl\:overflow-scroll {
    overflow: scroll !important
  }
}

.overflow-x-auto {
  overflow-x: auto !important
}

.overflow-x-hidden,
.term-content {
  overflow-x: hidden !important
}

.overflow-x-visible {
  overflow-x: visible !important
}

.overflow-x-scroll {
  overflow-x: scroll !important
}

@media screen and (min-width:576px) {
  .sm\:overflow-x-auto {
    overflow-x: auto !important
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important
  }
}

@media screen and (min-width:768px) {
  .md\:overflow-x-auto {
    overflow-x: auto !important
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important
  }
}

@media screen and (min-width:992px) {
  .lg\:overflow-x-auto {
    overflow-x: auto !important
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:overflow-x-auto {
    overflow-x: auto !important
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important
  }
}

.overflow-y-auto {
  overflow-y: auto !important
}

.overflow-y-hidden {
  overflow-y: hidden !important
}

.overflow-y-visible {
  overflow-y: visible !important
}

.overflow-y-scroll {
  overflow-y: scroll !important
}

@media screen and (min-width:576px) {
  .sm\:overflow-y-auto {
    overflow-y: auto !important
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important
  }
}

@media screen and (min-width:768px) {
  .md\:overflow-y-auto {
    overflow-y: auto !important
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important
  }
}

@media screen and (min-width:992px) {
  .lg\:overflow-y-auto {
    overflow-y: auto !important
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:overflow-y-auto {
    overflow-y: auto !important
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important
  }
}

.z-auto {
  z-index: auto !important
}

.z-0 {
  z-index: 0 !important
}

.z-1 {
  z-index: 1 !important
}

.z-2 {
  z-index: 2 !important
}

.z-3 {
  z-index: 3 !important
}

.z-4 {
  z-index: 4 !important
}

.z-5 {
  z-index: 5 !important
}

@media screen and (min-width:576px) {
  .sm\:z-auto {
    z-index: auto !important
  }

  .sm\:z-0 {
    z-index: 0 !important
  }

  .sm\:z-1 {
    z-index: 1 !important
  }

  .sm\:z-2 {
    z-index: 2 !important
  }

  .sm\:z-3 {
    z-index: 3 !important
  }

  .sm\:z-4 {
    z-index: 4 !important
  }

  .sm\:z-5 {
    z-index: 5 !important
  }
}

@media screen and (min-width:768px) {
  .md\:z-auto {
    z-index: auto !important
  }

  .md\:z-0 {
    z-index: 0 !important
  }

  .md\:z-1 {
    z-index: 1 !important
  }

  .md\:z-2 {
    z-index: 2 !important
  }

  .md\:z-3 {
    z-index: 3 !important
  }

  .md\:z-4 {
    z-index: 4 !important
  }

  .md\:z-5 {
    z-index: 5 !important
  }
}

@media screen and (min-width:992px) {
  .lg\:z-auto {
    z-index: auto !important
  }

  .lg\:z-0 {
    z-index: 0 !important
  }

  .lg\:z-1 {
    z-index: 1 !important
  }

  .lg\:z-2 {
    z-index: 2 !important
  }

  .lg\:z-3 {
    z-index: 3 !important
  }

  .lg\:z-4 {
    z-index: 4 !important
  }

  .lg\:z-5 {
    z-index: 5 !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:z-auto {
    z-index: auto !important
  }

  .xl\:z-0 {
    z-index: 0 !important
  }

  .xl\:z-1 {
    z-index: 1 !important
  }

  .xl\:z-2 {
    z-index: 2 !important
  }

  .xl\:z-3 {
    z-index: 3 !important
  }

  .xl\:z-4 {
    z-index: 4 !important
  }

  .xl\:z-5 {
    z-index: 5 !important
  }
}

.bg-repeat {
  background-repeat: repeat !important
}

.bg-no-repeat {
  background-repeat: no-repeat !important
}

.bg-repeat-x {
  background-repeat: repeat-x !important
}

.bg-repeat-y {
  background-repeat: repeat-y !important
}

.bg-repeat-round {
  background-repeat: round !important
}

.bg-repeat-space {
  background-repeat: space !important
}

@media screen and (min-width:576px) {
  .sm\:bg-repeat {
    background-repeat: repeat !important
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important
  }

  .sm\:bg-repeat-round {
    background-repeat: round !important
  }

  .sm\:bg-repeat-space {
    background-repeat: space !important
  }
}

@media screen and (min-width:768px) {
  .md\:bg-repeat {
    background-repeat: repeat !important
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important
  }

  .md\:bg-repeat-round {
    background-repeat: round !important
  }

  .md\:bg-repeat-space {
    background-repeat: space !important
  }
}

@media screen and (min-width:992px) {
  .lg\:bg-repeat {
    background-repeat: repeat !important
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important
  }

  .lg\:bg-repeat-round {
    background-repeat: round !important
  }

  .lg\:bg-repeat-space {
    background-repeat: space !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:bg-repeat {
    background-repeat: repeat !important
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important
  }

  .xl\:bg-repeat-round {
    background-repeat: round !important
  }

  .xl\:bg-repeat-space {
    background-repeat: space !important
  }
}

.bg-auto {
  background-size: auto !important
}

.bg-cover {
  background-size: cover !important
}

.bg-contain {
  background-size: contain !important
}

@media screen and (min-width:576px) {
  .sm\:bg-auto {
    background-size: auto !important
  }

  .sm\:bg-cover {
    background-size: cover !important
  }

  .sm\:bg-contain {
    background-size: contain !important
  }
}

@media screen and (min-width:768px) {
  .md\:bg-auto {
    background-size: auto !important
  }

  .md\:bg-cover {
    background-size: cover !important
  }

  .md\:bg-contain {
    background-size: contain !important
  }
}

@media screen and (min-width:992px) {
  .lg\:bg-auto {
    background-size: auto !important
  }

  .lg\:bg-cover {
    background-size: cover !important
  }

  .lg\:bg-contain {
    background-size: contain !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:bg-auto {
    background-size: auto !important
  }

  .xl\:bg-cover {
    background-size: cover !important
  }

  .xl\:bg-contain {
    background-size: contain !important
  }
}

.bg-bottom {
  background-position: bottom !important
}

.bg-center {
  background-position: 50% !important
}

.bg-left {
  background-position: 0 !important
}

.bg-left-bottom {
  background-position: 0 100% !important
}

.bg-left-top {
  background-position: 0 0 !important
}

.bg-right {
  background-position: 100% !important
}

.bg-right-bottom {
  background-position: 100% 100% !important
}

.bg-right-top {
  background-position: 100% 0 !important
}

.bg-top {
  background-position: top !important
}

@media screen and (min-width:576px) {
  .sm\:bg-bottom {
    background-position: bottom !important
  }

  .sm\:bg-center {
    background-position: 50% !important
  }

  .sm\:bg-left {
    background-position: 0 !important
  }

  .sm\:bg-left-bottom {
    background-position: 0 100% !important
  }

  .sm\:bg-left-top {
    background-position: 0 0 !important
  }

  .sm\:bg-right {
    background-position: 100% !important
  }

  .sm\:bg-right-bottom {
    background-position: 100% 100% !important
  }

  .sm\:bg-right-top {
    background-position: 100% 0 !important
  }

  .sm\:bg-top {
    background-position: top !important
  }
}

@media screen and (min-width:768px) {
  .md\:bg-bottom {
    background-position: bottom !important
  }

  .md\:bg-center {
    background-position: 50% !important
  }

  .md\:bg-left {
    background-position: 0 !important
  }

  .md\:bg-left-bottom {
    background-position: 0 100% !important
  }

  .md\:bg-left-top {
    background-position: 0 0 !important
  }

  .md\:bg-right {
    background-position: 100% !important
  }

  .md\:bg-right-bottom {
    background-position: 100% 100% !important
  }

  .md\:bg-right-top {
    background-position: 100% 0 !important
  }

  .md\:bg-top {
    background-position: top !important
  }
}

@media screen and (min-width:992px) {
  .lg\:bg-bottom {
    background-position: bottom !important
  }

  .lg\:bg-center {
    background-position: 50% !important
  }

  .lg\:bg-left {
    background-position: 0 !important
  }

  .lg\:bg-left-bottom {
    background-position: 0 100% !important
  }

  .lg\:bg-left-top {
    background-position: 0 0 !important
  }

  .lg\:bg-right {
    background-position: 100% !important
  }

  .lg\:bg-right-bottom {
    background-position: 100% 100% !important
  }

  .lg\:bg-right-top {
    background-position: 100% 0 !important
  }

  .lg\:bg-top {
    background-position: top !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:bg-bottom {
    background-position: bottom !important
  }

  .xl\:bg-center {
    background-position: 50% !important
  }

  .xl\:bg-left {
    background-position: 0 !important
  }

  .xl\:bg-left-bottom {
    background-position: 0 100% !important
  }

  .xl\:bg-left-top {
    background-position: 0 0 !important
  }

  .xl\:bg-right {
    background-position: 100% !important
  }

  .xl\:bg-right-bottom {
    background-position: 100% 100% !important
  }

  .xl\:bg-right-top {
    background-position: 100% 0 !important
  }

  .xl\:bg-top {
    background-position: top !important
  }
}

.list-none {
  list-style: none !important
}

.list-disc {
  list-style: disc !important
}

.list-decimal {
  list-style: decimal !important
}

.appearance-none {
  appearance: none !important
}

.outline-none {
  outline: none !important
}

.pointer-events-none {
  pointer-events: none !important
}

.pointer-events-auto {
  pointer-events: auto !important
}

.cursor-auto {
  cursor: auto !important
}

.cursor-pointer {
  cursor: pointer !important
}

.cursor-wait {
  cursor: wait !important
}

.cursor-move {
  cursor: move !important
}

.select-none {
  user-select: none !important
}

.select-text {
  user-select: text !important
}

.select-all {
  user-select: all !important
}

.select-auto {
  user-select: auto !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-10 {
  opacity: .1 !important
}

.opacity-20 {
  opacity: .2 !important
}

.opacity-30 {
  opacity: .3 !important
}

.opacity-40 {
  opacity: .4 !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-60 {
  opacity: .6 !important
}

.opacity-70 {
  opacity: .7 !important
}

.opacity-80 {
  opacity: .8 !important
}

.opacity-90 {
  opacity: .9 !important
}

.opacity-100 {
  opacity: 1 !important
}

.reset {
  all: unset
}

.transition-none {
  transition-property: none !important
}

.transition-all {
  transition-property: all !important
}

.transition-colors {
  transition-property: background-color, border-color, color !important
}

.transition-transform {
  transition-property: transform !important
}

.transition-duration-100 {
  transition-duration: .1s !important
}

.transition-duration-150 {
  transition-duration: .15s !important
}

.transition-duration-200 {
  transition-duration: .2s !important
}

.transition-duration-300 {
  transition-duration: .3s !important
}

.transition-duration-400 {
  transition-duration: .4s !important
}

.transition-duration-500 {
  transition-duration: .5s !important
}

.transition-duration-1000 {
  transition-duration: 1s !important
}

.transition-duration-2000 {
  transition-duration: 2s !important
}

.transition-duration-3000 {
  transition-duration: 3s !important
}

.transition-linear {
  transition-timing-function: linear !important
}

.transition-ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important
}

.transition-ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

.transition-ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.transition-delay-100 {
  transition-delay: .1s !important
}

.transition-delay-150 {
  transition-delay: .15s !important
}

.transition-delay-200 {
  transition-delay: .2s !important
}

.transition-delay-300 {
  transition-delay: .3s !important
}

.transition-delay-400 {
  transition-delay: .4s !important
}

.transition-delay-500 {
  transition-delay: .5s !important
}

.transition-delay-1000 {
  transition-delay: 1s !important
}

.translate-x-0 {
  transform: translateX(0) !important
}

.translate-x-100 {
  transform: translateX(100%) !important
}

.-translate-x-100 {
  transform: translateX(-100%) !important
}

.translate-y-0 {
  transform: translateY(0) !important
}

.translate-y-100 {
  transform: translateY(100%) !important
}

.-translate-y-100 {
  transform: translateY(-100%) !important
}

@media screen and (min-width:576px) {
  .sm\:translate-x-0 {
    transform: translateX(0) !important
  }

  .sm\:translate-x-100 {
    transform: translateX(100%) !important
  }

  .sm\:-translate-x-100 {
    transform: translateX(-100%) !important
  }

  .sm\:translate-y-0 {
    transform: translateY(0) !important
  }

  .sm\:translate-y-100 {
    transform: translateY(100%) !important
  }

  .sm\:-translate-y-100 {
    transform: translateY(-100%) !important
  }
}

@media screen and (min-width:768px) {
  .md\:translate-x-0 {
    transform: translateX(0) !important
  }

  .md\:translate-x-100 {
    transform: translateX(100%) !important
  }

  .md\:-translate-x-100 {
    transform: translateX(-100%) !important
  }

  .md\:translate-y-0 {
    transform: translateY(0) !important
  }

  .md\:translate-y-100 {
    transform: translateY(100%) !important
  }

  .md\:-translate-y-100 {
    transform: translateY(-100%) !important
  }
}

@media screen and (min-width:992px) {
  .lg\:translate-x-0 {
    transform: translateX(0) !important
  }

  .lg\:translate-x-100 {
    transform: translateX(100%) !important
  }

  .lg\:-translate-x-100 {
    transform: translateX(-100%) !important
  }

  .lg\:translate-y-0 {
    transform: translateY(0) !important
  }

  .lg\:translate-y-100 {
    transform: translateY(100%) !important
  }

  .lg\:-translate-y-100 {
    transform: translateY(-100%) !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:translate-x-0 {
    transform: translateX(0) !important
  }

  .xl\:translate-x-100 {
    transform: translateX(100%) !important
  }

  .xl\:-translate-x-100 {
    transform: translateX(-100%) !important
  }

  .xl\:translate-y-0 {
    transform: translateY(0) !important
  }

  .xl\:translate-y-100 {
    transform: translateY(100%) !important
  }

  .xl\:-translate-y-100 {
    transform: translateY(-100%) !important
  }
}

.rotate-45 {
  transform: rotate(45deg) !important
}

.-rotate-45 {
  transform: rotate(-45deg) !important
}

.rotate-90 {
  transform: rotate(90deg) !important
}

.-rotate-90 {
  transform: rotate(-90deg) !important
}

.rotate-180 {
  transform: rotate(180deg) !important
}

.-rotate-180 {
  transform: rotate(-180deg) !important
}

@media screen and (min-width:576px) {
  .sm\:rotate-45 {
    transform: rotate(45deg) !important
  }

  .sm\:-rotate-45 {
    transform: rotate(-45deg) !important
  }

  .sm\:rotate-90 {
    transform: rotate(90deg) !important
  }

  .sm\:-rotate-90 {
    transform: rotate(-90deg) !important
  }

  .sm\:rotate-180 {
    transform: rotate(180deg) !important
  }

  .sm\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
}

@media screen and (min-width:768px) {
  .md\:rotate-45 {
    transform: rotate(45deg) !important
  }

  .md\:-rotate-45 {
    transform: rotate(-45deg) !important
  }

  .md\:rotate-90 {
    transform: rotate(90deg) !important
  }

  .md\:-rotate-90 {
    transform: rotate(-90deg) !important
  }

  .md\:rotate-180 {
    transform: rotate(180deg) !important
  }

  .md\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
}

@media screen and (min-width:992px) {
  .lg\:rotate-45 {
    transform: rotate(45deg) !important
  }

  .lg\:-rotate-45 {
    transform: rotate(-45deg) !important
  }

  .lg\:rotate-90 {
    transform: rotate(90deg) !important
  }

  .lg\:-rotate-90 {
    transform: rotate(-90deg) !important
  }

  .lg\:rotate-180 {
    transform: rotate(180deg) !important
  }

  .lg\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:rotate-45 {
    transform: rotate(45deg) !important
  }

  .xl\:-rotate-45 {
    transform: rotate(-45deg) !important
  }

  .xl\:rotate-90 {
    transform: rotate(90deg) !important
  }

  .xl\:-rotate-90 {
    transform: rotate(-90deg) !important
  }

  .xl\:rotate-180 {
    transform: rotate(180deg) !important
  }

  .xl\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
}

.origin-center {
  transform-origin: center !important
}

.origin-top {
  transform-origin: top !important
}

.origin-top-right {
  transform-origin: top right !important
}

.origin-right {
  transform-origin: right !important
}

.origin-bottom-right {
  transform-origin: bottom right !important
}

.origin-bottom {
  transform-origin: bottom !important
}

.origin-bottom-left {
  transform-origin: bottom left !important
}

.origin-left {
  transform-origin: left !important
}

.origin-top-left {
  transform-origin: top-left !important
}

@media screen and (min-width:576px) {
  .sm\:origin-center {
    transform-origin: center !important
  }

  .sm\:origin-top {
    transform-origin: top !important
  }

  .sm\:origin-top-right {
    transform-origin: top right !important
  }

  .sm\:origin-right {
    transform-origin: right !important
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right !important
  }

  .sm\:origin-bottom {
    transform-origin: bottom !important
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left !important
  }

  .sm\:origin-left {
    transform-origin: left !important
  }

  .sm\:origin-top-left {
    transform-origin: top-left !important
  }
}

@media screen and (min-width:768px) {
  .md\:origin-center {
    transform-origin: center !important
  }

  .md\:origin-top {
    transform-origin: top !important
  }

  .md\:origin-top-right {
    transform-origin: top right !important
  }

  .md\:origin-right {
    transform-origin: right !important
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right !important
  }

  .md\:origin-bottom {
    transform-origin: bottom !important
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left !important
  }

  .md\:origin-left {
    transform-origin: left !important
  }

  .md\:origin-top-left {
    transform-origin: top-left !important
  }
}

@media screen and (min-width:992px) {
  .lg\:origin-center {
    transform-origin: center !important
  }

  .lg\:origin-top {
    transform-origin: top !important
  }

  .lg\:origin-top-right {
    transform-origin: top right !important
  }

  .lg\:origin-right {
    transform-origin: right !important
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right !important
  }

  .lg\:origin-bottom {
    transform-origin: bottom !important
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left !important
  }

  .lg\:origin-left {
    transform-origin: left !important
  }

  .lg\:origin-top-left {
    transform-origin: top-left !important
  }
}

@media screen and (min-width:1200px) {
  .xl\:origin-center {
    transform-origin: center !important
  }

  .xl\:origin-top {
    transform-origin: top !important
  }

  .xl\:origin-top-right {
    transform-origin: top right !important
  }

  .xl\:origin-right {
    transform-origin: right !important
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right !important
  }

  .xl\:origin-bottom {
    transform-origin: bottom !important
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left !important
  }

  .xl\:origin-left {
    transform-origin: left !important
  }

  .xl\:origin-top-left {
    transform-origin: top-left !important
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeout {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes scalein {
  0% {
    opacity: 0;
    transform: scaleY(.8);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 1;
    transform: scaleY(1)
  }
}

@keyframes slidedown {
  0% {
    max-height: 0
  }

  to {
    max-height: auto
  }
}

@keyframes slideup {
  0% {
    max-height: 1000px
  }

  to {
    max-height: 0
  }
}

@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateX(0);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 0;
    transform: translateX(-100%)
  }
}

@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(100%);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 0;
    transform: translateX(100%)
  }
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeoutup {
  0% {
    opacity: 1;
    transform: translateY(0);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 0;
    transform: translateY(-100%)
  }
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
    transition: transform .12s cubic-bezier(0, 0, .2, 1), opacity .12s cubic-bezier(0, 0, .2, 1)
  }

  to {
    opacity: 0;
    transform: translateY(100%)
  }
}

@keyframes animate-width {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes flip {
  0% {
    transform: perspective(2000px) rotateX(-100deg)
  }

  to {
    transform: perspective(2000px) rotateX(0)
  }
}

@keyframes flipleft {
  0% {
    opacity: 0;
    transform: perspective(2000px) rotateY(-100deg)
  }

  to {
    opacity: 1;
    transform: perspective(2000px) rotateY(0)
  }
}

@keyframes flipright {
  0% {
    opacity: 0;
    transform: perspective(2000px) rotateY(100deg)
  }

  to {
    opacity: 1;
    transform: perspective(2000px) rotateY(0)
  }
}

@keyframes flipup {
  0% {
    opacity: 0;
    transform: perspective(2000px) rotateX(-100deg)
  }

  to {
    opacity: 1;
    transform: perspective(2000px) rotateX(0)
  }
}

@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomindown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }
}

@keyframes zoominleft {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
  }
}

@keyframes zoominright {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
  }
}

@keyframes zoominup {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }
}

.fadein {
  animation: fadein .15s linear
}

.fadeout {
  animation: fadeout .15s linear
}

.slidedown {
  animation: slidedown .45s ease-in-out
}

.slideup {
  animation: slideup .45s cubic-bezier(0, 1, 0, 1)
}

.scalein {
  animation: scalein .15s linear
}

.fadeinleft {
  animation: fadeinleft .15s linear
}

.fadeoutleft {
  animation: fadeoutleft .15s linear
}

.fadeinright {
  animation: fadeinright .15s linear
}

.fadeoutright {
  animation: fadeoutright .15s linear
}

.fadeinup {
  animation: fadeinup .15s linear
}

.fadeoutup {
  animation: fadeoutup .15s linear
}

.fadeindown {
  animation: fadeindown .15s linear
}

.fadeoutdown {
  animation: fadeoutdown .15s linear
}

.animate-width {
  animation: animate-width 1s linear
}

.flip {
  animation: flip .15s linear
}

.flip,
.flipup {
  backface-visibility: visible
}

.flipup {
  animation: flipup .15s linear
}

.flipleft {
  animation: flipleft .15s linear
}

.flipleft,
.flipright {
  backface-visibility: visible
}

.flipright {
  animation: flipright .15s linear
}

.zoomin {
  animation: zoomin .15s linear
}

.zoomindown {
  animation: zoomindown .15s linear
}

.zoominleft {
  animation: zoominleft .15s linear
}

.zoominright {
  animation: zoominright .15s linear
}

.zoominup {
  animation: zoominup .15s linear
}

.animation-duration-100 {
  animation-duration: .1s !important
}

.animation-duration-150 {
  animation-duration: .15s !important
}

.animation-duration-200 {
  animation-duration: .2s !important
}

.animation-duration-300 {
  animation-duration: .3s !important
}

.animation-duration-400 {
  animation-duration: .4s !important
}

.animation-duration-500 {
  animation-duration: .5s !important
}

.animation-duration-1000 {
  animation-duration: 1s !important
}

.animation-duration-2000 {
  animation-duration: 2s !important
}

.animation-duration-3000 {
  animation-duration: 3s !important
}

.animation-delay-100 {
  animation-delay: .1s !important
}

.animation-delay-150 {
  animation-delay: .15s !important
}

.animation-delay-200 {
  animation-delay: .2s !important
}

.animation-delay-300 {
  animation-delay: .3s !important
}

.animation-delay-400 {
  animation-delay: .4s !important
}

.animation-delay-500 {
  animation-delay: .5s !important
}

.animation-delay-1000 {
  animation-delay: 1s !important
}

.animation-iteration-1 {
  animation-iteration-count: 1 !important
}

.animation-iteration-2 {
  animation-iteration-count: 2 !important
}

.animation-iteration-infinite {
  animation-iteration-count: infinite !important
}

.animation-linear {
  animation-timing-function: linear !important
}

.animation-ease-in {
  animation-timing-function: cubic-bezier(.4, 0, 1, 1) !important
}

.animation-ease-out {
  animation-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

.animation-ease-in-out {
  animation-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.animation-fill-none {
  animation-fill-mode: none !important
}

.animation-fill-forwards {
  animation-fill-mode: forwards !important
}

.animation-fill-backwards {
  animation-fill-mode: backwards !important
}

.animation-fill-both {
  animation-fill-mode: both !important
}

:root {
  --text-color: #495057;
  --text-color-secondary: #6c757d;
  --border-radius: 6px;
  --primary-color: #3b82f6;
  --primary-color-text: #fff;
  --surface-ground: #eff3f8;
  --surface-section: #fff;
  --surface-card: #fff;
  --surface-overlay: #fff;
  --surface-border: #dfe7ef;
  --surface-hover: #f6f9fc;
  --surface-0: #fff;
  --surface-50: #fafafa;
  --surface-100: #f5f5f5;
  --surface-200: #eee;
  --surface-300: #e0e0e0;
  --surface-400: #bdbdbd;
  --surface-500: #9e9e9e;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --blue-50: #f5f9ff;
  --blue-100: #d0e1fd;
  --blue-200: #abc9fb;
  --blue-300: #85b2f9;
  --blue-400: #609af8;
  --blue-500: #3b82f6;
  --blue-600: #326fd1;
  --blue-700: #295bac;
  --blue-800: #204887;
  --blue-900: #183462;
  --green-50: #f4fcf7;
  --green-100: #caf1d8;
  --green-200: #a0e6ba;
  --green-300: #76db9b;
  --green-400: #4cd07d;
  --green-500: #22c55e;
  --green-600: #1da750;
  --green-700: #188a42;
  --green-800: #136c34;
  --green-900: #0e4f26;
  --yellow-50: #fefbf3;
  --yellow-100: #faedc4;
  --yellow-200: #f6de95;
  --yellow-300: #f2d066;
  --yellow-400: #eec137;
  --yellow-500: #eab308;
  --yellow-600: #c79807;
  --yellow-700: #a47d06;
  --yellow-800: #816204;
  --yellow-900: #5e4803;
  --cyan-50: #f3fbfd;
  --cyan-100: #c3edf5;
  --cyan-200: #94e0ed;
  --cyan-300: #65d2e4;
  --cyan-400: #35c4dc;
  --cyan-500: #06b6d4;
  --cyan-600: #059bb4;
  --cyan-700: #047f94;
  --cyan-800: #036475;
  --cyan-900: #024955;
  --pink-50: #fef6fa;
  --pink-100: #fad3e7;
  --pink-200: #f7b0d3;
  --pink-300: #f38ec0;
  --pink-400: #f06bac;
  --pink-500: #ec4899;
  --pink-600: #c93d82;
  --pink-700: #a5326b;
  --pink-800: #822854;
  --pink-900: #5e1d3d;
  --indigo-50: #f7f7fe;
  --indigo-100: #dadafc;
  --indigo-200: #bcbdf9;
  --indigo-300: #9ea0f6;
  --indigo-400: #8183f4;
  --indigo-500: #6366f1;
  --indigo-600: #5457cd;
  --indigo-700: #4547a9;
  --indigo-800: #363885;
  --indigo-900: #282960;
  --teal-50: #f3fbfb;
  --teal-100: #c7eeea;
  --teal-200: #9ae0d9;
  --teal-300: #6dd3c8;
  --teal-400: #41c5b7;
  --teal-500: #14b8a6;
  --teal-600: #119c8d;
  --teal-700: #0e8174;
  --teal-800: #0b655b;
  --teal-900: #084a42;
  --orange-50: #fff8f3;
  --orange-100: #feddc7;
  --orange-200: #fcc39b;
  --orange-300: #fba86f;
  --orange-400: #fa8e42;
  --orange-500: #f97316;
  --orange-600: #d46213;
  --orange-700: #ae510f;
  --orange-800: #893f0c;
  --orange-900: #642e09;
  --bluegray-50: #f7f8f9;
  --bluegray-100: #dadee3;
  --bluegray-200: #bcc3cd;
  --bluegray-300: #9fa9b7;
  --bluegray-400: #818ea1;
  --bluegray-500: #64748b;
  --bluegray-600: #556376;
  --bluegray-700: #465161;
  --bluegray-800: #37404c;
  --bluegray-900: #282e38;
  --purple-50: #fbf7ff;
  --purple-100: #ead6fd;
  --purple-200: #dab6fc;
  --purple-300: #c996fa;
  --purple-400: #b975f9;
  --purple-500: #a855f7;
  --purple-600: #8f48d2;
  --purple-700: #763cad;
  --purple-800: #5c2f88;
  --purple-900: #432263;
  --red-50: #fff5f5;
  --red-100: #ffd0ce;
  --red-200: #ffaca7;
  --red-300: #ff8780;
  --red-400: #ff6259;
  --red-500: #ff3d32;
  --red-600: #d9342b;
  --red-700: #b32b23;
  --red-800: #8c221c;
  --red-900: #661814;
  --primary-50: #f5f9ff;
  --primary-100: #d0e1fd;
  --primary-200: #abc9fb;
  --primary-300: #85b2f9;
  --primary-400: #609af8;
  --primary-500: #3b82f6;
  --primary-600: #326fd1;
  --primary-700: #295bac;
  --primary-800: #204887;
  --primary-900: #183462;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #eee;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  color-scheme: light
}

* {
  margin: 0;
  padding: 0
}

body {
  font-family: Microsoft JhengHei, sans-serif;
  height: "100%";
  width: "100%"
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none
}

a:active {
  background-color: #cb4800;
  color: #fff;
  transition: background-color 0s
}

a:hover {
  outline: .15rem solid #ee6c1e
}

input[type=password]::-ms-clear,
input[type=password]::-ms-reveal,
input[type=password]::-webkit-clear-button,
input[type=password]::-webkit-credentials-auto-fill-button,
input[type=password]::-webkit-textfield-decoration-container {
  display: none
}

form {
  border: none;
  display: flex;
  flex-direction: column;
  font: inherit;
  gap: 1rem;
  margin: 0;
  outline: none;
  padding: 0
}

.global-all-row {
  align-items: center;
  display: flex
}

.global-all-column {
  flex-direction: column
}

.global-end,
.global-title,
.global-watermark {
  display: none;
  visibility: hidden
}

.global-end {
  position: relative;
  top: 1.5rem
}

@media print {
  body * {
    visibility: hidden
  }

  .global-print,
  .global-print * {
    visibility: visible
  }

  .global-noprint {
    display: none
  }

  .global-print {
    border: .025rem solid #ccc;
    left: 0;
    margin-top: -25%;
    top: 0;
    width: 100%
  }

  .global-title {
    font-size: 1.25rem;
    font-weight: 700
  }

  .global-title,
  .global-watermark {
    display: block;
    visibility: visible
  }

  .global-watermark {
    color: gray;
    font-size: 50px;
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 9999
  }

  .global-end {
    display: block;
    visibility: visible
  }

  @page :left {
    margin-left: 0;
    margin-right: 0
  }

  @page :right {
    margin-left: 0;
    margin-right: 0
  }
}

.h1_dev {
  display: none;
  margin: 0 !important
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/a11y/first-block/style.scss ***!
  \********************************************************************************************************************************************************************************************************************/
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/a11y/trad/style.scss ***!
  \*************************************************************************************************************************************************************************************************************/
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/acno-verify/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/captcha/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/dialog/dialog-first-login.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
@media screen and (max-width:48rem) and (min-width:43rem) {
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    min-width: 25rem;
    width: 45vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    width: 55vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    width: 55vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    min-width: 14.5rem;
    width: 14.5rem
  }
}

@media screen and (max-width:25rem) {
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    min-width: 11rem
  }
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/dialog/dialog-forget.scss ***!
  \************************************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/dialog/dialog-user-update.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/infolist/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/loading/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/main-content/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/menu/style.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/modal/style.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/multi-field/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/notice/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/safety/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/sms/style.scss ***!
  \*************************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/terms/terms.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/block/userinfo/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/layout/content/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/layout/footer/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/layout/header/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/breadcrumb/style.scss ***!
  \********************************************************************************************************************************************************************************************************************/
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/button/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/card/styles.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/cardbox/styles.scss ***!
  \******************************************************************************************************************************************************************************************************************/
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/checkbox-group/style.scss ***!
  \************************************************************************************************************************************************************************************************************************/
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/checkbox/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/datepicker/style.scss ***!
  \********************************************************************************************************************************************************************************************************************/
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/drvide/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/input/style.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.input-layout-info {
  border: .063rem solid #c4c4c4;
  border-radius: .313rem;
  height: 3rem;
  min-width: 14.5rem;
  width: 25vw
}

.input-layout-info:focus,
.input-layout-info:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.input-layout-info:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

@media screen and (max-width:56rem) and (min-width:48rem) {
  .input-layout-info {
    min-width: 12rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .input-layout-info {
    min-width: 28rem;
    width: 76vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  .input-layout-info {
    min-width: 22.5rem;
    width: 71.5vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  .input-layout-info {
    min-width: 18rem;
    width: 71vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  .input-layout-info {
    width: 64.5vw
  }
}

@media screen and (max-width:25rem) {
  .input-layout-info {
    min-width: 13.7rem
  }
}

/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/link/style.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/panel/style.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/radio-button-group/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/radio-button/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/select/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/step-bar/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/tabbar/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/table-small/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/components/share/table/style.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/信用卡/style.scss ***!
  \**************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/個人服務/style.scss ***!
  \***************************************************************************************************************************************************************************************************/
@media screen and (max-width:56rem) and (min-width:48rem) {
  .personal-set .input-layout-info {
    min-width: 11rem;
    width: 11rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .personal-set .input-layout-info {
    width: 65vw
  }
}

@media screen and (max-width:47rem) {
  .personal-set .input-layout-info {
    width: 60vw
  }
}

@media screen and (max-width:32rem) {
  .personal-set .input-layout-info {
    max-width: 13.5rem;
    min-width: 13.5rem
  }
}

@media screen and (max-width:25rem) {
  .personal-set .input-layout-info {
    max-width: 11rem;
    min-width: 11rem
  }
}

/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/共用頁面/sitemap.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/基金債券/style.scss ***!
  \***************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/外幣服務/style.scss ***!
  \***************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/無卡提款服務/style.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/無卡提款服務/預約無卡提款/result.scss ***!
  \*************************************************************************************************************************************************************************************************************/
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/登入/style.scss ***!
  \*************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/臺幣服務/style.scss ***!
  \***************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/貸款服務/style.scss ***!
  \***************************************************************************************************************************************************************************************************/
@media screen and (max-width:56rem) and (min-width:48rem) {
  .repay-input-div .input-layout-info {
    min-width: 11rem
  }
}

@media screen and (max-width:25rem) {
  .repay-input-div .input-layout-info {
    min-width: 10rem
  }
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/金融友善服務專區/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/pages/黃金存摺/style.scss ***!
  \***************************************************************************************************************************************************************************************************/
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/style/scss-imports.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.first-block-sr-only {
  background: #2b358c;
  color: #fff;
  left: 0;
  padding: .25 rem;
  position: absolute;
  top: -2.5rem;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100
}

.first-block-sr-only:focus {
  background: #ffbf47;
  border: .4rem solid #ffbf47;
  color: #000;
  font-weight: 700;
  left: 0;
  outline-color: transparent;
  position: absolute;
  top: 0;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in
}

@media print {
  .trad-base {
    font-size: 1rem;
    padding-left: 24px
  }

  .trad-base a {
    display: none !important
  }
}

.acno-verify-base {
  align-items: center;
  border: none;
  display: flex;
  font-size: 1rem;
  height: 3rem;
  justify-content: center;
  text-align: center;
  width: 2rem
}

@media screen and (max-width:32rem) {
  .acno-verify-base {
    width: 1.4rem
  }
}

.acno-verify-mark {
  border: .188rem solid #db4804;
  border-radius: .313rem;
  height: 2.6rem
}

.acno-verify-error {
  color: #c20007;
  font-size: 1rem;
  margin-top: .5rem;
  text-align: left;
  width: 25vw
}

@media screen and (max-width:56rem) and (min-width:48rem) {
  .acno-verify-error {
    min-width: 12rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .acno-verify-error {
    min-width: 28rem;
    width: 76vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  .acno-verify-error {
    min-width: 22.5rem;
    width: 71.5vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  .acno-verify-error {
    min-width: 18rem;
    width: 71vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  .acno-verify-error {
    width: 64.5vw
  }
}

@media screen and (max-width:25rem) {
  .acno-verify-error {
    min-width: 13.7rem
  }
}

.captcha-img {
  height: 2.875rem
}

.captcha-error-word {
  color: #c20007;
  font-size: 1rem
}

.captcha-red {
  color: #c20007;
  font-size: 1.125rem;
  font-weight: 400
}

#dialog_first_login_page3>div:first-child #dialog_first_login_page3_memo {
  width: 80%
}

#dialog_first_login_page3>div:first-child #dialog_first_login_page3_memo p {
  line-height: 2rem;
  padding-left: 30%;
  position: relative
}

#dialog_first_login_page3>div:first-child #dialog_first_login_page3_memo p:before {
  align-items: center;
  background-color: none;
  border: .063rem solid #cb4800;
  border-radius: 50%;
  color: #cb4800;
  content: "✔";
  display: flex;
  font-size: 1rem;
  height: 18px;
  justify-content: center;
  left: 0;
  left: 27%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px
}

@media screen and (max-width:87rem) and (min-width:47rem) {
  #dialog_first_login_page3>div:first-child #dialog_first_login_page3_memo p:before {
    left: 23%
  }
}

@media screen and (max-width:47rem) {
  #dialog_first_login_page3>div:first-child #dialog_first_login_page3_memo p:before {
    left: 20%
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {

  #dialog_first_login .multi_field-field div .input-big-div .input-div #DPBHNO.input,
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    min-width: 25rem;
    width: 45vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {

  #dialog_first_login .multi_field-field div .input-big-div .input-div #DPBHNO.input,
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    width: 55vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {

  #dialog_first_login .multi_field-field div .input-big-div .input-div #DPBHNO.input,
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    width: 55vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {

  #dialog_first_login .multi_field-field div .input-big-div .input-div #DPBHNO.input,
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    min-width: 14.5rem;
    width: 14.5rem
  }
}

@media screen and (max-width:25rem) {

  #dialog_first_login .multi_field-field div .input-big-div .input-div #DPBHNO.input,
  #dialog_first_login .multi_field-field div .input-big-div .input-div .input-layout-info {
    min-width: 11rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  #dialog_first_login .multi_field-field div .input-error-div {
    min-width: 25rem;
    width: 45vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  #dialog_first_login .multi_field-field div .input-error-div {
    width: 55vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  #dialog_first_login .multi_field-field div .input-error-div {
    width: 55vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  #dialog_first_login .multi_field-field div .input-error-div {
    width: 50vw
  }
}

@media screen and (max-width:25rem) {
  #dialog_first_login .multi_field-field div .input-error-div {
    min-width: 12rem
  }
}

.dialog_forget-tabs {
  border-bottom: 2px solid #ddd;
  gap: .125rem;
  list-style: none;
  margin: 20px 0
}

.dialog_forget-tabs li {
  margin: 0
}

.dialog_forget-tabs a {
  background-color: #fff;
  color: #cb4800;
  display: block;
  margin-right: 10px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s
}

.dialog_forget-tabs a:last-child {
  margin-right: 0
}

.dialog_forget-tabs a:hover {
  background-color: #ddd
}

.dialog_forget-tabs a.active {
  background-color: #cb4800;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff
}

.dialog_forget-tab-content {
  display: none
}

.dialog_forget-tab-content.active {
  display: block
}

.dialog_fxclass {
  margin: auto auto 2rem;
  width: 95%
}

.dialog_fxclass_div2 {
  width: 8rem
}

.dialog_fxclass_div {
  align-items: center;
  display: flex;
  justify-content: center
}

.dialog_used_menu,
.dialog_user_update {
  margin: auto auto 2rem;
  width: 95%
}

.dialog_user_update_div {
  padding-top: 1.5rem
}

.dialog_user_update_wordcolor {
  color: #cb4800
}

.dialog_user_update .base-radio-group-div .base-radio-group-row .radio-group-base {
  margin-bottom: 1rem
}

.dialog_user_update .base-radio-group-div .base-radio-group-column .radio-group-base {
  align-items: flex-start;
  margin-bottom: 1rem
}

.infolist-base {
  flex-direction: row
}

.infolist-label {
  justify-content: flex-end;
  width: 33.3333%
}

.infolist-label-left {
  justify-content: flex-end;
  width: 16.6667%
}

.infolist-field {
  display: flex;
  width: 60%
}

.infolist-br {
  display: block;
  width: 60%
}

.infolist-color-orange {
  color: #ea5004
}

.infolist-color-black {
  color: #000
}

.infolist-largerword {
  font-size: 1.5rem
}

@media (max-width:768px) {
  .infolist-base {
    gap: .25rem
  }

  .infolist-label,
  .infolist-label-left {
    justify-content: flex-start;
    width: 100%
  }

  .infolist-br,
  .infolist-field {
    padding-left: 1rem;
    width: 100%
  }
}

@media print {
  .infolist-base {
    gap: 0
  }

  .infolist-label,
  .infolist-label-left {
    justify-content: flex-end;
    width: 33.3333%
  }

  .infolist-br,
  .infolist-field {
    width: 58.3333%
  }

  .infolist-br {
    padding-left: 1rem
  }
}

#loading-base {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000
}

#loader {
  animation: spin 2s linear infinite;
  border: .5rem solid #f3f3f3;
  border-radius: 50%;
  border-top-color: #3498db;
  height: 40px;
  width: 40px
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.main_content-content {
  width: 75%
}

@media (max-width:768px) {
  .main_content-content {
    width: 100%
  }
}

.menu-base {
  background-color: #fff;
  box-shadow: 0 .15rem .25rem 0 rgba(0, 0, 0, .251);
  display: block;
  margin-bottom: .35rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 10px
}

.menu>li {
  position: relative
}

.menu>li:first-child,
.menu>li:last-child,
.menu>li:not(:first-child):not(:last-child) {
  border-color: #ccc
}

.menu>li>a {
  color: #000;
  display: block;
  padding: 10px 15px;
  text-decoration: none
}

.menu>li:hover>a {
  background-color: #d3d3d3
}

.menu>li>button {
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 10px 15px;
  text-decoration: none
}

.menu>li:active>button,
.menu>li:hover>button {
  background-color: #d3d3d3;
  outline: .15rem solid #ee6c1e
}

button:active {
  background-color: #cb4800;
  color: #fff;
  transition: background-color 0s
}

.menu-submenu {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
  display: none;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 999
}

.menu-submenu>li {
  width: 200px
}

.menu-submenu>li>a {
  color: #000;
  display: block;
  padding: 10px 15px;
  text-decoration: none
}

.menu-submenu>li>a:hover {
  background-color: #d3d3d3
}

.menu>li:focus-within .menu-submenu,
.menu>li:hover .menu-submenu {
  display: block
}

@media (max-width:768px) {
  .menu-base {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    z-index: 999
  }

  .menu {
    padding: 0
  }

  .menu,
  .menu-trad {
    display: none
  }

  .menu>li {
    border-bottom: 1px solid #ccc;
    margin: 0
  }

  .menu>li>button {
    display: block;
    padding: 10px;
    width: 95vw
  }

  .menu-submenu {
    box-shadow: none;
    position: static
  }

  .menu-submenu>li {
    width: 100vw
  }

  .menu-submenu>li>a {
    padding-left: 30px
  }

  .menu>li:hover .menu-submenu {
    display: none
  }

  .menu>li>button:after {
    content: "▼";
    float: right;
    padding-right: 10px
  }

  .menu>li.open>button:after {
    content: "▲"
  }

  .menu>li.open .menu-submenu {
    display: block
  }

  .menu>li:focus-within .menu-submenu {
    display: none
  }

  .menu>li.open:focus-within .menu-submenu {
    display: block
  }
}

.modal {
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 10vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1
}

.modal-content {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: animatetop;
  animation-name: animatetop;
  background-color: #fff;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  margin: auto;
  padding: 0;
  position: relative;
  width: 60%
}

@-webkit-keyframes animatetop {
  0% {
    opacity: 0;
    top: -300px
  }

  to {
    opacity: 1;
    top: 0
  }
}

@keyframes animatetop {
  0% {
    opacity: 0;
    top: -300px
  }

  to {
    opacity: 1;
    top: 0
  }
}

.modal-close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700
}

.modal-close:focus,
.modal-close:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none
}

.modal-header {
  color: #813000
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
  width: 100%
}

.modal-footer {
  color: #813000
}

@media (max-width:768px) {
  .modal-content {
    width: 80%
  }
}

.multi_field-base {
  display: flex;
  flex-direction: row
}

.multi_field-label {
  justify-content: flex-end;
  width: 33.3333%
}

.multi_field-field {
  width: 58.3333%
}

.multi_field-label-necessary {
  color: #cb4800
}

.multi_field-smallonly {
  display: none
}

@media (max-width:768px) {
  .multi_field-base {
    gap: .25rem
  }

  .multi_field-label {
    justify-content: flex-start;
    width: 100%
  }

  .multi_field-field {
    padding-left: 1rem;
    width: 100%
  }

  .multi_field-smallonly {
    display: flex
  }

  .multi_field-largeonly {
    display: none
  }
}

ol.inline-numbers {
  counter-reset: item;
  padding-left: 0
}

ol.inline-numbers>li {
  counter-increment: item;
  list-style: none;
  padding-left: 1em;
  position: relative
}

ol.inline-numbers>li:before {
  content: counter(item) ". ";
  left: 0;
  position: absolute
}

blockquote {
  padding-left: 1em
}

@media print {

  div:has(>.notice-base),
  div:has(>.notice-base) * {
    visibility: visible
  }

  div:has(>.notice-base) {
    width: 100%
  }
}

.safety-mb1 {
  margin-bottom: .5rem
}

.safety-mt-1 {
  margin-top: .5rem
}

.safety-hide {
  display: none
}

@media screen and (max-width:48rem) {
  .safety-hide {
    display: block
  }
}

.safety-append {
  display: block
}

@media screen and (max-width:48rem) {
  .safety-append {
    display: none
  }
}

@media (max-width:768px) {
  #captchaBox {
    display: none !important
  }

  .safety-mt-1 {
    display: none
  }
}

.sms-second {
  color: #ea5004
}

#smsContent {
  display: none
}

.term-base {
  background-color: #fff !important
}

.term-label {
  font-size: 1.25rem
}

.term-content {
  border-color: grey;
  height: 12rem
}

.content_main {
  padding-left: 3rem;
  padding-right: 3rem
}

.content-layout-login,
.content_main {
  background-color: #fff7ef;
  min-height: calc(100vh - 9em)
}

.content-layout-login {
  padding: .5rem 3rem
}

@media (max-width:768px) {
  .content-layout-login {
    padding: 0
  }

  .content_main {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.footer-main {
  background-color: rgba(64, 64, 64, .25)
}

.footer-content-left,
.footer-main {
  min-height: 4rem
}

.header-main {
  background-color: rgba(64, 64, 64, .25)
}

.header-content-left {
  font-size: 1.125rem
}

.header-content-left img {
  height: 1.75rem
}

.header-content-show {
  display: flex
}

.header-content-berger {
  display: none
}

.header-title-text {
  padding-left: .75rem
}

.header-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  font-size: 1.75 rem;
  padding: 0
}

.header-hamburger:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.header-hamburger:hover {
  border: .2rem solid #813000
}

@media (max-width:768px) {
  .header-content-show {
    display: none;
    width: 0
  }

  .header-content-berger {
    display: block
  }
}

.breadcrumb-home {
  height: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  width: 1rem
}

.button-base {
  cursor: pointer;
  display: flex;
  min-height: 2rem;
  min-width: 8rem
}

.bg-pic {
  height: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  width: 1rem
}

.button-width-full {
  width: 100%
}

.button-width-75vw {
  width: 75%
}

.button-width-50vw {
  width: 50%
}

.button-width-25vw {
  width: 25%
}

.button-width-6rem {
  min-width: 6rem;
  min-width: 6rem !important;
  width: 6rem !important
}

.button-width-10rem {
  min-width: 10rem !important;
  width: 10rem !important
}

.button-width-8rem {
  min-width: 8rem !important;
  width: 8rem !important
}

.button-height-4_3rem {
  height: 4.375rem
}

.button-height-4_2rem {
  height: 4.25rem
}

.button-height-3rem {
  height: 3.125rem !important
}

.button-height-2rem {
  height: 2rem
}

.bg-button-white {
  background-color: #fff;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  transition: background-color .1s ease
}

.bg-button-white:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.bg-button-noshadow {
  background-color: #fff;
  border: none;
  border-radius: 1.375rem;
  color: #ed6d00;
  font-size: 1.25rem
}

.bg-button-noshadow:hover {
  border: .15rem solid #000
}

.bg-button-orange {
  background-color: #cb4800;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  transition: background-color .1s ease
}

.bg-button-orange:active {
  background-color: #e95004;
  transition: background-color 0s
}

.bg-button-orange:hover {
  outline: .2rem solid #813000
}

.bg-button-darkorange {
  background-color: #ea5004;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  transition: background-color .1s ease
}

.bg-button-darkorange:active {
  background-color: #e95004;
  transition: background-color 0s
}

.bg-button-orange-9 {
  background-color: #ffeedf;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  transition: background-color .01s ease
}

.bg-button-orange-9:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.bg-button-login {
  background-color: #db4804;
  border: none;
  border-radius: 1.375rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  transition: background-color .1s ease
}

.bg-button-login:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.bg-button-login:hover {
  background-color: #813000;
  border: .2rem solid #813000
}

.button-text-color-white {
  color: #fff
}

.button-text-color-orange-5 {
  color: #db4804
}

.button-text-color-orange-7 {
  color: #813000
}

.button-text-color-orange-8 {
  color: #3a1600
}

.button-text-color-orange-11 {
  color: #ed6d00
}

.button-text-size-text-1 {
  font-size: .85rem
}

.button-text-size-text-2 {
  font-size: 1rem
}

.button-text-size-text-3 {
  font-size: 1.125rem
}

.button-text-size-text-4 {
  font-size: 1.25rem
}

.button-text-size-text-5 {
  font-size: 1.5rem
}

.button-radius-5px {
  border-radius: .313rem
}

.button-radius-10px {
  border-radius: .625rem
}

.button-radius-15px {
  border-radius: .938rem
}

.button-radius-22px {
  border-radius: 1.375rem
}

.button-radius-30px {
  border-radius: 1.875rem
}

.button-border-color-orange-7 {
  border: .15rem solid #db4804
}

.button-border-color-orange-7:hover {
  outline: .15rem solid #813000
}

.button-border-color-black:hover {
  outline: .15rem solid #000
}

.button-layout-login {
  background-color: #db4804;
  border: none;
  border-radius: 1.375rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  font-size: 1.25rem;
  min-width: 10rem;
  transition: background-color .1s ease;
  width: 50%
}

.button-layout-login:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.button-layout-login:hover {
  background-color: #813000;
  outline: .2rem solid #813000
}

.button-layout-login:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-rate {
  background-color: #ffeedf;
  border: none;
  border-radius: .938rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #813000;
  height: 3.125rem;
  transition: background-color .01s ease;
  width: 100%
}

.button-layout-rate:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.button-layout-rate:hover {
  outline: .2rem solid #813000
}

.button-layout-rate:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-commonfuntion {
  background-color: #fff;
  border: .15rem solid #db4804;
  border-radius: .938rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #813000;
  transition: background-color .1s ease;
  width: 100%
}

.button-layout-commonfuntion:hover {
  outline: .2rem solid #813000
}

.button-layout-commonfuntion:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.button-layout-commonfuntion:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-verify {
  background-color: #fff;
  border: none;
  border-radius: 1.375rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #813000;
  transition: background-color .1s ease;
  width: 25%
}

.button-layout-verify:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.button-layout-verify:hover {
  outline: .2rem solid #813000
}

.button-layout-verify:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-restart,
.button-layout-smallshow {
  background-color: #cb4800;
  border: none;
  border-radius: .938rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  min-width: 6rem;
  width: 7%
}

.button-layout-restart:hover,
.button-layout-smallshow:hover {
  background-color: #813000;
  outline: .2rem solid #813000
}

.button-layout-restart:active,
.button-layout-smallshow:active {
  background-color: #e95004;
  transition: background-color 0s
}

.button-layout-restart:disabled,
.button-layout-smallshow:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-logout {
  background-color: #4a4a4a;
  border: none;
  border-radius: .938rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  min-width: 4rem;
  width: 7%
}

.button-layout-logout:hover {
  background-color: #848587;
  outline: .2rem solid #813000
}

.button-layout-logout:active {
  background-color: #3a1600;
  transition: background-color 0s
}

.button-layout-logout:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-orange {
  background-color: #cb4800;
  border: none;
  border-radius: 1.875rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  height: 2.5rem;
  transition: background-color .1s ease;
  width: 100%
}

.button-layout-orange:hover {
  background-color: #813000;
  outline: .2rem solid #813000
}

.button-layout-orange:active {
  background-color: #e95004;
  transition: background-color 0s
}

.button-layout-orange:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-white {
  background-color: #fff;
  border: none;
  border-radius: 1.875rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #813000;
  height: 2.5rem;
  transition: background-color .1s ease;
  width: 100%
}

.button-layout-white:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.button-layout-white:hover {
  outline: .2rem solid #813000
}

.button-layout-white:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-noshadow {
  background-color: transparent;
  border: none;
  border-radius: 1.875rem;
  color: #ed6d00;
  font-size: 1.25rem;
  height: 2.5rem;
  transition: background-color .1s ease;
  width: 100%
}

.button-layout-noshadow:hover {
  outline: .2rem solid #813000
}

.button-layout-noshadow:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.button-layout-lightorange {
  background-color: #db4804;
  border: .15rem solid #db4804;
  border-radius: 1.875rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  height: 2.5rem;
  transition: background-color .1s ease;
  width: 100%
}

.button-layout-lightorange:hover {
  background-color: #813000;
  outline: .2rem solid #813000
}

.button-layout-lightorange:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.button-layout-lightorange:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

@media (min-width:768px) {
  .button-layout-smallshow {
    display: none
  }
}

.card-content {
  background-color: #fff !important;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  margin-bottom: 5rem;
  padding: 2rem 2rem 6rem;
  position: relative
}

.card-button-div {
  bottom: -1.5rem;
  position: absolute;
  width: calc(100% - 2rem)
}

@media screen and (max-width:32rem) {
  .card-button-div {
    left: 2.7rem
  }
}

.card-btn-width-full {
  width: 100%
}

.card-btn-width-75vw {
  width: 75%
}

.card-btn-width-50vw {
  width: 50%
}

.card-btn-width-25vw {
  width: 25%
}

.card-btn-width-15vw {
  max-width: 10rem;
  min-width: 5rem;
  width: 15%
}

.card-btn-height-4_3rem {
  height: 4.375rem
}

.card-btn-height-4_2rem {
  height: 4.25rem
}

.card-btn-height-3rem {
  height: 3.125rem
}

.card-btn-height-2rem {
  height: 2rem
}

.card-button-white {
  background-color: #fff;
  border: none;
  border-radius: 1.875rem;
  box-shadow: .063rem .063rem .313rem 0 grey;
  color: #db4804;
  cursor: pointer;
  font-size: 1rem;
  margin-right: 1.5rem;
  transition: background-color .1s ease
}

.card-button-white:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.card-button-white:hover {
  border: .2rem solid #813000
}

.card-button-orange {
  background-color: #cb4800;
  border: none;
  border-radius: 1.875rem;
  box-shadow: .063rem .063rem .313rem 0 #ed6d00;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  margin-right: 1.5rem;
  transition: background-color .1s ease
}

.card-button-orange:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.card-button-orange:hover {
  border: .2rem solid #813000
}

.card-btn-layout-submit {
  background-color: #cb4800;
  border: none;
  border-radius: 1.875rem;
  box-shadow: .063rem .063rem .313rem 0 #ed6d00;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  height: 3.125rem;
  max-width: 12rem;
  min-width: 7rem;
  padding: .5rem;
  transition: background-color .1s ease;
  width: 15vw
}

.card-btn-layout-submit:active {
  background-color: #e95004;
  transition: background-color 0s
}

.card-btn-layout-submit:hover {
  background-color: #813000;
  outline: .2rem solid #813000
}

.card-btn-layout-submit:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.card-btn-layout-restart {
  background-color: #fff;
  border: none;
  border-radius: 1.875rem;
  box-shadow: .063rem .063rem .313rem 0 grey;
  color: #db4804;
  cursor: pointer;
  font-size: 1rem;
  height: 3.125rem;
  max-width: 12rem;
  min-width: 7rem;
  padding: .5rem;
  transition: background-color .1s ease;
  width: 15vw
}

.card-btn-layout-restart:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.card-btn-layout-restart:hover {
  outline: .2rem solid #813000
}

.card-btn-layout-restart:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.card-btn-layout-download {
  background-color: #cb4800;
  border: none;
  border-radius: .625rem;
  box-shadow: .063rem .063rem .313rem 0 grey;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  height: 3.125rem;
  margin-right: 1.5rem;
  max-width: 12rem;
  min-width: 6rem;
  position: relative;
  transition: background-color .1s ease;
  width: 15vw
}

.card-btn-layout-download:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.card-btn-layout-download:hover {
  border: .2rem solid #813000
}

.card-btn-layout-download:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

.card-dropdown-content.show {
  display: block
}

.arrow-icon {
  padding-left: 1rem
}

.arrow-icon.open {
  transform: rotate(180deg)
}

.card-container {
  margin-right: 1rem;
  min-width: 3rem
}

@media screen and (max-width:32rem) {
  .card-container {
    margin-right: 1.5rem
  }
}

@media screen and (max-width:25rem) {
  .card-container:not(:last-child) .card-btn-layout-restart {
    margin-right: 1.2rem
  }
}

.card-dropdown-container {
  display: inline-block;
  position: relative
}

@media screen and (max-width:32rem) {
  .card-dropdown-container {
    margin-right: 7%
  }
}

.card-dropdown-content a {
  color: #000;
  display: block;
  text-decoration: none
}

.card-dropdown-content {
  background-color: #fff;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  display: none;
  height: 5rem;
  max-width: 15rem;
  min-width: 5rem;
  position: absolute;
  top: 100%;
  width: 100%
}

@media screen and (max-width:36rem) {
  .card-button-div {
    margin-left: -.8rem
  }
}

.button-container {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center
}

@media screen and (max-width:48rem) {
  .card-container:has(.card-noprint) {
    display: none
  }
}

@media screen and (max-width:48rem) {
  .card-dropdown-container:has(.card-noprint) {
    display: none
  }
}

@media print {
  .card-content {
    margin-bottom: 0;
    padding-bottom: 0
  }
}

.cardbox-content {
  background-color: #fff !important;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  margin-bottom: 3rem;
  padding: 2rem
}

.checkbox-input {
  appearance: none;
  background-color: #fff;
  border: .16rem solid #c4c4c4;
  cursor: pointer;
  display: inline-block;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  position: relative;
  transition: background-color .3s, border-color .3s;
  vertical-align: middle;
  width: 1.5rem
}

.checkbox-input:checked {
  background-color: #ea5004;
  border-color: #ea5004
}

.checkbox-input:hover {
  border: .15rem solid #000
}

.checkbox-input:disabled {
  background-color: #ccc;
  border-color: #ccc
}

.checkbox-input:checked:after {
  background: url(/nb3/img/NCCimages/2f2a7f30c5e5d08b940b.svg) no-repeat 50%;
  content: "";
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.checkbox-group-div {
  width: 100%
}

.checkbox-group-input {
  appearance: none;
  background-color: #fff;
  border: .16rem solid #c4c4c4;
  cursor: pointer;
  display: inline-block;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  position: relative;
  transition: background-color .3s, border-color .3s;
  vertical-align: middle;
  width: 1.5rem
}

.checkbox-group-input:checked {
  background-color: #ea5004;
  border-color: #ea5004
}

.checkbox-group-input:disabled {
  background-color: #ccc;
  border-color: #ccc
}

.checkbox-group-input:hover {
  border: .15rem solid #000
}

.checkbox-group-input:checked:after {
  background: url(/nb3/img/NCCimages/2f2a7f30c5e5d08b940b.svg) no-repeat 50%;
  content: "";
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.checkbox-group-word,
.datepicker {
  font-size: 1rem
}

.datepicker {
  border: .063rem solid #c4c4c4;
  border-radius: .313rem;
  height: 1.563rem;
  margin: 0 .094rem 0 0;
  outline-offset: .094rem;
  padding: 0;
  vertical-align: bottom;
  width: 100%
}

.datepicker:hover {
  border: .15rem solid #000
}

.datepicker-big-div {
  min-width: 15rem;
  width: 100%
}

.datepicker-div {
  margin-bottom: 1.5rem;
  width: 26vw
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .datepicker-div {
    width: 70vw
  }
}

@media screen and (max-width:43rem) and (min-width:32rem) {
  .datepicker-div {
    width: 67vw
  }
}

@media screen and (max-width:32rem) {
  .datepicker-div {
    width: 61vw
  }
}

.datepicker-title {
  width: 100%
}

.ui-datepicker-trigger {
  border: 2rem solid #7fffd4;
  cursor: pointer;
  margin: .125rem;
  padding: 0;
  vertical-align: bottom
}

.ui-datepicker-trigger img {
  height: 1.563rem;
  width: 1.563rem
}

.offscreen {
  clip: rect(.063rem .063rem .063rem .063rem);
  clip: rect(.063rem, .063rem, .063rem, .063rem);
  height: .063rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: .063rem
}

button.ui-datepicker-trigger {
  background-color: transparent !important;
  border: none !important;
  margin: auto !important
}

button.ui-datepicker-trigger:active,
button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover {
  background-color: #fff !important;
  border: none !important;
  margin: auto !important;
  outline: .125rem solid #db4804 !important
}

.drvide-margin {
  width: 100%
}

.drvide-hr-color {
  border: .5px solid #e3e3e3
}

.drvide-none {
  display: block
}

@media screen and (max-width:48rem) {
  .drvide-none {
    display: none
  }
}

.input-big-div {
  width: 100%
}

.input-base {
  font-size: 1rem
}

.input-base::placeholder {
  color: grey;
  font-size: 1rem
}

.input-label {
  color: #813000;
  font-size: 1.125rem
}

.input-unit {
  font-size: 1rem;
  margin-left: .5rem;
  width: 10%
}

.input-radius-22px {
  border-radius: 1.375rem
}

.input-radius-14px {
  border-radius: .875rem
}

.input-radius-5px {
  border-radius: .313rem
}

.input-width-full {
  width: 100%
}

.input-width-75vw {
  width: 75vw
}

.input-width-50vw {
  width: 50vw
}

.input-width-25vw {
  width: 25vw !important
}

.input-width-16_3vw {
  min-width: 7.5rem;
  width: 16.3vw
}

@media screen and (min-width:90rem) and (max-width:110rem) {
  .input-width-16_3vw {
    width: 16vw
  }
}

@media screen and (min-width:75rem) and (max-width:90rem) {
  .input-width-16_3vw {
    width: 15.5vw
  }
}

@media screen and (min-width:62rem) and (max-width:75rem) {
  .input-width-16_3vw {
    width: 15vw
  }
}

@media screen and (min-width:48rem) and (max-width:62rem) {
  .input-width-16_3vw {
    width: 14vw
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .input-width-16_3vw {
    width: 54.5vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  .input-width-16_3vw {
    width: 46.5vw
  }
}

@media screen and (max-width:39rem) and (min-width:35rem) {
  .input-width-16_3vw {
    width: 45vw
  }
}

@media screen and (max-width:35rem) and (min-width:32rem) {
  .input-width-16_3vw {
    width: 37vw
  }
}

@media screen and (max-width:32rem) {
  .input-width-16_3vw {
    width: 95%
  }
}

.input-width-10vw {
  width: 10vw
}

.input-width-7vw {
  min-width: 5rem;
  width: 7vw
}

.input-width-25em {
  width: 25rem
}

.input-height-4_3rem {
  height: 4.375rem
}

.input-height-4_2rem {
  height: 4.25rem
}

.input-height-3rem {
  height: 3.125rem
}

.input-height-2_5rem {
  height: 2.5rem
}

.input-height-2rem {
  height: 2rem
}

.input-border-color-orange-7 {
  border: .188rem solid #c4c4c4
}

.input-border-color-orange-7:focus,
.input-border-color-orange-7:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.input-border-color-black {
  border: .063rem solid #c4c4c4
}

.input-border-color-black:focus,
.input-border-color-black:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.input-border-color-black:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.input-message-textcolor-red {
  color: #c20007
}

.input-message-textsize-text-1 {
  font-size: .85rem
}

.input-layout-mini {
  border: .063rem solid #c4c4c4;
  border-radius: .313rem;
  height: 3rem;
  width: 1.5rem
}

.input-layout-mini:focus,
.input-layout-mini:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.input-layout-mini:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.input-layout-login {
  border: .063rem solid #c4c4c4;
  border-radius: .313rem;
  height: 3rem;
  width: 100%
}

.input-layout-login:focus,
.input-layout-login:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.input-layout-login:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.input-layout-repassword {
  border: .063rem solid #c4c4c4;
  border-radius: .313rem;
  height: 2.5rem;
  min-width: 13rem;
  width: 25vw
}

.input-layout-repassword:focus,
.input-layout-repassword:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.input-layout-repassword:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

@media screen and (max-width:56rem) and (min-width:48rem) {
  .input-layout-repassword {
    min-width: 12rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .input-layout-repassword {
    min-width: 28rem;
    width: 76vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  .input-layout-repassword {
    min-width: 22.5rem;
    width: 71.5vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  .input-layout-repassword {
    min-width: 18rem;
    width: 71vw
  }
}

@media screen and (max-width:32rem) {
  .input-layout-repassword {
    width: 66.5vw
  }
}

#DPBHNO.input,
.input-layout-info {
  border: .063rem solid #c4c4c4;
  border-radius: .313rem;
  height: 3rem;
  min-width: 14.5rem;
  width: 25vw
}

#DPBHNO.input:focus,
#DPBHNO.input:hover,
.input-layout-info:focus,
.input-layout-info:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

#DPBHNO.input:disabled,
.input-layout-info:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

@media screen and (max-width:56rem) and (min-width:48rem) {

  #DPBHNO.input,
  .input-layout-info {
    min-width: 12rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {

  #DPBHNO.input,
  .input-layout-info {
    min-width: 28rem;
    width: 76vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {

  #DPBHNO.input,
  .input-layout-info {
    min-width: 22.5rem;
    width: 71.5vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {

  #DPBHNO.input,
  .input-layout-info {
    min-width: 18rem;
    width: 71vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {

  #DPBHNO.input,
  .input-layout-info {
    width: 64.5vw
  }
}

@media screen and (max-width:25rem) {

  #DPBHNO.input,
  .input-layout-info {
    min-width: 13.7rem
  }
}

.input-div:has(.input-layout-login)+.input-error-div {
  width: 100%
}

.input-error-div {
  width: 25vw
}

@media screen and (max-width:56rem) and (min-width:48rem) {
  .input-error-div {
    min-width: 12rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .input-error-div {
    min-width: 28rem;
    width: 76vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  .input-error-div {
    min-width: 22.5rem;
    width: 71.5vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  .input-error-div {
    min-width: 18rem;
    width: 71vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  .input-error-div {
    width: 64.5vw
  }
}

@media screen and (max-width:25rem) {
  .input-error-div {
    min-width: 13.7rem
  }
}

.input-error-word {
  color: #c20007;
  font-size: 1rem
}

.link-base {
  cursor: pointer;
  min-height: 2rem;
  min-width: 8rem
}

.link-width-full {
  width: 100%
}

.link-width-75vw {
  width: 75%
}

.link-width-50vw {
  width: 50%
}

.link-width-25vw {
  width: 25%
}

.link-width-5rem {
  min-width: 5rem
}

.link-height-4_3rem {
  height: 4.375rem
}

.link-height-4_2rem {
  height: 4.25rem
}

.link-height-3rem {
  height: 3.125rem
}

.link-height-2rem {
  height: 2rem
}

.bg-link-white {
  background-color: #fff;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  transition: background-color .1s ease
}

.bg-link-white:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.bg-link-noshadow {
  background-color: #fff;
  border: none
}

.bg-link-orange {
  background-color: #cb4800;
  border: none;
  box-shadow: .063rem .063rem .313rem 0 #ed6d00;
  transition: background-color .1s ease
}

.bg-link-orange:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.bg-link-darkorange {
  background-color: #ea5004;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  transition: background-color .1s ease
}

.bg-link-darkorange:active {
  background-color: #e95004;
  transition: background-color 0s
}

.bg-link-orange-9 {
  background-color: #ffeedf;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  transition: background-color .01s ease
}

.bg-link-orange-9:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.bg-link-login {
  background-color: #db4804;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  transition: background-color .1s ease
}

.bg-link-login:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.link-text-color-white {
  color: #fff
}

.link-text-color-orange-5 {
  color: #db4804
}

.link-text-color-orange-7 {
  color: #813000
}

.link-text-color-orange-8 {
  color: #3a1600
}

.link-text-color-orange-11 {
  color: #ed6d00
}

.link-text-size-text-1 {
  font-size: .85rem
}

.link-text-size-text-2 {
  font-size: 1rem
}

.link-text-size-text-3 {
  font-size: 1.125rem
}

.link-text-size-text-4 {
  font-size: 1.25rem
}

.link-text-size-text-5 {
  font-size: 1.5rem
}

.link-radius-5px {
  border-radius: .313rem
}

.link-radius-15px {
  border-radius: .938rem
}

.link-radius-22px {
  border-radius: 1.375rem
}

.link-radius-30px {
  border-radius: 1.875rem
}

.link-border-color-orange-7 {
  border: .15rem solid #db4804
}

.link-border-color-orange-7:hover {
  border: .15rem solid #813000
}

.link-border-color-black:hover {
  border: .15rem solid #000
}

.link-layout-login {
  background-color: #db4804;
  border: none;
  border-radius: 1.375rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  font-size: 1.25rem;
  min-width: 10rem;
  transition: background-color .1s ease;
  width: 50%
}

.link-layout-login:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.link-layout-login:hover {
  border: .2rem solid #813000
}

.link-layout-rate {
  background-color: #ffeedf;
  border: none;
  border-radius: .938rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #813000;
  height: 2.125rem;
  transition: background-color .01s ease;
  width: 90%
}

.link-layout-rate:active {
  background-color: #cb4800;
  transition: background-color 0s
}

.link-layout-rate:hover {
  border: .2rem solid #813000
}

.link-layout-commonfuntion {
  background-color: #fff;
  border: .15rem solid #db4804;
  border-radius: .938rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #813000;
  transition: background-color .1s ease;
  width: 93%
}

.link-layout-commonfuntion:hover {
  border: .2rem solid #813000
}

.link-layout-commonfuntion:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.link-layout-verify {
  background-color: #fff;
  border: none;
  border-radius: 1.375rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #813000;
  transition: background-color .1s ease;
  width: 25%
}

.link-layout-verify:active {
  background-color: #feda7e;
  transition: background-color 0s
}

.link-layout-verify:hover {
  border: .2rem solid #813000
}

.link-layout-restart {
  background-color: #cb4800;
  border: none;
  border-radius: .938rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  min-width: 6rem;
  width: 7%
}

.link-layout-restart:hover {
  border: .2rem solid #813000
}

.link-layout-restart:active {
  background-color: #e95004;
  transition: background-color 0s
}

.link-layout-logout {
  background-color: #4a4a4a;
  border: none;
  border-radius: .938rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  min-width: 4rem;
  width: 7%
}

.link-layout-logout:hover {
  background-color: #848587;
  border: .2rem solid #813000
}

.link-layout-logout:active {
  background-color: #3a1600;
  transition: background-color 0s
}

.panel-wrapper {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%
}

.panel {
  background-color: #fff;
  border: .063rem solid #ccc;
  border-radius: .625rem;
  margin-bottom: .625rem;
  overflow: hidden;
  width: 100%
}

.panel-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  padding: .938rem
}

.panel-header:hover {
  background-color: #d3d3d3
}

.panel-icon {
  background-image: url(/nb3/img/NCCimages/451215b1f00ea5fa3902.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  transition: transform .3s;
  width: 1.5rem
}

.panel-content {
  display: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: .5rem 1rem 1rem 4.5rem;
  text-align: justify
}

@media screen and (max-width:32rem) {
  .panel-content {
    padding-left: 1rem;
    text-align: left
  }
}

.panel-content ol {
  line-height: 1.5rem;
  list-style-type: circle;
  padding-left: 1.5rem
}

.panel-content ol .red {
  color: #c20007
}

.panel-content.show {
  display: block
}

.panel-icon.rotate {
  background-image: url(/nb3/img/NCCimages/caf6544cda7530adec0c.svg)
}

.base-radio {
  appearance: none;
  border: .125rem solid #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
  height: 1.2rem;
  min-height: 1.2rem;
  min-width: 1.2rem;
  position: relative;
  transition: border-color .3s, background-color .3s;
  width: 1.2rem
}

.base-radio:hover {
  border: .15rem solid #000
}

.base-radio:checked {
  border-color: #ee6c1e
}

.base-radio:checked:before {
  background-color: #fff;
  border: .125rem solid #ea5004;
  border-radius: 50%;
  height: 100%;
  width: 100%
}

.base-radio:checked:after,
.base-radio:checked:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.base-radio:checked:after {
  background-color: #ea5004;
  border-radius: 50%;
  height: .7rem;
  width: .7rem
}

.base-radio:disabled:before {
  background-color: #fff;
  border: .125rem solid #c4c4c4;
  border-radius: 50%;
  height: 100%;
  width: 100%
}

.base-radio:disabled:after,
.base-radio:disabled:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.base-radio:disabled:after {
  background-color: #c4c4c4;
  border-radius: 50%;
  height: .7rem;
  width: .7rem
}

.base-radio-group-div {
  width: 100%
}

.radio-group-base {
  align-items: center;
  margin-right: 1rem
}

.radio-focus {
  border-radius: 50%;
  height: 1.2rem;
  min-height: 1.2rem;
  min-width: 1.2rem;
  width: 1.2rem
}

.radio-group-memo {
  padding-left: 1.5rem;
  width: 70%
}

.base-radio-group {
  appearance: none;
  border: .125rem solid #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
  height: 1.2rem;
  min-height: 1.2rem;
  min-width: 1.2rem;
  position: relative;
  transition: border-color .3s, background-color .3s;
  width: 1.2rem
}

.base-radio-group:hover {
  border: .15rem solid #000
}

.base-radio-group:checked {
  border-color: #ee6c1e
}

.base-radio-group:checked:before {
  background-color: #fff;
  border: .125rem solid #ea5004;
  border-radius: 50%;
  height: 100%;
  width: 100%
}

.base-radio-group:checked:after,
.base-radio-group:checked:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.base-radio-group:checked:after {
  background-color: #ea5004;
  border-radius: 50%;
  height: .7rem;
  width: .7rem
}

.base-radio-group:disabled:before {
  background-color: #fff;
  border: .125rem solid #c4c4c4;
  border-radius: 50%;
  height: 100%;
  width: 100%
}

.base-radio-group:disabled:after,
.base-radio-group:disabled:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.base-radio-group:disabled:after {
  background-color: #c4c4c4;
  border-radius: 50%;
  height: .7rem;
  width: .7rem
}

.base-radio-group-column .radio-group-base:not(:last-child) {
  margin-bottom: 1rem
}

@media screen and (max-width:36rem) {
  .base-radio-group-div {
    width: 100%
  }
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/nb3/img/NCCimages/d217e84c2a7e1cbb6128.png);
  background-position: calc(100% - 1.2rem);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: .1rem solid #c4c4c4;
  border-radius: .313rem;
  cursor: pointer;
  min-width: 14rem;
  width: 26vw
}

.select:hover {
  border: .15rem solid #000
}

.select:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

@media screen and (max-width:90rem) and (min-width:62rem) {
  .select {
    width: 26.3vw
  }
}

@media screen and (max-width:62rem) and (min-width:48rem) {
  .select {
    width: 26.8vw
  }
}

@media screen and (max-width:48rem) and (min-width:32rem) {
  .select {
    width: 97%
  }
}

@media screen and (max-width:32rem) {
  .select {
    width: 100%
  }
}

.select_option {
  line-height: 3rem
}

.select-div {
  min-width: 14rem;
  width: 100%
}

@media screen and (max-width:32rem) {
  .select-div {
    width: 96%
  }
}

.select-error-div {
  width: 26vw
}

@media screen and (max-width:90rem) and (min-width:62rem) {
  .select-error-div {
    width: 26.3vw
  }
}

@media screen and (max-width:62rem) and (min-width:48rem) {
  .select-error-div {
    width: 26.8vw
  }
}

@media screen and (max-width:48rem) and (min-width:32rem) {
  .select-error-div {
    width: 82.5%
  }
}

@media screen and (max-width:32rem) {
  .select-error-div {
    width: 100%
  }
}

.select-error-word {
  color: #c20007;
  font-size: 1rem
}

.select-short {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/nb3/img/NCCimages/d217e84c2a7e1cbb6128.png);
  background-position: calc(100% - 1.2rem);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: .1rem solid #c4c4c4;
  border-radius: .313rem;
  cursor: pointer;
  width: 7rem
}

.select-short:hover {
  border: .15rem solid #000
}

.select-short:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.select-wrapper {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/nb3/img/NCCimages/d217e84c2a7e1cbb6128.png);
  background-position: calc(100% - 1.2rem);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: none;
  border-radius: .313rem;
  cursor: pointer;
  height: 3.125rem;
  max-width: 7rem;
  min-width: 5rem;
  position: relative
}

.select-wrapper:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

@media screen and (max-width:75rem) {
  .select-wrapper {
    max-width: 6rem
  }
}

.search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/nb3/img/NCCimages/d217e84c2a7e1cbb6128.png);
  background-position: calc(100% - .5rem);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: .1rem solid #c4c4c4;
  border-radius: .313rem;
  box-sizing: border-box;
  cursor: pointer;
  height: 3.125rem;
  padding: 5px;
  width: 100%
}

.search-input:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.search-input:first-of-type {
  background-image: url(/nb3/img/NCCimages/d217e84c2a7e1cbb6128.png);
  background-repeat: no-repeat;
  background-size: 1rem 1rem
}

.search-input:first-of-type:hover {
  border: .15rem solid #000
}

.search-input-container .search-input {
  background-image: none;
  cursor: auto
}

.search-input-container .search-input:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.select-list {
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  left: 0;
  max-width: 10rem;
  min-width: 10rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000
}

.search-input-container {
  border-bottom: 1px solid #ccc;
  padding: 5px
}

.options-container {
  max-height: 200px;
  overflow-y: auto
}

.select-option {
  cursor: pointer;
  padding: 8px
}

.select-option:hover {
  background-color: #f0f0f0
}

.select_bank_search {
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  position: relative;
  text-align: left;
  width: 13vw
}

.select_bank_search div {
  cursor: pointer;
  padding: 8px
}

.select_bank_search .highlight,
.select_bank_search div:hover {
  background-color: #eee
}

.select_bank_search-input {
  border: .063rem solid #c4c4c4;
  border-radius: .313rem;
  font-size: 1rem;
  height: 3.125rem;
  min-width: 5rem;
  padding-left: 1rem !important;
  width: 12vw
}

.select_bank_search-input:focus,
.select_bank_search-input:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.select_bank_search-input:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.select_bank_search-input-small,
.select_bank_search-small {
  width: 90%
}

.progress-steps {
  margin-left: 15%;
  width: 70%
}

.progress-hide {
  display: block
}

.step {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 8rem;
  position: relative;
  width: 100%
}

.step-number {
  color: #848587;
  height: 1.6rem;
  min-height: 1.6rem;
  min-width: 1.6rem;
  width: 1.6rem
}

.step.active .step-number {
  border: .25rem solid #ed6d00;
  color: #ed6d00
}

.step-label {
  color: #848587;
  font-size: .85rem;
  min-width: .5rem
}

.step.active .step-label {
  color: #ed6d00
}

.step-arrow {
  color: #848587;
  margin-left: 120%;
  min-width: 2.5rem;
  position: absolute
}

.step.active .step-arrow {
  color: #ed6d00
}

.step:last-child .step-arrow {
  display: none
}

.steps-container {
  height: auto;
  margin-bottom: 1rem;
  width: 100%
}

.step-container,
.steps-container {
  align-items: center;
  display: flex;
  justify-content: center
}

.step-container {
  flex-direction: column;
  margin-right: 1rem;
  position: relative;
  width: 20%
}

.step-number1 {
  color: #848587;
  height: 1.6rem;
  min-height: 1.6rem;
  min-width: 1.6rem;
  width: 1.6rem
}

.step-container.active .step-number1 {
  border: .25rem solid #ed6d00;
  color: #ed6d00
}

.step-container.active .step-arrow1 {
  color: #ed6d00
}

.step-container:last-child .step-arrow1 {
  display: none
}

.step-container.active .step-label {
  color: #ed6d00
}

.step-arrow1 {
  color: #848587;
  margin-left: 125%;
  min-width: 2.5rem;
  position: absolute;
  top: 25%
}

.step-hide {
  display: none
}

@media screen and (max-width:48rem) {
  .step-hide {
    display: block
  }

  .step-arrow1 {
    margin-left: 135%
  }

  .progress-hide {
    display: none
  }
}

.tabbar-base-header {
  border: .18rem solid #ffbf81
}

.tabbar-orange {
  background-color: #f1881f;
  color: #fff;
  cursor: pointer
}

.tabbar-orange:hover {
  border: .15rem solid #000
}

.tabbar-white {
  background-color: #fff;
  color: #f1881f;
  cursor: pointer
}

.tabbar-white:hover {
  border: .15rem solid #000
}

.table-container {
  border-radius: .625rem;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  margin: 1rem auto 0;
  overflow-x: auto;
  overflow-y: auto;
  width: 100%
}

.table-big-control {
  display: block;
  margin-top: 1.5rem
}

@media screen and (max-width:48rem) {
  .table-big-control {
    display: none
  }
}

thead .table-th {
  background-color: #ffead7
}

.table-th {
  font-size: 1.125rem
}

.table-td,
.table-th {
  border-bottom: .06rem solid #ccc;
  border-right: .06rem solid #ccc;
  padding: 1rem;
  position: relative
}

.table-td {
  font-size: 1rem;
  min-width: 3rem
}

.table-tr:last-child {
  border-bottom: .06rem solid #ccc
}

.table-tr:first-child.table-th:first-child {
  border-top-left-radius: .625rem
}

.table-tr:first-child.table-th:last-child {
  border-right: none;
  border-top-right-radius: .625rem
}

.table-td:last-child {
  border-right: none
}

.tbody tr:last-child td:first-child {
  border-bottom-left-radius: .625rem
}

.tbody tr:last-child td {
  border-bottom: none
}

.tbody tr:last-child td:last-child {
  border-bottom-right-radius: .625rem
}

.table {
  border-collapse: collapse
}

.table-title {
  font-size: 1.25rem
}

.table-title-div {
  background-color: #fff;
  padding-bottom: .5rem;
  padding-left: .5rem;
  text-align: left
}

.table_line {
  border: .063rem solid #ccc
}

.table-page-button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1rem
}

.table-page-button:hover {
  outline: .15rem solid #000
}

.table-page-button:active {
  color: #f24822
}

.table-page-word {
  align-content: center;
  cursor: pointer;
  display: flex;
  height: 1.313rem;
  justify-content: center;
  margin-bottom: .25rem;
  margin-left: .25rem;
  margin-right: .25rem;
  text-align: center;
  width: 1rem
}

.table-page-word:hover {
  outline: .15rem solid #000
}

.table-button {
  background-color: #cb4800;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  margin-bottom: .5rem;
  max-width: 8rem;
  min-width: 4rem;
  width: 100%
}

.table-button:hover {
  background-color: #813000;
  outline: .2rem solid #813000
}

.table-button:focus {
  background-color: #cb4800
}

.table-button:disabled {
  background-color: #c4c4c4;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  cursor: not-allowed;
  pointer-events: none
}

@media screen and (max-width:107rem) {
  .table-button {
    margin-bottom: .5rem
  }
}

.table-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/nb3/img/NCCimages/d217e84c2a7e1cbb6128.png);
  background-position: calc(100% - 1.2rem);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: .06rem solid #c4c4c4;
  cursor: pointer;
  font-size: 1rem;
  min-width: 8rem;
  width: 100%
}

.table-select:hover {
  border: .15rem solid #000
}

.next-button:disabled,
.prev-button:disabled {
  color: #000
}

.table-page-word.active {
  color: #cb4800
}

.table-text {
  border: .06rem solid #c4c4c4;
  font-size: 1rem;
  min-width: 10rem;
  padding-left: 1rem;
  width: 95%
}

.table-text:focus,
.table-text:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.table-text:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.table-checkbox {
  appearance: none;
  background-color: #fff;
  border: .16rem solid #c4c4c4;
  cursor: pointer;
  display: inline-block;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  position: relative;
  transition: background-color .3s, border-color .3s;
  vertical-align: middle;
  width: 1.25rem
}

.table-checkbox:checked {
  background-color: #ea5004;
  border-color: #ea5004
}

.table-checkbox:disabled {
  background-color: #ccc;
  border-color: #ccc
}

.table-checkbox:hover {
  border: .15rem solid #000
}

.table-checkbox:checked:after {
  background: url(/nb3/img/NCCimages/2f2a7f30c5e5d08b940b.svg) no-repeat 50%;
  content: "";
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.table-radio {
  appearance: none;
  border: .125rem solid #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
  height: 1.2rem;
  min-height: 1.2rem;
  min-width: 1.2rem;
  position: relative;
  transition: border-color .3s, background-color .3s;
  width: 1.2rem
}

.table-radio:hover {
  border: .15rem solid #000
}

.table-radio:checked {
  border-color: #ee6c1e
}

.table-radio:checked:before {
  background-color: #fff;
  border: .125rem solid #ea5004;
  border-radius: 50%;
  height: 100%;
  width: 100%
}

.table-radio:checked:after,
.table-radio:checked:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.table-radio:checked:after {
  background-color: #ea5004;
  border-radius: 50%;
  height: .7rem;
  width: .7rem
}

.table-aligment-left-top {
  align-content: baseline;
  text-align: left
}

.table-aligment-vertical {
  text-align: justify;
  text-orientation: upright;
  white-space: nowrap;
  writing-mode: vertical-lr
}

.table-bold-700 {
  font-size: 1.125rem
}

.table-textColor-1 {
  color: #f24822
}

.table-textColor-2 {
  color: green
}

@media screen and (max-width:36rem) {
  .table-select {
    background-position: calc(100% - .4rem)
  }
}

@media screen and (min-width:36rem) and (max-width:48rem) {
  .table-select {
    background-position: calc(100% - .4rem)
  }
}

@media screen and (min-width:48rem) and (max-width:62rem) {
  .table-select {
    background-position: calc(100% - .6rem)
  }
}

.table-th-weight-1 {
  min-width: 3rem
}

.table-th-weight-2 {
  min-width: 5rem
}

.table-th-weight-3 {
  min-width: 7rem
}

.table-footer {
  align-items: center;
  display: flex;
  justify-content: end;
  margin-top: 1rem
}

.table-footer-left {
  display: flex;
  flex: 0 0 auto;
  justify-content: end;
  margin-right: 1rem
}

.table-footer-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/nb3/img/NCCimages/d217e84c2a7e1cbb6128.png);
  background-position: calc(100% - .4rem);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: .1rem solid #c4c4c4;
  border-radius: .313rem;
  cursor: pointer;
  height: 2.2rem;
  margin-left: auto;
  width: 8rem
}

.table-footer-select:hover {
  border: .15rem solid #000
}

.table-footer-select:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.table-message-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%
}

.table-message {
  color: #c20007;
  font-size: 1.125rem;
  width: 70%
}

@media print {
  .table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%
  }

  .table-container {
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    margin: 0
  }

  .table-big-control {
    margin-top: 1rem
  }

  .table-th {
    position: inherit
  }

  .table-td,
  .table-th,
  .table-tr,
  .table-tr2 {
    border: .06rem solid #ccc;
    font-size: .6rem;
    padding: .3rem .1rem;
    word-break: break-all
  }

  .table-tr2 {
    display: table-row !important
  }

  .table-message-container,
  .table-noprint {
    display: none
  }
}

.table-middle {
  align-items: center;
  display: flex;
  justify-content: center
}

.table-click {
  cursor: pointer
}

.table-small-title {
  background-color: #ffead7;
  border: .06rem solid #c4c4c4;
  font-size: 1rem;
  min-width: 2rem;
  width: 30%
}

.table-small-info {
  border: .06rem solid #c4c4c4;
  font-size: 1.125rem;
  width: 70%
}

.table-samll-info-word-red {
  color: #f24822
}

.table-small-left-checkbox,
.table-small-left-radio {
  background-color: #ffead7;
  border: .063rem solid #c4c4c4;
  vertical-align: middle;
  width: 2%
}

.table-small {
  border-collapse: collapse;
  height: auto;
  width: 100%
}

.table-small-div {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%
}

.table-small-title-div {
  margin: 0 auto;
  width: 100%
}

.table-small-mt {
  display: none;
  margin-top: 1rem
}

@media screen and (max-width:48rem) {
  .table-small-mt {
    display: block
  }
}

.table-small-spacer {
  height: 1.5rem
}

.table-small-title-word {
  font-size: 1.25rem
}

.table-small-button {
  background-color: #db4804;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  max-width: 8rem;
  min-width: 4rem
}

.table-small-button:hover {
  background-color: #813000;
  outline: .2rem solid #813000
}

.table-small-button:focus {
  background-color: #cb4800
}

.table-small-button:disabled {
  cursor: not-allowed;
  pointer-events: none
}

@media screen and (max-width:25rem) {
  .table-small-button:not(:last-child) {
    margin-bottom: .5rem
  }
}

.table-small-button-top {
  background-color: #db4804;
  border: none;
  box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .251);
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  max-width: 6rem;
  min-width: 4rem;
  width: 15%
}

.table-small-button-top:hover {
  outline: .2rem solid #813000
}

.table-small-button-top:focus {
  background-color: #cb4800
}

.table-small-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/nb3/img/NCCimages/d217e84c2a7e1cbb6128.png);
  background-position: calc(100% - 1.2rem);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: .06rem solid #c4c4c4;
  cursor: pointer;
  font-size: 1rem;
  min-width: 8rem;
  width: 100%
}

.table-small-select:hover {
  outline: .15rem solid #000
}

.table-small-message-container {
  margin: 0 auto;
  width: 90%
}

.table-small-message {
  color: #c20007;
  font-size: 1.25rem
}

.table-small-text {
  border: .06rem solid #c4c4c4;
  border-radius: .313rem;
  font-size: 1rem;
  min-width: 10rem;
  width: 90%
}

.table-small-text:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

.table-small-text::placeholder {
  color: grey;
  font-size: 1rem
}

.table-small-text:focus {
  background: #feda7e;
  border: .15rem solid #813000
}

.table-small-text:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.table-small-checkbox {
  appearance: none;
  background-color: #fff;
  border: .16rem solid #c4c4c4;
  cursor: pointer;
  display: inline-block;
  height: 1.25rem;
  margin-left: .3rem;
  margin-right: .3rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  position: relative;
  transition: background-color .3s, border-color .3s;
  vertical-align: middle;
  width: 1.25rem
}

.table-small-checkbox:checked {
  background-color: #ea5004;
  border-color: #ea5004
}

.table-small-checkbox:disabled {
  background-color: #ccc;
  border-color: #ccc
}

.table-small-checkbox:hover {
  border: .15rem solid #000
}

.table-small-checkbox:checked:after {
  background: url(/nb3/img/NCCimages/2f2a7f30c5e5d08b940b.svg) no-repeat 50%;
  content: "";
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.table-small-radio {
  appearance: none;
  border: .125rem solid #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
  height: 1.2rem;
  margin: .5rem;
  min-height: 1.2rem;
  min-width: 1.2rem;
  position: relative;
  transition: border-color .3s, background-color .3s;
  width: 1.2rem
}

.table-small-radio:hover {
  border: .15rem solid #000
}

.table-small-radio:checked {
  border-color: #ee6c1e
}

.table-small-radio:checked:before {
  background-color: #fff;
  border: .125rem solid #ea5004;
  border-radius: 50%;
  height: 100%;
  width: 100%
}

.table-small-radio:checked:after,
.table-small-radio:checked:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.table-small-radio:checked:after {
  background-color: #ea5004;
  border-radius: 50%;
  height: .7rem;
  width: .7rem
}

@media screen and (max-width:36rem) {
  .table-small-select {
    background-position: calc(100% - .4rem)
  }
}

@media screen and (min-width:36rem) and (max-width:48rem) {
  .table-small-select {
    background-position: calc(100% - .4rem)
  }
}

@media screen and (min-width:48rem) and (max-width:62rem) {
  .table-small-select {
    background-position: calc(100% - .6rem)
  }
}

.credit-card-time {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  margin-top: 1rem
}

@media screen and (max-width:25rem) {
  .credit-card-time {
    font-size: 1rem;
    margin-left: 0
  }
}

.credit-card .table-big-control {
  margin-top: 0
}

.credit-card-notice-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  text-align: center
}

.credit-card-mr {
  margin-right: 2rem
}

.credit-card-email {
  font-size: 1.125rem;
  font-weight: 600
}

.credit-card-div {
  justify-content: center
}

.credit-card-word-blue {
  color: #4568dd;
  line-height: 2rem
}

.credit-card-word-black {
  color: #000;
  line-height: 2rem
}

.credit-card-word-red {
  color: #f24822;
  line-height: 2rem
}

.credit-card-notice-basic {
  font-size: 1rem;
  font-weight: 500
}

.credit-card-model {
  margin-left: 5%;
  margin-right: 5%
}

.credit-card-model ul {
  list-style-type: none
}

.credit-card-model ul li {
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: justify
}

.credit-card-model ul li div {
  font-size: 1rem;
  font-weight: 700
}

.credit-card-model ul li p {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 4.5%
}

.credit-card-dis {
  display: none
}

@media screen and (max-width:48rem) {
  .credit-card-dis {
    display: block;
    justify-content: center;
    text-align: center
  }

  .credit-card-dis .button-layout-orange {
    margin-left: 32%;
    margin-top: .85rem
  }
}

@media screen and (max-width:48rem) and (max-width:32rem) {
  .credit-card-dis .button-layout-orange {
    margin-left: 27%
  }
}

@media screen and (max-width:48rem) {
  .credit-card-visable {
    display: none
  }
}

.personal-set {
  margin-bottom: 1.5rem
}

.personal-rule {
  font-size: 1.125rem;
  font-weight: 700
}

@media screen and (max-width:25rem) {
  .personal-rule {
    margin-left: 0
  }

  .table-small-button[data-action=revise_small]:not(:last-child) {
    margin-bottom: 0
  }
}

.personal-set .base-radio-word {
  width: 3rem
}

@media screen and (max-width:56rem) and (min-width:48rem) {

  .personal-set #DPBHNO.input,
  .personal-set .input-layout-info {
    min-width: 11rem;
    width: 11rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {

  .personal-set #DPBHNO.input,
  .personal-set .input-error-div,
  .personal-set .input-layout-info {
    width: 65vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  .personal-set .input-error-div {
    width: 62vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  .personal-set .input-error-div {
    width: 60vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  .personal-set .input-error-div {
    width: 46vw
  }
}

@media screen and (max-width:25rem) {
  .personal-set .input-error-div {
    min-width: 12rem
  }
}

.personal-big-title {
  font-size: 1.5rem;
  font-weight: 700
}

.personal-delete {
  margin-top: 4rem
}

.personal-movement {
  font-size: 1rem;
  font-weight: 700
}

.personal-mt1 {
  margin-top: 2rem
}

.personal-mt2 {
  margin-top: 4rem
}

@media screen and (max-width:32rem) {
  .personal-mt2 {
    margin-top: 1rem
  }
}

.personal-mt3 {
  margin-top: 6rem
}

.personal-ml1 {
  margin-left: .25rem
}

.personal-ml1+div .input-big-div .input-div {
  background-color: #7fffd4
}

.personal-ml2 {
  margin-left: .5rem
}

.personal-ml3 {
  margin-left: 1.5rem
}

.personal-info-title {
  width: 4.5rem
}

.personal-infos {
  min-width: 4.5rem
}

.personal-info-title2 {
  width: 4.5rem
}

.personal-first-input {
  width: 8rem
}

@media screen and (max-width:56rem) and (min-width:50rem) {
  .personal-first-input {
    max-width: 6rem
  }
}

@media screen and (max-width:28rem) {
  .personal-first-input {
    min-width: 5rem
  }
}

.personal-first-input:has(.input-error-div) .input-error-div .input-error-word {
  text-align: left !important
}

@media screen and (max-width:56rem) {
  .personal-first-input:has(.input-error-div) .input-error-div {
    min-width: 6rem
  }
}

.personal-first-input.personal-error-small:has(.input-error-div) .input-error-div {
  width: 240%
}

@media screen and (max-width:28rem) {
  .personal-first-input.personal-error-small:has(.input-error-div) .input-error-div {
    width: 180%
  }
}

.personal-table-big {
  display: block;
  margin-top: -.5rem
}

@media screen and (max-width:48rem) {
  .personal-table-big {
    display: none
  }
}

.persoanl-mr1 {
  margin-right: .25rem
}

.personal-smalltable {
  display: none
}

@media screen and (max-width:48rem) {
  .personal-smalltable {
    display: block
  }
}

.per-dif {
  width: 4.5rem
}

.per-dif+div .input-big-div .input-div {
  width: 265%
}

@media screen and (max-width:92rem) and (min-width:87rem) {
  .per-dif+div .input-big-div .input-div {
    width: 240%
  }
}

@media screen and (max-width:87rem) and (min-width:72rem) {
  .per-dif+div .input-big-div .input-div {
    width: 190%
  }
}

@media screen and (max-width:72rem) and (min-width:62rem) {
  .per-dif+div .input-big-div .input-div {
    width: 165%
  }
}

@media screen and (max-width:62rem) and (min-width:54rem) {
  .per-dif+div .input-big-div .input-div {
    width: 158%
  }
}

@media screen and (max-width:54rem) and (min-width:45rem) {
  .per-dif+div .input-big-div .input-div {
    width: 132%
  }
}

@media screen and (max-width:45rem) and (min-width:38rem) {
  .per-dif+div .input-big-div .input-div {
    width: 235%
  }
}

@media screen and (max-width:38rem) and (min-width:32rem) {
  .per-dif+div .input-big-div .input-div {
    width: 190%
  }
}

@media screen and (max-width:32rem) and (min-width:28rem) {
  .per-dif+div .input-big-div .input-div {
    width: 165%
  }
}

@media screen and (max-width:28rem) {
  .per-dif+div .input-big-div .input-div {
    width: 125%
  }

  .per-dif+div .input-big-div .input-div .input-layout-login {
    width: 88%
  }
}

.personal-mb {
  margin-bottom: 2rem
}

.personal-mb2 {
  margin-bottom: 1rem
}

.personal-redword {
  color: #c20007
}

.personal-notice {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 4rem;
  text-align: center
}

.personal-pass-title {
  color: #3a1600;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center
}

.personal-card-time {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  margin-top: 1rem
}

@media screen and (max-width:25rem) {
  .personal-card-time {
    font-size: 1rem;
    margin-left: 0
  }
}

.personal-money-color {
  color: #ed6d00
}

.mt .table-big-control {
  margin-top: 0
}

@media screen and (max-width:47rem) {

  .personal-set #DPBHNO.input,
  .personal-set .input-layout-info {
    width: 60vw
  }
}

@media screen and (max-width:32rem) {

  .personal-set #DPBHNO.input,
  .personal-set .input-layout-info {
    max-width: 13.5rem;
    min-width: 13.5rem
  }
}

@media screen and (max-width:25rem) {

  .personal-set #DPBHNO.input,
  .personal-set .input-layout-info {
    max-width: 11rem;
    min-width: 11rem
  }
}

.personal-w div .input-big-div .input-div {
  width: 200%
}

@media screen and (max-width:92rem) and (min-width:87rem) {
  .personal-w div .input-big-div .input-div {
    width: 175%
  }
}

@media screen and (max-width:87rem) and (min-width:72rem) {
  .personal-w div .input-big-div .input-div {
    width: 125%
  }
}

@media screen and (max-width:72rem) and (min-width:62rem) {
  .personal-w div .input-big-div .input-div {
    width: 100%
  }
}

@media screen and (max-width:62rem) and (min-width:54rem) {
  .personal-w div .input-big-div .input-div {
    width: 105%
  }
}

@media screen and (max-width:54rem) and (min-width:45rem) {
  .personal-w div .input-big-div .input-div {
    width: 100%
  }
}

@media screen and (max-width:45rem) and (min-width:38rem) {
  .personal-w div .input-big-div .input-div {
    width: 170%
  }
}

@media screen and (max-width:38rem) and (min-width:32rem) {
  .personal-w div .input-big-div .input-div {
    width: 120%
  }
}

@media screen and (max-width:32rem) {
  .personal-w div .input-big-div .input-div {
    width: 100%
  }
}

@media screen and (max-width:28rem) {
  .personal-w div .input-big-div .input-div {
    max-width: 8rem
  }
}

.personal-mt-mb {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem
}

.personal-popup-div {
  margin-left: 2rem;
  text-align: left
}

.personal-w {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: justify
}

.personal-declaration-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center
}

.personal-word-div {
  margin-bottom: 1rem;
  margin-top: 1rem
}

.personal-word-title {
  font-weight: 700;
  margin-bottom: .5rem
}

.personal-word,
.personal-word-title {
  font-size: 1rem;
  margin-left: 0;
  margin-right: 0;
  text-align: justify
}

.personal-word {
  font-weight: 400;
  line-height: 2rem
}

.personal-info-title3 {
  width: 4.5rem
}

@media screen and (max-width:87rem) and (min-width:72rem) {
  .personal-info-title3 {
    min-width: 4.5rem
  }
}

@media screen and (max-width:62.5rem) and (min-width:47rem) {
  .personal-info-title3 {
    min-width: 2.5rem;
    width: 2.5rem
  }
}

@media screen and (max-width:32rem) and (min-width:28rem) {
  .personal-info-title3 {
    min-width: 2.5rem
  }
}

@media screen and (max-width:28rem) {
  .personal-info-title3 {
    min-width: 2.5rem
  }
}

@media screen and (max-width:32rem) and (min-width:28rem) {
  .personal-info-title3+.personal-select-div .select-div {
    min-width: 21.5rem;
    width: 21.5rem
  }
}

@media screen and (max-width:28rem) {
  .personal-info-title3+.personal-select-div .select-div {
    min-width: 14.5rem;
    width: 14.5rem
  }
}

.personal-info-title3+.personal-select-div .select-div .select {
  max-width: 35.5rem;
  width: 252%
}

@media screen and (max-width:92rem) and (min-width:87rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    max-width: 32rem;
    width: 230%
  }
}

@media screen and (max-width:87rem) and (min-width:72rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    max-width: 25.5rem;
    width: 180%
  }
}

@media screen and (max-width:72rem) and (min-width:62rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    max-width: 22rem;
    width: 155%
  }
}

@media screen and (max-width:62rem) and (min-width:54rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    max-width: 21rem;
    width: 150%
  }
}

@media screen and (max-width:54rem) and (min-width:48rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    max-width: 17.5rem;
    width: 125%
  }
}

@media screen and (max-width:48rem) and (min-width:45rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    max-width: 37rem;
    width: 265%
  }
}

@media screen and (max-width:45rem) and (min-width:38rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    max-width: 31.5rem;
    width: 225%
  }
}

@media screen and (max-width:38rem) and (min-width:32rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    max-width: 25.5rem;
    width: 180%
  }
}

@media screen and (max-width:32rem) and (min-width:28rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    width: 103%
  }
}

@media screen and (max-width:28rem) {
  .personal-info-title3+.personal-select-div .select-div .select {
    min-width: 16rem;
    width: 16rem
  }
}

.personal-btn-div {
  margin-bottom: auto;
  margin-left: 1rem
}

@media screen and (max-width:32rem) {
  .personal-btn-div {
    margin-left: .5rem
  }
}

.personal-input-div div .input-big-div .input-div {
  width: 100%
}

@media screen and (max-width:32rem) and (min-width:28rem) {
  .personal-input-div div .input-big-div .input-div {
    min-width: 10rem;
    width: 10rem
  }
}

.personal-overflow {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding-right: 1rem;
  width: 100%
}

.personal-error-width {
  width: 80%
}

@media screen and (max-width:100rem) {
  .personal-error-width {
    width: 100%
  }
}

.personal-error .input-big-div .input-error-div {
  width: 200%
}

@media screen and (max-width:92rem) and (min-width:87rem) {
  .personal-error .input-big-div .input-error-div {
    width: 175%
  }
}

@media screen and (max-width:87rem) and (min-width:72rem) {
  .personal-error .input-big-div .input-error-div {
    width: 120%
  }
}

@media screen and (max-width:72rem) and (min-width:62rem) {
  .personal-error .input-big-div .input-error-div {
    width: 110%
  }
}

@media screen and (max-width:72rem) and (min-width:45rem) {
  .personal-error .input-big-div .input-error-div {
    width: 100%
  }
}

@media screen and (max-width:62rem) and (min-width:48rem) {
  .personal-error .input-big-div .input-error-div {
    min-width: 6rem;
    width: 100%
  }
}

@media screen and (max-width:45rem) and (min-width:38rem) {
  .personal-error .input-big-div .input-error-div {
    min-width: 6rem;
    width: 165%
  }
}

@media screen and (max-width:38rem) and (min-width:32rem) {
  .personal-error .input-big-div .input-error-div {
    min-width: 6rem;
    width: 110%
  }
}

@media screen and (max-width:32rem) {
  .personal-error .input-big-div .input-error-div {
    width: 100%
  }
}

@media screen and (max-width:28rem) {
  .personal-error .input-big-div .input-error-div {
    min-width: 6rem
  }
}

.personal-algin .input-big-div .input-error-div .input-error-word {
  text-align: left !important
}

.personal-red {
  color: #c20007;
  font-size: 1rem;
  font-weight: 500;
  text-align: left
}

.personal-code .input-big-div {
  max-width: 10rem
}

@media screen and (max-width:90rem) and (min-width:50rem) {
  .personal-code .input-big-div .input-div {
    max-width: 10rem
  }
}

@media screen and (max-width:45rem) and (min-width:38rem) {
  .personal-code .input-big-div .input-div {
    max-width: 10rem
  }
}

@media screen and (max-width:28rem) {
  .personal-code .input-big-div .input-div {
    max-width: 5rem
  }
}

.personal-code .input-big-div .input-error-div {
  width: 150%
}

@media screen and (max-width:90rem) and (min-width:48rem) {
  .personal-code .input-big-div {
    max-width: 9rem
  }
}

@media screen and (max-width:28rem) {
  .personal-code .input-big-div {
    max-width: 5rem
  }
}

.personal-bottom {
  margin-bottom: revert;
  margin-top: revert
}

.personal-top {
  align-items: flex-start;
  display: flex
}

@media screen and (max-width:66rem) {
  .personal-small-column {
    align-items: baseline;
    display: flex;
    flex-direction: column
  }

  .personal-small-column .per-dif,
  .personal-small-column .personal-info-title,
  .personal-small-column .personal-info-title2,
  .personal-small-column .personal-info-title3 {
    margin-bottom: .5rem
  }
}

.sitemap-feature ol {
  counter-reset: item
}

.sitemap-feature li {
  display: block
}

.sitemap-feature li:before {
  content: counters(item, ".") " ";
  counter-increment: item
}

.sitemap-li {
  padding-left: 1.6rem;
  text-indent: -1.6rem
}

.fund-search {
  justify-content: flex-end;
  min-width: 8rem;
  width: 80%
}

@media screen and (max-width:70rem) {
  .fund-search {
    justify-content: flex-start;
    margin-left: .25rem;
    margin-top: 1rem
  }
}

.fund-button {
  width: 20%
}

@media screen and (max-width:70rem) {
  .fund-column {
    align-items: start;
    flex-direction: column
  }
}

@media screen and (max-width:48rem) {
  .fund-search-word {
    min-width: 2rem
  }
}

.fund-td-all {
  padding: .25rem .5rem
}

.fund-table-div {
  width: 50%
}

@media screen and (max-width:62rem) {
  .fund-table-div {
    width: 100%
  }
}

.fund-mb {
  margin-bottom: -2rem
}

@media screen and (max-width:48rem) {
  .fund-mb {
    margin-bottom: -1.5rem
  }
}

.fund-mt {
  margin-top: 1.5rem
}

.fund-mt-2 {
  margin-top: 4rem
}

@media screen and (max-width:32rem) {
  .fund-3btn .button-base {
    min-width: 6rem
  }
}

.fund-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem
}

.fund-line-height {
  line-height: 3rem
}

.fund-red {
  color: #c20007
}

.foreign-mt-1 {
  margin-top: .5rem
}

.foreign-mt-2,
.foreign-mt-3 {
  margin-top: 1rem
}

.foreign-mb-1 {
  margin-bottom: .5rem
}

.foreign-mr-2 {
  margin-right: .5rem
}

.foreign-red {
  color: #932600;
  font-size: 1rem;
  font-weight: 400;
  margin-top: .5rem
}

.foreign-smalltitle {
  color: #c20007;
  margin-bottom: 1rem;
  margin-top: -1rem
}

.foreign-num {
  color: #813000;
  font-weight: 700
}

.foreign-bigtitle {
  color: #3a1600
}

.foreign-table-title {
  font-size: 1.5rem;
  font-weight: 700
}

@media screen and (max-width:48rem) {
  .foreign-table-title {
    display: none
  }
}

.foreign-table-div {
  margin-top: 3rem
}

@media screen and (max-width:48rem) {
  .foreign-table-div {
    margin-top: 0
  }
}

.foreign-container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0 auto;
  padding: 1.25rem
}

.foreign-container h2 {
  color: #3a1600;
  margin-bottom: 1.25rem;
  text-align: center
}

.foreign-container ol {
  padding-left: 1.25rem
}

.foreign-container ol li {
  margin-bottom: .625rem
}

.foreign-red {
  color: #c20007
}

.foreign-period-block {
  display: none;
  margin-top: 2rem
}

.foreign-tablenone,
.foreign-tablenone2 {
  display: none
}

#modal-dialog_fxclass {
  padding-top: 5vh
}

#modal-dialog_fxclass .modal-content {
  bottom: 1rem;
  height: auto
}

.dialog_fxclass .table-big-control {
  box-sizing: border-box;
  margin-top: 0;
  min-width: 25rem;
  padding-right: 1.5rem
}

@media screen and (max-width:48rem) {
  .dialog_fxclass .table-big-control {
    display: block
  }

  .dialog_fxclass .table-big-control .table .table-tr .table-th-weight-2:first-child {
    min-width: 3rem
  }

  .dialog_used_menu .table-big-control {
    display: block
  }
}

.file-field-div .table-td:last-child {
  border-right: .06rem solid #ccc
}

@media screen and (max-width:48rem) {
  .file-field-div .table-big-control {
    display: block
  }
}

.table-tr2:has(.table-aligment-vertical) .table-td {
  min-width: 1rem
}

.cardless-div,
.cardless-div p,
.cardless-div span {
  line-height: 1.5rem
}

.nocard-info {
  cursor: pointer;
  padding-bottom: .25rem
}

.nocard-info p {
  text-align: left
}

.nocard-info .nocard-gray {
  color: grey
}

.nocard-reverse {
  color: #cb4800;
  text-align: right;
  width: 20%
}

.nocard-first-w {
  width: 75%
}

.nocard-list {
  margin-top: 1.5rem;
  text-align: center
}

.nocard-list a {
  color: #813000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600
}

#reverse-message {
  color: #813000;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  width: 100%
}

#reverse-notify {
  padding-top: 1.5rem;
  text-align: center;
  width: 100%
}

#login-label {
  color: #813000
}

#login-layout {
  background: linear-gradient(189.28deg, #ffa385, #ffdfc1 47.23%, #ffa146);
  width: 40rem
}

#login-content {
  padding-left: 5rem;
  padding-right: 5rem
}

#login-feature-layout {
  background-color: hsla(0, 0%, 100%, .5)
}

#login-feature-color,
#login-footer {
  color: #813000
}

#login-hr-color {
  border: .5px solid #e3e3e3
}

#firstlogin-wordcolor {
  color: #c20007
}

.firstlogin-buttonbox+div {
  margin-left: 10%;
  width: 90%
}

@media screen and (max-width:75rem) {
  .firstlogin-buttonbox+div {
    margin-left: 0;
    width: 100%
  }
}

.firstlogin-word {
  line-height: 1.5rem
}

@media (max-width:768px) {
  #login-layout {
    min-width: 100%
  }

  #login-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  #login-execure-layout a {
    display: none
  }
}

.non-agreed-div {
  width: 86%
}

.specific-period-block {
  display: none;
  margin-top: 2rem
}

.no-data {
  color: #db4804;
  font-size: 1.125rem
}

.phone-transfer-orgword {
  color: #ed6d00
}

.fixed-deposit-mb1 {
  margin-bottom: .5rem
}

.fixed-deposit-mb2 {
  margin-bottom: 1rem
}

.fixed-deposit-mr1 {
  margin-right: .5rem
}

.fixed-deposit-mtitle {
  min-width: 3rem
}

@media screen and (max-width:47rem) and (min-width:32rem) {
  .fixed-deposit-mtitle+div .input-big-div .input-div {
    width: 75vw
  }
}

@media screen and (max-width:32rem) {
  .fixed-deposit-mtitle+div .input-big-div .input-div {
    width: 60vw
  }
}

@media screen and (max-width:27rem) {

  .fixed-deposit-mtitle+div .input-big-div .input-div,
  .fixed-deposit-mtitle+div .input-big-div .input-div #DPBHNO.input,
  .fixed-deposit-mtitle+div .input-big-div .input-div .input-layout-info {
    min-width: 8rem
  }
}

.fixed-deposit-seldiv {
  margin-right: .5rem
}

.fixed-deposit-seldiv .select-div {
  min-width: 7rem
}

.fixed-deposit-seldiv .select-div .select {
  min-width: 7rem;
  width: 7rem
}

.fixed-deposit-ml1 {
  margin-left: 1.5rem
}

.fixed-deposit-moneyword {
  color: #ed6d00;
  font-size: 1rem;
  font-weight: 700;
  margin-left: .5rem;
  margin-right: .5rem
}

.fixed-deposit-disabled {
  display: none
}

.fixed-deposit-disabled.visible {
  display: block
}

.transfer-error {
  color: #c20007;
  font-size: 1rem;
  margin-top: -.5rem;
  text-align: right;
  width: 25vw
}

@media screen and (max-width:56rem) and (min-width:48rem) {
  .transfer-error {
    min-width: 12rem
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .transfer-error {
    min-width: 28rem;
    width: 76vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  .transfer-error {
    min-width: 22.5rem;
    width: 71.5vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  .transfer-error {
    min-width: 18rem;
    width: 71vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  .transfer-error {
    width: 64.5vw
  }
}

@media screen and (max-width:25rem) {
  .transfer-error {
    min-width: 13.7rem
  }
}

.money .table-td:last-child {
  border-right: .06rem solid #ccc
}

.money .table-big-control {
  min-width: 60%
}

@media screen and (max-width:48rem) {
  .money .table-big-control {
    display: block
  }
}

.money-mt {
  margin-top: 1rem
}

.money-mt1 {
  margin-top: 1.5rem
}

.money-mt2 {
  margin-top: 2.5rem
}

.money-ml {
  margin-left: 1rem
}

.money-ml1 {
  margin-left: 1.5rem
}

.money-detail {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify
}

.transfer-small-select .select-div,
.transfer-small-select .select-div .select {
  min-width: 5rem;
  width: 6vw
}

@media screen and (max-width:32rem) {
  .transfer-small-select .select-div {
    width: 3rem
  }
}

.non-agreed1 {
  margin-left: 1%;
  margin-right: 1%
}

.transfer-small-input .input-big-div .input-div .input-width-16_3vw {
  width: 17.8vw
}

@media screen and (max-width:62rem) and (min-width:48rem) {
  .transfer-small-input .input-big-div .input-div .input-width-16_3vw {
    width: 15vw
  }
}

@media screen and (max-width:48rem) and (min-width:43rem) {
  .transfer-small-input .input-big-div .input-div .input-width-16_3vw {
    width: 62.4vw
  }
}

@media screen and (max-width:43rem) and (min-width:39rem) {
  .transfer-small-input .input-big-div .input-div .input-width-16_3vw {
    width: 57vw
  }
}

@media screen and (max-width:39rem) and (min-width:32rem) {
  .transfer-small-input .input-big-div .input-div .input-width-16_3vw {
    width: 54vw
  }
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  .transfer-small-input .input-big-div .input-div .input-width-16_3vw {
    width: 45.3vw
  }
}

@media screen and (max-width:25rem) {
  .transfer-small-input .input-big-div .input-div .input-width-16_3vw {
    width: 38vw
  }
}

.info-container {
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 1rem
}

.info-container,
.info-item {
  align-items: center;
  display: flex
}

.info-item {
  margin-bottom: .625rem;
  max-width: 25rem;
  width: 100%
}

.info-label {
  flex: 0 0 9rem;
  font-weight: 700;
  text-align: right
}

.info-value {
  flex: 1;
  padding-left: .125rem;
  text-align: left
}

.bank_select {
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  width: 200px;
  z-index: 1
}

.bank_select div {
  cursor: pointer;
  padding: 8px
}

.bank_select .highlight,
.bank_select div:hover {
  background-color: #eee
}

#DPBHNO {
  border: .063rem solid #c4c4c4;
  border-radius: .313rem;
  font-size: 1rem;
  height: 3.125rem;
  min-width: 5rem;
  padding-left: 1rem !important;
  width: 6vw
}

#DPBHNO:focus,
#DPBHNO:hover {
  background: #feda7e;
  border: .15rem solid #813000
}

#DPBHNO:disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
  pointer-events: none
}

.error_text_div {
  width: 27vw
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  .error_text_div {
    width: 96%
  }
}

@media screen and (max-width:25rem) {
  .error_text_div {
    width: 100%
  }

  .error_text_div .error_text2 {
    min-width: 10rem
  }
}

.error_text {
  min-width: 7.5rem;
  text-align: left;
  width: 6vw
}

@media screen and (max-width:32rem) and (min-width:25rem) {
  .error_text {
    min-width: 6rem
  }
}

@media screen and (max-width:25rem) {
  .error_text {
    min-width: 5rem
  }
}

@media screen and (max-width:56.25rem) and (min-width:48rem) {
  .error_text2 {
    min-width: 10rem
  }
}

.loan-select-div {
  width: 7rem
}

.repay-input-div {
  width: 65%
}

.repay-waring-div {
  width: 100%
}

@media screen and (max-width:48rem) {
  .repay-waring-div {
    width: 90%
  }
}

@media screen and (max-width:25rem) {
  .repay-waring-div {
    width: 100%
  }
}

.repay-waring-word {
  color: #c20007
}

.repay-money-color {
  color: #ed6d00
}

.repay-notice {
  padding-left: 1.5rem
}

.repay-notice li {
  text-align: justify
}

.repay-error-word {
  color: #c20007;
  font-size: 1rem;
  text-align: right;
  width: 65%
}

@media screen and (max-width:90rem) and (min-width:74rem) {
  .repay-error-word {
    width: 69%
  }
}

@media screen and (max-width:74rem) and (min-width:67rem) {
  .repay-error-word {
    width: 79%
  }
}

@media screen and (max-width:67rem) and (min-width:50rem) {
  .repay-error-word {
    width: 90%
  }
}

@media screen and (max-width:50rem) and (min-width:32rem) {
  .repay-error-word {
    width: 88%
  }
}

@media screen and (max-width:32rem) {
  .repay-error-word {
    width: 85%
  }
}

@media screen and (max-width:25rem) {
  .repay-error-word {
    width: 92%
  }
}

@media screen and (max-width:56rem) and (min-width:48rem) {

  .repay-input-div #DPBHNO.input,
  .repay-input-div .input-layout-info {
    min-width: 11rem
  }
}

@media screen and (max-width:25rem) {

  .repay-input-div #DPBHNO.input,
  .repay-input-div .input-layout-info {
    min-width: 10rem
  }
}

.friendly-hidden {
  display: none
}

.gold-table-container {
  display: block;
  margin-top: 3rem
}

@media screen and (max-width:48rem) {
  .gold-table-container {
    display: none
  }
}

.gold-table-small-container {
  display: none
}

@media screen and (max-width:48rem) {
  .gold-table-small-container {
    display: block;
    margin-top: 3rem
  }
}

.gold-input-div {
  margin-right: .25rem;
  min-width: 7rem;
  width: 20%
}

.gold-input-g {
  margin-right: .25rem;
  width: 40%
}

.gold-mt3 {
  margin-top: .5rem
}

.gold-mt1 {
  margin-top: 2rem
}

.gold-mt2 {
  margin-top: .25rem
}

.gold-num {
  color: #9c2b00;
  font-size: 1.5rem
}

.gold-num-title {
  font-size: 1.5rem;
  font-weight: 700
}

.gold-big-title {
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-top: -1rem
}

.gold-ml1 {
  margin-left: .25rem
}

.gold-ml2 {
  margin-left: 1rem
}

.gold-ml3 {
  margin-left: 5rem
}

.gold-mb1 {
  margin-bottom: .5rem
}

.gold-herf {
  font-size: 1.25rem;
  font-weight: 400
}

.gold-herf,
.gold-newborder {
  color: #ea5004
}

.gold-period-block {
  display: none;
  margin-top: 2rem
}

.gold-apply {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  text-align: center
}

.gold-trend-unit {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: right
}

.gold-extra-field {
  display: none
}

.legendLayer .background {
  fill: hsla(0, 0%, 100%, .85);
  stroke: rgba(0, 0, 0, .85);
  stroke-width: 1
}

#flot-in,
#flot-out {
  height: 18.75rem;
  width: 100%
}

@media print {
  .gold-extra-field {
    display: block
  }
}

.gold-notice-blue {
  color: blue
}

.gold-notice-red {
  color: red
}

.gold-notice-title {
  font-size: 1rem;
  font-weight: 700;
  min-width: 3rem
}

.gold-notice-word {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: justify
}

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/style/variables.scss ***!
  \**************************************************************************************************************************************************************************************************/